Even the cereal?
Aka csm10495 on kbin.social
- 32 Posts
- 402 Comments
csm10495@sh.itjust.worksto Ask Lemmy@lemmy.world•Godaddy is pissing me off. Which registrar is decent for selfhosters these days?English5·13 天前Cloudflare except I think they’re in the US.
Privacy is free. Domains are at cost. DNS is updatable via the webui and API as well.
Makes me wish they further prioritize the ability to move accounts from instance to instance. Things need to be thought of as best effort and not exactly a sure thing.
csm10495@sh.itjust.worksto Ask Lemmy@lemmy.world•Do you run a YouTube channel? Tell us about itEnglish3·17 天前I have mostly random videos with things I’ve been interested in over the years. I’ve been doing a short a day for over a year now. The shorts are pretty random but surround things that happen on my life.
I love video and live production. I haven’t been able to really do it since college and don’t have time (or equipment) to do consistent long form content; but shorts are easy and fun enough to come up with.
Also a bunch of the shorts involve my cat.
csm10495@sh.itjust.worksto Ask Lemmy@lemmy.world•how do I know that you guys are real and not bots?English3·18 天前Ask how many 'r’s in the word ‘strawberry’
csm10495@sh.itjust.worksto Android@lemdro.id•Google announces Android 16’s Material 3 Expressive redesignEnglish211·1 个月前The UI goes in circles. I wish we stopped changing things when they aren’t broken.
csm10495@sh.itjust.worksto Ask Lemmy@lemmy.world•What's the best way to buy glasses online?English1·1 个月前I’ve had great service from goggles4u.com. It’s been years though since I got LASIK.
csm10495@sh.itjust.worksto Ask Lemmy@lemmy.world•Those in relationships with someone with whom they share a notable 'mismatch' in attractiveness, what are some of the craziest/most offensive things people have said about it?English4·1 个月前People are generally nice. Though honestly my wife is a 10 and I’m like a -3. It’s all in the eyes of the beholder.
I guess if it was a daily unlimited good pizza party instead of a small raise given as long as I had the job; then maybe it would be a better deal.
If I’m either getting an extra $100 a month or $20 of pizza every day… I think pizza wins.
What are the chances we get daily free pizza?
If it’s not daily: I’d take the money. If daily: I’d have to think about it.
If you read this far and it’s not clear: I’m joking.
csm10495@sh.itjust.worksto Ask Lemmy@lemmy.world•What's the worst "corporate speak/buzzwords" that you absolutely hate?English201·1 个月前Streamline
csm10495@sh.itjust.worksto Ask Lemmy@lemmy.world•Anybody else annoyed by news headlines being predominantly clickbaity now?English3·2 个月前You won’t believe what this person thinks of our headlines
csm10495@sh.itjust.worksto Programmer Humor@programming.dev•Hope y'all are having a very NULL QA dayEnglish3·2 个月前For something end-user facing: I could understand this argument.
In this case they were more or less just calling a C function that had an unsigned long long as the parameter they were setting negative.
The whole ‘bug’ was that the other side of the function call was seeing a positive number no matter what.
The real situation was a bit more complicated, but that’s the gist.
csm10495@sh.itjust.worksto Programmer Humor@programming.dev•Hope y'all are having a very NULL QA dayEnglish24·2 个月前I once had a QA engineer file a bug saying they couldn’t do negative testing since negative numbers were converted to positive.
The function took an unsigned integer. Took a lot of explaining to get them to understand that negative testing isn’t necessarily negative numbers.
This could have easily been a Flintstones episode.
May I see it?
csm10495@sh.itjust.worksto Ask Lemmy@lemmy.world•How did the conversation go from, "how do we stop students from cheating with AI?" to "we need to replace teachers with AI"?English4·2 个月前Dead internet theory… except it’s basically dead world theory.
csm10495@sh.itjust.worksto Games@lemmy.world•6* months away now. If you're on 10, do you plan to upgrade? Make the jump to Linux?English4·2 个月前If ya want to not be plugged into the internet, or use new external media, ya can probably run it safely forever.
Moderates
cats@sh.itjust.works Ask Lemmy@sh.itjust.works SquaredCircle@sh.itjust.works antiwork@sh.itjust.works memes@sh.itjust.works- csmtestplayground@sh.itjust.works
ShowerThoughts@sh.itjust.works- Containers@sh.itjust.works
LinkedinLunatics@sh.itjust.works Fortnite@sh.itjust.works Python@sh.itjust.works videos@sh.itjust.works Golang@sh.itjust.works TodayIFuckedUp@sh.itjust.works
Another option if you need public access without something like tailscale would be to use ddns and a AAAA record. Something like https://github.com/ddclient/ddclient would help do that.
That way if the IP changes, you’d pick up on the change for your vanity url within a few minutes… and can get https certs for that url as well.
Edit: I reread the OP. This doesn’t help if clients need direct ipv4. Sorry about that.