Live data from Hacker News

Viewing profile — tomhoule

tomhoule

HN member
Joined
Thu, Dec 22, 2016, 8:46 PM UTC
HN karma
29
Public activity
20 items

About tomhoule

No profile information was provided.

Recent public activity

  1. comment
    Comment #44879513

    The main difference is that while you can get Nexus to list all tools, by default the LLM accesses tools by semantic search — Nexus returns only the relevant tools for the what the…

  2. comment
    Comment #44878670

    Yeah they definitely belong in the same space. Nexus is an LLM Gateway, but early on, the focus has been on MCP: aggregation, authentication, and a smart approach to tool selection…

  3. story
  4. story
  5. story
  6. story
  7. comment
    Comment #38641630

    In my experience with Copilot, the only good thing I can say about it is that it sometimes saves time spent typing.

  8. comment
    Comment #30055403

    NixOS for everything. It's the Linux distro I've had the best experience with in ~15 years of daily usage.

  9. comment
    Comment #26895230

    It makes a lot of sense. I have a fair amount of Rails experience with ActiveRecord, and it was also my impression that the database schema drifting in development is rarely a prob…

  10. comment
    Comment #26891955

    As of now there is no strong opinionation in the tool — you could absolutely maintain a set of down migrations to recover from bad deployments next to your regular migrations, and …

  11. comment
    Comment #26891532

    Yep we looked at Django ORM as an inspiration. I unfortunately don't have the bandwidth right now to write a lengthy thoughtful response, but quickly on a few points: - The replayi…

  12. comment
    Comment #26891344

    No question that there are cases where down migrations are a solution that works. In my experience though, these cases are more limited than you might think. There are a lot of pre…

  13. comment
    Comment #26890202

    I can clarify one point, relative to migration rollbacks. We indeed chose not to implement down migrations as they are in most other migration tools. Down migrations are useful in …

  14. comment
    Comment #26487188

    Ooh it's interesting you mention David Spivak's work, I got interested into it recently. Some of these ideas are being commercialized by https://conexus.com/ (he's a co-founder). Y…

  15. comment
    Comment #26483854

    (prisma migrate team member here) The development flow in migrate (the `migrate dev`) command is quite pedantic: it will check things like migrations missing from your migrations f…

  16. comment
    Comment #25989728

    I can't claim to know the details, but my understanding is that the interaction of linear typing with dependent types is an open research problem (see the quantitative type theory …

  17. comment
    Comment #25988700

    I am really enjoying lean 3 as a theorem prover; lean 4 as a programming language is a really intriguing/enticing prospect. The "functional but in place" paradigm is something quit…

  18. story
  19. comment
    Comment #23966991

    Thanks for clarifying that the plan is to stop relying on it :) Is there a specific place/issue/ticket to discuss this? If time allows, I would be interested in helping out.

  20. comment
    Comment #23966150

    I checked recently, and the Rust implementation of arrow — parquet as well — is sadly still not usable on projects using a stable version of the compiler because it relies on speci…