Live data from Hacker News

Viewing profile — dkubb

dkubb

HN member
Joined
Sun, Oct 05, 2008, 6:48 AM UTC
HN karma
248
Public activity
118 items

About dkubb

[ my public key: https://keybase.io/dkubb; my proof: https://keybase.io/dkubb/sigs/P5udUk8VoZ-_LyYIqACQCyTChOclMycY4WNNBK4MBB8 ]

Recent public activity

  1. comment
    Comment #47391097

    The emdash and ellipsis used to be my bread and butter. I just hope the LLMs don’t come for parenthesis for aside comments.

  2. comment
    Comment #46797924

    You could probably combat this somewhat with a skill that references to examples of the code you don't want and the code you do. And then each time you tell it to correct the code …

  3. comment
    Comment #46111417

    I can totally understand where you are coming from with this comment. It does feel a bit frustrating that people are rediscovering things that were written in books 30/40/50 years …

  4. comment
    Comment #45937995

    I think that might be the key here. All those small micro decisions, discussions, and dead ends can be recorded and captured by the AI. If you do something that doesn’t make sense …

  5. comment
    Comment #45153402

    The three most common things I think about when coding are DAGs, State Machines and parsing. The latter two come up all the time in regexps which I probably write at least once a d…

  6. comment
    Comment #44445260

    A lot of the time they are selling themselves as influencers on the subject. It’s often a way to get views or attention that they can use in the future.

  7. comment
    Comment #44212648

    I love having generated code in the same repo as the generator because with every commit I can regenerate the code and compare it to make sure it stays in sync. Then it forms somet…

  8. comment
    Comment #44109359

    I wonder if the more we use LLMs the more our written patterns will begin to match them. Those of us who work with them the most are likely to be affected earliest.

  9. comment
    Comment #43666942

    I don’t know too much about about the TS ecosystem but do these new systems you talk about do it via a “Smart Constructor”? That is the pattern I typically use to solve this proble…

  10. comment
    Comment #39568425

    I once found a confirmed bug in SQLite one time, and it’s the highlight of all my OSS bug reports. Interestingly enough I found it while fuzz testing a query builder and cross test…

  11. comment
    Comment #39493242

    Has anyone ever implemented a schema where you define a view to return the latest instance of each resource, and it maps INSERT, UPDATE and DELETE to an append only table underneat…

  12. comment
    Comment #38309021

    Its usually leadership who are the problem if a whole department is failing. If they started firing from the top down they'd eventually reach competent people who stayed with the d…

  13. comment
    Comment #38174066

    I think the point the GP message is making is that, prior to review/merge you extract atomic commits from your WIP that tell a clear, concise story of how the change was made. The …

  14. comment
    Comment #37807238

    This might be a dumb question, but is it possible to take something like WASM and make it run on HVM?

  15. comment
    Comment #37757116

    I mentally change schema to namespace when thinking about the postgresql feature.

  16. comment
    Comment #37741298

    If it helps anyone, at work, I open sourced the UUID v7 postgresql function that I wrote: https://github.com/Betterment/postgresql-uuid-generate-v7 We've seen some amazing benefits…

  17. comment
    Comment #33986376

    > billionaires tend to get more hate because they simply have more negative impact Not just billionaires, the specific type of billionaire that seeks out fame. There are plenty of …

  18. comment
    Comment #30222892

    Also, why don't they share the lists with each other? They don't need government help to do this. If there are privacy issues then they could just share a list of hashes and if som…

  19. comment
    Comment #29681351

    Reading this code I can't help but try to evaluate it in my head. Question: is there a bug for the assignment of party_not_at_fault? Would you want party2 to be selected if the con…

  20. comment
    Comment #29356547

    This is where you'd choose the .gif version hoping it was interlaced.

  21. comment
    Comment #27729996

    My current team does it, and it is so enjoyable. We practice atomic commits that change only one thing, and in one way. We separate Fix, Refactor, Change, Add, Move and Remove comm…

  22. comment
    Comment #27573022

    Its interesting that Netflix built their systems in a way that assumes the underlying platform is unstable. With Chaos Monkey and other systems they made sure things are resilient …

  23. comment
    Comment #27551037

    I think the next generation of ORMs will be built on top of this approach. Being able to query and receive an entire object graph in a single round trip has changed how we develop …

  24. comment
    Comment #27417575

    Your comment is being downvoted, but IME working at a few startups where the owner went from making 2M to 10M, then 50 and 100M+ a year I rarely saw founders who had a good work/li…

  25. comment
    Comment #26826527

    One idea might be to focus on trying to convert monthly subscribers to yearly. You could offer a subset of monthly subscribers a one-time upgrade to a yearly subscription at a pror…