mrh

joined 1 year ago
[–] mrh@mander.xyz 3 points 8 months ago
[–] mrh@mander.xyz 7 points 9 months ago* (last edited 9 months ago)

M-% NixOS RET Guix RET !

But yes 80% of my comment applies to Nix as well, as of course Nix is older and Guix is (conceptually) based on Nix. Though I personally use/prefer Guix.

[–] mrh@mander.xyz 7 points 9 months ago* (last edited 9 months ago) (2 children)

Yes GNU Guix is a linux distro.

The package manager for Guix (also called guix) is also a portable package manager which works on any linux distro, similar to flatpak, nix, homebrew, etc.

Guix's claim to fame is that it is a functional distro/package manager, meaning that all changes are atomic, so installing/upgrading/deleting packages never leaves your system in a broken state.

Not only that, but if you make some change to your system and it breaks for normal reasons (e.g. newest software version has a bug), you can roll back to your previous system state with all your previous packages and their versions, and this roll-back operation is also atomic.

Guix the distro not only let's you do package management this way, but also let's you do declarative system configuration. This means rather than manually rummaging around /etc changing files and hoping nothing breaks, there's simply a single config file which declares all of your system configuration. From your kernel to users, partitions, system services, and just about anything else, all the configuration is declaratively done in one place with one language (Guile Scheme). Any changes you make to your system this way are also of course atomic and can be rolled back.

It even comes with a built in system called guix home which lets you bring that same level of declarative, atomic configuration to your user's home environment, letting you manage user level packages, dotfiles, env variables, and more with a single home configuration file.

There are other goodies too, such as the ability to spawn one-off shell environments with the guix shell command, dropping you in a shell with all the packages and env variables you declare, keeping your regular user environment clean (very nice for development).

There's even more, but at this point if you're still interested just head over to the site and the docs.

[–] mrh@mander.xyz 8 points 9 months ago* (last edited 9 months ago) (3 children)

If I understand you correctly, this is trivial in emacs:

(defun insert-text ()
  (interactive)
  (insert "your text here"))

(global-set-key your-keybind-here #'insert-text)

You could make it a format string if it relies on data specific to some file or parameter. You could also make the keybind local to certain modes/files rather than a global keybind if you don't want to pollute your keybind space.

[–] mrh@mander.xyz 36 points 9 months ago (16 children)

emacs org-mode

[–] mrh@mander.xyz 2 points 9 months ago

guix home reconfigure home-config.scm

[–] mrh@mander.xyz 3 points 11 months ago* (last edited 11 months ago) (5 children)

I appreciate you being the 1/8 to actually state their reason!

Everything seemed pretty self-explanatory to me in a community like this since:

  1. Videogame critiques on youtube are quite popular (and have been for years)
  2. Joseph Anderson is one of the most popular video game critics. His (second!) Fallout 4 critique has 10+ million views
  3. Lies of P is a very popular game which came out this year, and souls-likes in general are very popular games which people love to talk about

Also I wholehartedly disagree with downvoting something as spam when you have no idea what it is. And why do you need me to tell you what "we're" doing here? It's not for me to say whether this is a thread for roasting the game or praising it or anything else. I'm not sure I could even think of a more clear, straightforward title (and it's simply the video title).

I also don't feel it's my obligation to share my thoughts on something I post. As OP I prefer for people to think for themselves and form their own opinion about the content.

[–] mrh@mander.xyz 0 points 11 months ago (2 children)

Yeah is there some specific reason that I'm missing? I've never posted something like this before anywhere on lemmy.

[–] mrh@mander.xyz 1 points 1 year ago* (last edited 9 months ago)

edit: I do feel norawibb's point, the slippery mutability of Void is something I am a lot less comfortable with than I used to be. Apparently Guix has spoiled me.

[–] mrh@mander.xyz 1 points 1 year ago

Alternatively if price is an issue (NEVER use a “free” VPN) you could torrent over I2P, which is free and very safe (at least as safe as tor, if not moreso).

Also the next release of qbittorrent is about to have built in I2P support (but also standard I2P comes with its own torrenting software).

view more: next ›