First of all, happy new year to everyone, hope this 2026 is as good or better than 2025 was.
I am making what I think could be a really nice and cool project, and chose Zig for it because I know it is the best language out there for making high quality software.
It will be a calendar app, think of Superhuman email app, but for calendar. 100% focused on speed and fast navigation.
I'm a hobbyist developer who's been tinkering with financial data analysis in my spare time, and I thought I'd share a small project I've been working on: OHLCV, a library written in Zig for handling OHLCV (Open, High, Low, Close, Volume) time series data. I did publish this project some time ago, it got some nice people to star it, but I've taken some time lately to make some changes, I recently acquired claude code and it has been super helpful for the refactoring I had in mind plus some other features.
Nothing revolutionary here, it's basically a collection of tools for parsing CSV data, managing time series, and calculating common technical indicators like SMA, EMA, and RSI. It supports different data sources (file, HTTP, in-memory) and has some basic tests to keep things reliable.
If you're into Zig, quantitative finance, or just curious about efficient data handling in a systems language, I'd love if you could take a quick look at the repo: https://github.com/Mario-SO/ohlcv
I'm no expert, so any feedback, suggestions, or even bug reports would be super helpful, especially on ways to make it more efficient or add useful features. It's open-source under [MIT], so feel free to fork, contribute, or just poke around.
You provide important context indeed, but still, banning such a thing has only happened in countries like the above mentioned, that is, at least, something to think about
I am making what I think could be a really nice and cool project, and chose Zig for it because I know it is the best language out there for making high quality software.
It will be a calendar app, think of Superhuman email app, but for calendar. 100% focused on speed and fast navigation.
You can watch a short video of the current state of it here: https://x.com/mariodev__/status/2007028805173698739
And here you have the repo: https://github.com/Mario-SO/cronos
Hope you like it
PS: A star in Github is super highly appreciated this will tell me that i am on the right track.