~lobsters | Bookmarks (1976)
-
Why I avoid using `default` and inline functions in my class declarations
Sure, = default is great and convenient especially for destructors and other special member functions but...
-
Forgejo is now copyleft, just like Git
Forgejo is changing its license to a Copyleft license. This blog post will try to bring...
-
What’s Really Going On in Machine Learning? Some Minimal Models
The Mystery of Machine Learning It’s surprising how little is known about the foundations of machine...
-
Data Modeling Entitlements and Pricing for SaaS Applications
Flipper originally started with one price per month and per seat–the same price for every customer...
-
Better IX network quality monitoring
This post is a textual version of a talk I gave at the first NetUK. You...
-
Andries Brouwer on the OOM killer
Via Andy Miller (2007), an amusing metaphor for Linux memory overcommit. Originally posted by Andries Brouwer...
-
GitHub - link-society/flowg: Low Code log management solution
Hi there! At $workplace, we needed to be able to easily refine and route logs from...
-
Rust vs. Zig in Reality: A (Somewhat) Friendly Debate
Jarred Sumner (white shirt): creator and CEO of Bun.js, a Node.js replacement JavaScript runtime and toolkit...
-
Intuitive Explanation of Arithmetic, Geometric, & Harmonic Mean
If you Google for an explainer on the differences and use cases for the arithmetic mean...
-
What is std::ref?
Have you heard about std::ref and std::cref? The helper functions that generate objects of type std::reference_wrapper?...
-
A systematic approach to deriving incremental type checkers | Proceedings of the ACM on Programming Languages
Static typing can guide programmers if feedback is immediate. Therefore, all major IDEs incrementalize type checking...
-
An unordered list of hidden gems inside NixOS — kokada
After using NixOS for the last 5+ years as my main OS, I end up with...
-
Gentoo: profiles and keywords rather than releases
Different distributions have different approaches to releases. For example, Debian simultaneously maintains multiple releases (branches). The...