Viewing profile — kamalkishor1991
kamalkishor1991
HN member- Joined
- Mon, Dec 16, 2013, 6:48 AM UTC
- HN karma
- 66
- Public activity
- 62 items
- HN profile
- View on Hacker News ↗
About kamalkishor1991
Recent public activity
-
comment
Comment #41693551
https://diagramix.ai A diagramming tool using AI
- story
-
comment
Comment #39850861
One thing I feel is that the current domain idea generators have a complicated UI wrapped on top of AI which makes it hard to iterate on the ideas and have a follow up conversaion.…
-
comment
Comment #39850716
Thanks. I have also noticed this in some cases. Sometime GPT-3 does not follow the prompt. Please retry with a new query. It works in most cases. I will improve the prompt or to ma…
-
comment
Comment #39850693
Sure, Thanks for the feedback. I will implement uuid also. You can consider signup if you want the url to be private. For now I have made guest searches public (As there is no iden…
- story
-
comment
Comment #39700526
Sure, Thanks for the feedback. Will add some examples in the homepage.
-
comment
Comment #39700427
Hi everyone, Created this because I think creating diagrams using LLMs is lot easier and mermaid supports lot of advanced usecases that are hard to do by hand. For example colorizi…
- story
-
comment
Comment #39228513
Are you looking for this kind of plugin? https://github.com/croma-app/huehive-figma-plugin
-
comment
Comment #39228496
https://huehive.co is another tool that lets you generate and visualize color palettes using ChatGPT.
- story
- story
- story
- story
-
comment
Comment #34403204
This is still early days but I plan to make it specifically for software engineers with standards so that it can be used by everyone in your team and the team notes are automatical…
-
comment
Comment #34403148
Hi everyone, It is a notes app designed for software developers. I have build this as a side project. Here are some of the features 1. Fully local with git sync support 2. Take not…
- story
-
comment
Comment #32332127
Hi everyone, I have build this long back. Posting it here in case you find it useful. I made summarization work completely on client side by running python library in android.
- story
- story
-
comment
Comment #31915310
These are great points: I also feel that one other big problem with notes is organizing them properly as number of notes increase. Since git has history for all your changes you ca…
-
comment
Comment #29669483
This is exactly what I am building. It has vs code editor, markdown, GitHub sync and many more interesting features for developers https://upnotes.io GitHub.dev is great but I pers…
- story
-
story
Ask HN: Writing unit test mocks vs. real dependencies?
I like to use real things as much as posible but I find lot of people using too much mocks sometime. Can you provide some advise on how to decide mocks vs real services/dependency?…