TWIL July 3rd 2026
- I really need to stop asking Claude how to mock stuff in Vitest and actually learn it; I've asked for it about 20 times and never remember which approach to use
- Hard refresh on Mac is
cmd+shift+r- And it can reveal bugs a regular refresh wouldn't
- Make backups before doing ANYTHING with your game saves
- Otherwise you might lose 40 hours of Dark Souls 3
- Luckily there's some saint on NexusMods who created a save repo with saves before each boss
- Careful if you wanna play online though, I have suspicions about how vanilla some are
- Being responsible for 2 mobile SDKs when you know nothing about mobile dev is rough
- Should bring up 20% time to learn mobile dev again
- Designer and PM are different job titles for very good reasons
- You can combine
resetModules&await import(path)to have a singleton export re-run its constructor in tests
Links
- Content-aware headings - Matuzo Vic
Seems useful to have the heading level auto-increment (at least in the accessibility tree). Would be nice if it somehow changed the tag name as well but I can see how that's more likely to break stuff.
- FIFA Hack - BobDaHacker
Absolutely insane a white-hat hacker can find something this serious and receive no compensation or even recognition. Makes you wonder why anyone bothers rather than just exploiting all the genuinely idiotic code out there.