home.social
  1. I hate DST.

  2. My son took a banana and pretended it was a phone. I took a pear and pushed the banana away and said: "Connection reset by peer".

    I'm the only nerd in the house.

    I'm the only one who laughed.

  3. Trying out GitHub Copilot Coding Agent now. It should, asynchronously, fix a GitHub issue in my project. Saw it working in a demo at today.

  4. Ready for the WeAreDevelopers World Congress 2025 !!

  5. Traveling by train to Berlin for a developers conference. Pretty nice way to travel to be honest; I have power at my seat so I can use my laptop for the complete journey.

  6. Unit testing in ESP-IDF is probably the least developer-friendly thing in the world. Frustrating evening!

  7. Automated PR reviews from GitHub CoPilot might be one of the best features it gives. Just found a very stupid mistake that way.

  8. So I just learned about _cohesion_ in classes. Never heard of it, but it changes the way I think about OOP completely. I am now playing with the Python `cohesion` tool.

  9. Today the second day of my Azure Stack course! I can't wait ...

    ... to go home again.

  10. I hate the Theming in ChakraUI. I just hate it. It's so complex

  11. I love it that LinkedIn has a option to change your feed to a feed with most recent posts first, instead of "most relevant". That is one of the reasons why I moved to Mastodon.

  12. Today I got excited when my girlfriend bought new sponges so I could finally clean the oven well. Yes, I'm getting old.

  13. I'm reading the book from the Gang of Four about Design Patterns at the moment. I used to have a lot of trouble understanding these topics, but now, I understand them perfectly and I love them. They honestly make me a better programmer.

  14. Yesterday, I started working on a script to retrieve software versions for our networking equipment. Today, I will continue working on this, I have to verify a coworkers change and if time permits, I want to checkout the possibilities of traps.

  15. Spend about 15 minutes troubleshooting why `pylint` didn't work. It was installed and worked a few minutes before. Turned out I typed `pytlint` instead of `pylint`.