In theory they (or someone else) could just bundle an open source copy of the assets no different to having a different texture pack in a game.
In theory they (or someone else) could just bundle an open source copy of the assets no different to having a different texture pack in a game.
Yeah I didn’t realise they were rar formats from how they show up on disk - Usually people name.their.torrents.like.this so it fucks up typical file name conventions.
I’ll keep that in mind too, thanks! Not using qbitmanage yet though I’ll have to look into that 👀
EDIT: There’s a fix. https://unpackerr.zip Automatically unzips these rar containers into coherent files for importing via sonarr/radarr. I suppose you can do this manually with tar if you’re brave.
I think a lot of new indie Devs, having little knowledge of the actual state of the industry, see a publisher offering them big money to make video games (their dream!) and ignore (or lack resources to properly interrogate) the fine print. There are countless examples of publishers simply destroying indie Devs on a whim like this.
The trick to writing a JavaScript web app is that first you consider literally any other technology to solve your problem and only then consider using javascript.
https://awesomekling.substack.com/p/welcoming-shopify-as-a-ladybird-sponsor not sure about the other anonymous donation he received.
Serenity does have donors, but most of the donations are for Ladybird, their libre browser stack separate from Mozilla/Safari/Chromium. Most of the money came specifically from donors looking for improved support for their own websites on Ladybird.
Cost for commercial, free for personal may not always be open source. Redis for example.
Premium support channels - This is basically how RedHat and Canonical make their money, while offering FOSS for individuals.
Donations - KDE and GNOME are largely donor-backed, both by individuals and corporate entities.
Commissions on features - Collabora for example is commissioned by Valve to improve KDE and SteamOS.
Software licenses - Certain FOSS licenses may permit paid access to software as long as the source is open i think? There are also source-available eg. Asperite that are open source, but only offer binaries for customers.
Add on services - Your FOSS web app can offer paid hosting and management for clients. Your distro can offer ISOs with extra pre-downloaded software for a fee (Zorin). You can partner with hardware to distribute your software (Manjaro, KDE).
Hired by a company to work on your project and integrate with their own stack. This is what Linus Torvalds did with Linux when he was first hired by Transmeta - part of his time was spent working on Linux to work better with the technology Transmeta used.
Rsync over FTP. i use it for a weekly nextcloud backup to a hetzner storage box
I look forward to more voice assistants that arent as laughably broken as Google/Alexa.
My Google Nest can’t even subtract from a timer (it can add, though!). Such a blatant surveillance device.
Shouldnt do so that bad. my raspberry pi 4b can do jellyfin and nextcloud without pushing 15W at full load.
x86 is inefficient, especially older models, but youll likely only push anything over 10W when actually streaming something that requires transcoding. Most of the time your home server is gonna sit idle or doing some tiny cron job that won’t really blast the CPU at all.
idk what resolution you use for streaming but my raspberry pi 4B runs plex at 1080p just fine as long as it isnt using x265/AV1 (but on jellyfin you might be able to use the Pi’s GPU for transcoding).
I use nextcloud too but it’s a tiny bit slower than I’d like, but that’s likely a wifi issue i think.
Literally any PC on Amazon for $200 CAD, then add your own SSD. I’d say 8GB of RAM but that’s just for cache, youll rarely go over 4 in general use.
That, or a raspberry pi 4B/5 which runs you about $150 once you get a case, power supply, powered USB dock for sticking SSDs into (just for safety since technically the pi’s USB ports cant handle certain SSDs power reqs.) and then stick SSDs into that.
Use dietpi (dietpi.com) for setting up your services and it’ll run nice and smooth for anything not H265, which might be annoying but Plex and possibly jellyfin let you transcode stuff in the background which is nice.
Yeah it’s nice to have a “IaC-lite” setup for stuff. Could definitely do an involved install but for my use case its not too involved :)
TLDR it’s a Debian/Linux image that comes preconfigured for raspberry pis and other small single board computers.
Firstly, it’s quite minimal for a “full featured” Linux distro, reducing RAM and CPU usage which are usually in high demand on SBCs. But it also doesn’t remove stuff that a typical linux user needs, so no weird configuration to get your regular suite of apps running.
Secondly, it has a library of utilities for managing your computer from the command line. Such as common raspberry pi configuration, setting up and managing cron jobs, services, DDNS, VPNs, disks, etc.
Thirdly, it has its own “repository” of applications, which are really just regular Debian packages but with extra scripts to configure said software for the typical user. Stuff like, installing and configuring a database, webserver, python, php are all done alongside your software setup, and it “just works”.
It’s usually used for hosting services like Plex, Jellyfin, Nextcloud, and other utilities with minimal effort but it’s really just like any other Linux and you can do whatever you like to it.
dietpi.com if you wanna read about it from the devs
oops meant to reply, not make a new comment 😌
deleted by creator
DietPi, for setting up an SBC (ie raspberry pi) with common server software. very good for a first-time self hoster like myself.
Rarely, but I’ve contributed to a couple that I use.
Also, just a note that writing big reports is a valid contribution! It can really help both the regular maintainers finding and fixing bugs, but also gives new devs more potential work to pick up for first contributions.