- 3 Posts
- 3 Comments
Joined 2 months ago
Cake day: May 1st, 2026
You are not logged in. If you use a Fediverse account that is able to follow users, you can follow this user.
indium114@beehaw.orgto
Programmer Humor@lemmy.ml•Scam Altman says it’ll take another year before ChatGPT can start a timer. An $852 billion company, ladies and gentlemen.
2·28 days agoMeanwhile Siri could do this in 2010
indium114@beehaw.orgOPto
Programming@beehaw.org•wares: a distro-agnostic AppImage/binary package manager
0·2 months agoI explained this on a now-removed post to r/unixporn: Instead of using you distro’s packages and having to trust both the developers of the project and the people packaging it, wares cuts out the middleman and fetches compiled binaries directly from the GitHub repo, compiled by the developers or their CI/CD system, meaning you only have to trust one party rather than two. It also allows you to get updates for programs as soon as they release


It was rewritten in Go at the time I was switching to NixOS, because the Nix package for Swift is outdated and broken. I rewrote it in Rust because I’ve been wanting to learn Rust and also fun :P