kmx.io Blog
-
-
2026-08-19 16:49:00
Viewed 10 times
OpenBSD domain name servers
-
I carried for a long time a few misconceptions about OpenBSD's domain name servers.
OpenBSD name servers come in three flavors :
- Local workstation, roaming but validating domain name server → unwind(8) → localhost
- Local net...
-
2026-08-19 16:49:00
Viewed 10 times
-
-
2026-08-09 09:39:16
Viewed 111 times
What makes KC3 unique : C interoperability
-
KC3 is not merely an interpreted language with an FFI library. The C ABI is part of the language’s standard execution model:
- cfn is a native callable type understood by the evaluator.
- C-compatible types such as U8, Uw, Ptr...
-
2026-08-09 09:39:16
Viewed 111 times
-
-
2026-08-02 20:44:18
Viewed 805 times
KC3 v0.1.17 released
-
KC3 v0.1.17 was released today.
New in this release :
- libkc3
- copying temporary variables for
pthread_mutex...
- copying temporary variables for
- libkc3
-
2026-08-02 20:44:18
Viewed 805 times
-
-
2026-07-27 11:14:24
Viewed 17 times
Upcoming KC3 release
-
KC3 has been undergoing radical changes since the last release.
Currently the change log looks like this :
New in this release
- libkc3
- copying temporary variables for
pthread_mutexandpthread_rwlockwould caus...
- copying temporary variables for
- libkc3
-
2026-07-27 11:14:24
Viewed 17 times
-
-
2026-07-17 12:21:09
Viewed 6 times
Started to work on multi-domain routing
-
Last week we worked on multi domains web app server in kc3_httpd. That would give us C/KC3 HTTPd and multi-domains web app servers ! Stay tuned for more info.
-
2026-07-17 12:21:09
Viewed 6 times