~lobsters | Bookmarks (2097)
-
15,000 lines of verified cryptography now in Python
In November 2022, I opened issue 99108 on Python’s GitHub repository, arguing that after a recent...
-
Neovim users: what AI tools are you using? | Lobsters
There are a ton of llm/AI tools for nvim now, but what’s everyone here using? I...
-
Common shell script mistakes
I've written a few shell scripts in my time and have read many more, and I...
-
Easter hack: terraform-provider-openwrt
Easter hack: terraform-provider-openwrt April is usualy tax season for most people in Norway, and as I...
-
Image segmentation using Gemini 2.5
18th April 2025 Max Woolf pointed out this new feature of the Gemini 2.5 series (here’s...
-
Microsecond transforms: Building a fast sandbox for user code
Often, platforms let users supply code to customize behavior. But sandboxing user code for safe execution...
-
What are you doing this weekend? | Lobsters
Feel free to tell what you plan on doing this weekend and even ask for help...
-
Vibing code quality
A lot of folk are trying out generative AI and sharing their experiences. It’s undeniably a...
-
@j-g00da's webpage
Ratatui gave us beautiful TUIs. Ratzilla expanded it to the web. But why shall we stop...
-
Lockless Programming Considerations for Xbox 360 and Microsoft Windows - Win32 apps
Lockless programming is a way to safely share changing data between multiple threads without the cost...
-
Software Development Has Too Much Software In It
Hello, friends! I’ve been thinking back on my career recently, which I’ve had plenty of time...
-
Honest and Elitist Thoughts on Why Computers Were More Fun Before
Spring 2025 When they saw that I had aficion, and there was no password, no set...
-
Reflections on Unikernels
Unikernels are single-purpose appliances where an application is linked with everything that it needs, including kernel...
-
Zig and GPUs
GPU programming used to mean wrangling C++ compilers, bloated SDKs, and vendor-specific toolchains. That’s changing. You...
-
iOS 18.4 - dlsym considered harmful
We first observed the bug in a custom iOS application compiled for the arm64e architecture (thus...