I tried thinking of them and started laughing. Tried a second time to be sure and it happened again. Am I doing it right?
He/Him They/Them
Working in IT for about 15 years. Been online in one way or another since the late 90’s.
I like games / anime but very picky with them.
Cats are the best people.
I tried thinking of them and started laughing. Tried a second time to be sure and it happened again. Am I doing it right?
mail is the one thing I refuse to self host for the simple reason that despite not being particularly hard to get up and running initially, when it doesn’t work for whatever reason it can be and often is a gigantic pain in the ass to deal with, especially when it’s something out of your control. For personal there’s very good free options, for enterprise those same free options have paid options.
Whether it be gmail having a bad day and blocking you or whatever cloud provider or on prem infrastructure crapping out for long periods of time causing you to be cut off from email for a while and potentially missing incoming mail permanently if the retries time out. Or anything in between. It’s one of those things where I’m glad it isn’t my problem to deal with.
My only involvement with email is ensuring I have a local copy of my inbox synced up every week so if my provider were to ever die I still have all my content.
Buy the domain itself wherever you want. I like cloudflare, and a lot of people also suggest porkbun.com. You then point the nameservers for your domain to whatever DNS service you want. If you stick to cloudflare then it’s already done for you.
For dynamic DNS I use cloudflare’s one using my router to keep it updated. It’s easy to set up. Depending on your router you may need to run a service on a machine to do this instead. things like pfsense/opnsense should have it built-in.
You likely wouldn’t be using cloudflare for that level anyways, since you want it to work when you’re offline you’d bypass them entirely with local DNS server, local reverse proxy+certs. You’d use something like certbot with let’s encrypt which works fine. https://certbot.eff.org/
You’re right but you can get a wildcard for that level as well.
If you mean accessing them from within your LAN while your internet is down then no it won’t work.
What you should be doing is either split horizon DNS (LAN resolves local IPs, public resolves public IPs) or use different DNS hostnames internally, for example media.local.yourdomain.com
You then set up a reverse proxy in your LAN and point everything to that, use a let’s encrypt wildcard cert using the DNS challenge method so you can get *.yourdomain.com protected with a single cert. Since you use cloudflare you can use the cloudflare API plugin with certbot, it’ll automate everything for the DNS challenge and no need to keep opening ports or configuring http/https challenges every couple of months.
I live in canada so my solution for news now will be to spin up some self hosted app that will scrape all the content and create an RSS feed that doesn’t require me to go to their website. Obviously not everyone can do this but it’ll overall be hurting the news sites more than anything, they literally advocated for a law that might ruin them.
I still don’t really get this law. I’m not one to defend big tech companies but everyone’s spent the better part of the past 20 years doing everything they could do their websites to appear at the top of search results. Now they’re mad they appear and want to be paid for the privilege of being made discoverable on the web?
If it wasn’t for search results, sites like lemmy/reddit and my android phone’s news feed I would not go to any of these sites to begin with, ever.
I went with docker but back then their documentation for it was trash and hardly worked. Had to trial and error it until it was functional. Hopefully they fixed that by now.
If you host the instance just for your own account to be under your control there’s hardly any overhead. I’m running it in docker in a debian 12 VM with 1 GB ram, 1 virtual CPU and 50GB virtual disk. Haven’t had any issues.
A bad CEO/Company owner trickles down to everything under them in the company. They pass major decisions or budgets (or lack thereof) that work their way down to everything if not immediately then over time. Toilets not getting cleaned probably comes down to people either not getting paid or being fired to avoid having to pay them, resulting in either no custodial staff or insufficient staff. There’s no way to defend him about this.
There are places where people literally leave the window open or door unlocked so people looking to steal shit can take a look without breaking the window, see they have nothing to steal and move on.
That’s one way to kill the WWW.
Those features make sense for people who mostly use mobile, however the price increases make it a lot less appealing even then. At some point people will realize they are paying more to play a video in the background or without ads than for netflix/disney or whatever people like these days.
I’ve yet to be made aware of any benefits at all. None of what you get from premium is either interesting or relevant.
There won’t be any space left in the book after they cover elon musk.
I’m sure the lawyers would love it too.
Have to think of it more like how quantum computers are right now. You aren’t going to be running minecraft or a web browser on it, but it’ll probably be very good at doing certain things. Those things can either be in their own silo never interacting directly with a traditional computer, or information will be sent between them in some way (such as sending a calculation job, then receiving the answers). That send/receive can afford to be slow if some translation is needed, if the performance gains on the actual task are worth it. It’s not like a GPU where you would expect your frames to be rendered in real time to play a game.
Eventually that may change but until then it’s no more than that, articles like these put a lot of hype on things that while very interesting can end up misleading people.
Possible yes. Cost effective / valid business case probably not. Every extra 9 is diminishing returns: it’ll cost you exponentially more than the previous 9 and money saved from potential downtime is reduced. Like you said 32 seconds of downtime, how much money is that for the business?
You’re pretty much looking at multiple geographically diverse T4 datacenters with N+2 or even N+3 redundancy all the way up and down the stack, while also implementing diversity wherever possible so no single vendor of anything can cause you to not be operational.
Even with all that though, you’ll eventually get wrecked by DNS somewhere somehow, because it’s always DNS.
You might not even be able to install modern OS on it as many are starting to drop support for old hardware, I know the linux kernel did some pruning recently.