ai is the new stack overflow which is the new copying someone else’s work which is the new reading the manual
ai is the new stack overflow which is the new copying someone else’s work which is the new reading the manual
You know it’s bad when Linux YouTubers are arguing against Linux ports because Proton is just so much more functional for Linux gamers.
As others have said. The errors are easily fixed and documented if annoying. Some will require console access but are usually pretty safe.
Yeah I loved my tiny netbook. They’re sorta eaten up by tablets now though. GPD’s stuff counts as netbook form factor right?
It’s surprising how slow open source is on replicating Roku. So many manufacturers could be using Linux to bypass androidTV and RokuOS bullshit. I suppose AndroidTV is good enough even despite that.
There’s a bunch of technical debt passed off as features, too. Like, Nextcloud runs background tasks as a cron job which is something I’ve never seen with other hosted services. It’s probably a holdover from before containerised applications were ubiquitous but honestly it comes off as jank.
Also, I wonder if there would be an argument for a Nextcloud fork that doubled down on PHP by utilising something like Laravel to put all the rendering on the server side. Right now it uses VueJS which is fine, but PHP is really best suited for server side rendering that you just can’t leverage when using a front end framework in JavaScript.
Every worker moved is another worker more likely to use Linux at home. In my experience you’re most likely to use the computers you work with (school or otherwise) and exposure to Linux is going to demystify it in ways social media cannot.
Most exciting is probably the IT management side. I wonder how many distros are hardened for end users who do general office work - where people are more likely to tinker and mess about either for fun or to optimise things.
the new name is pretty slick so not all that bad
Private trackers usually have a request mechanism that you can use. I currently use seedpool and digitalcore which let you request media after you’ve spent enough time seeding media
Brave marketing has gone crazy to convince people it’s less dodgy than Firefox. Come on!
I’m curious, how well has Musl been for software compatibility? How did you resolve any that came up?
I wonder if Facebook will be quietly watching this considering their very public consumption of AA recently.
Cloudflare is known for being unreliable with how and when it enforces the ToS (especially for paying customers!). Just because they haven’t cracked down on everyone doesn’t mean they won’t arbitrarily pick out your account from thousands of others just to slap a ban on. There’s inherent risk to it
Even just basic API versioning would be sufficient. .NET offers a bunch of ways to handle breaking changes in APIs
they also have good free tiers for hosting services i think? see them come up at a lot as an alternative to oracle for hosting small svcs
the thing with DMCA is that it’s super easy to issue one but potentially more costly to challenge, especially if your appeals to the host fail and your only option is court.
Hosts are scared of facing liability for approving appeals so they’ll just ignore them (unless the victim is a big name that can muster popular support) so as the DMCA victim you’re usually fucked
bring back calling sysadmins “webmasters” sounds way more mystical and ethereal
MergerFS and SnapRAID could be good for you. It’s not immediate parity like with ZFS RAID (You run a regular cronjob to calculate RAID parity) but it supports mismatched drive sizes, expansion of the pool at any time, and some other features that should be good for a media server where live parity isn’t critical.
Proxmox and TrueNAS are nice because they help manage ZFS and other remote management within a nice UI but really you can just use Debian with SSH and do the same stuff. DietPi has a few nice utilities on top of Debian (DDNS manager and CLI fstab utilities, for example)but not super necessary.
Personally I use TrueNAS but I also used DietPi/Debian for years and both have benefits and it really matters what your workflow is. OMV supports everything you want too (incouding SnapRAID) but takes extra setup which put me off.
Docker or LXC containers won’t hurt your performance btw. There’s supposedly some tiny overhead but both are designed to use the basic Linux system as much as possible: they’re way faster than on WSL. For hardware acceleration it’ll be deferred to the GPU for most things and there’s lots of documentation to set it up. The best thing about docker is that every application is kept separate to eachother - updates can be done incrementally and rollbacks are possible too!
My scepticism is that this should’ve been done within the coreutils project, or at least very closely affiliated. This isn’t an area of the linux technical stack that we should tolerate being made distro-specific, especially when the licensing is controlled by a single organisation that famously picks and chooses its interpretation of “FOSS” to suit its profit margins.
On a purely technical level, GNU coreutils should very seriously consider moving to rust if only to counter alternatives before it’s too late. While these utilities work well in C (and usually stay secure thanks to the Unix philosophy limiting the project scope), FOSS projects are continuing to struggle with finding new contributors as younger devs are more likely to use modern systems languages like Go and Rust. Not to mention that any project using Rust as a marketing tool will appeal to anyone rightfully concerned about hardening their system.
I have it as an unprivileged container behind a reverse proxy and HTTPS/HSTS. I know it’s not perfect but I keep backups of important shit and monitor things regularly.
I agree that Jellyfin needs to improve its API security, though. Their excuse that “it would break clients on old APIs” is moot when C# comes with API versioning features out of the box.