Live data from Hacker News

Viewing profile — zibzob

zibzob

HN member
Joined
Sat, Mar 11, 2023, 7:23 PM UTC
HN karma
33
Public activity
18 items

About zibzob

No profile information was provided.

Recent public activity

  1. comment
    Comment #47039557

    I think it's a lot harder than it sounds. First, nobody can estimate time well enough to know how long something would have taken without AI. And then, it's comparing apples to ora…

  2. comment
    Comment #47039107

    It's not possible to tell if you're 10x faster, or even faster at all, over any non-trivial amount of time. When not using a coding agent, you make different decisions and get the …

  3. comment
    Comment #45103801

    For everyone complaining about the issues with app shortcuts when using Dvorak, the solution is to use a keymap that switches to QWERTY when you hold down the CTRL or CMD key. It i…

  4. comment
  5. comment
    Comment #42465404

    This looks pretty cool, but from the page I can't tell if there's any interactivity supported...there's a button example but it seems to have no click handler? Okay, from the examp…

  6. comment
    Comment #41629511

    Okay, I see what you mean now.

  7. comment
    Comment #41629365

    Why were lamplighters better off in the long run, is "lamplighter" a term that means more than just somebody who goes around lighting the streetlamps at night? Honestly that seems …

  8. comment
    Comment #41122225

    They have no leverage against Apple, so I'm not sure what options they have. They can drop off the service and lose all revenue, while affecting no positive change. Other strugglin…

  9. comment
    Comment #39505779

    I might be missing your point, but I'm not sure abolishing copyright would make much of a difference, in terms of increasing the number of people who can professionally make media.…

  10. comment
    Comment #37620528

    I like the message, but I feel like the article doesn't support the headline. Instead, it seems to be saying that you should make something that you are passionate about, and in re…

  11. comment
    Comment #35310716

    Post-mortem from after the stream today: https://devlogs.fun/projects/127-8bitbrain/log

  12. story
    Show HN: ChatGPT Twitch streamer plays a text adventure

    I thought it would be fun to have a fully AI twitch streamer that could interact with chat while playing a game. Since Colossal Cave Adventure is simple to parse on the console, I …

  13. comment
    Comment #35113936

    That's true, but it works with smaller pieces of code already. You can paste a function into ChatGPT and it will attempt to explain how the code works. Maybe there are enough exist…

  14. comment
    Comment #35113066

    Thanks for the links, I'll take a look at this and see if it's something I could reasonably achieve.

  15. comment
    Comment #35111936

    I see, that's what I was worried about. It would be really helpful if it could answer high-level questions about a big confusing codebase, but maybe it's not just a matter of showi…

  16. comment
    Comment #35111850

    That looks promising! But I think it only works on small snippets of code and doesn't have an overview of the whole codebase...still, maybe it's coming down the line as they improv…

  17. comment
    Comment #35111819

    Yeah, and this is pretty useful for small bits of code, but what I want is a way to ask questions about large projects. It would be nice to ask something like "which classes are re…

  18. comment
    Comment #35111694

    Does anyone know if there's a way to use this technology to help understand a large codebase? I want a way to ask questions about how a big unfamiliar codebase works. It seems like…