djspiewak.fosstodon.org.ap.brid.gy
djspiewak.fosstodon.org.ap.brid.gy
@djspiewak.fosstodon.org.ap.brid.gy
Public service announcement: *every* bash script should begin with the following lines. There are no exceptions. This is particularly true if you *think* you have found an exception. You haven't. Don't do it.
March 7, 2025 at 6:16 PM
This has hit me pretty hard. Brendan and I used to play video games together, chatting almost every day. We saw each other at almost every conference ever. Too many memories to enumerate, but the attached photo comes to mind. This isn't Brendan, this is a […]

[Original post on fosstodon.org]
January 14, 2025 at 7:48 PM
Pet peeve: People who implement retry with exponential backoff without random jitter. The whole point of the exponential is not to make things slower, it's to geometrically reduce the probability of coincidental multi-request alignment to zero. When you skip […]

[Original post on fosstodon.org]
December 5, 2024 at 3:15 PM