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.
- 5 Posts
- 41 Comments
eight_byte@feddit.deto No Stupid Questions@lemmy.world•Why do so few Industrial product come with Linux support ?6·1 year 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·2 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·2 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 reviewEnglish21·2 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?English1·2 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 :)English1·2 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?English22·2 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)?English2·2 years agoI use Reeder on iOS and Mac.
eight_byte@feddit.deto Deutschland@feddit.de•Verfassungsschutz in Brandenburg: AfD-Jugend ist rechtsextremistischDeutsch13·2 years agoSo ganz verstehe ich das manchmal nicht. Eigentlich sollte die Feststellung, dass eine Partei extremistisch ist, und somit gegen die Verfassung verstößt, doch ein ausreichender Grund sein, diese Partei kurz und schmerzlos einfach zu verbieten und komplett vom politischen Geschehen auszuschließen. Frage mich, warum hier noch lange diskutiert werden muss. Es gibt klare gesellschaftliche & politische Regeln an die sich jeder (ausnahmslos, egal ob Links, Rechts oder Mitte) zu halte hat. Wer dagegen verstößt, hat einfach keinen Anspruch, mitzureden.
eight_byte@feddit.deto Linux@lemmy.ml•Ubuntu trying to install snap AND Firefox even though I have removed them a year backEnglish2·2 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.
It should. As far as I know, ChatGPT is not connected to the internet and therefore doesn’t have access to recent information.
With trivial search requests, I mean stuff like entering the name of a company as a search term, where you could have easily just entered the direct URL in our browser instead. There is almost no benefit for using Kagi on this. Almost every search engine will give you the result you are looking for as the first search result.
Kagi is perfect people doing a lot of research in the web. I am a software developer. When I try to find solutions for programming related topics, Kagi gives me much better results than Google since they don’t show me all the ads and don’t do weird ranking stuff. Also, I am able to ask Kagi to only show discussion from public forums or even let them summarize the results via AI. Doing product research is also a lot more helpful with Kagi.
Yes, that limited number of included searches is my only criticism I have with Kagi. They are aware of this, and are trying to offer customers more searches for the same price by improving their costs. I am glad they decided to do this by reducing their costs and have decided to not go the road of monetizing their users by selling ads and customer data.
However, I try to use Kagi only for serious search requests. For other very trivial searches, I use Startpage. For me, works OK. But I hope that one day Kagi offers enough searches, so I can just use it everywhere as my default search engine without having to thinking about it.
Kagi. Very happy with it. Best $5 it recently invested. Gives me much better results than Google and all the others.
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.