Enough to build a real-time chat app or a management system. Works well with HTMX and Go templates.
Not for serious use, of course! #golang #backend #baas #firebase #rest #csv
Turning complex problems into lightweight and simple software solutions. YAGNI as a service. #programming #music #minimalism #fedi22
| Github | https://github.com/zserge |
| Blog | https://zserge.com |
How to Build an STM32 Web Dashboard Using the Mongoose Wizard
https://hackaday.com/2025/05/25/how-to-build-an-stm32-web-dashboard-using-the-mongoose-wizard/
Some nice #keyboards albeit not all of them are a #MechanicalKeyboard at #VCFe (Vintage Computer Festival Europa) in #Munich this weekend.
#retrocomputing #vintagecomputing #vintagecomputerfestival #vcf #München
this is not a joke? 🇩🇪😱
Künstliche Intelligenz ist derzeit in aller Munde und simple-fax.de bringt diese innovative Technologie direkt zu Ihrem Faxgerät. Fax-KI verwandelt Ihr Faxgerät in ein intelligentes Werkzeug, das nicht nur Nachrichten sendet und empfängt, sondern auch kompetente, maßgeschneiderte Antworten auf Ihre Fragen liefert.
What a wonderful language is C. Took me some time to find a bug with my array. And this could happen in so many languages...
```
int D[] = {
-9, 9, -1, 1, 0, 0, 0, 0, // Rook
-19, -17, 19, 17, -11, -7, 7, 11, // Horse
-20, -16, 20, 16, 0, 0, 0, 0, // Elephant
-10, -8, 10, 8, 0, 0, 0, 0, // Advisor
-9, 9, -1, 1, 0, 0, 0, 0, // King
-9, 1, -1, 0, 0, 0, 0, 0, // Soldier
-9, 9, -1, 1, 0, 0, 0, 0 // Cannon
-9, -9, 9, 9, -1, 1, -1, 1, // Horse "legs" for each horse move
};
```