Dan Gillis

538 posts

Dan Gillis

Dan Gillis

@Gilcrestian

Drummer. Go enthusiast. https://t.co/madEqPTscP Defend Trans Kids.

Boston Katılım Nisan 2013
989 Takip Edilen253 Takipçiler
Dan Gillis
Dan Gillis@Gilcrestian·
Breyer/Sotomayor/Kagan: "With sorrow - for this Court, but more, for the many millions of American women who have today lost a fundamental constitutional protection - we dissent." I can't believe in America we're going to partake in forced births. It's unreal.
English
0
0
1
0
Dan Gillis
Dan Gillis@Gilcrestian·
What a sad sad day for this country.
English
1
0
0
0
Dan Gillis
Dan Gillis@Gilcrestian·
@matryer I find velocity measurements farcical. Estimates are critical, but always wrong, my rule of thumb is double whatever estimate I'm getting from even the most experienced devs. I'm always wrong personally and after 20+ years still hope I'll get it right next time, but never quite.
English
0
0
1
0
Mat Ryer
Mat Ryer@matryer·
Does your team measure velocity? Do you estimate tasks? How accurate do you tend to be, and what are some example tasks? I’ll read out some tweets on Go Time #golang tonight (please don’t reply if you’re not happy being featured.)
Go Time ⏰@GoTimeFM

📯 Today on Go Time LIVE 📯 @NataliePis & @matryer discuss that tension between development speed and software quality! Velocity: defining it, measuring it, optimizing it Join us #golang friends! 🙏 👀 gotime.fm/236/livegotime.fm/236/time

English
5
3
9
0
Dan Gillis
Dan Gillis@Gilcrestian·
Wordle 231 5/6 ⬛⬛⬛🟨⬛ ⬛🟨🟨🟨⬛ 🟨🟨🟨🟨⬛ 🟨🟩🟩🟨🟩 🟩🟩🟩🟩🟩
English
0
0
1
0
Dan Gillis retweetledi
Charlotte Clymer 🇺🇦
Charlotte Clymer 🇺🇦@cmclymer·
I am so grateful for Amy Schneider. She has singlehandedly catalyzed millions of affirming conversations on trans equality in living rooms across the country at a moment when state legislatures are viciously attacking the rights of trans children. Her visibility is saving lives.
English
80
441
5.5K
0
Dan Gillis
Dan Gillis@Gilcrestian·
@jboursiquot I agree. I would have said the Battlestar Galactica redux if the last episode wasn't the most disappointing thing I ever watched in my life...
English
0
0
1
0
Dan Gillis
Dan Gillis@Gilcrestian·
@mvdan_ Why not iOS? Curious as I was thinking of switching to iOS...
English
0
0
0
0
Dan Gillis
Dan Gillis@Gilcrestian·
@GoLandIDE Great! Guess I should remove format file watchers from all projects?
English
1
0
2
0
GoLand, a JetBrains IDE
GoLand, a JetBrains IDE@GoLandIDE·
Say hello to GoLand 2021.3! Just a few of the new features: ◾️ Native support for #golang projects in WSL ◾️ gofmt on save is enabled by default ◾️ Inline Function ◾️ Remote development (Beta) ◾️ Postfixes for string-to-number conversion 🔗 jetbrains.com/go/promo/whats…
GIF
English
6
33
135
0
Dan Gillis
Dan Gillis@Gilcrestian·
@inancgumus Given this, when is it appropriate to create a NewPerson or person.New style initializer? Only when you have logic you need to encapsulate on initialization of the struct?
English
1
0
0
0
inanc
inanc@inancgumus·
☹️: type Person struct { name string } func (p *Person) GetName() string { return p.name } func (p *Person) SetName(s string) { p.name = s } 😍: type Person struct { Name string } var p Person p.Name = "Joe" #golang
English
6
6
51
0
Dan Gillis retweetledi
GitHub
GitHub@github·
Looking for a way to secure third-party code in Go? Check out our supply chain security features, now also available for Go modules! github.blog/2021-07-22-git…
English
3
30
91
0
Dan Gillis
Dan Gillis@Gilcrestian·
I just completed a new post about logging in my go-api-basic #golang project! For some reason, this seemingly simple topic took me forever to write about and finish editing. dangillis.dev/posts/logging/
English
0
0
0
0