HackerTrans
TopNewTrendsCommentsPastAskShowJobs

prakashrj

no profile record

comments

prakashrj
·mese scorso·discuss
[dead]
prakashrj
·mese scorso·discuss
Thanks for the free service. This is awesome.
prakashrj
·2 mesi fa·discuss
[dead]
prakashrj
·4 mesi fa·discuss
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 achieve all those things.
prakashrj
·4 mesi fa·discuss
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 can see people getting alarmed at 250K lines of code.
prakashrj
·4 mesi fa·discuss
Would love to migrate from GSD and try, if there is community around it.
prakashrj
·4 mesi fa·discuss
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.
prakashrj
·4 mesi fa·discuss
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.
prakashrj
·4 mesi fa·discuss
It's good advice. I will only open source, if it has utility.
prakashrj
·4 mesi fa·discuss
Openclaw was mostly build by AI. It had 400K lines of code.
prakashrj
·4 mesi fa·discuss
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 in the chat.

Things have changed quite a bit. I hope you give GSD a try yourself.
prakashrj
·4 mesi fa·discuss
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.
prakashrj
·4 mesi fa·discuss
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.
prakashrj
·4 mesi fa·discuss
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 in a month. I don't think I can learn so quickly with other humans help.
prakashrj
·4 mesi fa·discuss
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 tests that spin up a real cloud server, run through the entire user journey (provision → connect → manage → teardown), and
   verify the app behaves correctly on all supported platforms (phone, tablet, desktop).                                                                            
  3. Screenshot regression tests — every E2E run captures named screenshots and diffs them against saved baselines. Any unintended UI change gets caught            
  automatically.
prakashrj
·4 mesi fa·discuss
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 providers (Hetzner, DigitalOcean, Vultr), manage them via a Tailscale-secured connection with TLS pinning, and control an OpenClaw gateway.

I will open source it soon in few weeks, as I have still complete few more features.
prakashrj
·4 mesi fa·discuss
With GSD, I was able to write 250K lines of code in less than a month, without prior knowledge of claude.
prakashrj
·5 mesi fa·discuss
[dead]
prakashrj
·5 mesi fa·discuss
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.
prakashrj
·5 mesi fa·discuss
That's the video of my son to prove that Scheme can be a first programming language.

https://www.youtube.com/watch?v=LXhsutNKhec