And no, the 6.134258 shares of Apple in your 401K don’t make you an owner, lol.
Thank you for saying this. It’s very frustrating when people act like having retirement savings makes you like billionaires.
Any pronouns. 33.
Professional developer and amateur gardener located near Atlanta, GA in the USA.
And no, the 6.134258 shares of Apple in your 401K don’t make you an owner, lol.
Thank you for saying this. It’s very frustrating when people act like having retirement savings makes you like billionaires.
It’s funny that “Individuals and interactions over processes and tools” is the first of the tenets of agile and the most ignored. I think most people’s frustrations with agile are from people worrying too much about processes and tools.
I use JSON. I have used Avro for things in Kafka but I’m not sure the benefits outweigh the negatives. Avro is much more complicated than people think and most folks don’t really have a strong desire to learn how it should be used and do stuff incorrectly. Everybody knows JSON and it works with everything though. (Example: so many people just hear that Avro schemas can be backwards compatible but have zero idea that you still need the schema that wrote the message even if you want to read it into a newer one.)
Interestingly, I take the meme as saying a dev is using the wrong types in their serialization format (using strings to store integers) which was my biggest problem with Avro. Mostly from people not using logical types or preferring to use ISO 8601 datetime strings instead of the built-in timestamp-millis
type.
For the love of all things pure, holy, and just, please do not use YAML in your APIs…
Came here to say both of these things. (Awk and “> simple”.)
To be totally honest, I don’t think awk is any more complicated than something like grep, it’s just that regular expressions get used more often so they’re typically more familiar. In the same way that programming languages with c-like syntax (like Java and C#) often feel easier than ones that don’t (like Haskell and Clojure).