Even the cereal?
Aka csm10495 on kbin.social
- 63 Posts
- 948 Comments
csm10495@sh.itjust.worksto Ask Lemmy@lemmy.world•Godaddy is pissing me off. Which registrar is decent for selfhosters these days?English5·19 days agoCloudflare 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 itEnglish2·24 days agoI 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·24 days agoAsk how many 'r’s in the word ‘strawberry’
csm10495@sh.itjust.worksto Android@lemdro.id•Google announces Android 16’s Material 3 Expressive redesignEnglish21·1 month agoThe 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 month agoI’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?English3·1 month agoPeople 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?English18·1 month agoStreamline
I actually like the ability for a local AI to help with this in theory. I don’t think it’s an excuse for unintuitive UIs though.
Que Sera
csm10495@sh.itjust.worksto Programmer Humor@programming.dev•Hope y'all are having a very NULL QA dayEnglish3·2 months agoFor 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 dayEnglish22·2 months agoI 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.
csm10495@sh.itjust.worksto SquaredCircle@lemmy.zip•AEW Dynasty 2025 Discussion Thread (Spoilers)English6·3 months agoNo more titles pls
csm10495@sh.itjust.worksto SquaredCircle@lemmy.zip•AEW Dynasty 2025 Discussion Thread (Spoilers)English3·3 months agoThat was a WWE ppv finish from like 6 years ago to where it just basically annoyed me on the booking level. What happened to clean finishes and stuff like that?
I’m getting sour in my age.
csm10495@sh.itjust.worksto SquaredCircle@lemmy.zip•AEW Dynasty 2025 Discussion Thread (Spoilers)English5·3 months agoIs Swerve Static Shock?
csm10495@sh.itjust.worksto SquaredCircle@lemmy.zip•AEW Dynasty 2025 Discussion Thread (Spoilers)English6·3 months agoI don’t want to body shame but Jericho’s physique kind of goes like a sine wave.
Moderates
cats@sh.itjust.works antiwork@sh.itjust.works Python@sh.itjust.works LinkedinLunatics@sh.itjust.works ShowerThoughts@sh.itjust.works Fortnite@sh.itjust.works TodayIFuckedUp@sh.itjust.works- csmtestplayground@sh.itjust.works
- Containers@sh.itjust.works
Ask Lemmy@sh.itjust.works Golang@sh.itjust.works videos@sh.itjust.works memes@sh.itjust.works SquaredCircle@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.