Live data from Hacker News

Viewing profile — lelele

lelele

HN member
Joined
Tue, May 25, 2010, 10:36 AM UTC
HN karma
404
Public activity
472 items

About lelele

No profile information was provided.

Recent public activity

  1. comment
    Comment #49134799

    But does such longevity equate to an strong, energetic life? Considering how protein intake relates to muscle and bone mass, wouldn't one rather live a little less, yet strong and …

  2. comment
    Comment #49134755

    But if so, then where is the secret prompt sauce for getting those results, please? It's not like we complainers don't read and put in practice all we can about how to refine a spe…

  3. comment
  4. comment
    Comment #49132632

    > If you never use "naked pointers" and always use std::unique_ptr and std::shared_ptr, will it not reduce nearly all memory related bugs? It will, as long as the code uses them co…

  5. comment
    Comment #48934013

    Sure, but the original comment was more like “flawed solution that exists” vs “decent solution that exists”, wasn't it? That is: vibe-coding can't replace developers yet, not even …

  6. comment
    Comment #48911184

    I definitely hope so!

  7. comment
    Comment #48905008

    P.S. Again, it all boils down to AGI not being with us yet. I guesstimate that AI writes at least 95% of my code, but given how often LLMs come up with inefficient or ineffective s…

  8. comment
    Comment #48904886

    Mmm... People may overlook a glitch here and there, but judging by reviews on app stores, it seems to me that people get very annoyed when things break, especially when it happens …

  9. comment
    Comment #48904002

    Sure, but how confident can they be that it doesn't also do things they don't want? Tests can't be exhaustive, whereas even a mediocre developer is likely to possess enough backgro…

  10. comment
    Comment #48845048

    Joel On Software: Rewriting software is the single worst strategic mistake that any software company can make. [1] Microsoft: Take that, Joel! ;) --- [1] https://www.joelonsoftware…

  11. comment
    Comment #48627906

    Indeed. I'm trying to develop a similar style. The phrasing in the quoted passage is really tight.

  12. comment
    Comment #48520804

    Yes, C# is becoming more and more complex, but IMO C++ is still in a class of its own. Just compare how many different, sometimes competing ways there are to initialize variables i…

  13. comment
    Comment #48520429

    See my reply to a similar objection: https://news.ycombinator.com/item?id=48520416

  14. comment
    Comment #48520426

    See my reply to a similar objection: https://news.ycombinator.com/item?id=48520416

  15. comment
    Comment #48520416

    Not really. C++ is on another level altogether: the code could be calling implicit conversion operators, the compiler could have instantiated some template code in an unforeseen wa…

  16. comment
    Comment #48518868

    > y'know you can check if an operator has been overloaded And there lies the problem with C++: to be sure, you have to check. C++ code can't be taken at face value -- the most inno…

  17. comment
    Comment #48482700

    In my experience, yes. AFAICS, LLMs never think out of the box, and are heavily influenced by the way you ask questions.

  18. comment
    Comment #48322418

    So, Greenspun's Tenth Rule seems to have come full circle: now, "Any sufficiently complicated Coalton program contains an ad hoc, slow implementation of half of OCaml." ;) I've lef…

  19. comment
    Comment #48261295

    Would you mind sharing your HW configuration? Thank you.

  20. comment
    Comment #47997482

    You forgot the 10 levels of precedence and the 3 associativity options for operators ;)

  21. comment
    Comment #47395712

    > The main difference between my workflow and the authors, is that I have the LLM "write" the design/plan/open questions/debug/etc. into markdown files, for almost every step. > > …

  22. comment
    Comment #47356338

    > Sure sounds like another fad diet. Yeah! A fad lasting millions of years of human evolution, however.

  23. comment
    Comment #47074378

    Thank you very much for taking the time to reply.

  24. comment
    Comment #47060825

    With the crucial difference that now you have some leeway in firing one/some of your bosses.

  25. comment
    Comment #47059313

    Thanks for sharing. Would you mind expanding on a few points? > 2. sell what makes customers feel good buying What did you have in mind? What would make a purchase feel good or bad…