| My Finnish language Mastodon profile | https://mastodontti.fi/@tuukkao |
| My Finnish language home page / blog | https://tuukkao.net/ |
| My Finnish language Mastodon profile | https://mastodontti.fi/@tuukkao |
| My Finnish language home page / blog | https://tuukkao.net/ |
Everyone always wants to say worthy things about the qualities that make a good programmer. But I occasionally think that "a sense of humour" isn't given enough credit.
In programming, you're constantly making mistakes, and being told you're wrong (by code reviewers, bug reporters, and the computer itself). If you let that get you down, you'll quickly find another career.
When I realise I've made a mistake, my reaction is often to find it amusing โ smile a bit, maybe laugh out loud, share it with a friend if it's funny enough.
I can't remember how I got that attitude in the first place. Perhaps just luck. But I sometimes think it's the main reason I stuck with what would otherwise be a frustrating profession!
Why does storing 2FA codes in your password manager make sense?
Link: https://andygrunwald.com/blog/why-does-storing-two-factor-authentication-codes-in-your-password-manager-make-sense/
Discussion: https://news.ycombinator.com/item?id=42567279
Modern login systems require a second factor (2FA) to log in, in addition to the standard username and password combination. A Time-based one-time password (TOTP) as a 6-digit number is often used. Password managers like [1Password](https://1password.com/), [KeePass (or respective forks)](https://keepass.info/) and others offer the ability to store (and generate) the 2FA TOTP. For a long time, I was asking myself: *Why is it recommended to have a Username, Password, and 2FA in the same storage (like 1Password)? Isn't this against the basic idea of a second factor (regarding the storage places to gain access to)?*
I had something on tv that said โ.. serial killerโ and Siri piped up and said, โyes?โ
Happy new year!!
Collection of insane and fun facts about SQLite
Link: https://avi.im/blag/2024/sqlite-facts/
Discussion: https://news.ycombinator.com/item?id=42549807
I was talking with one of the old ladies in shul about how, when she was a younger programmer, when she finished and checked over a subroutine she would strap her punchcards to the back of her motorcycle to go test it,
and I think it's nice to know and be able to keep that perspective of, like, I don't need to worry about how cool I am or try to be because I will never be that cool.
in switzerland you aren't allowed to have a train with exactly 256 axles because of an integer overflow in the axle counting machine
i wish i could fix my software bugs by making it illegal to cause them