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.
- 1 Post
- 28 Comments
eight_byte@feddit.deto
No Stupid Questions@lemmy.world•Why do so few Industrial product come with Linux support ?
6·2 years agoThe 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.
I have been using Firefox ever since. Never really had a reason to switch to something else.
eight_byte@feddit.deOPto
Programming@beehaw.org•What are your hobby programming projects? I need some inspiration.
2·3 years agoActually 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@feddit.deOPto
Programming@beehaw.org•What are your hobby programming projects? I need some inspiration.
2·3 years agoYea 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@feddit.deto
Gaming@beehaw.org•I watched 2 hours of starfield gameplay and an hour of reviewEnglish
21·3 years agoI 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@feddit.deto
Selfhosted@lemmy.world•Replacement for Docker Desktop on Windows?English
1·3 years agoWhen 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@feddit.deto
Linux@lemmy.ml•Distrobox is such a cool utility! Tried it out today and don't see myself switching distros now for a long time :)English
1·3 years agoProperly just Process Manager with the icon from macOS Activity Monitor.
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@feddit.deto
Technology@lemmy.world•Weekend poll: When do you charge your smartphone?English
22·3 years agoOnly during the night when I am asleep.
eight_byte@feddit.deto
Free and Open Source Software@beehaw.org•Can you recommend me some RSS readers that work with FreshRSS (Google Reader API and Fever API are also options)?English
2·3 years agoI use Reeder on iOS and Mac.
eight_byte@feddit.deto
Linux@lemmy.ml•Ubuntu trying to install snap AND Firefox even though I have removed them a year backEnglish
2·3 years agoI quickly tried out Fedora and was very surprised how good it is. Just wondering how the fact that RHEL plans to go closed source will impact Fedora in the long term. Do you know?
Absolutely. wezterm is so good.
Kagi. Very happy with it. Best $5 it recently invested. Gives me much better results than Google and all the others.
eight_byte@feddit.deto
Asklemmy@lemmy.ml•People around the world, do you drink tap water without boiling?English
15·3 years agoGermany, yes we do drink water without boiling it directly from the tap. Tap water must in general have drinking water quality across the country. However, even it may not be a health risk, some people don’t like the taste. Where I live, it tastes very good.
eight_byte@feddit.deto
Free and Open Source Software@beehaw.org•Why is every Searx instance down when I try to use it?
3·3 years agoProblem is that this kind of alternative web interfaces for Google are just going web scraping of the regular www.google.com page. They are not using the Google Search API (which is paid and requires an API key). However, Google says scraping of their search results is not allowed. And they are actually preventing it by blocking IPs doing too many search request in certain amount of time. That is the main reason a lot of Searx or SearxNG instances stop working after a certain time.
eight_byte@feddit.deto
Technology@beehaw.org•Discord, Twitter, Reddit, and Tumblr have something in common and it's not goodEnglish
1·3 years agoI didn’t know Discord has a weird CEO too?!
Companies are also banning ChatGPT because its unclear from where the code it spits out was stolen and how it’s licensed. Copy and pasting code from AI tools is an enormous legal risk for a software company.

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.