ghoscht

joined 1 year ago
[–] ghoscht@feddit.de 4 points 1 month ago

An sich eine coole Sache. Ist aber schon bisschen blöd, dass man mit dem Flexpreis Ticket nicht mehr so frei unterwegs sein kann.

[–] ghoscht@feddit.de 4 points 3 months ago (1 children)

Another OCaml connoisseur (at least semi-forced, as it looks like a university exercise).

[–] ghoscht@feddit.de 5 points 3 months ago

Looks interesting, but I would've really liked some gameplay. From what's being shown here and on gematsu it somehow looks like a mixture between Observer and Bioshock (only universe, not really gameplay).

[–] ghoscht@feddit.de 4 points 3 months ago

Not sure where that commenter is from, but it's the case for Germany. Pretty useful to compare

[–] ghoscht@feddit.de 5 points 4 months ago (5 children)

How good are they compared to Haribo? The candy in the picture looks pretty normal to me.

 

The new trailer, roadmap and so much more are here! What are your thoughts about it? The thing that I'm probably most excited about are the changes in post processing. Turning bloom off without touching the other post processing settings is amazing.

[–] ghoscht@feddit.de 3 points 4 months ago* (last edited 4 months ago)

Pretty much, yes. Although most of the guides install nix via curl. You can find the recommended installation procedure on the official nix website.

What I'm right now also realizing is that i switched things up. nix-shell -p curl creates a shell with the curl command temporarily available. If you exit this shell it's gone. I use this all the time if if i don't want to pollute my system with programs I only use once. If you want to permanently install something you have to use nix-env -iA nixpkgs.curl. But don't take my words for granted, since I have never tested this on a non-nixos machine.

Note: You can also see how to install something by clicking on the package title in the nixpkgs repo.

[–] ghoscht@feddit.de 3 points 4 months ago (2 children)

Nixpkgs can be used without knowing anything about nix. You can install almost anything by just running e.g.:

nix-shell -p cowsay

The requirement for that is the nix package manager but that should be easy to install. But yeah getting into Nixos with flakes and all that stuff can be hard.

[–] ghoscht@feddit.de 18 points 4 months ago

That's probably the best Unixporn I've seen on Lemmy

[–] ghoscht@feddit.de 4 points 4 months ago

I really love the term "toilet paper deployment"

[–] ghoscht@feddit.de 3 points 5 months ago

Lidarr + Navidrome works flawlessly for me. Navidrome also fetches data from LastFM, such as tending songs and artist info

[–] ghoscht@feddit.de 4 points 5 months ago

Right now Debian, but I'll migrate to NixOS pretty soon since it's already running on all of my machines except this server.

[–] ghoscht@feddit.de 1 points 5 months ago (1 children)

I followed this guide from VimJoyer and it works like a charm. Have been using this approach for quite a while now. It just uses raw nix with homemanager

view more: next ›