

Tbh there also was iPod Touch, which did everything iPhone did except making calls.
Tbh there also was iPod Touch, which did everything iPhone did except making calls.
Okay, I guess I just need to buy a different one, luckily they are cheap.
Out of recommendations given here I’d ignore Arch/Manjaro, for a server you want something that you can set up and forget about and not explode when you try to update the packages after not doing so for 3 months.
Kubernetes and the likes are a bit of an overkill unless you’re planning to expand to having multiple machines or want a learning experience.
I’d recommend docker compose or podman, you generally don’t want bare bones docker as running your containers via docker run
sucks ass.
How often does your temp/humidity sensor report? I’ve also got a Tuya one from Aliexpress and had to shelve it because it was spamming the sensor data 5 times a second.
Relay still works for some reason
I could see Google integrating with the fediverse once it reaches critical mass. Using ActivityPub for indexing ought to be more efficient than the usual web crawling.
Markdown is pretty ‘dumb’ in that it simply uses regular expressions to detect markdown tags/structures and then translates them into corresponding html elements. So when it sees subsequent lines each starting with a ‘{number}{dot}{space}’ it determines that it’s supposed to be a numbered list, so it translates that to an html ordered list. The numbers in an ordered list are not there if you look at a page source, they’re only being rendered by your browser starting with ‘1’ by default.
With all that being said, HTML5 supports overriding default values in an ordered list, so with additional logic in the markdown parser having numbers out of order could be done.
Selfhosting an *arr stack with Plex/Jellyfin is the way.
There’s also Tdarr for automatic transcoding of videos right after they get downloaded, haven’t tried it yet so can’t comment.
Most cloud providers have some kind of firewall that allows to configure a resource being accessible only from certain IP addresses. Worth it to set to your home IP address, as long as it’s static.