Anthropic uses Nix?
Anthropic uses Nix?
CISOs when you fail the phishing email test Please commit seppuku by sunset tomorrow.
Prometheus says “hot take” and Greek gods respond “no give that back.”
sed -i @$NIXPKGS_CHKOUT/pkgs@pkgs@
So I did a `git -C $NIXPKGS_CHKOUT log --oneline -- $NIXPKGS_CHKOUT/pkgs | grep 'bazel.* -> 5.4.0'` and it gave me commit `c8bc2f2c0d`.
And now I can get it with a simple `nix shell github:nixos/nixpkgs?rev=c8bc2f2c0d#bazel_5`.
That's so fucking cool man
(2/2)
When I say I love Nix for reproducibility, I mean real reproducibility, none of that "we ship a tarball of dependencies and run in a cgroup and call it a day" BS.
At work, I needed bazel 5.4.0 and I couldn't find a way to get it on my Fedora 43 work-provided workstation.
(1/2)
babel
Every day I am filled with hate because my heart overflows with my love of the computer. aftermath.site/ram-prices-h...
it kills me that people try to pretend that python is even remotely a good software development ecosystem
python is fucking. BULLSHIT
they don't even have a central documentation platform or framework or even useful types. it's just fuckin a few examples and that's all you get. not worth a damn
what if I need to turn off the remote itself?
Since we’re not superstitious, the 13th edition of KR will take place September 21–23, 2026 (black cats strictly forbidden during this edition — even on a leash… 😄). We hope to see loads of you there!
moshi moshi
Generating code was never the goal. The goal was to solve problems. I tried my best to avoid writing code by leveraging existing solutions or reframing the problem.
Writing code was always a last resort and a liability. If I was going to write code, then I was going to do it right.
Hooman likey squigly lines
USB SUPERSPEED!!!
RAM: you're too touchy
damn this bleach anime is something else huh
Slide showing the $225k grant received by the eBPF Foundation from the Alpha-Omega project and what it will be used for. The slide mentions enabling KASAN, security reviews of the main JIT compilers, checking the verifier-to-JIT integrity, and an assessment of unprivileged surfaces.
At #LinuxPlumbers, @breakawaybilly.bsky.social presented what the eBPF Foundation is doing, where its funds are going, and asked the attendees what should be next.
Recording: www.youtube.com/live/ZLRngpd...
Slides: lpc.events/event/19/con...
Proton Pass' CLI in operation, a terminal window sits on a gradient background.
The Proton Pass CLI, which was recently released as a beta, is now officially launched!
Enable faster workflows, reduce context switching, and implement secure automation across local development, servers, and CI/CD environments with this new and secure Command Line Interface.
The users are people who couldn't satisfy their OCD with Arch Linux (me). Nix being always reproducible is the big feature for me. Hermatic builds with flakes are another level of upgrade.
Happy 5th Birthday to Rocky Linux! Celebrate by getting involved. Watch our new video on how to contribute, from chat support to testing to hardware and architecture help. Join the community shaping the next five years: https://www.youtube.com/watch?v=rw9-lVtg2N8
#RockyLinux #OpenSource #RESF
dancing with the devil, are we?
I use GH actions because well, free, and environment doesn't matter since my code is built with Nix. 🤷🏻♂️
"I'd pin you in my lock file forever" lmao
Yes, the only real Go targets are
linux/amd64
linux/arm64
darwin/arm64
windows/amd64
(“Things you should be very concerned about the crypto maintainer saying,” if you deploy to any others 😬)
Wait until you read Nix
WHAT'S YOUR LUKS PASSWORD
Not saying its good, but it is what it is 🤷🏻♂️
That's because attrName can be a string and the interpreter has no way of knowing weather you want to treat the quoted string as a variable name or to evaluate its contents.
I like it. Having used Nix for some years, I've realised that I use flakes for hermetic benefits. And IMHO, it should be that way. Side rant: you don't need flake-utils or flake-parts.