Live data from Hacker News

Viewing profile — pierrekin

pierrekin

HN member
Joined
Mon, Oct 16, 2023, 7:02 PM UTC
HN karma
341
Public activity
40 items

About pierrekin

No profile information was provided.

Recent public activity

  1. comment
    Comment #48046228

    Thanks for posting this, it has made me reflect. I think that’s a fair point.

  2. comment
    Comment #48002678

    No, but close. Someone like that built the infrastructure tooling to do deep research, wrote up their process doing that, and then did what you said after, which I consider to be d…

  3. comment
    Comment #47999333

    Yes, it was created by a cool called Sourcery. Sourcery Show HN: https://news.ycombinator.com/item?id=47996426 The project is currently private, I'd love to have access to its sour…

  4. comment
    Comment #47991113

    I get one a week minimum, hundreds per year. I don’t follow up often enough to know whether they are real and separate etc though.

  5. comment
    Comment #47916236

    I’m not sure what you mean? I have goals that I want to achieve; lil ai buddy comes along and helps me, over time buddy becomes better able to help me do stuff. What do you mean ro…

  6. comment
    Comment #47913258

    Anecdote: As a hapless junior engineer I once did something extremely similar. I ran a declarative coding tool on a resource that I thought would be a PATCH but ended up being a PU…

  7. comment
  8. comment
    Comment #47913164

    I would argue that “Why did you do that?” between humans is usually a social thing not a literal request for information. What the asker wants is evidence that you share their mode…

  9. comment
    Comment #47913108

    This is something I really hope can be solved. I long for a “copilot” that can learn from me continuously such that it actually helps if I teach it what I like somehow.

  10. comment
    Comment #47913087

    I agree that the model can help troubleshoot and debug itself. I argue that the model has no access to its thoughts at the time. Split brain experiments notwithstanding I believe t…

  11. comment
    Comment #47913018

    I suspect we are not describing the same thing. When a human asks another human “why did you do X?”, the other human can of course attempt to recall the literal thoughts they had w…

  12. comment
    Comment #47911720

    There is something darkly comical about using an LLM to write up your “a coding agent deleted our production database” Twitter post. On another note, I consider users asking a codi…

  13. comment
    Comment #47821885

    Thanks for writing this comment, I think seeing someone’s “first impressions” and then seeing someone else’s response to those thoughts is more interesting and feels more connected…

  14. comment
    Comment #47821865

    I think it may be that we agree but because the expression “vibe code” has many meanings it’s hard to tell. I would absolutely still bring a coding agent with me for a project like…

  15. comment
    Comment #47821834

    This fan out approach plus something like Kafka consumer groups is often a better approach to getting workers to take from the same pool anyways, because you can do key based parti…

  16. comment
    Comment #47821817

    I think there are two kinds of partition based approach which may cause some confusion if lumped together in this kind of comparison. Insert and delete with old partition drop vs i…

  17. comment
    Comment #47821786

    Yes you can, and at the risk of sounding a little snarky; if you do something like that and then release it as open source, people may even discuss it on HN!

  18. comment
    Comment #47819988

    In Postgres land bloat refers to dead tuples that are left in place during certain operations and need to be vacuumed later. It’s challenging to write a queue that doesn’t create b…

  19. comment
    Comment #47768141

    Yes what you’re describing is literally the thing GitHub has built but instead of having to make a bunch of compromises, there is dedicated UI and product metaphor for it. Some exa…

  20. comment
    Comment #47768102

    Then you lose the ability to merge the portion of work which has been agreed to, until the whole change overall has been agreed to.

  21. comment
    Comment #47768080

    No, each PR is based on the previous one, so the reviewer only needs to consider the ideas that are new in each PR one at a time.

  22. comment
    Comment #47758878

    The teams that I have worked with still apply the philosophy you’re describing, but they consider PRs to be the “commit”, i.e. the smallest thing that is sane to apoly individually…

  23. comment
    Comment #47758825

    We use this feature extensively at $dayjob. Imagine you have some task you are working on, and you wish to share your progress with people in bite sized chunks that they can review…

  24. comment
    Comment #47022110

    I think the harsh truth in this case is that this person has qualities of their personality and their habits that make them incompatible with a conventional job.

  25. comment
    Comment #47022102

    In my society, absolutely, possibly literally more than a hundred people. Where in the world is the answer no? Maybe if you’ve freshly immigrated to a new country or something? Tha…