Tracker
2026-06-19:
- I have make tck public. It has its first working version. It is a financial market data puller library and cli.
2026-06-11:
- "My first program in Hare": This note shows an http request example and also includes some of my first impressions about the language.
2026-06-10:
- Experimenting on compiling TreeMk back from Qt6 to Qt5. At this moment, features have been disabled (commented) in order to being able to compile the program. The motivation of this experiment is to have a more stable and portable source code, with option to compile with Qt5 or Qt6.
2026-06-09:
- cstring refactored as a header library. It is an auto-growable string structure. More operations will be added when they become required.
- dumpertool, a program to capture websocket or telnet feeds. has been archived. It was built as a prototype for a customer. It evolved into a proprietary cli/gui solution to capture real time financial data feeds.
- minispdlog: C99 moved to experimental branch. This project requires more testing and work on portability. I use this logger in my projects.
- NetBSD development workstation has been setup. Running on Intel i7-6700, 32MB of RAM, and 1TB of storage. The motivation is to have a more favorable environment to develop more portable and stable solutions.