Comment on
Systemd wants to expand to include a sudo replacement
Reply in thread
Or you can use a doas implementation like OpenDoas, or maybe sudo-rs...
Comment on
Systemd wants to expand to include a sudo replacement
Reply in thread
Or you can use a doas implementation like OpenDoas, or maybe sudo-rs...
Comment on
Why FOSS projects are using proprietary, privacy invasive infrastructure?
Reply in thread
I hope this changes (even if a little bit) once Forgejo (FLOSS Gitea fork) adds forge federation.
Comment on
What apps would you love to have open-source alternatives for?
Reply in thread
Comment on
Judgy asshole
To be fair, that one day he works is a pretty busy day.
Comment on
VirtualBox 7.0.16 Released with Initial Support for Linux 6.8 and 6.9 Kernels
Reply in thread
KVM runs VMs pretty much like they are native
Well, it is a type 1 hypervisor…
Comment on
vaporise - an alternative to the common `rm`...written in Rust...
Reply in thread
This probably isn't the answer you're looking for, but vpr being memory-safe isn't a benefit that it has over rm, since rm apparently doesn't allocate any memory (as @[email protected] wrote).
the first thing you mentioned as a benefit was memory safety.
Looks like I worded my project description poorly. As I wrote in another comment, I meant that this alternative is memory-safe (being written in safe Rust), but not that rm isn't.
edit: I've updated the post's title to clear things up
Comment on
I'm giving up — on open source - Blog
Reply in thread
This is a pretty good option, though I also think something like what aseprite has done is pretty good too (compile it yourself for free, or pay for a precompiled binary available through e.g. Steam) - from what I can tell this setup is fairly profitable.
Comment on
vaporise - an alternative to the common `rm`...written in Rust...
Reply in thread
I don't know whether rm is memory-safe or not, but vpr is. By 'memory-safe alternative' I meant that this alternative is memory-safe, but not that rm isn't.
Comment on
vaporise - an alternative to the common `rm`...written in Rust...
Reply in thread
Nah, no way. :)
Comment on
GitHub Is Not Open Source, A Rant
Reply in thread
Gitea supports migrating from a variety of sources, but I'm not sure about a bot that does everything in one click or so. You could probably make a simple script for that, though.
Comment on
bunbun - A simple and adorable sysinfo utility.
Reply in thread
Happy to hear that you like it :)
Comment on
Why FOSS projects are using proprietary, privacy invasive infrastructure?
Reply in thread
You could host on Gitea and mirror to GitHub. Obviously, users may be less inclined to sign up to your Gitea instance, but I hope people being unwilling to register becomes less of an issue once Forgejo (Gitea fork) implements forge federation.
Comment on
What isn't illegal but should be?
Reply in thread
Holds true for most of what this guy said, save a few things.
Comment on
What do you prefer to selfhost?
Reply in thread
If you want to keep everything inside a singular Nix configuration while still using Docker, you can check out the NixOS option virtualisation.oci-containers - essentially, a declarative way of managing docker/podman containers (similar to docker-compose) but with Nix.
Comment on
Math
Reply in thread
Where one would actually need to use the gun, perhaps adrenaline would come into play?
Comment on
[bspwm] an old setup I made a few years back, and decided to post here
Reply in thread
I’m now using Hyprland on NixOS (have been happily doing so for months now) after a configure several other window managers (leftwm, awesomeWM, etc.).
I plan to share my setup sometime soon but I’ve got secrets in my configuration (and git history!) that I’ll need to remove first.
Comment on
Telegram CEO calls out rival Signal, claiming it has ties to US government
Reply in thread
I’ve previously had issues with Matrix being incredibly slow and unreliable with federation (I’m self-hosting). However, that’s pretty much in the past now and I seem to have somehow resolved that issue.
Comment on
[OC] bunbun - A simple and adorable sysinfo utility written in Rust
Reply in thread
That's great, thanks! I'll look into submitting it to the official homebrew tap sometime, and get back to you.
Comment on
vaporise - an alternative to the common `rm`...written in Rust...
Reply in thread
I guess vpr -x would be memory-safe that way then. ;)
Comment on
Telegram CEO calls out rival Signal, claiming it has ties to US government
Reply in thread
I’ve been using Conduit within a docker container for a while now, and it’s worked pretty well aside from the mautrix-signal bridge (this was fixed in version v7.0.0, I think). Other than conduit, I tried out dendrite, but the latency in sending messages was unbearable.