

There are lot of synonyms, people just choose some words in different contexts based on how they sound. Why use the word “begin” when the word “start” exists?


There are lot of synonyms, people just choose some words in different contexts based on how they sound. Why use the word “begin” when the word “start” exists?


Damn, would’ve been obvious from from the username and post history. If I’d bothered to look at that. Thanks for your comment.
Much of it might be freely available data, but there’s a huge difference between you accessing a website for data and an LLM doing the same thing. We’ve had bots scraping websites since the 90’s, it’s not a new thing. And since scraping bots have existed we’ve developed a standard on the web to deal with it, called “robots.txt”. A text file telling bots what they are allowed to do on websites and how they should behave.
LLM’s are notorious for disrespecting this, leading to situations where small companies and organisations will have their websites scraped so thoroughly and frequently that they can’t even stay online anymore, as well as skyrocketing their operational costs. In the last few years we’ve had to develop ways just to protect ourselves against this. See the “Anubis” project.
Hence, it’s much more important that LLM’s follow the rules than you and me doing so on an individual level.
It’s the difference between you killing a couple of bees in your home versus an industry specialising in exterminating bees at scale. The efficiency is a big factor.
Really? I remember Nemo being my favorite GTK file manager, but that was some years ago. When I started using Dolphin I thought that it was the best file manager I’ve ever used. I still think that, but as mentioned above, I’ve not tried Nemo in years.


IDK guys, do you think a web browser should be a “broader ecosystem of trusted software” or a web browser?


It’s absolutely not true either. Just because an authoritarian has the power to act “quickly”, you think that they will always act in the right way to handle a crisis? An authoritarian will act in any way they themselves see fit to “handle” a crisis, without any or much need for approval.
Do you think that the Roman empire always acted in the correct way to handle the problems it faced, even when the imperator had full control over the senate? This is only true if you define “effective” as “authoritarian”, like Russia seems to do here.


My absolute favourite thing about them is that they allow me to play games designed for mouse and keyboard from my bed! Like any old PC games (fallout, wasteland, baldurs gate, etc).
I don’t play enough “first person” games to have any valuable input, but when I’ve played things like Elder Scrolls I’ve honestly preferred using the track pads for controlling the camera.


Indeed. I very much liked the original steam controller in concept, but the execution left a lot to be desired. Like not using the most “plastic” feeling controller I’ve ever touched…
Yeah I love that I can play old PC games from my couch! I recently played through Fallout 1 (partly) on the Steam Deck. Amazing times.


I used to think XBox controllers were the best controllers on the market. I still think they’re very good. That changed when I held the Steam Deck for the first time. The feel is better overall, and in my opinion the track pads are such an obvious and great improvement on the traditional controller design.
Nowadays when I use other controllers, they just feel “bare bones” and like they’re missing something.


GIMP is actually pronounced guh-imp


I use, and love, KDE, but this is not one of the reasons I use it… What
I’ve been running my homelab on GMKTec something for around one and a half year now, with a bunch of HDD’s and an SSD connected via USB. The HDD enclosure is some cheap thing from Amazon, but I’ve never had a problem with it. Does the enclosure you’re trying to use have dedicated power? Or are you powering the SSD’s via the USB ports? That’s the only thing I can think of that would potentially be a problem.
Oh, alright! I didn’t know that. Thank you for the info, that’s handy to know.
Maybe because it’s not an obviously wanted feature? But I’m just guessing. You should request it and see what happens, maybe more people want it. I’ve never even thought about it, since in the case of Podman/docker it’s so “obvious” and easy to just mount network shares to the host first. And in the case of Kubernetes you can just mount NFS shares directly into pods.


Agreed, but not quite perfectly. I’ve been using Tumbleweed for years, but there are a few things to think about.
Whereas I’ve very rarely experienced any problems, the package manager is slow compared to the likes of apt and dnf. The repos are large, but the mirrors haven’t always been the fastest for me.
Also “community”. There are always people in OpenSUSE matrix/irc rooms etc, but they are a rather small bunch of people. OpenSUSE doesn’t have close to the community of, say, Ubuntu or Arch.


KDE Plasma used to have one like the one on the right a few years ago, and I was so glad when they ditched it. I strongly prefer the organized look of the left one. I always had a hard time finding anything in the old KDE/MacOS settings.
I definitely do not hate SELinux, I think it’s a great system. But my experience mostly (at home, anyway) comes from managing servers running Kubernetes clusters and, like, just using podman do deploy containers. In both these cases SELinux is a on “just works” basis, for the most part.
Then in enterprise environment that doesn’t run everything on containers, you usually have a very standardized way of applying SELinux policies. At my last place of work we did it via a rather Ansible role. It was simple and easy.
But I can imagine using SELinux at home, where you maybe don’t have these things, might be a rather “mysterious” experience. It’s not the most obvious system.
But learning to write your own policies (even if just trough se2allow or whatever it’s called) does de-mystify SELinix pretty quick.
I think NixOS is a superb choice if you have the time and energy to invest in it. I’m currently using Guix System (a GNU fork of Nix) and I’m very very happy with it. Previously I’ve been on openSUSE Tumbleweed because I thought the most important thing for me was btrfs with an easy snapshot system. But then, one day, when I was writing ansible playbooks to configure my OS I realized that what I care most about is declarative configurations. Now I’ve completely stopped using ansible for my laptop/desktop, and just rely upon native Guix configuration. I love it.
I do still run MicroOS on all of my servers because it “just works” and I think transactional systems are great for servers. Recently, however, I’ve been thinking about trying out NixOS/Guix System as my server OS of choice, but we’ll see how that goes.
If you’re willing to put in the time, I think you’ll love NixOS.
Edit: Nix/Guix are also transactional.