Live data from Hacker News

Viewing profile — dnh44

dnh44

HN member
Joined
Wed, Apr 27, 2016, 12:04 PM UTC
HN karma
1,071
Public activity
570 items

About dnh44

No profile information was provided.

Recent public activity

  1. comment
    Comment #48346221

    Yeah that makes sense. People will be often more polite when they realise there is a real human on the other side. But I was referring more to the initial use of strong words comin…

  2. comment
    Comment #48344795

    I’m developing three codebases right now where all of the code is written by AI (Swift, Python, Rust) and the Rust codebase requires the least pruning and has the fewest wtf moment…

  3. comment
    Comment #48344711

    I feel really bad for the sense of entitlement a lot of open source devs have to deal with. Imagine building something for free as a hobby then having to deal a mob of angry people…

  4. story
    Show HN: A seed prompt that bootstraps a custom knowledge-base system

    So I've been working on a few projects with LLM assistance and I've been slowly building up a knowledge base for that project. It started as a series of chats with various LLMs tha…

  5. comment
    Comment #48055713

    To be honest Copilot really stinks and is really far from the sharp edge of what is possible these days.

  6. comment
    Comment #48055638

    I regularly get codex to do multi hour tasks with a single prompts I don't think thats a big deal anymore. But you don't want a single agent doing all the work. The root agent need…

  7. comment
    Comment #48034660

    thanks for the tip will check it out!

  8. story
    Ask HN: Best/Easiest way to host Rust with PostgreSQL?

    I've been building on top of shuttle.dev and I was about to finally deploy a beta of my backend when I realised that Shuttle closed down in January. The Shuttle.dev page recommends…

  9. comment
    Comment #45358956

    you don't think kids should play sports? that seems like an unusual view and am kind of curious why you would think that.

  10. comment
    Comment #44882461

    If you make iOS apps you can also set up an Xcode Cloud pipeline so the result gets pushed to your phone via TestFlight.

  11. comment
    Comment #44869428

    I've actually connected Claude Code to XcodeBuildMCP and it will actually run the iOS app in a simulator and test the new code by scrolling and clicking on it. It's pretty cool to …

  12. comment
    Comment #44869341

    >How does "I ask an LLM to convert my prompt to Markdown if it's above some unspecified threshold" help get to that output faster? Honestly it's just a hunch that asking the LLM to…

  13. comment
    Comment #44869013

    >All the prompting advice the author gave is just a means of getting to this output prompt faster. Yeah that's exactly it. Instead of modifying my prompt repeatedly myself until I …

  14. comment
    Comment #44868630

    >Do they cite any hard facts? Any actual science? Real statistics? I guess I could do those things, but I'd rather work on my game. I only posted that because the person I responde…

  15. comment
    Comment #44868209

    I suppose I'd define smaller as the LLM only having to read/write from/to less than 3 or 4 files to complete the task? I try to keep file sizes as small as possible so the LLM's do…

  16. comment
    Comment #44868072

    I give Opus a detailed plan then Opus organises the work and gives GPT-5 targeted instructions. Opus then might make minor edits to GPT-5's code. They sort of pair program together…

  17. comment
    Comment #44867981

    >Why create prompts by LLM at all? Presumably you have to start with inputting what you want to happen, so why pass it through two LLMs instead of one? The reason for doing this is…

  18. comment
    Comment #44863290

    Thanks for the reminder! It’s very likely I read that post as a teenager.

  19. comment
    Comment #44856506

    I always liked Stardock; if had to use Windows I'd definitely just get all their UI mods out of the nostalgia factor.

  20. comment
    Comment #44856471

    Yeah it is a bit isn't it

  21. comment
    Comment #44855946

    I loved OS/2 but I also remember the dreaded single input queue... but it didn't stop me using it until about 2000 when I realised it was time to move on.

  22. comment
    Comment #44855863

    >I thought these tools are so great, so awesome, that even without much experience they will help you? I never made that claim, I don't think it's generally true, but I do think it…

  23. comment
    Comment #44854748

    I think that in that study all but one of the devs had hardly any experience with using AI tools.

  24. comment
    Comment #44854740

    I find that X and Discord are more useful than HN for trying to keep up to date. Which is a shame I think but it is what it is.

  25. comment
    Comment #44854719

    One side effect of writing most of my code with an llm for the past six months is that I'm so much better at reading code I didn't write. It's also forced me to split my code up in…