Bram Geron
banner
bram.xyz
Bram Geron
@bram.xyz
Rust, product. He/they. Nushell&jujutsu fanboi. Live in 🐻 Berlin

Used to do research on programming languages.

Standing with 🇵🇸 is standing with human rights.

@bgeron on other networks.
No experience but a friend told me today he likes DualShock more.

What are your criteria?
November 12, 2025 at 7:43 PM
Seems there is some security vulnerability shared at the conference that lets you use other people’s accounts
November 12, 2025 at 12:09 AM
Beat you to it, mine is on Thursday!
November 12, 2025 at 12:05 AM
The details matter.
November 12, 2025 at 12:03 AM
Kids these days, pretending HTTP started with version 2… 😁
November 11, 2025 at 6:39 PM
Germany has a word for this: FLINTA. I wish English did too.
November 11, 2025 at 4:11 PM
It doesn’t seem the same as technical debt. Because sometimes it’s a result of architecture that makes development flexible in other ways.
November 11, 2025 at 2:32 PM
This is the kind of strategy that makes sense in the medium term at big companies.

Like bugs you encounter all the time that stay unfixed for 3+ years. You feel the company doesn’t care about your happiness — but don’t stop using the product just yet.
November 11, 2025 at 2:32 PM
Thank you!
November 11, 2025 at 12:04 AM
I'm really curious about these probes that @elizas.website added!
November 9, 2025 at 10:59 PM
If this is the guard of your non-ready branch, and you send in the ready branch, you deadlock.

Mitigation: Select on expressions, not variables, as a way to drop the non-ready future and release its locks before the ready branch is executed. Spawning also mitigates, because tasks don't suspend.
November 9, 2025 at 10:47 PM
Oxide discovered this failure mode not with locks, but a capacity-1 bounded channel, where Sender blocks until some Receiver is listening. Tokio's channel is fair -> the send permit is given to the first Sender that tries to send.
November 9, 2025 at 10:47 PM
Yeah, they discuss this in the blog post
November 9, 2025 at 10:39 PM
“Men often die WITH prostate cancer, not OF prostate cancer.”
November 9, 2025 at 6:25 AM
Or simply @daniel.haxx.se
November 8, 2025 at 1:34 PM
(Assuming a 10cm/4” burger with no gaps in between)
November 8, 2025 at 1:24 PM
The conveyor belt would be running at Mach 2
November 8, 2025 at 1:22 PM
I imagine using sccache should have effectively the same effect
November 8, 2025 at 12:02 AM
Maybe a combining reverse proxy with path prefixes in front of sockets!

I have no idea if that’s compatible across Docker, particularly if you throw macOS/Windows in the mix
November 7, 2025 at 9:02 AM
Maybe there’s some plugin for vscode that does that using LSP.
November 7, 2025 at 12:51 AM