Open Source Will Happen… But Not Today
I definitely got ahead of myself with that whole 'the project will generate lots of open-source code on GitHub' idea.
I wrote a parser for telegram-bot-api metrics and a converter that turns them into Prometheus-like metrics using `prometheus_client`. It felt like the rest was trivial: `git init`, `git remote add origin …`, `git add .`, `git commit -m 'Init'`. But then I remembered:
- I hardcoded the port
- I hardcoded the telegram-bot-api server URL
- I need to move this into env variables
- I need to write simple usage docs, describe dependencies, etc.
At that point I just add yet another TODO and go back to building the product. So open source will happen someday, but not today :)
More to explore
AI in Software Development: What Comes Next?
AI. What’s next? Up until around December, using AI in development basically meant: prompt -> copy some code -> paste -> tweak -> repeat. Now this a…
Startup Taxes Between Estonia and Portugal: A Quick Reality Check
As a tax resident of an EU country who files my own returns, today is my quarterly 'Tax Day'. On this day I set aside a few hours to file social security report…
Saylify Update: Fighting Perfectionism, Refactoring, and Finding the Right Focus
I have not written anything about Saylify for a long time, even though I planned to launch in January. Unfortunately, life likes to throw in challenges you can …
Human-Like Memory for LLMs
TL;DR I wrote a manifesto-style essay about a memory model for LLMs that is as close as possible to human memory and lets the system build a relationship histor…