83 private links
Plugin for sudo that requires another human to approve and monitor privileged sudo sessions - square/sudo_pair
multi-backend declarative package manager for Linux - steven-omaha/pacdef
Interesting approach, used to be exclusively for arch pacman, now can be used for pacman, apt, pip (and pipx!), xbps, cargo and a few others.
You create a list (or multiple lists for different groups) of packages and it ensures that they are installed. If they do not appear in a list, it ensures they are not installed. That's that.
ONLY takes care of packages, not config files, systemd services or similar - for that look to decman.
TUI Audiobook Player. Contribute to rareitems/gadacz development by creating an account on GitHub.
A simple code-as-infrastructure approach for rust development.
Add a line requesting e.g. a database to your rust project and it automatically does so in the background, supported by the extensive rust type system.
Basically, a little like Vercel for the backend (and with seemingly a nice free tier as well for now?). Does not seem matching for very advanced needs but good for more simple setups.
Cross-platform Rust rewrite of the GNU coreutils.
Simply intends to have complete compatibility with original coreutils - strives to fully pass the GNU coreutils test suite.
Create boardgames quickly and easily with this providing a lobby. Is in 3D and can use custom (up to 40MB) assets.
Window-manager independent widgets - can create a bar, notification center, shortcut display, clock, weather widget, or whatever without needing to be bound to a specific wm; and seems to be quite configurable.
Cut with regex patterns, automatic space mashing, column reordering, and some other nice features. Written, of course, in rust.
A complete and concise bib(la)tex parser for rust, allows you to access things as Bibliography collections and comes with a few formatting niceties
✔ Periodic overview of recently added #ActivityPub projects• CastoPod Host: an open-source hosting platform made for podcasters who want engage and interact with their audience• GoToSocial: headless #Mastodon compatible Fediverse server project written in #Golang• Tranquility: small ActivityPub server written in #Rust• hacker-don: server and web frontend written in #Clojure, prioritizing user sanity, safety and privacy• Kazarma: A #Matrix bridge to ActivityPubFor all projects visit:fediverse.party/en/miscellaneo…git.feneas.org/feneas/fedivers…
Sequoia is a modular OpenPGP implementation in Rust.
Bevy is a refreshingly simple data-driven game engine built in Rust. It is free and open-source forever!
Can show you a break-down of how you spent your day
[20:00]
In this post we explore Rust's concept of ownership that enables the language to achieve 100 % memory safety without garbage collection.
More web-focused introduction to rust principles, while building something
COmmon usage examples for things you might be confronted with in using rust. Easy to grasp and quick to learn.
High-level introduction and overview of rust language