Live data from Hacker News

Viewing profile — vendiddy

vendiddy

HN member
Joined
Wed, Jun 13, 2012, 7:57 PM UTC
HN karma
530
Public activity
314 items

About vendiddy

No profile information was provided.

Recent public activity

  1. comment
    Comment #49245499

    Dang... I use zig at work to write single binary apps and I know what a floppy is. I feel personally attacked.

  2. comment
    Comment #49245247

    This seems like a good idea to me. I wonder what the hold up is.

  3. comment
    Comment #48964859

    I don't think this is true. The history of Elixir has its roots in Jose learning Erlang, loving the properties BEAM, but wanting a different language. All of the principles of the …

  4. comment
    Comment #47466843

    I've come to expect that, every time I update and OS or app to a newer version, it's going to be slower and more bloated. Why can't it be the opposite? Why can't I expect an update…

  5. comment
    Comment #47365842

    I feel like they are a workaround to GUIs being slow and bloated Electron apps. But I wish we'd just make fast GUIs instead of giving up and building TUIs instead.

  6. comment
    Comment #46394662

    My biggest complaint about ChatGPT is how slow their interface is when the conversations get log. This is surprising to me given that it's just rendering chats. It's not enough to …

  7. comment
    Comment #46044145

    Giving the AI an actual programming language (functions + objects) genuinely does seem like a good alternative to the MCP mess we have right now.

  8. comment
    Comment #46044110

    Demented AIs running amock is just what we need in this day and age.

  9. comment
    Comment #45859348

    We've recently adopted Zig at a few systems at our company but I think maybe "cool" or "new" is the wrong metric? I view Zig as a better C, though that might be subjective.

  10. comment
    Comment #45692761

    It is not yet ready but the master branch has an initial draft. https://github.com/kaitai-io/kaitai_struct_compiler/commits/... It would be premature to review now because there ar…

  11. comment
    Comment #45688708

    Just seeing this now. The thinking was to minimize the the places where a secret could leak. So with an HTTP client, I would think at the lowest layer possible. I don't think of it…

  12. comment
    Comment #45688642

    It's not C but we have sponsored a Zig target for Kaitai. If anyone reading this knows Zig well, please comment because would love to get a code review of the generated code!

  13. comment
    Comment #45571116

    Not an answer, but I do wish there was a low level primitive and a corresponding high level language construct to pass around secrets. Something like: my_secret = create_secret(val…

  14. comment
    Comment #45556389

    I think this is spot on. A document metaphor would have made a Wave a lot easier to understand.

  15. comment
    Comment #45411840

    If you are breaking something up for "long" and "short" you're optimizing for the wrong thing. You don't care about code being short for its own sake or long for its own sake right…

  16. comment
    Comment #45101147

    I think it's a valid question, but it's better to assume they had their reasons and try to understand why before drawing conclusions.

  17. comment
    Comment #45100563

    And even if you fall under the first category, I find it hard to believe that the performance bottleneck is solved by using Vercel and SSR. With all the other crazy shit people are…

  18. comment
    Comment #45063340

    how about "NotExpert"

  19. comment
    Comment #45063304

    Yes we have. I don't know why you got so much pushback. Right now innovation moves at a slow pace the web nobody seems to realize the what-if. The W3C announces some incremental im…

  20. comment
    Comment #45049582

    I find if I read the source code of a dependency I might add, it's common that the part that I actually need is like 100 LOC rather than 1500 LOC. Please keep preaching.

  21. comment
    Comment #45049557

    And if you really do? Print the percentage to stdout.

  22. comment
    Comment #45024394

    I generally love AI. But I lament these blurred lines of reality. Is this photo real? Was this reply ChatGPT or did they actually write it? It makes me feel uneasy.

  23. comment
    Comment #45017954

    I can't remember who I read this from (it might have been Alan Kay) but they basically said the web browser should have been an address bar with the ability to run any sandboxed ap…

  24. comment
    Comment #44972440

    I customized the hell out of my keybindings. I might be in the minority though! I was trying to give examples of (stupid) little points of friction that might prevent someone from …

  25. comment
    Comment #44971922

    The vision sounds interesting but I think if they have two challenges they will need to overcome to compete in the IDE space 1) Their LLM integration needs to be at the quality of …