Warning
Why I'm not working on them right now?
Bcoz I'm immediately looking for a job, and don't want to get involved in things that won't help me in landing a job that I want (compilers and Deep Learning).
But, I neither want to forget them. Hopefully, on some good day, I'll try building any of these.
- a simple static-site generator that parses markdown, and generates html. But, html strictly outputs
like a typical book
. The closest one isrust mdbook
, but, better. - Recently microsoft released pdf to markdown python app. Not played with it much, but we can parse free pdf books and generate beautiful book websites for people to read.
- it's been waiting for too long to be completed, but still not in the priority list.
- github link
- zig is a beautiful language if you're drunk enough.
- building a caddy like server from scratch in zig will be awesome.
- implement
all-gather, all-reduce, broadcast, reduce, reduce-scatter, point-to-point send and receive
in go and zig.