So I hear that body slam GIFs are all the rage now. Of course back in 2011...
Many more cringe-worthy things here:
Human, Dustcake, Engineer
Doing my best to make the world a little better every day.
❤️ J9
news.ycombinator.com/user?id=lindner
@exk4ji+mpb4mdiCG5KVHxIMCo0as4k4/cIwRoxt3Aw4=.ed25519
www.openhub.net/accounts/plindner
dl.acm.org/profile/99659334862
*Google+ vs Facebook GIFs - 2011*
So I hear that body slam GIFs are all the rage now. Of course back in 2011...
Many more cringe-worthy things here:
https://
https://
#googplus
SVL-MP5 has a stack of hardware in the lobby. Scary how many of these I've racked...
PowerEdge 2850, 2950
Sun Ultra 1, T1000,
Sun Storage Array
HP DL360, Procurve
Dell Powerconnect
Yikes!
There are days when I'm ashamed of the industry I work in.
Of course the medical industry should feel shame too. This is all about treating disease as a big money making opportunity. Just feels like ghouls feasting off the misfortune of others.
http://
#googplus
Launching +1 button evolving banners...
https://
#googplus
Changes coming to the +1 widget you see on web sites.
Originally shared by John Nack
Making the G+1 button load more quickly
The G+1 button is shown billions of times per day on web pages around the world, so it’s important that it load as quickly and efficiently as possible. To make it easier for people to load and share the pages they’re interested in, we’ve created a simpler G+1 button sharing experience.
Beginning in a few weeks, clicking the +1 button will open a streamlined new Google+ sharing dialog, and the G+1 button will no longer display a +1 count. If you’re a publisher, you can rest assured that these +1s do not affect search ranking and the size and layout of the button will remain the same.
These changes will only affect the G+1 button outside of Google+. The +1 button within Google+ will continue to work the same way it always has.
If you’d like to view all of the pages you’ve +1’d over the years, you can download a list using Google Takeout.
We hope this change makes it that much easier to check out and recommend all the interesting things you discover!
Something to keep in mind: fingerprints can be ephemeral too..
Latest _Healthy Stuff_ update: Julie only got 6 months off Pfizer's 0k/month wonder drug before progression. So we'll see if Xeloda will work next. Crazy side effects though.
Luckily there's a half dozen other treatments available and more coming.
As always props to my supportive coworkers and to our flexibility policies that make it possible to balance caregiver obligations with work obligations. And if anyone finds themselves in a similar situation I'm here for you too.
I have a mechanism that has enough crypto-theater to make me happier than just drawing numbers out of a hat and having someone pinky-swear that the process is legit
.
It uses a Random Beacon to seed a random number generator, which then chooses 5 winners from the 73 entrants. It's a silly perl script (might rewrite it in go if I
have time...)
------------------------------------------------
5 winners will be chosen on June 15th at noon Pacific Standard Time.
Read on to find out how winners will be chosen.
- Each of the 73 entrants is given a 'lot number', which is emailed to them.
- The file lot_to_username.txt maps the number to a hashed version of your username.
- You can verify that your lot is listed correctly. For example:
# Verify if your lot number is 12
sudo apt-get install apache2-tools
htpasswd -v -b /google/data/rw/users/pl/plindner/www/survey-drawing 12 lindner
- The script chooses 5 random winners with a random seed.
- The random seed will be generated by the NIST random beacon on June 15th Noon Pacific Standard time. Results will be visible here:
- The seed value will be written to seed.xml at that point and winners will be
chosen!
TECHNICAL DETAILS FOLLOW
- The original names are stored one username-per-line in names.txt
- The lot_to_username.txt file containing bcrypt hashed usernames was generated using this command:
cat -n /tmp/names.txt | xargs -n 2 htpasswd -b -B -C 20 ~/contest.file
- Note that you could brute-force the usernames with moderate compute capacity. Please be polite and don't do that.
TAMPER VERIFICATION
You can verify that the usernames, script, and contest draw date have not been modified by verifying the PGP signature of the date and sums.
You can verify this message by using keybase or looking up my PGP key [email protected]
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
sha256sum lot_to_username.txt
6a86aadf90310cb83b2cadcf820d3b3a0ea0bfbd175822ebcfb44a55a1fc1e0f lot_to_username.txt
bf45ed9e504d51934261610bf69153c0f0646dfbe0b58c1fe044803a90dd3ff3
Contest Seed:
-----BEGIN PGP SIGNATURE-----
wkYEAREIABAFAllBLkYJEPhZKFJz9YBUAADv9gCgkHEiWKjs7RlfM3G5U4NsYNmK
rqUAoBpiZrhGAy/SMPUqzX+Wl/6AuQdD
=XjMK
-----END PGP SIGNATURE-----
*Paul* Added *Groove Thang* to *Bumper Music*
[manually constructed activity post]
Plug for my bumper music playlist[2] that you can use to spice up your meetings and give it that TGIF vibe. Suggestions welcome, description below:
----
Waiting for people to show up for your meeting? Add some Bumper Music! [1] These are instrumental tracks that can be easily faded out at any point.
Retrospective? Let's do the Time Warp!
Your "classic" weekly sync? Apache, Frankenstein, Hocus Pocus, and Green Onions have you covered.
Top Secret Project meeting? Moby's James Bond
Or just spice up your boring all hands with some electro/synth/funk.
Suggestions welcome!
[1] https://
[2] https://
https://
#googplus
"Heirloom" [1] - you keep using that word, I don't think you know what that means.
The sad thing is these folks are pivoting to an Alexa Task product. It tries to create a spoken story based on a set of photographs. Least compelling product ever...
At some point we're going to need to find a way to allow people to use new products without losing data.
[1]
Always good to reread the *As We May Think* essay.
Dr Bush foresaw much of our modern life. Well, except for the Taboola/Outbrain ads you'll find in the Atlantic. Pretty sure that Lovecraft predicted those...
https://
#googplus
And here I am redacting Google+ widget logs so we don't track you across the web...
https://
https://
#googplus
Okay, I have 72 submissions to my photo backup survey. And I promised prizes, so I need to give out prizes. But you shouldn't trust me since I might be evil. Of course I'd like to preserve the privacy of individuals, yet allow anyone to verify that I didn't give someone a prize. Help!
Some things I've thought of:
- Create 1-72 buckets.
- Use the NIST random beacon to pick random bits at a specified, agreed upon time in the future.
- Use reservoir sampling to use those random bits to pick 5 items from the 72 total.
Now the question is can we mask the participants in the survey yet have everyone know with accuracy that the above is on the up-and-up.
- I could just publish a signed document with the number->ldap mappings, but that reveals everyone who participated.
- I could send each participant their participant number. However then how would anyone know that I had awarded the prizes?
Might need to read up on secure election protocols to make this happen.
Suggestions welcome!
I didn't find my sound search within Google Play Music, but it appears that my 91 year old future self is still using GPM..
Digital Vellum is working on a project to help people store Photos for 100+ years.
That means I'm thinking about how to build a long-term, stable, resilient systems and business. I'd also love to see this applied to Google so it too can be a very very long term entity.
So I'm not an expert in this area but it seems that there are some ways that we can focus the business on long term value. Some are structural, others based on rethinking existing systems. I'm not an economist or an MBA by any stretch, but here goes:
- Sell annuities that pay out in storage/access "dividends" spread out over a long time.
- Create a wholly owned Mutual Society to manage storage and serving. Google can then become a Lloyds of London-stye "Name". [This entity could sell long-term/perpetual bonds that also have storage dividends]
- Create a customer-owned collective to manage long-term assets. Think of it as "Vanguard for Storage".
- We already store Photos for iPhone users, why not have each company back each other up and come up with coordinated storage systems with rights of survivorship.
- For the crytpocurrency angle use something like Streem () or Storj () Allow anyone to participate in a long-term storage system. This might be more adaptable.
And also remember to take our Photo Preservation Survey if you haven't already:
We have what, three or more internal Kanban tools? go/kanban, go/plananizer, and now go/scrumboard
None of them really do everything I want.. Trello or Jira+Grasshopper both worked better in the past, and I'm sure they're even better now.
I wish we could merge all three internal projects and then add the UI from this simple opensource sandstorm app WeKan.
Sad to see Imzy go down.. So much potential...
https://
#googplus
I highly recommend reading the updated *ACM Code of Ethics*. You can draw a straight line from those principles to Product Excellence, Focus on the User and more.
I also wonder how many Googlers actually belong to a professional organization? Do people think of themselves more as Professionals? Artisans? Proto Plumbers?
https://
#googplus
Assumes:
- you have a jump host (existing ubiquity works fine)
- beyondcorp is disabled on laptop/jumphost
On jumphost
sudo apt-get install dtach
On laptop
ssh cloudtophost
echo
# copy the value of that environment variable
# create a new shell on your laptop and continue:
mosh --port=60000 jumphost
export SSH_AUTH_SOCK={pasted filename}
dtach -Ez -r winch -c ~/.cloudtop-session ssh cloudtophost
tmx # or screen or whatever you prefer
This setup leaves your mosh session active when putting the laptop to sleep, network changes, etc.
Every morning you will need to use go/auth-refresh to get fresh tokens.
If you have to reboot your laptop you can get back to your previous state by executing:
mosh --port=60000 jumphost
dtach -a ~/.cloudtop-session
Seeing these strong words being posted in a few places. I probably need to create a Silicon Valley Apostates collection...
Oh and it's Maciej Cegłowski, fair warning...
http://
#googplus
Anyone know what's the latest on Macaroons? They seem to solve a large set of problems in a general way...
https://
#googplus
TL;DR: OMG! Your aggregated data is not protecting privacy...
Also if you're not familiar with k-anonymity this is a good place to start...
https://
#googplus
Some kudos to the US Postal Service. I sent Express Mail to a PO Box for Saturday delivery. Saturday comes and I realize that the post office is only open from 8 to 10:30, but delivery is only guaranteed by 3pm. Oops.
So I look up the Post Office and notice that a local number is available. With skepticism I called the local number. 3 rings later I'm talking to a small-town Postmaster. She knows the recipient, takes the tracking number and promises to call back. 15 minutes later she has found out where it was and promised to receive it after hours and deliver it.
Shocked I ask her what can I do to thank you. Her response is simple - "The mail must go through!".
I highly recommend The Product Excellence Workshop. Take it with your team for an even stronger experience. The instructors +101977395828280125935 and +100280079678510579493 deftly covered a large body of knowledge.
It's also good to see the H.E.A.R.T. model covered in formal training. People like
+114097187269026141752 and friends have done well to evangelize this in Social/G+ over the years.
Lots more at http://
https://
#googplus
Anyone else subscribed to *The Morning Paper*? Interested in starting a reading group? I found them when I was reading up on Honey Badger BFT and have been a fan since.
https://
#googplus
*The +1 button for web sites is now the G+ button*
Hey Googlers - get ready to dogfood the new G+ button! It's an evolution of the existing +1 and +Share buttons you see across the web. It's leaner, faster and much less expensive to operate. Instead the world's most costly-click-counter you'll share directly to G+, which is what most users wanted anyway.
You can see the G+ button at various places such as:
- Blogspot blogs like or
- The Chrome Web store
- And sites from a-to-z
Want to give feedback? There's a handy link in the pop-up sharebox to do so.
Big kudos to +106053902024703312631 / +110610523830483756510 / +104802479551695111660 and the cast of characters that have helped us get this far.
Unsearchable and Daily Inspiration for a TGIF..
The following *delightful* Google Play Playlist is a comprehensive collection of music from Watch Dogs 2:
Digdug doesn't know anything about it.
And yes, that's a base-64 encoded proto you're seeing! [and Let's hope that adding a new message to that proto doesn't rewrite all the permalinks....]
I was able to find the link to this in some disqus comments with a bit of search tweaking, but I couldn't get an actual link surfaced for a playlist in our own product. The original Spotify playlist does show up.
CitC on mac, really hope security kittens are in my favor..
https://
#googplus
QoS is awesome. Returns 429 to GoogleBot when under load.
And Google+ is fortunate to have +103629377878623483645 implementing and developing it. Thanks!
https://
#googplus
Moffet Place has source-routed elevators... 1st I've ever seen this...
https://
This is a very well written article about how the film/content industries are attempting (and failing) to keep up with archiving their data.
Reading about LTO I now understand why gtape is moving to http://
I'm also curious if Google has had to delete data that we've regretted. Do we have all of the old street view data?
http://
#googplus
Reading about HIP.. It's like Mosh for every protocol and allows clients and servers to move networks and stay connected.
https://
#googplus
++++ Và theo dõi cho nhau nhé ^^ !!!!! 😃😃😅😅Sáp vuốt tóc nam 2VEE cao cấp Hàn Quốc tại Việt NamHttp:// 2vee.vn/ #sapvuottoc #sapvuottocnam #sapvuottoc2vee #waxvuottoc #waxvuottocnam #sapvuottocnam2vee #waxvuottoc2vee #waxvuottocnam2vee #2veehanquoc #2veeBarro #2veehairwax #2veewax #sapvuottochanquoc
Sáp vuốt tóc Nam, Jun 20 2017 on 1500wordmtu.com