Live data from Hacker News

Viewing profile — kamalkishor1991

kamalkishor1991

HN member
Joined
Mon, Dec 16, 2013, 6:48 AM UTC
HN karma
66
Public activity
62 items

About kamalkishor1991

https://huehive.co

Recent public activity

  1. comment
    Comment #41693551

    https://diagramix.ai A diagramming tool using AI

  2. story
  3. 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.…

  4. 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…

  5. 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…

  6. story
  7. comment
    Comment #39700526

    Sure, Thanks for the feedback. Will add some examples in the homepage.

  8. 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…

  9. story
  10. comment
    Comment #39228513

    Are you looking for this kind of plugin? https://github.com/croma-app/huehive-figma-plugin

  11. comment
    Comment #39228496

    https://huehive.co is another tool that lets you generate and visualize color palettes using ChatGPT.

  12. story
  13. story
  14. story
  15. story
  16. 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…

  17. 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…

  18. story
  19. 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.

  20. story
  21. story
  22. 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…

  23. 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…

  24. story
  25. 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?…