

This is the TL;DR of what was updated. This is not the actual ToS.
Not defending, just pointing that out.
This is the TL;DR of what was updated. This is not the actual ToS.
Not defending, just pointing that out.
They get away with it with that damned asterisk. So long as you put an asterisk, you could say this comment does not contain English words*
* comment may contain some or all English and / or any other language words
I mean literally… example.com**/**index.html
I’m an idiot and never linked the link
https://www.smarthomebeginner.com/authentik-docker-compose-guide-2025/
Yeah their main Microsoft.com domain is registered with MarkMonitor like so many other Fortune 500 companies. So no, I really doubt they own this unless some intern went rogue.
Airlines do in fact use excess cargo space to ship things for shipping companies / postal services. I’ve also heard before (I can’t verify though), that airlines are more than happy to leave your luggage behind if it means they can squeeze on one more piece of cargo since the cargo makes them much more money than they otherwise would have to pay you for delaying your luggage.
https://science.howstuffworks.com/transport/flight/modern/air-freight1.htm
It doesn’t help our friends in the EU, but I’m hopeful that the CFPB’s “Open Banking” rules might actually make it possible to do this with an open source product with OAuth and common APIs rather than these aggregators that are just web scraping your bank.
I’ve heard others recommend Low End Box before but I have no experience, so do some due diligence before selecting any of these!
I started with the 2020 tutorial from these guys. They’ve updated it a few times through the years so I can’t speak to how good the new version is, but I’m sure it’s probably plenty to get started.
https://www.smarthomebeginner.com/traefik-v3-docker-compose-guide-2024/
After I followed this guide, I’ve deviated significantly as I learned and started to do my own thing. It’s a great place to start and learn the basics of containerized applications and once you have that then you can host most things that are dockerized. All I need to do now to start up a new service is pull up the README on Docker Hub (or better yet, if LinuxServer.io has a container that does what I want to do, on their website), figure out what I want to do with the variables and any setup that needs to happen, and then I add it to my .yml and start it up!
I’ve got it all tracked now on GitHub so I can see what I’ve changed and when and if something were to go wrong I could revert back to a known-good configuration.
I just default to opening in a new tab because of shitty UX like this
De-Googling was what got me started as well. Wanted to be able to have my own Google Drive clone with Nextcloud. From there it was just one little improvement / additional service at a time as I learned to use Linux and docker. Now I run a Linux laptop and am considering an android phone.
Engineering background for reference.
It was just always so annoying having to go into the iPhone keyboard punctuation twice for each domain
Thank you!! I knew I must have been missing something.
I cannot for the life of me find what you’re referencing. I only remember the sqlite
/ etilqs
fiasco with McAfee.
https://github.com/mackyle/sqlite/blob/a009acaca1fe25d909d8b5180c0120af1abc2b82/src/os.h#L56-L79
Man, some people have really thought of everything. I am so impressed.
Honestly, I learned a ton from these guys: https://www.smarthomebeginner.com/
I’ve diverged a good bit since then of the services I’ve added and the specifics of how I configure things (I still use Traefik whereas I think they’ve shifted to Nginx), but they have a great example of a GitHub repo and what it looks like to manage a self-hosted server.
For #2 and #3, it’s probably exceedingly obvious, but wish I would have truly understood ssh, remote VS Code, and enough git to put my configs on a git server.
So much easier to manage things now that I’m not trying to edit docker compose files with nano and hoping and praying I find the issue when I mess something up.
If you’re behind a CG NAT (carrier grade NAT), you’ll be doubly in trouble as it will be essentially impossible to get a forwarded port since your “IP” is essentially a LAN address within your ISP’s CG NAT, if that makes sense.