Live data from Hacker News

Viewing profile — paulhodge

paulhodge

HN member
Joined
Thu, Apr 19, 2012, 8:35 PM UTC
HN karma
839
Public activity
275 items

About paulhodge

No profile information was provided.

Recent public activity

  1. comment
    Comment #47007519

    AI enhances human ability. In this case, it enhanced someone’s ability to be an asshole.

  2. comment
    Comment #46389856

    No you’re just deflecting his points with an ad hominem argument. Stop pretending to assume what he ‘truly feels’.

  3. comment
    Comment #45563843

    AI is too useful to fail. Worst case with a bust is that startup investment dries up and we have a 'winter' of delayed improvement. But people aren't going to stop using the models…

  4. comment
  5. comment
    Comment #45540097

    Agree that LLMs go too far on error catching.. BUT, to play devil's advocate a little: Most human coders should be writing a lot more try/catch blocks than they actually do. It's v…

  6. comment
    Comment #45510404

    Neat investigation but I didn’t totally follow how the project would be useful for reverse engineering, it seems like a project that would mostly be useful for evading bot checks l…

  7. comment
    Comment #45328272

    I think this prediction of "vibe code cleanup" is massively overblown. It's amazing how much code quality doesn't actually matter to the business. Yes we recognize symptoms and dow…

  8. comment
    Comment #45304151

    it's kind of tongue-in-cheek but it would provide the maximum amount of isolation from any upstream package changes. Even if the package versions are removed from NPM (which happen…

  9. comment
    Comment #45296797

    Pnpm 10.x also has a feature to disallow post-install scripts by default. When using Pnpm you have to specifically enable a dependency to let it run its post-install scripts. It's …

  10. comment
    Comment #45296760

    solution: add your entire 'node_modules' folder to source control.

  11. comment
    Comment #45121033

    I think different things are happening... For experienced engineers, I'm seeing (internally in our company at least) a huge amount of caution and hesitancy to go all-in with AI. No…

  12. comment
    Comment #45053259

    Yeah Dario has said similar things in interviews. The way he explained it, if you look at each specific model (such as Sonnet 3.5) as its own separate company, then each one of the…

  13. comment
    Comment #45026906

    There’s a magic component to rule breaking that a lot of online advice doesn’t usually talk about: You have to actually be right. Your ideas have to be good. Companies don’t want e…

  14. comment
    Comment #45009169

    I have to agree with the author about not adding "v1" since it's rarely useful. What actually happens as the API grows- First, the team extends the existing endpoints as much as po…

  15. comment
    Comment #45006292

    Imagine a browser with no cross-origin security, lol.

  16. comment
    Comment #44896645

    That’s bad because visiting an evil site can easily trick your browser into performing one of those requests using your own credentials. CORS doesn’t stop the backend state effect …

  17. comment
    Comment #44869465

    Fyi Kilocode has low credibility. They’ve been blasting AI subreddits with lots of clickbaity ads and posts, sometimes claiming things that are outright false. As far as spend per …

  18. comment
    Comment #44838420

    Lots of signs point to a conclusion that the Opus and Sonnet models are fundamentally better at coding, tool usage, and general problem solving across long contexts. There is some …

  19. comment
    Comment #44804490

    No this app isn't launched yet. And yeah, customer data is definitely a very valid thing to be concerned about.

  20. comment
    Comment #44803977

    Mainly working on a dev tool / SaaS app right now. The PII is user names & email. On the security layer, I wrote that code mostly by hand, with some 'pair programming' with Claude …

  21. comment
    Comment #44799531

    I've had days where it really does feel like 5x or 10x... Here's what the 5x to 10x flow looks like: 1. Plan out the tasks (maybe with the help of AI) 2. Open a Git worktree, launc…

  22. comment
    Comment #44729942

    Yeah the outrage is a little artificial and definitely premature. Some facts for sanity: 1- The poster of this blog article is Kilocode who makes a (worse) competitor to Claude Cod…

  23. comment
    Comment #44600949

    There’s been a ton of ‘service overloaded’ errors this week so it makes sense that they had to adjust it. Personally I’ve never hit a usage limit on the $100 plan even when running…

  24. comment
    Comment #44436462

    Very fun and some of these ideas are.. actually not terrible.

  25. comment
    Comment #44435956

    The AI definitely gets confused when there is a lot of stuff happening. It helps if you try to make the commands as easy as possible. Like, change 'make' so that '-j8' is default, …