Avatar

Osayidan

Osayidan@social.vmdk.ca
Joined
0 posts • 91 comments

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.

Direct message

I tried thinking of them and started laughing. Tried a second time to be sure and it happened again. Am I doing it right?

permalink
report
parent
reply

You asked for fiction so it gave you some on a whole new level.

On a more serious note, other services like bing AI chat are more suited to this. It will behave more like an assistant for this kind of query and be able to search the web for lists of highly rated scifi titles, it can also give you titles similar to something else you enjoyed.

ChatGPT is the same tech behind that but it’s more closed off and unable to do those things properly. If it does spit out some good titles it’ll be both a coincidence and using outdated data from whenever it was last trained.

permalink
report
reply

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.

permalink
report
reply

I do this with strawberries and blueberries, should work with raspberries too. I freeze them (or buy them frozen off season), put them in a blender and put in some lemon juice. The result is basically a citrusy berry slushy/ice cream replacement. I don’t purchase ice cream anymore I do this instead.

permalink
report
reply

Before even worrying about the content of individual torrents people should worry about the sites themselves being full of ads, spyware and other garbage that generates revenue for shady people. There’s a reason beyond just privacy that people use rss and magnet links. In an ideal scenario you never go to an actual torrent website.

permalink
report
reply

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.

permalink
report
reply

I have nowhere near that many but I did try this once. Within a month it was ruined so I just caved and allowed chaos to rule my spice organization. I know where everything is approximately and can find it, I just won’t send someone else to try and get any spice out of there.

permalink
report
reply

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/

permalink
report
parent
reply

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.

permalink
report
reply