home.social

#devthoughts — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #devthoughts, aggregated by home.social.

fetched live
  1. They say “fake it till you make it” — but no one tells you that even after you “make it,” you’ll still be googling "how to fix [engine] [error] [again] [why]" at 2AM like everyone else.

    The real secret of programming?
    Confidence is just knowing which panic to ignore.

    #gamedev #IndieGameDev #indiegamedev #devthoughts

  2. They say “fake it till you make it” — but no one tells you that even after you “make it,” you’ll still be googling "how to fix [engine] [error] [again] [why]" at 2AM like everyone else.

    The real secret of programming?
    Confidence is just knowing which panic to ignore.

    #gamedev #IndieGameDev #indiegamedev #devthoughts

  3. Coding with AI feels a lot like teaching.

    That’s not good or bad. But if it is like teaching, then:
    - You still need to learn before you can teach. Understanding the domain, software architecture, and quality remains essential.
    - Not everyone who loves coding as a creative act of problem-solving, deep thinking, and building abstractions will find the same joy in instructing a machine.

    #AIProgramming #CodingWithAI #DevThoughts

  4. Coding with AI feels a lot like teaching.

    That’s not good or bad. But if it is like teaching, then:
    - You still need to learn before you can teach. Understanding the domain, software architecture, and quality remains essential.
    - Not everyone who loves coding as a creative act of problem-solving, deep thinking, and building abstractions will find the same joy in instructing a machine.

    #AIProgramming #CodingWithAI #DevThoughts

  5. Kotlin and Go couldn't be approaching their error handling pains more differently.

    Go: go.dev/blog/error-syntax
    Kotlin: medium.com/@internetcreationis

    TL;DR: While Kotlin is getting rich errors, Go is getting... nothing. And please stop asking for it, the community clearly won't come to a consensus.

    Like it or not, `if err != nil` is here to stay.

    #GoLang #Kotlin #ErrorHandling #LanguageDesign #ProgrammingLanguages #DevThoughts

  6. There must be a special place in hell for people in tech that send screenshots instead of logs... #devthoughts

  7. There must be a special place in hell for people in tech that send screenshots instead of logs... #devthoughts

  8. It’s actually really refreshing to write some simple vanilla js that just works. #webdev #devthoughts