Reading List
- Why I don’t need to clean up my desktop and downloads folder in macOS
Stefan Judis
•
4 Mar 2021
How to leverage the tmp directory to not store random files on your macOS computer.
- HTTPWTF
HTTP is fundamental to modern development, from frontend to backend to mobile. But like any widespread mature standard, it's got some funky skeletons in the closet.
- Bitsquatting windows.com
Remy Hax
•
3 Mar 2021
Earlier this month, I came back around to seriously considering an attempt at bitsquatting. While the prior link goes into great depth on the topic, I will attempt to give a very high level overview here: If this sort of thing interests you: I tend to do stuff like this weekly.
- (Dis)Honest Functions
Bendik Solheim
After a recent debugging session, discovering I had once again been the victim of a dishonest function signature, I was... Well, let’s just say I was unimpressed. Two thoughts popped up in my head – the first one was «ahh.. this thing again..», and the second was «wait, why is this still even a thing?». It left me in a state of frustration.