Was discussing potential for location-based sharing and remembered this gem. Despite all the sucky things happening I'm still excited about what's possible in the future.
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
I find the Blogger decision baffling given the effort in Social for Project R
http://
What's the story here? @103643500382916616176 or @106642279061626308531 can you weigh in?
I was hopeful that we'd offer a way for adults to have adult conversations around adult topics and content. Hell, sometimes I'd like to restrict my youtube comments to only adults (*yes* we have the ability in the ASBE backend to do this!)
I'm also sad that we're spending any amount of time to help Tobacco companies peddle their wares, which it seems is the main driver for a lot of this...
#googplus
Let's lighten things up with a little whistling...
Oh and growing up I wanted to be Dr. Banzai, well at least a Blue Blazer Regular....
https://
#googplus
So if Google is creating special versions just for kids, maybe they can do one just for adults. Then I thought what's the opposite of a unicorn and search provided just the answer: *icorn*
Oh and what did the Unicorn call his dad?
Popcorn
https://
#googplus
Anyone know what happened to hashtag search? I haven't seen this trigger in many months, but I didn't see an Ariane turndown..
@108935767358519094547 / @100831539213655563256 ?
http://
#googplus
Setting up a Personal Weather Station was easier than I thought and pretty fun. I can now stare at graphs at work and at home.
Search ads functioning as In-App ads.
Add or cross off onions, get an onion ad. Brilliant. I hope that we're behind this...
https://
#googplus
Youtubers being awesome
http://
#googplus
My first dev job in 1991 required that I do at least 4h of phone support and 4h of walk-in support a week. Feeling user pain and answering the same dumb questions over and over made me a better developer and also led to a bunch of innovation:
- Mainframe Mail Woes? Develop SLIP/PopMail, give away on floppy
- Xmodem problems? Add hqx attachment support.
- Need access to Apple's techinfo CD? Get it via Gopher.
- Indepth howtos? Publish newsletters like you see below.
You don't have to answer the phone to help people today. You can engage externally on mailing lists, on G+ and more. Just remember to follow the guidelines in
A fascinating listen from my morning drive. I imagine I'll now notice the ambient sound more after being made aware of this.
I have my own stalker-poet-recruiter now...
var poem = function() {
wrote(function() {
this(function() {
toMakeYouSmile(function() {
pleaseRespond(function() {
imStuckInCallbackHell(function() {
yoursTruly('jason');
})
})
})
})
})
})
https://
#googplus
Curious how the JeffWeCan twitter page ranks so very highly give the data I see in digdug.
https://
vs
https://
PageRank is comparable, both were crawled and indexed into Base..
I think I found some superroot code, but don't know for sure...
https://
#googplus
We're starting work on supporting standard Android Share/Send Intents in the G+ App. Would love to hear use-cases that people may have or hints on how to make it awesome.
I already found that I can share out to Flipboard which handles things really well. Also surprising things like sharing to Barcode reader (generates a nifty QR code)
#dontfighttheplatform
#googplus
Looking for more examples like this:
http://
#googplus
MACKLEMORE & RYAN LEWIS - CAN'T HOLD US FEAT. RAY DALTON (OFFICIAL MUSIC...: http://
https://
#googplus
All the Martin Solveig _Smash_ videos in a single playlist. A must-watch.
[Sadly sharing Youtube "Collections" to Google+ collections doesn't work so well...] @103403111903646616992 - I suppose we're not going to get Playlist embeds, right?
https://
#googplus
Where do you find the best Google candidates? Why not try your local shopping news?
[I imagine it's a package deal or a publishing requirement. LinkedIn also has their reqs here too...]
https://
#googplus
This is what the competition is doing with SEO...
http://
#googplus
My new go-to way to share mobile android screens during meetings.
Many conference rooms have a local input for HDMI and this works great with it. Tips:
- Enable Settings→Developer Options→Show touches
- Fire up the camera if you need to display a device that's not slimport compatible. (like the 2012 nexus 7)
- Get it from stuff - https://
http://
#googplus
Let's not Digg ourselves...
_Those who cannot learn from history are doomed to repeat it._
http://
#googplus
Hi Paul,
Long time no see! Hope all is well with you. Have been trying to reach someone in engineering at Google to see if there might be interest in acquiring my company. Would be cool to catch up sometime, please let me know what you think!
Here's some more info regarding our company / technology:
....
XXXXX is fully bootstrapped, we have no debt and no additional shareholders (just the two of us). The company was recently incorporated, so a transaction would be straightforward. We are both versatile generalists in our respective fields with lots of experience innovating hands-on as well as managing teams. And we’d love an opportunity to demo our tech with anyone who’s interested!
Moonshine wins again.
Turns out my power button is faulty too :(
http://
#googplus
Went looking for the backstory to the Guardian article... I found a backcyclopedia...
http://
#googplus
@Produces
Coffee produceCoffee(@Node @HalfnHalf MilkProduct milkProduct) {
.....
}
https://
#googplus
#klippyrules
Latest one that popped up:
- float circleWidth = (float) Math.sqrt(
- canvas.getWidth() * canvas.getWidth()
- + canvas.getHeight() * canvas.getHeight()
- ) - innerRadius;
+ float circleWidth = (float) Math.hypot(canvas.getWidth(), canvas.getHeight()) - innerRadius;
#googplus
Someday ...
Originally shared by Singularity Utopia
It is possible to do #responsivewebdesign with a G+ badge? I want the badge large for big screens so I set the width to 450 but it doesn't resize to fit like all my other elements, here in the image you can see the badge when zoomed-in is off the screen. Can you allow (make happen, implement) a 100% width instead of 450?
Concerned about the TAPocalypse? Make your builds deterministic....
We should rerun this ToTT in the new year:
https://
https://
#googplus
Replacing static HashSet<String> with Java 7 string switch?
Has anyone investigated whether Java 7 switch is more memory efficient than HashSet<String> or ImmutableSet<String>? I think it might be. Read on....
I ask because HashSet is one of the more bloated java collection classes. It uses 32 bytes for each used entry + an array for the capacity. For example the follow
ing HashSet uses 128 bytes (2*32 + 16 * 4):
private static final HashSet<String> FOO = new HashSet<>();
foo.add("a")
shpub note --category=googplus --syndication=https://plus.google.com/107786897865850743842/posts/VPYQiMunRRY --published="Mon Dec 29 12:22:44 PM PST 2014" --name="" - <<EOF
Replacing static HashSet<String> with Java 7 string switch?
Has anyone investigated whether Java 7 switch is more memory efficient than HashSet<String> or ImmutableSet<String>? I think it might be. Read on....
I ask because HashSet is one of the more bloated java collection classes. It uses 32 bytes for each used entry + an array for the capacity. For example the follow
ing HashSet uses 128 bytes (2*32 + 16 * 4):
private static final HashSet<String> FOO = new HashSet<>();
foo.add("a")
foo.add("b");
boolean isFoo(String s) { return FOO.contains(s);}
We can replace that with:
boolean isFoo(String s) {
switch (s) {
case "a":
case "b":
return true;
default:
return false;
}
}
Java 7 transforms this code into something like this:
switch (s.hashCode()) {
case -1234:
return s.equals("a");
case -55999:
return s.equals("b");
default:
return false;
}
Which maps to a tableswitch or lookupswitch. Squinting it appears that you'd need the following for each entry:
tableswitch:
per-entry: hashcode + result value (8 bytes)
equals test: 4 opcodes (16 bytes)
So it would appear that you have 24bytes/entry.
Performance would be limited by the JVM/Dalvik/Art implementation of tableswitch which can be O(n)
Also obligatory reference to:
The Current's Christmas music was kind of a downer...
Shout out to @110664632946820915121 in the new Doomtree track in the 2nd verse.
_Ay, I’m pushing up on your tempo_
_She too stoned Nintendo_
_I’m Vint Cerf, she Pink Floyd_
_I’m jumpin out the window_
Also a damn fine track.
http://
#googplus
Old standards don't die they just fade away in a W3C working group.
http://
#googplus
Comcast Survey on Gigabit Speeds.
Thanks Gfiber!
https://
#googplus
My fix.sh script
This contains anything that accepts a changelist in the form of -c XXXXXX
I just run this thing before I mail out CLs and has made my life easier. Anything else safe that can be added here? Next step I should add some kind of g4 mail trigger to just run this thing automatically......
#!/bin/sh
buildifier -a -v
/google/src/head/depot/google3/tools/java/remove_unused_imports.py --fix
/google/src/head/depot/google3/tools/java/sort_java_imports.py
#googplus
What did you use for your sensor equipment? I've thought about setting something like this up myself.
Jeff “foxxtrot” Craig, Feb 24 2015 on 1500wordmtu.com