~lobsters | Bookmarks (2183)
-
Naming sum types is often hard
After doing quite a lot of software design in systems which encourage use of enumeration types,...
-
Obsidian Publish Directory Enumeration - Ezri
I have been using Obsidian for a while now. It is a great tool for organizing...
-
GitHub - dpc/rostra: Rostra is a p2p (f2f) social network.
I’m working in my spare time on a p2p social network protocol/platform/app. You can conveniently check...
-
UK demands Apple break encryption to allow gov’t spying worldwide, reports say
The United Kingdom issued a secret order requiring Apple to create a backdoor for government security...
-
Why Does Integer Addition Approximate Float Multiplication?
Here is a rough approximation of float multiplication (source): float rough_float_multiply(float a, float b) { constexpr...
-
RetroFab by Itizso
RetroFab is a new online collection of vintage electronic game simulations that can be played in...
-
The Visible Zorker
Here's a little something I've been working on: The Visible Zorker! This screenshot has spoilers for...
-
C SBOMs, and how pkgconf can solve this problem
I recently attended FOSDEM, and saw a talk in the SBOM devroom about a software engineer’s...
-
Less-Than Estimation
A method of estimation I’ve used successfully on a bunch of projects over the years goes...
-
Fully Dynamically Linked Rust Binary: An Experiment
February 08, 2025 · 16 min read建议 Tips您正在查看印刷版本的博客, 印刷版本的博客可能会缺少部分交互功能, 部分内容显示不全或过时. 如果您在查看该印刷版博客时遇到了任何问题, 欢迎来此链接查看在线版: https://www.kxxt.dev/blog/fully-dynamically-linked-rust-binary/You are viewing a...