

Navidrome❤️
It is so undervalued for how amazing streaming your own music collection is.
Ⓐ☮☭


Navidrome❤️
It is so undervalued for how amazing streaming your own music collection is.


I wish more projects did stuff like this.
It just feels silly and unprofessional while being seriously useful. Exactly my flavour of software, makes the web feel less corporate.


There are custom themes out there that change the interface.
Right click -> identify-> Title name, has yet to fail me.
Its been a long time since i used plex so I can’t say how much “easier” its over there but compared to the days before streaming this little upfront work takes less time then going to a physical store to rent.
Maintenance takes no work and it cant be enshitificated (someone will just port it)


Just general command key for shortcuts?
It is probably my most pressed button because of this, also i changed the keycap to eye of horus.


There is some nuance to what exactly is banned.
I self host a vpn at my home that i use to connect to my home network on the go. This is a super common use-case and also cant be used to circumvent regional blocks.
Work also uses a vpn to securely tunnel company hardware to our servers.
A blanket ban on vpn software and technology would be ridiculously dumb. Almost as bad as blanket ban on encryption.
If they make exceptions and only ban vpn with intention to hide and circumvent the law, then you only need some legal excuse if someone comes asking and its more a morality guideline then a criminal law.
If they blanket ban “vpn technology” i would simply suggest ignoring it. Laws that stupid are too incompetent to take seriously. I recon its completely unenforceable.
Either way you’re unlikely to be investigated unless the government already has a reason to investigate you. In which case you’re probably fucked no matter how secure your internet.


Thats a super weird question but yes there is someone named Ariana i encountered online this year who I would not be surprised to be a Linux user.


Depends what you consider the baseline to call something “coding”
Plenty of kids dabble with Redstone in Minecraft, there is also stuff like this:



Honestly not having a static public ip address would be a dealbreaker for me, reason to change isp.
But thats not always an option.
My old isp got a new ip every full modem reboot and a way i used to circumvent this is with duckdns. It’s a free dns service i used before i had money to pay for my own domain.
If i recall correctly they have a desktop tool that connects to your account that scans for your current dynamic public ip and then updates it for your freesubdomainname.duckdns.org which is what you use to connect.


I never heard if twingate but i see no reason why not to selfhost Wireguard.
Its a proven open source vpn.
As far as a little research went. Twingate is proprietary software and caters to enterprises, it has some open source alternatives that have a similar functionality. Most if them using Wireguard under the hood. Look for tailscale/headscale or netbird.


If you can boot an os from usb (basically the same for all distros) you can try proxmox.
There are these incredibly useful helper scripts that setup entire services in 1-2 copy pasted commands.
https://community-scripts.github.io/ProxmoxVE/
To explain what proxmox is its basicly virtualisation software, it can run vms but also lxc (light linux containers) and share resources very efficiently between all of them
Jellyfin, radarr, sonar. They are all included in the helper scripts, each will be a dedicated lxc.
Its also very easy to setup raid and there own storage format is very efficient.
Its well documented to the point that any decent llm can help you learn whatever you need. In fact its claude that helped me setup my own proper raid on proxmox, also tought me about datasets and how i can make those available to different lxc
Personally i am very hands off with my server, the hardest part is often choosing what ip i want to give a service, i rarely update or mess with it if not strictly necessary.
For hardware i recommend plenty of ram (can Be bought and installed seperatly), more cores is usually better and internal graphics can save you some hassle depending on what you are doing (also allows you to dedicate a Big gpu to some services).
A warning on second hand corporate machines, the performance is often good But quite fans are often an afterthought. I onxe got a beast of machine for free but you could hear it spin from anywhere in my house.
A good practical case is always a blessing when you need to check the insides.
Never heard of this one but i might try it. Looks very clean and practical.
The technical term seems to be a JBOD bay. (Just a Bunch Of Disks)
Basic ones are probably usb, ideally you have something that has a SFF port. Modern ones might also have thunderbolt.
Finding a micropc that supports SFF out of the box might be a challenge but some do support pci express cards.
Apparently there also exists something like Oculink which is pci over cable but i know even less about that one.
EDIT: if you look for “Nas enclosure 4bay” you actually do find plenty of options (Jonsbro N3 per example) that allow you to build it all in one unit with a mini-itx board. A nas pretty much just is a pc with special software so this would be what i recommend.
Maybe i miss some perspective here because i never had the spare money to consider a storebought nass. The convenience never sounded like it was worth being locked down to its software.
My server is “just a pc”
I got a case with external drive slots (it also needed to fit a gpu), but i suppose external drive cases also exist that can connect to a micro computer build.
The software is proxmox, which imo is amazing. Its virtualisation and backup software and performs really well and has a proper gui.
I have numerous lxc (linux container that is not a full vm) that each run their own docker with a single service. I can ssh into those from my main system or visit the terminal and other panels in the proxmox gui. Many services host a gui to my network and i could probably make it so cli is minimal but i personally am comfortable with that so…
I also run a few full vms on it, including some windows desktops.
You could probably also host actual Nass software this way.
All of these work well next to eachother and share resources. Snapshots and backups of individual systems or data can be made with ease.
If it doesn’t fit your usecases you can get the off the shelf ones i guess but for others interested here, maybe this helps.
Continue to self host, create a yearly backup on external harddrive which you keep offline at a trusted family members house.


In the original it also supposedly amounts to more grain then there is in the kingdom.


A king once summoned a wise man who had done him a great service and said, “Name your reward.” The wise man replied, “Your Majesty, I ask for a simple thing. Give me one percent Linux desktop market share for the first square of the chessboard, two percent for the second square, four percent for the third square, and so on, doubling the amount for each of the 64 squares.” The king, thinking this was a modest request, said, “Surely you jest! Such a small reward for such a great service? Ask for gold, land, or jewels instead.” But the wise man insisted, and the king agreed. The king ordered his treasurer to calculate the total. Starting with 1% for the first square, 2% for the second, 4% for the third, 8% for the fourth… by the time they reached the tenth square, they needed 512% of the desktop market. The treasurer, pale with realization, informed the king that by the 64th square, they would need more market share than could possibly exist in the entire universe of computing devices. The king then understood that what seemed like a humble request was actually impossible to fulfill, and he gained a new respect for the power of exponential growth.


Unrelated but how do people feel about the ai images when used for something like this.
The font is very telling for being DallE
Dont give up on it! Its very feasible that yt starts attacking yt-dlp. Invidious is already obfuscated. The more alternatives the better.


What taxon said.
Most of my services have their own lxc with docker.
A few that need it are vms
It works so well i often forget how i set things up because its very leave and forget about it, Keeps working.
Stahp, my games already perform better on linux with wine then they did on windows at this rate…
Actually please keep going !!!