~lobsters | Bookmarks (2151)
-
Python Performance: Why 'if not list' is 2x Faster Than Using len()
In Python, you can check a list for emptiness in two ways:if not mylistif len(mylist) ==...
-
Shadertoys ported to Rust GPU | Rust GPU
We ported a few popular Shadertoy shaders over to Rust using Rust GPU. The process was...
-
CaMeL offers a promising new direction for mitigating prompt injection attacks
11th April 2025 In the two and a half years that we’ve been talking about prompt...
-
Release v25.0.0 · gfx-rs/wgpu
By @jamienicol in #6929 and #7080. Split up Features internally Internally split up the Features struct...
-
Fedora change aims for 99% package reproducibility [LWN.net]
This article brought to you by LWN subscribers Subscribers to LWN.net made this article — and...
-
SQL pie chart
My other half says I’m losing it. But I think that as an enthusiast kernel developer...
-
Haiku Activity & Contract Report, March 2025
This report covers hrev58697 through hrev58787.Applicationsjscipione did some minor code cleanups in Tracker.humdinger added some more...
-
Why do AI company logos look like buttholes?
If you pay attention to AI company branding, you'll notice a pattern: Circular shape (often with...
-
What are you doing this weekend? | Lobsters
Feel free to tell what you plan on doing this weekend and even ask for help...
-
Taking out the Trash: Garbage Collection of Object Storage at Massive Scale
Over the last 10 years, I’ve built several distributed systems on top of object storage, with...