• 0 Posts
  • 33 Comments
Joined 1 year ago
cake
Cake day: June 14th, 2023

help-circle

  • I envy you. I lived in 3 commie block apartments that the soviets built. Even though build from concrete, you could always hear neighbours from all sides except below.

    Neighbours above had two children that would chase one another. Sounded like elephants from above.

    Surprisingly moving away from the city into a brick apartment actually solved most of the sound problems. The building is even older, was built in between occupations around 1920.

    Although there are still problems due to moded cars and bikes driving around. Need to move out again, further…



  • It’s easy to call it out like that, but I that apartments have design flaw, that it dehumanizes your neighbours.

    Something along road rage. You are stuck in a container and interaction with others are limited to annoyance.

    Maybe coop apartments would have a way to solve it, but it will break down if multiple suites are built next to each other. You can know/befriend a very limited amount of people.


  • It’s impossible to not hear your neighbours in an apartment. There are ways to reduce that, but almost no apartment is built like that. Not to mention that often you want to open windows for fresh air and get to breathe in smoke from cigarettes. It’s a different kind of hell to live in one. I agree that it looks nicer from outside. There can even be parks nearby. But never venture there after dark, because you’ll get your vallet stolen. Due to that every street must be light up during the night, and now you can’t see the stars…

    Anyhow. People fucking suck






  • As per systemctl(1) manual:

    If --force is specified twice, the operation is immediately executed without terminating any processes or unmounting any file systems. This may result in data loss. Note that when --force is specified twice the halt operation is executed by systemctl itself, and the system manager is not contacted. This means the command should succeed even when the system manager has crashed.


  • Great build for a gaming PC. For a server it looks odd. Usually when building a server, your main concern is reliability. Everything goes in pairs. Two CPUs, Two PSUs… It gets tedious fast. Often weaker but much more energy efficient parts are prefered, since unused CPU and RAM is considered wasted.

    It would be much more helpful if you have a usecase you’re building it for (since now I really can’t comment too much on the build). If your primary concern is to try to have a home server, I’d say go for it. You can always upgrade/downgrade down the line.








  • Thanks for the info, although versioning afaik not the thing that keeps it behind. There are tools to import the necessary packages with ‘guix import crate’. It automatically selects the necessary packages.

    Difficulties arise when Cargo.toml for example uses git as source. Then you have to pull and write specifications for not a standard package. The build system is isolated and cannot download anything off the internet.



  • Guix - It’s basically an abstraction over software compilation and distribution. It uses guile lisp language as glue to bind it all together. (Full programming language to configure with)

    The beauty arises if you want to get a minimal os running with a single application and package it either as a full iso or a docker container you can. Or if you need to get an OS to run as your router.

    It’s also highly encourages free software to the point, that proprietary software actually feels like huge downgrade to include. (Compilation from source is always available)

    I’ve been using this only for 11 months. I’ve barely scratched the surface on what is possible. So I’m pretty sure I’m not making it justice on what a gem it is. For example: Only recently I started to use programs in an immutable way.