@zserge

346 Followers
157 Following
45 Posts

https://zserge.com

Turning complex problems into lightweight and simple software solutions. YAGNI as a service. #programming #music #minimalism #fedi22

Githubhttps://github.com/zserge
Bloghttps://zserge.com
Finished a small educational project: https://zserge.com/posts/pennybase - a toy clone of Firebase/Supabase/Pocketbase. In 700 lines of Go with zero dependencies it has dynamic record schemas, reasonably fast "document store" using CSV files, orthogonal REST APIs + realtime watch over SSE, authNZ with simple RBAC, pluggable hooks.
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
Pennybase: a Pound-Shop BaaS

Building yet another single-file backend as a service. As always, we focus on simplicity, but nevertheless we try to implement as many features as we can without making it too complex.

How To Build An STM32 Web Dashboard Using The Mongoose Wizard

Today from the team at Cesanta Software — the people who gave us the open-source Mongoose Web Server Library and Mongoose OS — we have an article covering how to build an STM32 web dashboard. The a…

Hackaday

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

People like to think Asimov predicted the current technology known as "artificial intelligence". They are wrong. It was Douglas Adams when a computer spent untold resources just to return an answer which is both irrelevant and poses further questions.
UNIX includes a command to deal with your cat walking on your keyboard. When your cat is coming, you just type "cat" and press enter, and your cat's input won't mess anything up.

this is not a joke? 🇩🇪😱

https://simple-fax.de/fax-ki

Faxgeräte können jetzt auch KI

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.

simple-fax.de
@gvy_dvpont Got me thinking… can it be done without the lens? This one seems to work!

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
};
```

Finally done with a series of blog posts about re-creating classical programming langauges in 50 lines of code each: https://github.com/zserge/tinylangs It was a great little weekend project that still took much longer than I expected #tinycode #programming #lisp #basic #apl #pascal #forth
GitHub - zserge/tinylangs: Real programming languages in 50 lines of code

Real programming languages in 50 lines of code. Contribute to zserge/tinylangs development by creating an account on GitHub.

GitHub