LOL! YES! I remember hearing, "Maybe that's what he said, but that's not what he meant."
Yep. I didn't realize the flatpak version worked better. I never get those manual update prompts anymore and Software Center automatically updates Discord when there are updates.
Even without LLMs, it’s possible StackOverflow would have eventually faded into irrelevance
Yeah, exactly. A lot of groups have a Discord :( or other forums where people ask questions. I know I've had to ask questions on Svelte's Discord :( for example. And I think even once on some YouTube influencer's Slack...
Sucks cuz both of those places are silos and my questions and answers are forever lost.
How do updates work with WOW computers? Or does the software just never get updated? Or do you just update the computer for him every now and then? What distro is this using underneath?
Ah, yes. I remember the summer we had Google Chome. Then Google killed it off, like they always do, and they relaunched/rebranded it as Chrome.
I love the little cultural differences here. In the US, our old traditional saying of "grab 'em by the pussy" means you're fit to be president. But I guess other countries interpret this as sexual harassment. 🤷 😭
- Block a shit ton of political and Reddit communities
- Subscribe to everything else
- Only browse Subscribed
how concerned you quickly become with all types of water
LOL, yes! 99% of my problems these last 5 years have been related to water. It's really made me want to learn more about plumbing.
but I’ve heard these days it’s not unusual to tip up to 40%!
That seems pretty unusual to me.
I normally tip 20%.
Yeah, I've definitely grown to like TOML, especially after spending hours trying to edit a giant (nested) YAML file...
I didn't realize the indentation in TOML was purely aesthetic.
This
[servers]
[servers.alpha]
ip = "10.0.0.1"
dc = "eqdc10"
[servers.beta]
ip = "10.0.0.2"
dc = "eqdc10"
equals this
[servers]
[servers.alpha]
ip = "10.0.0.1"
dc = "eqdc10"
[servers.beta]
ip = "10.0.0.2"
dc = "eqdc10"
which equals this
{
"servers": {
"alpha": {
"ip": "10.0.0.1",
"dc": "eqdc10"
},
"beta": {
"ip": "10.0.0.2",
"dc": "eqdc10"
}
}
}
LOL! OK! I'm not the only one who saw teh Ed boiz in that image! 😂
LOL.
OK, dude. You know you can just ignore the post, right? Just move along.