• cisco [they/them]@hexbear.net
      link
      fedilink
      English
      arrow-up
      10
      ·
      13 days ago

      I guarantee the astronaut’s computer had both Outlook Classic and New Outlook. Instead of releasing New Outlook with all features, they decided to just push it with missing features and let people use both of them. Not just that but they decide to make it available on everyone’s devices making it a confusing mess to the average person

      IT admins need to jump through fucking hoops just to disable new one because there’s no option for one or the other. But I haven’t jumped through them because doings manually also give me job security lol

  • invalidusernamelol [he/him]@hexbear.net
    link
    fedilink
    English
    arrow-up
    0
    ·
    12 days ago

    A good PR removes tons of code. You’re supposed to start a project with tons of small bespoke solutions, then start trimming and abstracting it down until you have a clean model that can be applied generally to whatever you’re doing.

    Anyone can churn out a million lines of code when every other line is just doing the same thing in a slightly different way, the difficult part is making sense if the noise. Which ironically, LLM tools can be really good at (I’ve seen some cool static analysis stuff that supplements linters and test suites to find stuff based on reading the AST/CST).

    I’ll be impressed when these guys start publishing really clean, well written, and internally constant libraries that you can actually read. Until then this is just building a house by heaping mortar in a pile.