☆ Yσɠƚԋσʂ ☆

  • 1.06K Posts
  • 1.51K Comments
Joined 5 years ago
cake
Cake day: January 18th, 2020

help-circle

  • Reading Marx is like unearthing the Necronomicon in a university library, a forbidden text that lays bare capitalism’s inner workings. But the true horror lies in realizing you’re surrounded by people who treat exploitation as ‘just how things work.’ Suddenly the world reveals itself as a self-sustaining asylum, where the so-called ‘rational’ diligently reproduce the madness of the system.
















  • Yeah, I’d typically front an app with something like nginx and farm off stuff like rate limiting or tls handling to it instead of having to worry about it in the app itself. The general point in the article is solid though. I’ve started using this sort of heuristic to evaluate libraries as well. I first try to think of how I’d solve the problem conceptually, and then once I work through that and have a good mental model of what I want, I’ll look for libraries and try to find one that’s closest to the way I think about the problem.