RohanAdwankar
- Karma
- 0
- Created
- ()
- Submissions
- 0
- Prolog Coding Horror (metalevel.at)
- Ascetic Computing (ratfactor.com)
- Programming Z3 (z3prover.github.io)
- Open source does not imply open community (blog.feld.me)
- I don't care that it's X times faster (tinkering.xyz)
- Installing every* Firefox extension (jack.cab)
- Can We Measure Software Slop? An Experiment (pscanf.com)
- Nvim-treesitter (13K+ Stars) is Archived (github.com)
- Show HN: Open-source AI Codemaps written in Rust (github.com)
Hey everyone happy to share this newest release which enables codemaps where nodes in the diagram are connected with your codebase. This includes AI support with commands like `oxdraw --code-map ./ --gemini <api>` in…
-
Recently, I was hoping to learn CUDA C++ but didn't have access to an NVIDIA GPU. So I made this repo to solve this problem and thought others could find it useful too. It allows you to access Google Colab GPUs in your…
-
In the past I've used declarative diagram generation tools like Mermaid.js a lot for quickly drawing up things but for presentations or deliverables I find that I have to then move the generated diagrams over to a tool…
-
I made this to practice PostgreSQL, but maybe someone here also finds it funny :) It has what's typical of a task management CLI: functions to modify tasks, multiple calendar views (month, week, list), search, a simple…
-
I created a python package that allows you to generate temporary shareable links to a web-editor for your pandas dataframe. This is for the common scenario where I need to collaborate with nontechnical contributors,…