phil_m

joined 3 years ago
[–] phil_m@lemmy.ml 1 points 10 months ago

Skip void, try NixOS :P (my colleague switched from void too)

[–] phil_m@lemmy.ml 4 points 1 year ago

Nah that title already holds NixOS

[–] phil_m@lemmy.ml 1 points 1 year ago

I personally don't understand why the loudness and dust pollution (which often also seems to be a bigger issue with bikes compared to cars as well) is much more regulated with bikes and cars, since a lot more people are suffering because of it compared to the "fun" for a few (assholes...).

One way or the other, the future is likely electronic, and I hope that this will happen sooner than later... As when using electronic bikes these issues compared to cars turn around:

  • It's more efficient than cars, because you don't have these issues with high RPM etc. you have mentioned which is just inefficient combustion
  • Even more silent than electronic cars (and I really don't like the argument, that these vehicles need to be loud for the safety of pedestrians, design goddamn infrastructure that is safe for them regardless of the noise the vehicles make, you may have some kind of automatic warning in the future if this is really relevant).

Also issues like short battery life (or sluggish bike when using a big battery) will likely be solved incrementally in the future. In the meantime please (targeted to politicians) just regulate them slowly towards electronic bikes (e.g. allow only very silent new bikes, which is basically a death sentence to combustion, when very silent).

[–] phil_m@lemmy.ml 5 points 1 year ago

Additionally to what the others already said:

LD50 and "bad for your health" are quite separate things.

Vitamin D for example has an LD50 of ~30mg per kg. So according to your logic, it's way unhealthier than aspartame (factor ~100). Though in reality you would die without vitamin D intake.

[–] phil_m@lemmy.ml 6 points 1 year ago (5 children)

You can almost never say that something is not dangerous, unless it's practically mathematically proven...

This applies especially for food etc.

I think we have to be much more conservative with food and substances we put into it. A lot of (Meta-)meta-studies suggest, that processed food is a health risk.

And this may sound a little bit far-fetched, but I think a good amount of the idiocracy in (especially) the USA may be related to the food (as also a lot of studies have found connections to brain/psychological health).

[–] phil_m@lemmy.ml 10 points 1 year ago (3 children)

Oh yeah, fuck those loud motorcycles (please just use an electric one, they are superior in almost every way by now (but cost...)). I don't get how these assholes enjoy annoying everyone around them, especially when driving through highly populated areas.

[–] phil_m@lemmy.ml 5 points 1 year ago

I think we reached a singularity here...

[–] phil_m@lemmy.ml 1 points 1 year ago

expansive repositories

That would be new for me. AFAIK Debian doesn't have that many packages (compared to AUR or even nixpkgs (see https://repology.org/)). Regarding Flatpak: What packages do you need for a server with Flatpak? Desktop makes sense for me, but I haven't yet had any use-case/package for server related software in Flatpak.

I switched from Debian to NixOS for servers, 3 years ago, as I think it's easier to maintain long-term (after being on Debian on servers for years). A new install (after EOL Debian support) often is a little bit more hassle and requires a longer downtime in my experience (apart from the lack of reproducibility and declarativeness and the sheer amount of software packaged and configured in nixpkgs).

[–] phil_m@lemmy.ml 2 points 1 year ago (1 children)

Have you tried putting it into a buildFHSUserEnv?

I also often put the "dirty" packaged AI/python stuff (which is unfortunately quite a lot) into Dockerfiles if I don't want to package it cleanly with Nix.

[–] phil_m@lemmy.ml 1 points 1 year ago

Well I guess it depends how deep you're in the rabbit hole already, I think it's relatively easy for me at this point to create a new package (I'm maintainer already for quite a few). But yeah ... steep learning curve ... Less so with Nix itself, though non-the-less, it's a simple functional programming language with a new paradigm (derivations). But rather NixOS/nixpkgs Nix magic. For example there's a dynamic dependently typed type-system built on top of untyped Nix in the NixOS module system that is spin up on evaluation time.

But I understand your point, at the beginning of my NixOS journey I have also rather created a "good enough" Dockerfile. Depending on the exact context I still do this nowadays (often because there's an official well maintained docker image in comparison to a not so well maintained Nix one, and the context is too complex to maintain/develop/extend it myself). But if there's a good solution in Nix I rather use that, and that is often less headache than setting up a service with e.g. docker-compose. I also use flakes mostly for a dev environment, if you're a little bit deeper in it, you can spin up a relatively clean dev env in short time (I'm often copy pasting the ones I have written from different projects, and change the packages/dependencies).

view more: next ›