• 1 Post
  • 463 Comments
Joined 3 years ago
cake
Cake day: August 19th, 2023

help-circle







  • Microwave is usually 900W while a Non-US kettle can do 3000W on a standard 240V 16A connection so it boils water more than 3x faster.

    Very convenient for serving tea and instant coffee and also useful for cooking potatoes, veggies, rice, pasta by boiling water first before pouring it into a pot for a quick start.


  • TLDR news (news)

    The Linux experience (Linux and open source news)

    Real Civil Engineer (video games, I scratch the itch without playing)

    Kurzgesagt (explainers)

    Not Just Bikes (urbanism)

    Money and Macro (economics)

    Just have a think (energy transition/climate news)

    Wendover (deep dives, a lot on aviation)

    Real life lore (history, mostly 20th century or later)

    Stuff made here (entertaining engineering projects)

    Simon Clark (climate news)

    Polymatter (mix of economics, history and geopolitics, a lot on China)

    Real Engineering (engineering)

    Climate Town (climate explainers, a lot on fossil fuel lobby)









  • I never understand why you wouldn’t want to read the code. I prevent a massive amount of correct slop by just skimming. The LLM will 10 times out of 10 never ask “this code will be a massive duplication of exact same behavior, do you want to refractor it?” because it’s trained to finish a task without asking if possible.

    Uncle Bob now writes code for his tests instead of tests for his code. I know it’s TDD but it always seemed backwards to me.

    Unit tests for logic, integration tests for outside apis, e2e for features is the sweet spot IMO.