Profile avatar
bcloop.bsky.social
9 posts 8 followers 44 following
Getting Started

At least for #golang, avoid using deps.dev for now. It seems to be reporting security advisories based on outdated information, and the project seems unmaintained, as I reported this two weeks ago but got nothing at all.

NEW VIDEO! www.youtube.com/watch?v=xDLx...

How to store binary data in XML

There's another try at bare metal support for #golang from the TamaGo folks. GOOS=none! Sample reply on the issue from @filippo.abyssdomain.expert: "running Go applications sandboxed as Firecracker micro VMs and writing memory-safe UEFI bootloader firmware in Go is extremely exciting to me."

PhD Timeline xkcd.com/3081

Oof. Reportedly, if you got a certificate from SSL.com by putting "example[@]gmail.com" at _validation-contactemail.example.com, they would add gmail.com (!!!) to your verified domains. A good reminder to use the CAA record, and to sign up for CT monitoring (e.g. Cert Spotter). https://bugzilla.mo

Video of a student in my town who wrote a political op-ed being grabbed off the street by government agents bsky.app/profile/pale...

your outie always seeds torrents to a ratio of at least 2.0

I’m tremendously excited about the synctest package. There’s usually a tension between making async code idiomatic or testable. Synctest makes the idiomatic code testable. #golang go.dev/blog/synctest