home.social
  1. Last Friday, I drove to office. No restaurant was open due to shortage caused by the . Came home and applied for . The has been telling me that there is no LPG shortage, LOL!

    What goes around, comes around!

  2. Great article...

    std::move doesn't move anything: A deep dive into Value Categories
    0xghost.dev/blog/std-move-deep

  3. crates.io/crates/dicom-dump is an excellent utility to extract data from files. You can extract data as .

    And it is much faster than popular utility out there. Written in 😛

  4. is growing on me.

    It felt weird at first to generate frontend from the backend. But I gave in because writing more code at the backend was way too tempting. I just can't hold right.

    Using templates and SQL, creating frontend using and htmx is pretty nice. Kind of feel like doing and together.

    But at the end of the day, I am writing less javascript and it is great.

  5. in AWS still has python3.6 as system python. Every time I use a python tool and ran into python3.6 and python3.9+ compatibility issues, my heart sinks a little. I know, there are solutions like , , , , etc!

    With you sweat (and cry) during development but with (and ), you sweat (and cry) after deployment!

    I'll die on the former hill rather than the later. Thank you!

  6. Our of the box, is "better" than . Less configuration and more strict!

  7. I am probably holding them wrong!

    This time I tried writing a web app not in but + (python) and ( javascript). It kind of works well but refactoring is a nightmare.

    In the beginning, it felt like I was having the best of both worlds -- Python and Vue3. Dev speed was good. Now maintaining and refactoring make me feel like I am having the worst of both worlds.

    As a single dev, I should have stayed with !

  8. I wrote a crate Moden Hopfield Network. I used it to build a neural network that can be trained on the edge. See the demo linked in the README.md.

    Modern Hopfield Network has much (much) larger capacity than classical Hopfield Network. They are also called Dense Associative Memory.

    -network

    github.com/dilawar/moden-hopfi

  9. Does anyone know an alternative to `gitlab-runner exec` command? Looks like they have removed it? 😢 Now what is the point of using gitlab-runner over actions?

  10. Can I ask for __not__ running the pipeline for MR that starts with `Draft:` in their title?