@geekingout_pod I noticed (def on Ep9, maybe earlier too) when listening via Spotify - the "levels" seem off (fyi - I'm not an audio engineer); you vs guest "loudness" disagree. Challenging to listen when walking on a busy street or driving at highway speeds. Dunno if fixable?
I've got a bit of values-judge-y smeared across this opinion, but...:
In Go, the folks who complain about "if err != nil" are optimizing for typing, NOT for reading.
The whole conservative movement is just whining about being forced to do stuff no one is forcing them to do while getting indignant that they themselves can't force everyone to like them.
Capitalism: NO Universal Healthcare, we need Employer-Based Healthcare to incentivize people to be our workers!
Also Capitalism: Healthcare is expensive, so these jobs don't get any!
Capitalism: NO Universal Healthcare, we need Employer-Based Healthcare to incentivize people to be our workers!
Also Capitalism: Healthcare is expensive, so these jobs don't get any!
People often assume that capitalism is defined by "markets and trade". But markets and trade existed for thousands of years before capitalism. Capitalism is only 500 years old. So what is distinctive about this economic system? Three things (well, more, but three for now):
So, a thing I’m noticing lesser-experiences #golang devs having trouble with in Dependency Injection is that when building those dependencies, you will (often?) need to make sure they are thread-safe.
@JannikWempe I suggest caution when choosing your default ID strategy. KSUID and ULID leak timing information.
Ex. using KSUID for your userID, that ends up presented to other users, maybe in URL maybe in JSON… Do Alice and Bob *really* need to know exactly when Eve created her account?