• 0 Posts
  • 3 Comments
Joined 10 months ago
cake
Cake day: September 25th, 2025

help-circle
  • I have been looking into the mentioned clique for some time now and I share the concerns of the author. It does not take a lot of digging to learn that, for them, an interest in low level performance goes hand in with a far right worldview. Apparently it is where you end up if you are an “indepenent thinker”. Two examples:

    • In the Odin 1.0 video, Bill shares his bookcase. Below the programming books I can see “The Strange Death of Europe” and “The Madness of the Crowds”. On the lobsters thread about the announcement, Abner Coimbre shared an archived version of the mentioned private video. Apparently “unions” = “communism”.
    • This is the blog of one of the organizers of the Better Software Conference. Very interesting reading list this guy has. The other organizers share likeminded views on xitter. Everyone praising the conference wants you to know that it is a complete coincidence the conference consists almost solely of white dudes.


  • One of my old teachers would send documents to the class with various pieces of information. They were a few years away from retirement and never really got word processors. They would start by putting important stuff in bold. But some important things were more important than others. They got put in bold all caps. Sometimes, information was so critical it got put in bold, underline, all caps and red font colour. At the time we made fun of the teacher, but I don’t think I could blame them. They were doing the best they could with the knowledge of the tools they had at the time.

    Now, in the files linked above I saw the word “never” in all caps, bold all caps, in italics and in a normal font. Apparently, one step in the process is mandatory. Are the others optional? This is supposed to be a procedure to be followed to the letter with each step being there for a reason. These are supposed computer-savvy people

    CRITICAL RULE: You can ONLY run release_steps.py for a repository if release_checklist.py explicitly says to do so […] The checklist output will say “Run script/release_steps.py {version} {repo_name} to create it”

    I’ll admit I did not read the scripts in detail but this is a solved problem. The solution is a script with structured output as part of a pipeline. Why give up one of the only good thing computers can do: executing a well-defined task in a deterministic way. Reading this is so exhausting…