• 0 Posts
  • 30 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle

  • nathris@lemmy.catoTechnology@lemmy.ml...
    link
    fedilink
    arrow-up
    2
    ·
    8 months ago

    I pay $10/month for copilot because it saves me a lot more than $10 in time not spent typing out boilerplate or searching through garbage documentation.

    It frees up my mind to focus on the actual software architecture instead of the quirks of the language.



  • I found a polearm that happened to have decent base damage, and nothing else. Sold it for $20 on the RMAH and ended up using that to buy the expansion when I finally came back.

    Can’t stand the way it works now either though. It’s basically one of those idle games now. You just play the same shit no matter what difficulty. The only difference is the number of zeros on the damage numbersnas you gradually gear up to whatever the season armor is.

    That’s what keeps people coming back to D2R. You get a new piece of gear and suddenly you can run areas that you couldn’t before. You have that carrot of maybe one day getting an enigma or eBotD, or you’ll get a good drop for another class and now you’re levelling up an alt so they can use that gear.



  • There is no continent called “America”. We have North America and South America.

    When someone says “South American” I don’t think Alabama I think Brazil or Argentina.

    The term “North American” is commonly used when you’re describing something that applies to both Canada and the US. Eg. “North American sports teams”.

    We commonly use the term “Central American” when referring to Mexico, El Salvador, etc. because even though they are technically in North America there is a strong cultural divide, similar to how the middle East is technically Asia, but you’d never refer to someone from Saudi Arabia as “Asian”.


  • Semicolons are optional in JavaScript unless you are combining multiple statements on a single line, which is generally not something you should be doing anyway.

    I avoid them whenever possible. It encourages people to write poorly formatted code. But then I’m a python dev so I tend to be opinionated when it comes to whitespace.






  • I can increase my cellphone plan with the click of a button.

    If I want to decrease it that same button redirects to a live chat where I have to talk to one of their agents.

    Their agents will genuinely give you a better deal, but for some reason can’t change your plan to a lesser one without breaking your contract, causing hundreds of dollars in extra fees.

    The brick and mortar agents can do it in 2 minutes with no hassle. You walk in and say I want this plan, show your id, sign the change request and you’re done.

    I don’t even think they are doing it on purpose. Why would they have a button that connects me to someone they are paying to convince me to give them less money per month? They cut my wife’s bill in half because she is month to month.

    It’s just Hanlons Razor. Supreme incompetence.







  • If Debian works on your hardware and you just want something that works and doesn’t give you issues then yes its a good choice. It will just work happily in the background for years.

    Fedora Server is a great choice if its something you want to continuously tinker with. Each release averages a little over 1 year of support so you’ll want to do a dist upgrade after each new version comes out.

    I’m currently considering switching to it on a couple of production servers I manage because they rely on PostGIS. EL9 and Debian rely on the official postgres repositories rather than shipping their own .deb/rpms and the official postgres repository’s GIS packages are so unreliable I think it would be more stable on Arch. With Fedora server however I can just install postgres and postgis from the official community repo.


  • nathris@lemmy.catolinuxmemes@lemmy.worldI use Debian BTW
    link
    fedilink
    arrow-up
    6
    arrow-down
    1
    ·
    11 months ago
    • Ubuntu deviates from accepted standards too often (Mir, Upstart, Snap) thanks to Canonicals ham fisted attempts to redefine Linux.

    • Arch has a tendency to break due to the maintainers commitment to staying true to upstream. Too often you end up on the Arch wiki looking up how to solve small issues that should have been in the original PKGBUILD

    • Gentoo, not everyone wants to compile everything from source

    • Debian’s commitment to FOSS results in frequent incompatibilities (both SW and HW) out of the box.

    Fedora is the perfect middle ground. It implements the latest technology standards as soon as they are stable (eg, Wayland, Btrfs by default), stays fairly close and true to upstream while maintaining package stability, and overall just works with a large variety of lackages

    Fedora is for people who use Linux as a tool rather than a hobby.