Live data from Hacker News

Viewing profile — stuhood

stuhood

HN member
Joined
Tue, Jul 07, 2009, 3:22 AM UTC
HN karma
287
Public activity
150 items

About stuhood

No profile information was provided.

Recent public activity

  1. comment
    Comment #49149983

    Co-partitioning of range-partitioned data is now supported on `main` too: see https://github.com/apache/datafusion/issues/23183 and the epic https://github.com/apache/datafusion/is…

  2. comment
    Comment #46275807

    Yes, thank you for your hard work! We rebased recently, and we'll likely talk about those improvements as part of our `0.21.x` release.

  3. comment
    Comment #44896104

    An interesting exercise would be to compare this with the (confusingly similarly named) `fsst` string compression strategy: https://github.com/cwida/fsst

  4. comment
    Comment #44643070

    Thanks for the questions! After reading I don’t get how locks held in memory affect WAL shipping. WAL reader reads it in a single thread, updates in-memory data structures periodic…

  5. comment
    Comment #43636937

    Thanks for reporting this! I'm having trouble finding the link you are referring to though. Would you mind sharing a link to the file/page containing the dead link?

  6. comment
    Comment #43150114

    I think that `inverting` also subsumes async functions/values, which is pretty neat! In the case where asynchrony was actually necessary, it seems like a great alternative to funct…

  7. comment
    Comment #42718723

    They support lockfiles and tools like `audit`, yes. But they do not support having multiple versions of a dependency. Tools based on loading libraries from a *PATH (Go, Python, JVM…

  8. comment
    Comment #42717474

    Yes. AFAIK, it evolved over time across 3+ package managers (`npm`, `yarn`, `pnpm`, etc), but the current state of that ecosystem is similar (including the behavior of dependabot).…

  9. comment
    Comment #42716686

    When it comes to understanding the risks involved with having this many dependencies, one thing that folks might not understand is that Rust's support for dependency resolution and…

  10. comment
    Comment #42660085

    Every method in Reboot has a type: reader, writer, transaction, or workflow. Our retry semantics are such that any method can always be retried from the top, but for different reas…

  11. comment
    Comment #42639262

    They are related, for sure. But one of the biggest differences is that operations affecting multiple Reboot states are transactional, unlike Azure's "entity functions". Because mul…

  12. comment
    Comment #42638354

    We have built something that hits on points 1, 3, 5, and 7 at https://reboot.dev/ ... but in a multi-language framework (supporting Python and TypeScript to start). The end result …

  13. comment
    Comment #42155021

    Not anymore: PEX now supports including an interpreter in the package: https://docs.pex-tool.org/scie.html And unfortunately, PyOxidizer went into maintenance mode: https://gregory…

  14. comment
    Comment #38551515

    The fundamental difference between an ECS and a struct/object layout is that an ECS is column-oriented (aka columnar), while a struct/object layout is row-oriented. Everything else…

  15. story
  16. comment
    Comment #33325970

    > I’m more familiar with Bazel. Though I don’t “love it”, I spend plenty of time with it every day. Gazelle like rules for java would be nice. We'd love your feedback on Pants' sup…

  17. story
  18. story
  19. story
  20. story
  21. comment
    Comment #29385935

    For those familiar with sbt's incremental Scala compiler library Zinc: we believe that this strategy allows for 90%* of the benefits of Zinc with regard to incremental builds, but …

  22. story
  23. story
  24. story
  25. story