Thoughts π€ β
π My Backlog β
- [ ] Obsidian Markdown Parser: Improve my markdown parser to go beyond basic markdown to html conversions and eventually use it with Github Pages to host this vault.
- [x] Instead of writing the rust markdown parser again, use GitHub - zoni/obsidian-export: Rust library and CLI to export an Obsidian vault to regular Markdown to convert to CommonMark and then parse the HTML.
- [ ] Rabbithole Remake mailer to Firebase Messaging with a companion app.
- [ ] The Cortana Project: This is something previously someone like me couldn't have created, but with advancements in LLMs, I feel confident enough to try this out. Basically, a talking, context-sensitive assistant, that can do a variety of basic tasks and can interact with other real-world projects of mine.
π Things I'm currently interested in/looking to learn β
- [ ] Buying an Arduino might really be interesting and make me go down the low-level engineering path. Really looking to try something out.
- [ ] Server-driven Flutter UI: I found this package called Mirai that seems to be interesting, where the UI configurations are defined on the server and the app builds without updates.
- [ ] Dioxus is a cross-platform framework for building apps using Rust, built on top of WASM.