Live data from Hacker News

Viewing profile — dsiegel2275

dsiegel2275

HN member
Joined
Wed, Dec 03, 2014, 12:57 PM UTC
HN karma
1,067
Public activity
199 items

About dsiegel2275

No profile information was provided.

Recent public activity

  1. comment
    Comment #49108303

    I see the opposite pattern here (Pittsburgh, PA). The homes with trampolines that I have seen end up being a magnet for the neighborhood kids and become a social scene of sorts. Wh…

  2. comment
    Comment #48106630

    10-100x faster? Maybe for strictly IO bound applications - but if you are building a web app you won't see that performance as network latency dominates.

  3. comment
    Comment #47954902

    I don't understand the point of writing and sharing this. Don't want to use a service anymore? Fine, stop using it and move to something else. But why publish something that you kn…

  4. comment
    Comment #47953912

    Take me with you, please.

  5. comment
    Comment #47953804

    Both of these can be true. And I'm sorry to nitpick - but "People who rely on AI are the ones who will be left behind" is NOT the opposite of "People who don't use AI will be left …

  6. comment
    Comment #47787857

    I had used Anki for a few years but recently migrated all my cards out of it and into a custom app I built just a few months ago. It is as an Elixir/Phoenix app with a simple UI bu…

  7. comment
    Comment #47784422

    I have it installed on an extra macbook pro that I had available. I'm really only using it at the moment for one use case: Nightly, I have OpenClaw pull the latest changes from a p…

  8. comment
    Comment #47441414

    Also blocks magnets.

  9. comment
    Comment #47291729

    This might just be the single most worthless, non-sensical post that I've read in my twelve years of using HN. Congratulations.

  10. comment
    Comment #47081907

    Besides the setting of the sewers, the timer is really the ONLY aspect of the original game that I remember!

  11. comment
    Comment #47079302

    Very nice and I just did the exact same thing recently! When I was in first or second grade (circa 1982) our family got a TRS-80 Model 3 and I started learning BASIC on it. I built…

  12. comment
    Comment #47036688

    Lost me at "React is a Framework" assertion. The key difference between a "framework" and a "library" is the inversion of control that exists in a framework. React is a library - y…

  13. comment
    Comment #46966349

    Wow this hits home - I just turned 51 and I also started coding at age 7, writing BASIC on a TRS-80 Model III. I still have a very distinct memory when my father told me he was buy…

  14. comment
    Comment #46930091

    This is a strange take. So just because we now have "automated programming" agents, every project should eschew the use of a known, tested set of libraries or an entire framework a…

  15. comment
    Comment #46860824

    Good luck.

  16. comment
    Comment #46254164

    This is great that Codex CLI is adding skills - but it would be far more useful if the CLI looked first in the project (the directory where I've launched codex) `.codex/skills` dir…

  17. comment
    Comment #45607234

    I've been developing full-time in Elixir / Phoenix for the last 6 years. I can assure you, momentum in the ecosystem has not slowed at all since the language was declared to be "fe…

  18. comment
    Comment #45450077

    Tough question. Honestly I'll have to think about it a bit. I'll post a follow up comment shortly.

  19. comment
    Comment #45345333

    Wow, I didn't realize at first this is Edward Packard - of the "Choose Your Own Adventure" book series fame. CYOA were the first real series of books that I got into and devoured, …

  20. comment
    Comment #45260917

    It isn't quite the same. The Claude Code action can be easily integrated into a workflow to fire automatically (like when a PR is opened). The Codex support at the moment requires …

  21. comment
    Comment #45231972

    So I have all kinds of problems with this post. First, the assertion that the best model of "AI coding" is that it is a compiler. Compilers deterministically map a formal language …

  22. comment
    Comment #45160582

    Why would "not using embeddings" be a selling point? Some of the most effective IR systems use embeddings (bi-encoders, cross-encoders)

  23. comment
    Comment #45157426

    I'm only three weeks into using Claude Code but I'm now seeing impressive results using a structured, "role" or "persona" based approach in a large (500K+ SLOC) Elixir / Phoenix co…

  24. comment
    Comment #44998684

    Agreed. I only started using Claude Code about a week and a half ago and I'm blown away by how productive I can be with it.

  25. comment
    Comment #44979476

    They are about to land in this PR: https://github.com/Simon-Initiative/oli-torus/pull/5811