Tweet from Jun 30, 2016
Current Status
26,480 tweets from @freeformz (2007–2022) · Page 288 of 530
Current Status
Pic from the bunny sitter while we travel around the pnw.
Related, where should I have a drink tonight?
Hello Seattle.
OH: It was so nice outside, then the sun came out and ruined it.
RT @carlisia: Really looking forward to this tonight! #golang twitter.com/RemoteMeetupGo…
Some photos of roses.
RT @francesc: @goinggodotnet @davecheney sacrificing API readability for an allocation
Missing everyone at @Monitorama.
When you get older and have kids vacations are reading a book on a hammock for 15 min and that's it right?
Oregon Local News - 'The Fonz' shares his story at Park Academy (my son's school, he got to meet The Fonz). pamplinmedia.com/lor/48-news/31…
RT @goinggodotnet: Heading to @GopherCon and would love to hangout with someone who knows the community. Fill out this form. #golang https:…
RT @DenverGophers: Big thanks to @newrelic, @kaztronix_jobs, and @ComcastViper for sponsoring the @GopherCon Kick-off Party. https://t.co/n…
RT @benbjohnson: If you're going to GopherCon don't forget to sign up for the Kickoff Party on Sunday night! meetup.com/Denver-Go-Lang…
Write #golang software? You should do this. (Yes, I've sucked at it too) twitter.com/davecheney/sta…
RT @stolt45: I’m hiring a solutions architect based in the US. Hit me up if you or someone you know is interested: heroku.com/careers/custom…
Current Status: Reading the
GopherCon 2016
Guide Program Handbook #golang
Perfect is the enemy of prodigious.
RT @CodeOregon: = UPDATE =
Code Oregon Labs moved to Thurs, 6/30! We hope you can still make it & get some help on your projects!
https://…
if v := strings.IndexByte(s,’:’); v == 0 {
//v not used ..
}
Why not `if s[0] == ‘:’; { … }` #golang #frameworks
Managed to pour boiling hot water all over my right hand this morning.Also, not the first time I’ve accidentally done this. :-(
RT @annadollar: Attending @GopherCon in July? We're planning family-friendly activities in Denver. Please take the survey 😊
https://t.co/E…
RT @GopherCon: We loose our room block at Embassy Suites at 11:59EDT today. Last chance before they are returned to the hotel. Their curren…
I ❤️❤️❤️ yesterday's weather.
My son's artwork
RT @Benioff: Congratulations Salesforce on #2 on most want to work for list! #1 in enterprise. We're hitting! @salesforcejobs https://t.…
I'd like to talk more at largish #golang meet ups. If you have a slot, and are interested, let me know.
T-3 weeks until 2016 State of #golang Survey closes and I share some highlights @ GopherCon (pending LT acceptance) bit.ly/StateOfGo2016
Don’t take the length of a channel to determine if a receive should happen. Restructure code to work off the channel. #golang #antipattern
if foo.Thing == “A” { …
} else if foo.Thing == “B” { …
} else if foo.Thing == “C” { …
}
Use a switch instead
#golang
type Thing struct {
done chan bool
closed bool
}
#golang #antipattern
I just got a pied piper promoted tweet #wha
Also, apparently Twitter isn't a good place to mini rant. #whoknew
Tomorrow I'm using floats and regexes, because why not. #nolicense
What is all this "what a developer should know" stuff coming from?
RT @chimeracoder: @NateTheFinch @rakyll @mattetti @davecheney also: anecdotally, underrepresented peoples are less likely to be coming from…
I always miss the GopherCon Lightning Talk Signups. For those like me, see: papercall.io/gophercon-ligh… #golang
OH: Football is a lot less exciting when you realise it's just a bunch of millionaires kicking a ball.
Monday morning reboot. It's a thing. :-(
Probably time to start killing `godep restore`.
Hmm. “View -> Show Timestamps” … I wonder if I can now remove the timestamp from my prompt.
Said much better than I could. twitter.com/mattetti/statu…
This thread by @rakyll makes me angry (not at her). #golang twitter.com/rakyll/status/…
RT @erikstmartin: I found a new shirt.
RT @GopherCon: Big News: Live streaming of full General Session both days of the conf. We need a sponsor to help with costs on this. Is tha…
And now this. :-( twitter.com/WillJPowers/st…
RT @tastynalder: "13. We take brunch very seriously.
All hail Sunday Funday, aka the best unofficial holiday of the week. It’s a... https:…
I wandered into the @fastly office thanks to @randommood.
RT @golang: Go 1.7 Beta 2 is released!
Download: golang.org/dl/#go1.7beta2
Docs: tip.golang.org/doc/go1.7
#golang