• 0 Posts
  • 48 Comments
Joined 9 months ago
cake
Cake day: December 23rd, 2023

help-circle




  • This is ridiculous. The world doesn’t have to bend the knee to LLMs, they’re supposed to be useful tools to solve problems.

    And I don’t see why asking them to help with math problems would be unreasonable.

    And even if the formulation of the test was not done the right way, your argument is still invalid. LLMs were being used as an aid. The test wasn’t given to the LLM directly. But students failed to use the tool to their advantage.

    This is yet another hint that the grift doesn’t actually serve people.

    Another thing these bullshit machines can’t do! The list is getting pretty long.

    About the calculator argument… Well, the calculator is still used in class, because it makes sense in certain contexts. But nobody ever sold calculators saying they would teach you math and would be a do-everything machine.




  • I don’t find it weird, no, because it’s backed with factual bits of information, and it’s true that, despite being interesting as far as the science goes, the tech failed to find its place (much like crypto whose only legit use case is crime).

    You say a 58% decrease in energy consumption at Google is nothing, I’d say this is already a huge chunk of Google’s emissions that would be gone, which at that scale isn’t insignificant. And Google is not the only tech titan in the world.

    If you don’t care about GHG emissions, some (a lot) of us do. And we’ll keep holding criminals accountable for their actions. Be it in Big Oil or in Big Tech.

    Another thing: when talking about climate change, nobody blames immigrants because blaming immigrants for things is something rightoids do and they don’t care much about climate.

    On the other hand, guess where migrants will come once their place of origin ends up under the ocean, or when it becomes so hot you can no longer live there? And guess who’s going to be the most affected by the massive influx of climate migrants?








  • Superiority complex much? I agree that the decisions are bad, but I wouldn’t be so quick to blame it on “normies”. Some of the people calling the shots are techies or ex-techies and they’re just as stupid as the normies you decry in your logorrhea.

    I don’t think it’s sane to consider yourself more intelligent than the rest of the world. We may be smarter than your average joe (citation needed), but not everyone working in the tech industry is a genius or even smart. We just have an area of expertise, like artists, doctors, plumbers, carpenters… And that is valuable in the modern world. That’s already reason enough to be proud about what we do, there’s no need for arrogance.




  • Six levels of abstractions, sure, if you have that many, you may want 6 functions. But that contradicts Martin when he’s saying that there should be one line in an if, and everything more should be promoted to its own function. There’s no way a programmer routinely writes code so terse that you get six levels of abstraction in a dozen of lines of code. Otherwise, Martin doesn’t understand what an abstraction is.

    Managing a stack in your head like a computer is very challenging as far as cognitive load is concerned. You don’t want to jump all over the place. Otherwise, when you reach your destination, you end up forgetting what got you here in the first place.

    This form of code fragmentation makes debugging an absolute nightmare, and finding sources of mutation absurdly frustrating. Good tooling can help you track where a variable is used and in which order mutations happen trivially in code in a single function. It’s not as as helpful when it’s spread all over the place. You can infer so much less statically if you follow Martin’s advice.

    I’m not advocating for 1000-lines functions here, mind you. When functions become too big, other challenges arise. What’s necessary is balance, which Martin’s book fails to teach.


  • It’s inspired so many crimes against engineering as a whole that it’s OK to discourage people from reading it. Not only is it pointless, but it’s also actively harmful to the industry as a whole.

    When something is mostly garbage and good advice is so sparse in it, there’s no need to hold onto it. It’s as much of a mixed bag as a turd with a nice ribbon is a mixed bag of prettiness.

    Burn it with napalm.

    … Nah, I don’t actually mean it should be burnt, that was a joke. The book is a nice reminder that, on top of being a bigot, Robert Martin (not my uncle) should not be hired to write any kind of code in any professional capacity.