-
#HTMX 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 #javascript right.
Using templates and SQL, creating frontend using #php and htmx is pretty nice. Kind of feel like doing #graphql and #Rest together.
But at the end of the day, I am writing less javascript and it is great.
-
#OpenSUSE 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 #uv, #venv, #pipx, #docker, #nix etc!
With #rust you sweat (and cry) during development but with #python (and #js), you sweat (and cry) after deployment!
I'll die on the former hill rather than the later. Thank you!
-
I am probably holding them wrong!
This time I tried writing a web app not in #php but #fastapi + #sqlmodel (python) and #vue3 ( 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 #php!
-
This fork of vue-simple-select works with #vue3
https://www.npmjs.com/package/@vojtechlanka/vue-simple-suggest
Thugh https://www.npmjs.com/package/@nextcloud/vue-select may be a better option these days.
-
I wrote a #rust 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.
-
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 #github actions?
-
Can I ask #gitlabrunner for __not__ running the pipeline for MR that starts with `Draft:` in their title?