Jorropo

@jorropo.net

I break code, both mine and not mine. Mainly in Go. 🇫🇷 IPv6 maximalist

I hate computers, something I've done close to 20 times stopped working because my computer became TOO FAST. TIL the rpiboot usb gadget doesn't handle throttling properly.

Just installed Sunshine and Moonlight, crazy good. The GPU encoding performance is awesome. Sadly using HEVC not AV1 as only one of my computer has an hardware AV1 implementation. (the one using intel arc)

This one is pretty funny go.dev/issue/77934. Turns out a struct used for Go ←→ Linux syscalls use int64 when Linux expects int32. But by chance this can't cause a bug because: 1. it is the last field of the struct 2. the size of the struct doesn't change since C aligns int64 to 8 bytes on 32 bits

I cold compiled Firefox today. Not in artifact mode, a complete compile. And it finished in 35 minutes ! 35 !!! Linux takes a bit more than an hour. I was ready to come back tomorrow. How is it so fast ?

Playing factorio in real life: The factory is growing ! 2nd Pick-and-Place and 4 3D printers print-farm (4th one is bigger and doesn't fit).

A pick and place machine in front, with an industrial storage shelf in the back with three 3D printers.

Never before I thought the performance of rm needed to be improved. I need to remove a single directory with a few hundred millions of files. I know it looks insane but it's on a modern file system (btrfs) so it works fine. Anyone got multithreaded faster alternatives to suggest ?

TIL openssh-client now warns you with a very helpful error message if the server does not support post-quantum cryptography. Gotta update my robot vacuum I guess.

> ssh root@192.168.1.147
WARNING: connection is not using a post-quantum key exchange algorithm.
This session may be vulnerable to "store now, decrypt later" attacks.
The server may need to be upgraded. See https://openssh.com/pq.html

Straight from an episode of MacGyver Russia's new Anti-Air drone consist of a manpad (shoulder mounted anti-air launcher) attached on top of a shahed (originally Iranian kamikaze fixed wing UAV).

Shahed drone crashed in snow with a manpad mounted above the airframe.

If whole engineering fields had to designate a single thing as their friend. - Software would be computers. - Civil would be concrete. - Electronic would be Kapton tape.

It's 2026 and I don't believe I am saying this. But I am paying for a search engine because the experience is superior to google (Kagi). Much faster that google with it's bloated tracking. Results are more relevant to what I care about.

Ooh, the SIMD WIP stdlib API for #golang is ready for people to poke! From Cherry from a few minutes ago: > As of today, we've landed a preliminary version with a reasonable API coverage. You're welcome to check out the dev.simd branch and try it with your use cases. github.com/golang/go/is... 🚀

proposal: simd: architecture-specific SIMD intrinsics under a GOEXPERIMENT · Issue #73787 · golang/go

Update (08/20/2025): A preliminary implementation of AMD64 low-level SIMD package is being developed on the dev.simd branch. You're welcome to check it out and try it with your use cases. Feedback ...

github.com

Working in hardware gives a whole new literal meaning to FIXME comments: > FIXME: this will blow up if 5V_EN and 50V_EN are concurrently HIGH, consider adding an interlock