

Oh, you have 10 random singles in the same directory? That must be an album all from the same artist!
Oh, you have 10 random singles in the same directory? That must be an album all from the same artist!
I agree. Intel or AMD doesn’t matter too much on the CPU. There’s a massive difference between AMD and NVidia on the GPU front. I hear the gap is closing, but the Steam hardware survey shows nobody on Linux prefers NVidia.
And for the love of God do not print with anything but a Brother laser. Just don’t.
I did this a few months back.
Some things aren’t as great, but you get full control and your server idles way better on JellyFin.
The educational route I took was Hurricane Electric’s free IPv6 online course. It taught me a bunch of networking principles. When you finish the course (and get “sage” status), you get free lifetime DNS access. This includes dynamic DNS that automatically updates when your IP address changes.
Because of this, I can self-host on a basic residential plan without paying for any additional services.
I rock my Skechers, android phone, basic Casio watch, and drive my 2003 Suzuki.
I spend my money on stuff that works. Not stuff that’s marketed.
I sense marketing bullshit, and it’s such a strong turnoff for me.
Energy efficiency strongly correlates to datacentre costs.
I thought the idea of TS is that it strongly types everything so that the JS interpreter doesn’t waste all of its time trying to figure out the best way to store a variable in RAM.
Try jolting the nozzle toward the screen that insists upon your attention. You may find that LCD TFT panels are not as strong as steel.
Done! I’ve been selfhosting for over 20 years now.
The final release is a 700KB zip file containing a single .exe.
Sure, that’s bigger than the original “edit.com”, but it’s not the 90MB install you’d expect from MS.
Microsoft just released Edit a couple of days ago. At least it’s not bloated, and it’s cross-platform.
My current server is just my previous desktop PC hardware. $0 when you repurpose while upgrading your desktop.
It’s the “Plex Remote Watch Pass”. A new charge for something that used to be free. https://www.plex.tv/plans/
They won’t even get to the login screen.
All my relatives seem to have Hisense VIDAA TVs. There’s a plex app on the store. Jellyfin would require an external device like a Chromecast or HTPC to use it.
But now telling then it’s $3/month to watch my pirated movies? No bueno.
And on topic, I develop a commercial app and there is no way I am dropping a rating or review on it.
I have a job, and the office is 35km away. I get a locker in my office.
I have two backup drives, and every month or so, I will rotate them by taking one into the office and bringing the other home. I do this immediately after running a backup.
The drives are LUKS encrypted btrfs. Btrfs allows snapshots and compression. LUKS enables me to securely password protect the drive. My backup job is just a btrfs snapshot followed by an rsync command.
I don’t trust cloud backups. There was an event at work where Google Cloud accidentally deleted an entire company just as I was about to start a project there.
Almost all of selfhosting is editing config files, setting permissions and starting/stopping services.
Setting it up so you can administer a server by desktop is probably as hard as learning how to edit config files from a terminal. Maybe harder.
I’ve got 3 subnets on an L2 switch. You will have clashes over DHCP if you have both broadcasting on the same L2 switch without VLANs.
My guest wifi is on a vlan, but the switch is L2 and it’s fine. The router has separate physical ports for each subnet. The “guest” subnet is only accessible over Wifi, and the access points are configured so that the guest VLAN is mapped to a separate SSID.
My third subnet has no VLAN. It’s IPv6-only and all devices have a static IP address. It’s only used for security cameras. I did this so they don’t transmit on the same physical cables as my primary subnet. It is otherwise insecure, as I can join the subnet by simply assigning myself a static address in the same range.
Note: There is a bug in Windows where it will join an IPv6 subnet on a different VLAN. I had to tweak my DHCPv6 / radvd so that Windows would ignore it. Yes, Windows is this dumb.
I think the August 2001 backup is a good restore point.
Leave the battery in and you have a free UPS. Perhaps set it capped at 80% charge to increase its lifespan.
When you upgrade your desktop PC, plan for it to be the home server after that.
I got a rackmount case to transplant my old desktop montherboard into every 5 years. I also got a 4-port NIC so it can also be a router. My server is a 4th gen Core i5 and it’s still plenty of power for a home server.
If you’re a laptop guy, I’m not sure what you’d do. Maybe ask friends for their old desktops. The Win10 discontinuation next month would be a great opportunity to snap up some business PCs destined for landfill.
For Home Assistant, I think you either need Docker or a dedicated box. I kinda hate how there isn’t a .deb package for it like literally every other service on my server.