c/unixsocks in a nutshell
c/unixsocks in a nutshell
Second this. What you need for high quality media is space, not speed. For any single stream, network and drive will be fast enough anyway. Your typical HDD offers like 4-6 times the bandwidth that a regular Blu-ray can provide. You can get 8TB HDDs for the price of 2TB SSDs. Random access doesn’t matter for that application.
You might want to invest in redundancy and use a RAID 1 or RAID 10 array, depends on how valuable that media is to you or how long it would take to recover in case it’s lost. A simple solution would be a btrfs software RAID, in case your are after something like a Linux home media server with Jellyfin.
When you have not thanked your chatbot of choice even once
I hope so, using fish automatically makes you a better person in my humble and completely unbiased opinion
You know, I think it’s kinda weird. Chatbots are all the hype and yet people hate terminals. Maybe we just need a very over-engineered terminal that insults your pitiful attempts at bash before they are cool again.
There is always a bigger penis
Tbf, you could use portable / user installs (if everyone would actually do their apps right), you can (now) use a package manager and you can (sometimes…) get an official, verified version of an app through the store and even if not, installers are (usually…) signed these days (although criminals do apparently get signatures too…)… And then this all falls apart, because you need a random driver from a random website. Security 👉👉
Well he’s Japanese, so between 0 and 31 I guess.
For a second I didn’t not get why you’d want to point out to not be affiliated with KDE so explicitly… Then I read the name again. I’m not seeing it anymore man. They have broken me…
Compared to Arch(-based): Accesing the latest packages. It’s not impossible, especially if you go for Debian testing repos, but it’s definitely extra work.
Compared to special-purpose distros (i.e. gaming, portable, high security/privacy, pen-testing): Whatever their special purpose is will usually be harder to achieve.
Compared to huge corpo distros (SUSE/Fedora and derivatives): Ease of more intricate setups and maybe some security testing.
Compared to Ubuntu: Paying a corporation to not withhold security patches from you.
Ingl, this sounds like exactly the thing I want. Immutability aside, this is how I use EndeavourOS right now, but more sophisticated.
I’m sold on it.
Ingl, the amount of dislikes made me grunt a little
I’d be much more exited for vertical tabs and tab groups. As much as I hate to say it, but IMO only Edge really go it right with their tab game
I adopted a lot of customisations from Garuda to my EndeavourOS setup. I got fed up with Garuda because it constantly broke.
Bootloader broke twice, desktop broke all the time, and when I needed to load a snapshot and it simply didn’t work, they finally lost me. Never had any of these issues with my current setup, really a surprising contrast, given that Endeavour is also Arch based.
Anything connected via USB should work, as long as they don’t require a special driver. I have a Gulikit controller and it seems to work in all configurations - although you might need to remap some stuff depending on what exactly you use.
Nintendo and Xbox layout both work fine for me.
In short: No. It’s getting better, but Flatpak is by no means secure. Think of it as a Windows .exe or .msi with some (not that hardened) rights management.
In addition, Flatpaks afe often community made and not even “signed” (which is not really a thing in Flatpak to begin with (yet) ((afaik))).
Something really secure would be a container, something really, really secure would be a VM, something really, really, really secure would be a separate machine. Flatpak is less secure than the least secure thing in this enumeration.
IMO this is one of the best crime thrillers by a long shot… If you ignore the Scrubs-move at the end that is
I’m not a criminal! I mean, I kinda am, but not because I use Linux!
I like their stuff, but I’ll admit that a ton of it sounds the same. On the other hand, people almost always complain when bands go “experimental”, so I consider it a somewhat good thing actually
It used to be pretty terrible, but the frameworks are getting there, starting with the languages they are based on.
Believe it or not, Java has been optimized a ton and can be written to be very efficient these days. Another great example of a high-level, high-efficiency language is Julia. And then there is Rust of course, which basically only sacrifices memory-efficiency for C-speeds with Python-esque comfort. It’s getting better.