Reading List
- Exfiltrate files using the DNS
Go350
•
1 Apr 2021
yes you can
- How I Got Caching Working with Netlify and Cloudflare, or How I Almost Ditched Cloudflare for No Good Reason
Vlad Iliescu
•
1 Mar 2021
A story about love, loss, and caching
- This blog is now hosted on a GPS/LTE modem
No, really. Despite the timing of this article, this is not an April Fool’s joke.
- The algorithm did it!
Earlier today, statistician Kareem Carr posted this interesting tweet, about what people out there mean when they say “algorithm”, which I found to be a good summary:
- The compiler will optimize that away
RoyalSloth
•
1 Apr 2021
A lot of programmers believe that compilers are magic black boxes in which you put your messy code in and get a nice optimized binary out. The hallway philosophers will often start a debate on which language features or compiler flags to use in order to capture the full power of the compiler’s magic. If you have ever seen the GCC codebase, you would really believe it must be doing some magical optimizations coming from another planet.