HackerTrans
TopNewTrendsCommentsPastAskShowJobs

RohanAdwankar

no profile record

Submissions

Prolog Coding Horror

metalevel.at
202 points·by RohanAdwankar·2 tháng trước·83 comments

Ascetic Computing

ratfactor.com
4 points·by RohanAdwankar·2 tháng trước·0 comments

Programming Z3

z3prover.github.io
8 points·by RohanAdwankar·2 tháng trước·0 comments

Open source does not imply open community

blog.feld.me
194 points·by RohanAdwankar·2 tháng trước·85 comments

I don't care that it's X times faster

tinkering.xyz
6 points·by RohanAdwankar·3 tháng trước·0 comments

Installing every* Firefox extension

jack.cab
692 points·by RohanAdwankar·3 tháng trước·80 comments

Can We Measure Software Slop? An Experiment

pscanf.com
2 points·by RohanAdwankar·3 tháng trước·0 comments

Nvim-treesitter (13K+ Stars) is Archived

github.com
178 points·by RohanAdwankar·3 tháng trước·83 comments

[untitled]

1 points·by RohanAdwankar·3 tháng trước·0 comments

[untitled]

1 points·by RohanAdwankar·4 tháng trước·0 comments

[untitled]

1 points·by RohanAdwankar·4 tháng trước·0 comments

[untitled]

1 points·by RohanAdwankar·4 tháng trước·0 comments

[untitled]

1 points·by RohanAdwankar·5 tháng trước·0 comments

[untitled]

1 points·by RohanAdwankar·6 tháng trước·0 comments

[untitled]

1 points·by RohanAdwankar·7 tháng trước·0 comments

[untitled]

1 points·by RohanAdwankar·7 tháng trước·0 comments

[untitled]

1 points·by RohanAdwankar·7 tháng trước·0 comments

Show HN: Open-source AI Codemaps written in Rust

github.com
3 points·by RohanAdwankar·8 tháng trước·2 comments

Show HN: Free GPUs in your terminal for learning CUDA

github.com
2 points·by RohanAdwankar·8 tháng trước·0 comments

Show HN: Diagram as code tool with draggable customizations

github.com
266 points·by RohanAdwankar·9 tháng trước·60 comments

comments

RohanAdwankar
·3 tháng trước·discuss
So cool!
RohanAdwankar
·8 tháng trước·discuss
Thanks!
RohanAdwankar
·8 tháng trước·discuss
Just curious, how do you know / why do you think it's written by AI? The bullet points?
RohanAdwankar
·9 tháng trước·discuss
hi this true! i personally typically write my diagram or add nodes in a text editor prior to customizing but I do realize that many would prefer to be able to do everything in the gui so I will start adding features to add nodes and initialize the diagram in the gui!
RohanAdwankar
·9 tháng trước·discuss
Yes that's essentially my thoughts though perhaps a later feature would be to support the tool customizing d2 files as well! I also think another part about starting with supporting mermaid syntax is that the AI coding agents seem to emphasize mermaid in particular [1] so if they are writing in that syntax anyways I feel it will be even more the norm.

[1] https://cursor.com/docs/configuration/tools/mermaid-diagrams
RohanAdwankar
·9 tháng trước·discuss
Thanks for sharing. One of the very fun parts of posting this for me was seeing how much bigger this niche was than I thought haha. D2 seems great and super featureful!
RohanAdwankar
·9 tháng trước·discuss
Thanks for the comment! I will look into this since I certainly think the ideal scenario would be the core mermaid project supporting customizations in their engine. I imagine that before that I would have to refine the project further after which it would be interesting to see if they would be open to supporting it!
RohanAdwankar
·9 tháng trước·discuss
For the syntax I aim to support mermaid's syntax and any modifications the tool makes are saved as comments so that the files remain backwards compatible with the original mermaid engine!
RohanAdwankar
·9 tháng trước·discuss
The main advantage of this project is it enables customizations of the layout and visual preferences. So using LLMs to write the mermaid code itself still works perfectly fine the mermaid code can then directly be passed in as input and then edited with this tool.
RohanAdwankar
·9 tháng trước·discuss
Oh sure collaborating sounds fun, what application are you building?
RohanAdwankar
·9 tháng trước·discuss
Oh thanks, that's a good idea I'll make a issue on the github for that and get to it eventually!
RohanAdwankar
·9 tháng trước·discuss
Thanks, let me know how it goes! There's certainly lots of improvements to be made to the layout engine and polishing for the UI so happy to incorporate any feedback!
RohanAdwankar
·9 tháng trước·discuss
I can look into this further but at a glance I don't see something for declarative diagramming syntax. I will say the name is fantastic! One of the great things about making this thread for me was learning about all the different tools people are using!
RohanAdwankar
·9 tháng trước·discuss
Thankyou!
RohanAdwankar
·9 tháng trước·discuss
Hi thanks! I'm not sure I fully understand what you mean by intermediate data? Would this be the location data computed for the different components?
RohanAdwankar
·9 tháng trước·discuss
Great to hear! Absolutely this is the goal.
RohanAdwankar
·9 tháng trước·discuss
Hi as of now I haven't added that feature so the current way would be to edit the .mmd text. However I think you are right that would be a good feature to add. For collapsing downstream nodes I think it would make sense with the request the someone else made in this thread for animations. From what I see it should certainly be possible to implement at some point!
RohanAdwankar
·9 tháng trước·discuss
Thank you! Happy to hear that!
RohanAdwankar
·9 tháng trước·discuss
Thanks for sharing I'll look into this. The animations do look great!
RohanAdwankar
·9 tháng trước·discuss
that would be pretty funny. A visual programming tool for polyglot microservice architectures XD