HookedBehemoth's Blog
-
Migrating my tag database from sqlite to postgres
2025-07-27
I've recently migrated my tag database to postgres. Here are a few things I had to say about this.
-
Knowing if you actually did anything with UPSERT (INSERT ... ON CONFLICT(..) DO UPDATE)
2025-06-18
How to know what your UPSERT statement actually accomplished
-
Form helper for axum
2025-06-15
New crate for dealing with forms in axum
-
Comment section over SSH
2024-10-22
How to host a small comment section over ssh.
-
Installing Alpine Linux on a VPS without ISO
2024-08-02
How I installed Alpine on this Server.
-
Fast JSON serialization in mono .NET/C#
2023-02-21
About serializing .NET to JSON as fast as possible.
-
UDON: A post mortem
2022-10-10
A story about a horrible bytecode interpreter.