[-] paequ2@lemmy.today 20 points 1 month ago

LOL.

Person tries to make small talk

zymagoras777: OMG. I'm totally offended. What an attention whore!!1

OK, dude. You know you can just ignore the post, right? Just move along.

[-] paequ2@lemmy.today 19 points 1 month ago

LOL! YES! I remember hearing, "Maybe that's what he said, but that's not what he meant."

[-] paequ2@lemmy.today 17 points 1 month ago

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.

[-] paequ2@lemmy.today 21 points 1 month ago

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.

[-] paequ2@lemmy.today 18 points 2 months ago* (last edited 2 months ago)

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?

[-] paequ2@lemmy.today 18 points 2 months ago

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.

[-] paequ2@lemmy.today 17 points 3 months ago

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. 🤷 😭

[-] paequ2@lemmy.today 17 points 4 months ago* (last edited 4 months ago)
  1. Block a shit ton of political and Reddit communities
  2. Subscribe to everything else
  3. Only browse Subscribed
[-] paequ2@lemmy.today 18 points 4 months ago

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.

[-] paequ2@lemmy.today 19 points 4 months ago

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%.

[-] paequ2@lemmy.today 21 points 5 months ago* (last edited 5 months ago)

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"
    }
  }
}
[-] paequ2@lemmy.today 17 points 5 months ago

LOL! OK! I'm not the only one who saw teh Ed boiz in that image! 😂

view more: ‹ prev next ›

paequ2

joined 5 months ago