Live data from Hacker News

Viewing profile — prakashrj

prakashrj

HN member
Joined
Fri, Apr 08, 2016, 8:36 PM UTC
HN karma
-1
Public activity
54 items

About prakashrj

No profile information was provided.

Recent public activity

  1. comment
    Comment #48952767

    https://www.youtube.com/watch?v=LXhsutNKhec&feature=youtu.be Once you get hang of it, it easy. Following is video of my son who learnt Scheme as first programming language.

  2. comment
  3. comment
  4. comment
    Comment #48438177

    Thanks for the free service. This is awesome.

  5. comment
  6. comment
  7. comment
  8. comment
    Comment #47497942

    I am learning more than before. It helps me build things faster. You can still make it robust, efficient, crafty, etc. You have to improve your AI-assisted coding knowledge to achi…

  9. comment
    Comment #47420879

    I get it now. Hopefully the utility of it will eventually bring some value. Maybe Utility and corresponding LOC should help you assess my work. Since I didn't share what I have, I …

  10. comment
    Comment #47420637

    Would love to migrate from GSD and try, if there is community around it.

  11. comment
    Comment #47420541

    I would love to take up that challenge. With what I have learnt so far, I am raring to get opportunities to make custom solutions.

  12. comment
    Comment #47420464

    I didn't look at code. In addition to code, I have CI and CD built in. I becomes hard add features after a while, if you cannot have built in CI/CD that will catch regression.

  13. comment
    Comment #47420439

    It's good advice. I will only open source, if it has utility.

  14. comment
    Comment #47419105

    Openclaw was mostly build by AI. It had 400K lines of code.

  15. comment
    Comment #47419087

    You can AI to audit and review. You can put constraints that credentials should never hit disk. In my case, AI uses sed to read my env files, so the credentials don't even show up …

  16. comment
    Comment #47419032

    Goal is to build something that will have value. Once it has value, I can hire a team or open source it, if AI ceases to exist in this world.

  17. comment
    Comment #47418336

    It's important to build a local dev environment that GSD can iterate on. Once I have done that, I just discuss with GSD and few hours later features land.

  18. comment
    Comment #47418314

    I was not a app developer before, but a systems engineer with devops experience. But I learnt a lot about apple development, app store connect and essential became a app developer …

  19. comment
    Comment #47418272

    This is how I test my code currently. 1. Backend unit tests — fast in-memory tests that run the full suite in ~5 seconds on every save. 2. Full end-to-end tests — automated UI test…

  20. comment
    Comment #47418225

    A self-hosted VPN server manager: a TypeScript/Hono backend that runs on your own VPS, paired with a SwiftUI iOS/macOS app. It lets you provision cloud servers across multiple prov…

  21. comment
    Comment #47418071

    With GSD, I was able to write 250K lines of code in less than a month, without prior knowledge of claude.

  22. comment
  23. comment
  24. comment
    Comment #46969350

    This is how he learned Scheme. 1. Typing 2. Vim through https://vim-adventures.com/ 3. Little Schemer https://a.co/d/0343Ez4v Don't assume that they would need more things.

  25. comment
    Comment #46968563

    That's the video of my son to prove that Scheme can be a first programming language. https://www.youtube.com/watch?v=LXhsutNKhec