back
user profile
Igor_Wiwi
762karma·286submissions·November 14, 2018
about
Personal blog: https://igorstechnoclub.com/blog/
Twitter: https://twitter.com/gogainda
recent activity (286 total)
comment
Adding Java class inline editing without decompilation feature to https://jar.tools/class-decompiler - so you can update some class values (number or strings, or event access modifier…
comment
Adding more and more features to https://mdview.io (the best way to read technical docs). Now I am adding CLI support for the features like publishing, custom slug creation, pdf renderin…
comment
what is the use case of this application? Who may need it?
comment
My goal is to build the only app you need for reading technical documentation. I am working on it daily for the past 5 months, and almost every day I have a new feature which I want to share with HN…
comment
Mermaid diagrams are awesome, the usual pain points which I am trying to solve in https://mdview.io is to allow to fix broken diagrams visually: you hit Quick Fix and then given 3 fix pro…
comment
boosting DR rating is the biggest psyop of indie hackers: it's temporal and has zero effect on anything. All my websites are 3 to 6 DR points. https://mdview.io has 5 DR and brings in…
comment
I like it!
comment
https://mdview.io - the best way to read big technical documentations. Right now I am working on Grill Me feature for rigorously questioning and stress-testing plans or designs without lea…
comment
This is quite useful tool, especially for the cases where internet access is limited (the flights for example). I implemented it as a separate feature in mdview.io: for example you can export a docume…
comment
btw did you know that ER diagrams are supported by Mermaid diagrams: https://mdview.io/mermaid?example=working-er It's not that pretty as in your app, but it does the work…
comment
In my project https://mdview.io I support Latex, but sometimes people share some weird types of syntax which looks like Latex but not rendered correctly. Haven't' found a good wa…
comment
Interesting from a Docker perspective, but I’m more interested in it as a sandbox for AI agents and untrusted code execution. I wrote about that angle here: https://igorstechnoclub.com/…
comment
Year ago I made for myself a simple jar editor https://jar.tools , now it has 8000 user’s monthly
comment
the idea is that Quick fix may generate > 1 candidates to choose from, this is why Apply exists. But comment is still valid, I need to improve the UX. Diff it is possible to show but I doubt it…
comment
this approach is quite similar to what I use for rendering huge markdown files in https://mdview.io : 10MB files renders correctly and even Table of Content works. 15MB renders but scrolli…
comment
To me this feels super artificial, like catalog of every FAANG eng wants to have items. Looks good but with an intention to be instagrammable
comment
One thing I still miss in most markdown tools is good rendering/sharing of large architecture docs and Mermaid diagrams. I ended up building my own markdown file reader - https://mdvie…
comment
Working on https://mdview.io - markdown reader for big documents, including navigatable mermaid diagrams, LaTeX, Fixing broken syntax and ton of other features. It's early stage but g…
comment
Fix MD is quite a handy feature, especially when you have raw Markdown generated who-knows-how. I’ve used it myself multiple times with Mermaid and weird LaTeX notations