eight_byte

@eight_byte@feddit.de

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

eight_byte, (edited )

The Mac hardware does limit the choice of distributions a bit. Besides that I can highly recommend Debian 12 as a rock solid base system with Nix as package manager to get latest and greatest software. Actually the nice thing is that you can use Nix package manager on any Linux distribution.

eight_byte, (edited )

I am not an Arch-user, but I would say so. At least Nix itself claims that their unstable channel is the largest and most up-to-date package repository currently followed by AUR. So yes, I think you can have best of both worlds - a rock solid base system with the newest software via Nix. It even gets better with Home Manager.

eight_byte,

The main reason is that there is no single Linux operating system. Linux basically is just the kernel. Every thing else around this kernel, like tools, applications and libraries, is highly customisable and exists in form of various forms of Linux operating system distributions. The fact that these distributions are very different from each other makes it almost impossible to certify industrial products for „the Linux“ operating system. There are just too many variations of it.

eight_byte,

Only had the time to solve part 1, but had a lot of fun with it. Here’s my solution: d03/p1

eight_byte,

Is anyone else like me, but it took me longer to understand what I was supposed to do on day 2 than on day 1? However, here is my solution written in Golang: github.com/alexruf/adventofcode2023/tree/…/d02

eight_byte,

My solution is not pretty at all, but it does the job: Golang

eight_byte,

I have been using Firefox ever since. Never really had a reason to switch to something else.

eight_byte,

Yea doing some FOSS contributions definitely was something I always was considering. But then as soon as I was looking for the right project things started to get complicated again. And even if you find a cool project you look into the issue list and imposter-syndrome starts kicking in.

eight_byte,

Actually there’s an idea sparking up on me.

When I was a junior programmer there were some business guys coming up with the requirement to implement their own validation language (similar to regex). I always thought it is totally stupid to invent your own instead of using something that already exists. But it turned out to be great fun implementing it. I had no prior knowledge in implementing parsers and interpreters. But man I was so proud after I came up with my own solution for the problem. It was such fun, that I even was doing over hours. At the end I create my own tokenizer, a parser and an interpreter. Even something similar to what I now know most people would call an AST (abstract syntax tree).

However, I know I have bought the Crafting Interpreters book without having read it. I really should start digging into it.

eight_byte,

To maybe give you some ideas, have a look at SimpleX and the Nostr. I haven’t looked into it in detail yet, but at first glance these two seem to work similarly.

eight_byte,

I don’t want to hear how good this game is because I only own a PS5 and don’t have a gaming PC.

eight_byte,

When I had a look on it a while ago they didn’t support Docker Compose. But except this it’s a drop in replacement.

eight_byte,

Properly just Process Manager with the icon from macOS Activity Monitor.

timeshift with btrfs: am I doing it right?

Hello! I just set up timeshift on my EndeavourOS pc, but this time I chose BTRFS instead of rsync. I currently decided to store the snapshot on the same hard drive of my installation because, well, it’s my only one. during the setup, it only asked me if I wanted to include the @home or not. using rsync, instead, it asked for a...

eight_byte,

Creating a snapshot is not the backup itself. It is basically freezing the current state of your files from this point on and then remembering what has chanced compared to the snapshot. So yes, it is normal that this takes no time since nothing is copied on your hard drive. If you want to backup the snapshot you need to make an actual backup of it. This is possible with btrfs. But since I haven’t done it yet, I can’t tell you the exact command.

eight_byte,

Komisch, Debian hat für mich abgesehen von Arch, wirklich am wenigsten gut funktioniert. Ich glaube, wenn Debian einmal stabil läuft und alles funktioniert, ist es vermutlich das OS bei dem sich am wenigsten an diesem Zustand ändert. Aber für mich ist der Aufwand, um an den Punkt zu kommen, dass alles läuft, bei Debian am höchsten und mit dem größten manuellen Konfigurationsaufwand verbunden.

eight_byte,

Denselben Weg bin ich auch gegangen. Hatte auch dieselbe Erfahrung mit Debian gemacht. Mein Tipp ist, schau dir Fedora mal an. Dort bekommst du aktuelle Pakete, die gut getestet zu sein scheinen. Der dnf Paketmanager war für mich kein Problem, du kannst mehr oder weniger einfach apt durch dnf ersetzen, die Subcommands sind teilweise identisch (siehe hier). Auch wenn ich denke, dass Debian mit DEP das bessere Paketformat hat, so finde ich, dass dnf besser Dependencies auflöst.

eight_byte,

Naja, wir reden hier von Linux. Es gibt nicht das eine Linux. Sprich jeder hat seine eigenen Vorlieben, was den Desktop angeht (KDE, GNOME, Mate, XFCE, etc.) oder die Anwendungen angeht. Spricht ich glaube nicht, dass es viele fortgeschrittene User gibt, ausschließlich mit der Default Installation ihrer Distribution arbeiten. Wenn mir also z.B. ein Evolution-Mail Client vorinstalliert wird, ich aber lieber mit Thunderbird arbeite, dann finde ich das durchaus valide.

eight_byte,

Vielen Dank. Ich kann deine Punkte absolut nachvollziehen. Gerade wenn es um Fedora geht, teile ich die Meinung, dass es den “professionellsten” Eindruck macht. Was mich etwas noch etwas beschäftigt ist, dass ich eigentlich von Ubuntu weg, hin zu einer Community getriebenen Distro wollte, weil ich eben denke, dass die Ziele eine Company sich nicht mit den Anforderungen von Nutzern vereinbaren lassen. Jetzt wieder bei einer Distro (Fedora) zu landen, hinter der ein große Company (Red Had - the devil) steht, scheint mir etwas Widersprüchlich. Aber damit muss ich wohl selbst klarkommen :)

eight_byte,

Den Weg über das gnome-core Package bin ich am Ende auch, gegangen. Kann auch nicht nachvollziehen, warum gerade Debian nicht im Installer eine “minimal Desktop” Option anbietet. Aber der Weg ist steinig. Bei mir hat z.B. der Drucker danach nicht funktioniert, weil gnome-core kein cups installiert. Sollte man meinen das lässt sich ja leicht nachinstallieren, dem ist aber nicht so. Das cups package hat keine Dependency zu cups-pk-helper, was unerlässlich ist, damit die korrekten Policies gesetzt werden, damit in Gnome auch der “Unlock” Button in den Printer Settings auftaucht. Aber selbst danach fliegen mir noch ständig Fehlermeldungen um die Ohren wenn ich versuche meinen Driverless Printer einzurichten. Selbes mit Timeshift. Hier fehlt auch die Dependecy auf pkexec was der Timeshift-launcher verwendet um mit die Anwendung als Root zu starten.

Das sind alles Kleinigkeiten, die mich unter Debian aber insgesamt wirklich sehr viel Zeit und Nerven gekostet haben. Meine Notizen hierzu sind inzwischen so umfangreich, dass ich glaube mein System in Zukunft nie wieder im selben Zustand aufgesetzt zu bekommen.

eight_byte,

Danke für den Hinweis mit gnome-shell. Werde ich mal in einer VM testen.

eight_byte,

Natürlich kann ich alle Pakete nach Belieben installieren bzw. deinstallieren, ist halt unter Umständen sehr viel Arbeit. Vielleicht hab ich da eine leicht autistische Veranlagung, aber ich kann mich an solchen Dingen unglaublich hart stören. Deshalb mag ich auch zumindest das Konzept von Arch sehr gerne, dass der Anwender sein System von vorne bis hinten selbst konfiguriert und aufsetzt, bzw Fedora welches dir einen Vanilla Gnome Desktop ohne jegliche Anpassungen vorsetzt. Am Ende hab ich einfach weniger Arbeit, das System in meinen Wunschzustand zu bekommen.

eight_byte,

Oh ja 🤦‍♂️
Wer es ignorieren kann - super - ich kann es nicht! Hab schon x-mal meinen komplettes System platt gemacht wegen diesem einen Package dass mir so hart auf den **** ging, und dass ich nicht los wurde.

eight_byte,

Immutable OS steht auch definitiv noch auf meiner Liste an Themen die ich mir noch genau anschauen will. Aktuell fehlt mir nur die Zeit dafür. Kann ich mir noch nicht so richtig vorstellen wie sich anfühlt, sehe aber definitiv viele Vorteile dabei. In gewissen Maß ist Apple mit MacOS ja auch in diese Richtung gegangen.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • JUstTest
  • GTA5RPClips
  • thenastyranch
  • ethstaker
  • everett
  • Durango
  • rosin
  • InstantRegret
  • DreamBathrooms
  • magazineikmin
  • Youngstown
  • mdbf
  • slotface
  • tacticalgear
  • anitta
  • kavyap
  • tester
  • cubers
  • cisconetworking
  • ngwrru68w68
  • khanakhh
  • normalnudes
  • provamag3
  • Leos
  • modclub
  • osvaldo12
  • megavids
  • lostlight
  • All magazines