• 1 Post
  • 60 Comments
Joined 3 years ago
cake
Cake day: June 9th, 2023

help-circle
  • Totally true, but I’m talking an order of magnitude or two difference…

    A query returning ~100 jira tickets would take about 250-300ms on our old beater running Postgres on busted old SAS drives shared with a bunch of other crap. Seek times were atrocious but not catastrophic. It usually didn’t timeout, and only crashed once in a while.

    Sunning the same search on jira cloud now takes 2-3 seconds, often even more because the page first has to load 20 MB of JavaScript bullshit. Time from clicking a link to seeing information is so long you’ve got enough time to take a sip and put the coffee down.

    Like I get it, distributed systems are hard. And having a multi tenant system as big as they run is probably crazy complicated. But come on, there’s no excuse for that level of consistently bad performance!!



  • The Mazda rotary dial is awesome. It does 90% of what a touchscreen does, and voice control or a passenger can do the rest. If it can’t be done with three or four clicks of the wheel or Siri, then pull over safely and use the phone.

    My old car had an aftermarket touchscreen CarPlay headunit, and I much prefer the buttons and dials on the newer Mazda. Borrowing somebody else’s (usually newer) car with a touchscreen feels like a massive step backwards.

    Sadly it looks like they’re also falling for the touchscreen b.s. on the ‘26 year vehicles, big L for safety.





  • Cardiff, Wales. One of the few places in the world that felt like a Real City while also having its own distinct culture and feel. Every other city I’ve been to feels like the same sort of dull corpo-district monoculture.

    Old Montreal also has a bit of this, but only the central city areas, the outside periphery quickly devolves back into the “this could be anywhere in North America (version francaise)”




  • nbailey@lemmy.catoSysadmin@lemmy.worldHow to learn Windows?
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    2
    ·
    2 years ago

    Going to go against the grain a little here and say, why bother? If you already have a background in Linux, that will get you further in your career much faster. My education was 100% windows/cisco, but I haven’t touched either in the better part of a decade since I’ve been working with mostly “web stuff” where Linux dominates.

    Invest the time you would spend slogging through learning Active Directory and grinding MCSE into something useful like Docker, ansible, bash, infra-as-code, etc. It’s more fun, and it’ll make you way more money!!






  • Not sure how to do that in docker, I’ve run mine as a plain old PHP-FPM site for years and years. It might be something that can be tweaked using config files or environment variables, or might require building a custom image.

    ClamAV is slow and doesn’t catch the nastiest of malware. Its entire approach is stuck in 2008. It’s better than nothing for screening emails, but for a private file store it won’t help much considering that you’ll already have the files on your system somewhere. And most importantly, it slows down file uploads 10x and increases CPU load substantially. The only good reason to use ClamAV for nextcloud is if you will be sued if you don’t!