I believe it’s actually, “dude, this is a Wendy’s restaurant.” Check and mate.
- 0 Posts
- 160 Comments
We the People of the United States, in Order to form a more perfect Union, establish Justice, insure domestic Tranquility, provide for the common defence, promote the general Welfare, and secure the Blessings of Liberty to ourselves and our Posterity, do ordain and establish this Constitution for the United States of America.
Babe wake up, new pronouns just dropped
https://en.wikisource.org/wiki/Constitution_of_the_United_States_of_America
I’m in this picture and I don’t like it.
This is 110% my wife though lol
subtext@lemmy.worldto Mildly Infuriating@lemmy.world•The new Hulu Subscriber agreement just dropped - Don't like ads too bad.English1·4 months agoThis is the TL;DR of what was updated. This is not the actual ToS.
Not defending, just pointing that out.
subtext@lemmy.worldto Mildly Infuriating@lemmy.world•The new Hulu Subscriber agreement just dropped - Don't like ads too bad.English8·4 months agoThey 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
subtext@lemmy.worldto Science Memes@mander.xyz•To simplify, assume the cow is sphericalEnglish42·5 months agoJust ask my parents
subtext@lemmy.worldto Selfhosted@lemmy.world•How do you handle SSL certs and internet access in your setup?English1·5 months agoI’m an idiot and never linked the link
https://www.smarthomebeginner.com/authentik-docker-compose-guide-2025/
subtext@lemmy.worldto Selfhosted@lemmy.world•How do you handle SSL certs and internet access in your setup?English4·5 months ago- I got started with a guide from these guys back in 2020. I still use traefik as my reverse proxy and Authelia for authentication and it has worked great all this time. As someone else said, everything is in containers on the one host and it is super easy this way. It all runs on a single box using containers for separation. I should probably look into a secondary server as a live backup, but that’s a lot of work / expense. I have a Cloudflare dynamic DNS container running for that.
- I would definitely advocate for owning your own domain, for the added use case of owning your own email addresses. I can now switch email providers and don’t have to worry about losing anything. This would also lean towards a more memorable domain, or at least a second domain that is memorable. Stay away from the country TLDs or “cute” generic TLDs and stay with a tried and true .com or .net (which may take some searching).
- I don’t bother with this, I just run my server behind Cloudflare, and let them protect my server. Some might disagree, but it’s easy for me and I like that.
- Containers, containers, containers! Probably Docker since it’s easy, but Podman if you really want to get fancy / extra secure. Also, make sure you have a git repo for your compose files, and a solid backup strategy from the start (so much easier than going back and doing it later). I use Backblaze for my backups and it’s $2/month for some peace of mind.
- Do it!!!
It’s particularly choice that the reader-added context uses simple.Wikipedia.org
subtext@lemmy.worldto Programming@programming.dev•(probably not) Microsoft bought "codeburg.org" and redirects it to github.16·6 months agoYeah 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.
subtext@lemmy.worldto Science Memes@mander.xyz•The Double-Slit Garage ExperimentEnglish15·6 months agoWe all of us owe an enormous debt of gratitude to the sign painter; however, as he did not grant us co-authorship on his sign, we feel it would be presumptuous to give him co-authorship on our paper.
Big L for the sign painter
subtext@lemmy.worldto Linux@lemmy.ml•Paranoia Level: Virtualization vs Isolated Machines for Self-Hosting?12·6 months agoScenario 5: put it all in one big long docker-compose.yml and cross your fingers that docker isolation does its job.
E: definitely not what I do, no siree
subtext@lemmy.worldto Mildly Infuriating@lemmy.world•FedEx has absolutely no clue what 'economy' means.English9·6 months agoAirlines 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
subtext@lemmy.worldto World News@lemmy.ml•Wealth of the World’s Billionaires Has More Than Doubled Over the Past Decade2·6 months agoI mean, my wealth has more than doubled over the past decade. The stock market has been going absolutely bananas, and my retirement accounts have done well.
subtext@lemmy.worldto Linux@lemmy.ml•Tell one thing that you miss after switching from another OS to Linux.4·7 months agoThe Cmd + Space combo on MacOS was a game changer. Finds EVERYTHING on the computer.
subtext@lemmy.worldto Linux@lemmy.ml•Tell one thing that you miss after switching from another OS to Linux.25·7 months agoProper, built-in, functional sleep and hibernation
I don’t have an answer for this, but I wonder if something for this could be set up with a docker container. I know LinuxServer.io has a really good image system where you can run a container with “mods”. For example, you might be able to run their base Ubuntu / Fedora / Alpine image and then customizing it to run your script as a service / cron job / systemd service.
https://hub.docker.com/r/lsiobase/ubuntu
https://docs.linuxserver.io/general/container-customization/
The new NIST recommendations give a recommendation of at least a 64 character maximum.
Verifiers and CSPs SHOULD permit a maximum password length of at least 64 characters.
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.