Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

madmaurice, to memes in This is the master race...?
@madmaurice@discuss.tchncs.de avatar

To be fair this is not the first infamous fascist with a bad hairdo, but this one certainly raised the bar. It looks like a bowl cut, but with different size bowls used…

madmaurice, to lemmyshitpost in The American mind cannot comprehend this
@madmaurice@discuss.tchncs.de avatar

To be fair. That’s the Christmas market on the Altmarkt in Dresden and there’s a huge parking garage right below it. 😄

madmaurice, to lemmyshitpost in NASA has some explaining to do
@madmaurice@discuss.tchncs.de avatar

“Satellites block God’s ability to watch us”

The omniscient, omnipotent god is defeated by a piece of space trash? What a rip-off.

madmaurice, to lemmyshitpost in German Art
@madmaurice@discuss.tchncs.de avatar

I’m pretty sure Hitler was not the last German to fail art, so I’ll take my chances.

madmaurice, (edited ) to linux in Super weird error, what's happening?
@madmaurice@discuss.tchncs.de avatar

None of what’s visible helps identifying the error. Try journalctl -xb as suggested it might show more relevant information

Edit: oops should’ve been joirnalctl instead of journal

madmaurice, (edited ) to linux in How I can enable i3-gaps?
@madmaurice@discuss.tchncs.de avatar

Your i3 is too old. Perhaps your distro’s repository has a package called “i3-gaps” which was the former fork that implemented this feature. i3-gaps was merged back into i3 in the meantime.

Since i3 4.22, you can configure window gaps.

i3wm.org/docs/userguide.html#gaps

madmaurice, to linux in Does Nix's break from FHS cause problems?
@madmaurice@discuss.tchncs.de avatar

Nix installs derivations into separate folders. A derivation can be a package, but can also be other things like configuration files, scripts or sources for packages. Nix doesn’t distinguish between these derivations by a name but rather by a hash created from their build instructions.

For example two instances of the same package with a different version are two different derivations and thus nix can have both package versions installed without them interfering with each other. But this goes beyond just a package version. It is e.g. possible to have the same package with the same version but different patches applied, or relying on different versions of dependencies. Since their build instructions differ both can be installed simultaneously.

This approach grants a variety of advantages. For example upgrading your NixOS system just installs new derivations of packages and configuration files that have changed, while keeping previous derivations until they’re garbage collected at a later time. This allows you to switch freely between both iterations of your system, for example if an update causes issues you can just revert back to before an update easily. Another advantage is that an unprivileged user can install packages they need without interfering with the rest of the system, for example an older python version or a newer one, or some software they want but the system does not provide.

The price of having this kind of isolation between packages is that nixos cannot install binaries and libraries into common locations. Effectively /usr/bin only contains the env binary. If you’re familiar with shell scripting you might have run into lines such as #!/usr/bin/env bash. This env util will essentially search bash in your PATH variable and start it. Lines like #!/bin/bash however will not work, because there’s no bash installed in that location.

Another case where a missing fhs is a problem is when using pre-compiled binaries. In contrast to binaries built through nix, which have their required libraries hardcoded as absolute paths, pre-compiled binaries you download usually only contain the name of the library they need, which works in a conventional fhs environment, because these libraries tend to be found in /libor /usr/lib. On NixOS neither of those are present. There two solutions to this. Either you create an fhs environment by listing the set of derivations to be symlinked into a chroot environment which mimics an FHS. Or you can install github.com/Mic92/nix-ld which automatically finds the required libraries the nix way if you start such a binary. There’s also steam-run which installs an fhs with most of the dependencies necessary to start Linux games from Steam.

madmaurice, to memes in is this breakfast?
@madmaurice@discuss.tchncs.de avatar

No, it’s a person.

madmaurice, (edited ) to linux in Is gnome going to become proprietary?
@madmaurice@discuss.tchncs.de avatar

But closed source projects still get bug reports. The users just can’t fix it themselves. So where’s the advantage?

madmaurice, to asklemmy in ActivityPub
@madmaurice@discuss.tchncs.de avatar

Not really a question, is it?

madmaurice, (edited ) to linux in Enabling Bluetooth on Arch Linux
@madmaurice@discuss.tchncs.de avatar

author: has Master’s degree in engineering

also author: “Let’s write a blog post about how to enable a systemd service”

madmaurice, to memes in Sure it is
@madmaurice@discuss.tchncs.de avatar

Have you not heard of appartments before?

madmaurice, to memes in rip bozo
@madmaurice@discuss.tchncs.de avatar

For the record, the war is not about that

Oooooh. You used the W-word. 20 years of gulag for you, comrade. 🙃

madmaurice, to asklemmy in What's a true fact that is so misleading it's borderline misinformation?
@madmaurice@discuss.tchncs.de avatar

They even put it into the water supply.

madmaurice, to lemmyshitpost in So that's what a cokehead is
@madmaurice@discuss.tchncs.de avatar

I wouldn’t say it is “hidden”. “covered” would be a fitting word.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • localhost
  • All magazines
  • Loading…
    Loading the web debug toolbar…
    Attempt #