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.
- 0 Posts
- 26 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.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.
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.
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.
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
2·3 years agoI didn’t know Discord also has a weird CEO?!
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.
eight_byte@feddit.deto
Technology@beehaw.org•YouTube tests blocking videos unless you disable ad blockersEnglish
22·3 years agoI do understand that if companies running ad-supported models, they need to make sure users are actually watching those ads. Seems logically to me - no ads mean no money, and no money means no sustainable business model.
On the other side, as a user, I just can’t browse the internet without an ad-blocker any more. They just got so annoying and sometimes even break the actual website.
But to be honest, I don’t see an alternative to ad-supported models except paying money directly via subscriptions plans etc. But this also will not work in the long term. I just can’t pay afford to pay a subscription for each website I visit during the day.


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.