Even then, you don’t really know. They might be on bad terms and the wife might want to screw him over, or she might be in denial, or anything else. I guess the best chance at an honest indicator would be her level of surprise, rather than actively being ok with it, although even that might also not be entirely reliable.
- 0 Posts
- 15 Comments
hikaru755@lemmy.worldto
Technology@lemmy.world•Weird Al Yankovic Turned Down “Nice Pile Of Money” For AI Ad: “I Can’t Be The Poster Boy For AI”English
2·1 month agoThat’s super interesting, and a funny personal story, thanks for sharing!
A lot of the time I actually just guess what word something is based on length and context
I mean, as far as I know that, plus the rough shape/outline of each word, is how fast non-dyslexic readers read in general, at least for common words, haha. Actually reading letter-by-letter is relatively rare
hikaru755@lemmy.worldto
Technology@lemmy.world•Weird Al Yankovic Turned Down “Nice Pile Of Money” For AI Ad: “I Can’t Be The Poster Boy For AI”English
3·1 month agoSo I’ve been wondering about this, does this kind of font make reading easier immediately for you, or does it take a bit until you’ve gotten used to and, idk, learned the shapes of the individual letters, after which it’s then faster?
hikaru755@lemmy.worldto
No Stupid Questions@lemmy.world•So, has age verification really become the new normal?
5·3 months agoAfaik there is already an exception being made now to exclude Open Source operating systems from this requirement, so seems like anything Linux-based would be fine for now
hikaru755@lemmy.worldto
Technology@lemmy.world•AI chatbots could be making you stupiderEnglish
4·3 months agoa team of never sleeping junior devs
As a senior dev, that sounds like my worst nightmare tbh
hikaru755@lemmy.worldto
Technology@lemmy.world•Pollsters are now asking AIs to answer surveys as if they were humans and passing the results off as poll statisticsEnglish
157·3 months agoAnd not voting changes the system how, exactly?
Eh, disagree on that one. Even if I write every bit of the code myself, producing good working software involves a lot more than just writing code. Just makes “building” feel like a better descriptor.
hikaru755@lemmy.worldto
Linux Gaming@lemmy.world•About the March 2026 hardware survey, what is "64 bit" and "0 64 bit"? Why do they represent 25% of the linux devices?English
1·4 months agoBazzite specifically might have contributed quite a bit to the recent growth
hikaru755@lemmy.worldto
No Stupid Questions@lemmy.world•Why is US rail travel so expensive?
3·4 months agoI believe in Germany at least, freight gets priority at night, and passenger gets priority in daytime
hikaru755@lemmy.worldto
Selfhosted@lemmy.world•Voiden - A Markdown based Open Source Alternative to PostmanEnglish
4·5 months agoGave it a quick shot right now, and gonna be honest - while the premise seems nice, the sample project is very transparently AI slop generated with a prompt that, I can only assume, included an instruction like “for every sentence that doesn’t include a whimsical quip, I’m gonna kill a kitten”. It is absolutely grating to read. I don’t care if you do that in your marketing copy, but keep that shit out of technical documentation, it’s annoying, it’s distracting, and it’s turning me off the entire project. Like wtf is this:

I agree they probably should’ve addressed that in the main post, but at least it’s in the caveats below:
Fine, maybe country first. The purists in the comments are technically correct — postal codes aren’t globally unique. You could do country first (pre-filled via IP), then postal code, then let the magic happen. The point was never “skip the country field.” The point is: stop making me type things you already know.
hikaru755@lemmy.worldto
Ask Lemmy@lemmy.world•What advice or tips do you have which sound like nonsense but really work?
2·6 months agoYou could try Davinci Resolve. It’s great, professional-grade software, runs natively on Linux, and has a very generous free version and an inexpensive, one-time purchase studio version.
hikaru755@lemmy.worldto
Ask Lemmy@lemmy.world•What desktop operating system would you recommend to the average user?
2·6 months agoSo root still has write access to the system then
No, not while the system is running. The base-layer of the OS is fully read-only.
An update doesn’t write to the existing system, it creates a new one that will be switched to on next reboot. So the current system is not actually changed, hence the term immutability. This has two benefits:
- atomic updates: either the upgrade is successful and you switch over to the new system, or it isn’t and you stay on the untouched current system. There’s no way to end up in a broken OS because an upgrade went sideways.
- rollback: the old version stays untouched on disk, so even if the upgrade was successful but something still turns out to be broken after you boot into it, you can just switch back to the old, known-working system
hikaru755@lemmy.worldto
Ask Lemmy@lemmy.world•What desktop operating system would you recommend to the average user?
2·6 months agoYes.
- In my Linux experience so far, Bazzite is the first time things have actually just worked out of the box and I haven’t had to fix a single weird issue
- It’s immutable with atomic updates, so much lower likelihood of the base system getting messed up, and it’s super easy to roll back to previous versions if something still manages to go wrong
- Updates happen fully automatically in the background, you don’t even notice it
- You don’t ever need to touch the terminal in normal usage. Everything is set up so that you can find any software a normie would need through the built-in app store. Flatpaks are great
- If you object to the gaming focus, there’s a variant that’s just for regular desktop use and doesn’t have the gaming stuff preinstalled, but otherwise comes with all the same benefits
The one thing I’ll give you is that it’s a young distro and hasn’t proven itself to be reliable and still available in the long term, but honestly, given all the other benefits, I’ll take that chance
Okay, but the economics of doing that are different between software and hardware. It’s much more expensive to have a full second hardware design compared to just turning a software feature off in certain markets.