featured

joined 2 years ago
[–] featured@lemmygrad.ml 10 points 2 weeks ago

Deeply unserious little puppet. Not a statesman like bone in his body; zero political acumen, just bending to empire and fascists at every turn and calling that internationalism and progress

[–] featured@lemmygrad.ml 2 points 1 month ago (1 children)

Well there are compatibility layers but they aren’t perfect. I’ve tried nix-ld, nix-alien, and nix-autobahn and each does work but not necessarily in all cases. I found this to be most common with scripts.

For example, I tried to install the discord mod Vencord using these solutions, but even with the compatibility shell I could not get past the first prompt.

Another issue I had was network authentication. An organization I’m in has a secure network requiring a web portal to sign in, and it uses a python script to get hardware details and install a certificate. This does not work even with FHS compatibility layers. I manually installed all of the python packages it wanted, which got it to launch and immediately crash. On traditional distros, it just works

I’m rambling but yes these tools exist and they may make everything rosy for you, but be aware of their own limitations because they didn’t solve much for me

[–] featured@lemmygrad.ml 6 points 1 month ago (3 children)

I wanted to love nixos but it has many shortcomings that aren’t immediately obvious but can really stump you. No FHS compatibility seems fine but certain programs require it and don’t have nix native workarounds. Additionally, the documentation is really not good. I used it for a while but it got in the way too much; now I use a fedora variant and use regular Nix for dev packages using nix-direnv. Gives me the nix features while also having a fully compliant and functional base system

[–] featured@lemmygrad.ml 3 points 1 month ago

This is accurate. Additionally, the WebKit rendering engine that they have to use is open source, so not too bad imo

[–] featured@lemmygrad.ml 2 points 1 month ago

There’s a nuke unaccounted for that fell in Goldsboro, NC too. Could’ve broken apart but it could also just be buried out there somewhere

[–] featured@lemmygrad.ml 1 points 1 month ago

I think you’re better off finding tools which work for your particular language, application, workflow etc. For me I use nix and direnv to create directory based declarative package sets that load upon cd’ing to a project’s folder. This allows me to have exact versions of the packages I need regardless of system packaging or versions used in other projects. Some people prefer spinning up containers for this role, often using tools like distrobox. If the language you’re working in has good version management tooling then you can also just use that

[–] featured@lemmygrad.ml 22 points 1 month ago (2 children)

Mozilla.social no longer exists, Mozilla took it down

[–] featured@lemmygrad.ml 1 points 1 month ago

There is a Unity variant that’s still maintained

[–] featured@lemmygrad.ml 3 points 1 month ago

Random applications that use the play integrity API won’t work on any third party OSes or ROMs. For example I tried to install some Intuit app on my GOS Pixel a while back (credit karma I think?) and it didn’t work at all

[–] featured@lemmygrad.ml 2 points 2 months ago

Mostly LibreWolf, but I’ve been enjoying Zen Browser recently. It’s based on Firefox but with lots of cool extra functionality baked in. It is still in alpha though and I’ve experienced some bugs, including it crashing my whole system a couple of times, but it’s very promising

[–] featured@lemmygrad.ml 4 points 2 months ago

Recently, uBlue. It’s more a family of fedora atomic images but it has taken the pain out of immutability for me. I was using Fedora silver blue and later Sericea a while back, but installing codecs from RPMfusion on it never worked properly and my hw acceleration was always broken. I was on NixOS for a while but had sporadic problems that come with NixOS not using an FHS structure. But uBlue just works. Hardware acceleration works out of the box, and I can easily create custom images with BlueBuild. It’s a very nice ecosystem to create a stable, secure, complete base system. And I run nix on top of it for user packages and home-manager to get all the benefits of both worlds

view more: next ›