It shows for me but without animation, my server is federated w ml
featured [he/him]
- 0 Posts
- 15 Comments
featured [he/him]@lemmygrad.mlto Open Source@lemmy.ml•Trusting Open Source: Can We Really Verify the Code Behind the Updates?2·3 months agoProfessional audits happen for big projects, and hobbyists audit the programs they use frequently. In addition, some projects adhere to the reproducible builds guidelines, which ensures the packages you’re receiving are identical to the upstream repo. There’s more work to be done in formalizing and automating these processes but this isn’t a major issue by any means
Extremely dependent on a number of factors, mostly hardware and configuration. I had a Thinkpad T480 and on a stock fedora install it definitely died faster than W10, but after setting up TLP and Powertop I squeezed ~2 more hours of use out of it than Windows could manage. Ditto for my framework 13, I get all day battery life on NixOS but when I’ve tested windows on it I lose a few hours immediately
featured [he/him]@lemmygrad.mltoUnixporn@lemmy.ml•[herbstluft] tweaking my dots a bit and watching nostalgia content2·11 months agoWhat’s the name of that robot ipod dog I loved that thing
featured [he/him]@lemmygrad.mlto Open Source@lemmy.ml•Treedome 0.5.0: Local Encrypted Notes with Modern Features2·11 months agoI’d recommend checking out Distrobox, which allows you to create containers of other Linux distros then export their applications as if they were native. Install a distrobox with one of the distros that this program works with, use the terminal to install the program within it, then if it isn’t immediately in your applications menu use the distrobox export feature to place it there.
You could also layer Nix onto your bazzite image and install it that way, but if you don’t know Nix it’ll be complicated
I’ve been into NixOS recently, not sure if I’m gonna stick with it long term but I’m trying to make it work. I love that it’s immutable while still allowing system packages, and declaratively configuring all of your common programs with home manager is super cool. Just have issues with scripts from the internet and trying to get nix-ld to cooperate
featured [he/him]@lemmygrad.mlto Open Source@lemmy.ml•Mercurygram: a Telegram FOSS fork with Material You themes and additional features1·11 months agoI use ntfy on graphene and it works just fine. I had to fully disable battery optimizations but that was it
featured [he/him]@lemmygrad.mlto Technology@lemmy.ml•OpenAI announces SearchGPT: its new AI search engine21·1 year agoIt literally doesn’t do that
featured [he/him]@lemmygrad.mlto Technology@lemmy.ml•OpenAI announces SearchGPT: its new AI search engine51·1 year agoI mean yeah it does include data scraped from the web but that is all three years old at this point. Hardly a search engine by any metric
featured [he/him]@lemmygrad.mlto Technology@lemmy.ml•OpenAI announces SearchGPT: its new AI search engine51·1 year agoIt’s not doing live queries at all, it just makes a statistically likely answer up from its training data
Isn’t Mozilla deprecating theirs soon?
featured [he/him]@lemmygrad.mlto Open Source@lemmy.ml•What lesser known free and open source software do you use daily to improve your life?2·1 year agoIt’s definitely a rabbit hole and it took me a few tries to stick with it, but after getting off the ground I don’t think I could ever go back.
Here are some helpful resources for using NixOS:
This video helped me understand the basic setup of flakes and home manager, as well as general NixOS syntax.
This site from Nix lets you look up every package on the repository, and if you click options at the top you can also search through every option related to your system and packages as well.
If you decide to use home manager for declaring user packages and dotfiles, I have been using this site which is similar to the official Nix search but specifically for home manager stuff.
Hope it helps :)
featured [he/him]@lemmygrad.mlto Open Source@lemmy.ml•What lesser known free and open source software do you use daily to improve your life?5·1 year agoHelix text editor has been in my rotation recently, I like it a lot as a regular nvim user.
Just migrated from Arch to NixOS recently. Nix+Flakes+Home-manager define my entire system, including config files and pinned package versions, using three files. My system has never felt more stable and reproducible. I even found a flake which lets you declaratively manage Flatpaks (nix-flatpak).
featured [he/him]@lemmygrad.mlto Open Source@lemmy.ml•What lesser known free and open source software do you use daily to improve your life?5·1 year agoIf you use signal, the fork Molly has UP support now
How usable is a proot distro? I was considering using it for my tablet for some light programming