~lobsters | Bookmarks (1978)
-
What are you doing this weekend? | Lobsters
Feel free to tell what you plan on doing this weekend and even ask for help...
-
I sped up serde_json strings by 20%
August 20, 2024 Discuss on RedditI have recently done some performance work and realized that reading...
-
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?...