Live data from Hacker News

Viewing profile — zenhack

zenhack

HN member
Joined
Tue, Jun 20, 2017, 4:01 PM UTC
HN karma
684
Public activity
230 items

About zenhack

[ my public key: https://keybase.io/isd; my proof: https://keybase.io/isd/sigs/sp25K1JliIwzg06OIG9xoMjX6G7YxK3taKIPr-hp2MI ]

Recent public activity

  1. comment
    Comment #36201779

    I suppose that depends on what your skill set is. At some point the project would greatly benefit from some attention from a UI/UX specialist -- I'm doing my best, but it's not wha…

  2. comment
    Comment #36193132

    Is! We're not dead yet! (see my other comment https://news.ycombinator.com/item?id=36193093 ). I don't think app packaging could be said to be the achilles heel -- how much work it…

  3. comment
    Comment #36193093

    The biggest change lately is probably: https://zenhack.net/2023/01/06/introducing-tempest.html But yeah, Sandstorm has been in a state of "not dead but not moving fast" basically s…

  4. comment
    Comment #36193061

    Have a look at the packaging tutorial: https://docs.sandstorm.io/en/latest/vagrant-spk/packaging-tu...

  5. comment
    Comment #26669085

    The networked actor-model bit & CapTP goes back to E originally[1]. The other contemporary real-world protocol based on this design is capnproto rpc[2], which has implementations i…

  6. comment
    Comment #23959516

    > Replacing pointer arithmetic where it's needed with array indexing stands out the most but there's other issues. What situations do you run into where array indexing is not an ac…

  7. comment
    Comment #23936718

    There's an opportunity cost. There has to have been a better use of that person's time than taking a tool designed to say yes to repetitive "are you sure?" prompts, and get it to k…

  8. comment
    Comment #23936345

    > Of course, there's a very conscious tradeoff being made here. In rust, "cargo build" allows arbitrary execution of code for any dependency (trivially via build.rs), while in go, …

  9. comment
    Comment #23934794

    The trouble is that this assumes pre-determined quantity of work. The reality I've seen most in places is that there's no end of stuff to do. The work is never "done." What there i…

  10. comment
    Comment #23933449

    I think grep is a compelling example of when it makes sense to do the extra work here. But I'm more dubious of the idea that carefully optimising yes was a good use of engineering …

  11. comment
    Comment #23923960

    It's always amazing to me how much performance work the basic gnu tools have seen in general. Grep makes some sense, but even yes(1) is fairly carefully tuned; in some cases it act…

  12. comment
    Comment #23919430

    The package they passed in March was $2 trillion. That's _five orders of magnitude_ difference.

  13. comment
    Comment #23914713

    $75M is rounding error compared to anything being discussed in the vicinity of the pandemic; I wouldn't really expect it to enter into the conversation.

  14. comment
    Comment #23914584

    Obligatory: https://idlewords.com/talks/website_obesity.htm (Given your numbers and the ones in the talk, it would appear medium pages have doubled in size since the talk was given…

  15. comment
    Comment #23877247

    Can't speak for the OP, but for myself: I am not qualified to evaluate the evidence in this case; I just don't have the biology background. But sometimes when you get some out-ther…

  16. comment
    Comment #23867723

    My best guess is it's some function of the popularity. The three that my profile shows are - capnproto/capnproto - sandstorm-io/sandstorm - erlang/otp (I don't remember the order).…

  17. comment
    Comment #23828449

    PyPI's architecture isn't meaningfully different than npm's. Npm has seen more high profile incidents because: 1. Packages tend to be smaller, and the transitive dependency trees o…

  18. comment
    Comment #23825378

    The word "founder" just means "person who started a thing." The use as a synonym for entrepreneur is something I basically haven't seen anywhere outside of very business-focused co…

  19. comment
    Comment #23815961

    I'm really glad somebody decided to write this up in a more informal way; I remember being interested in pijul back when that paper was basically the closest thing the tool had to …

  20. comment
    Comment #23813165

    Related, capnproto has a corresponding feature (which it calls unions), but being a dsl for defining _protocols_, you obviously have to deal with the possibility of introducing new…

  21. comment
    Comment #23807215

    Star-wars is kindof an exceptional case. The original was the highest grossing film of all time when it was released. Return of the Jedi came out years before I was born but the to…

  22. comment
    Comment #23806258

    Fwiw, my usual work flow involves 2 remotes, one for the project's mainline repo and one for my fork.

  23. comment
    Comment #23802888

    I don't have any great insight that's not in the public record, but from reading that announcement and the other article you linked, observations: - There are a bunch of references…

  24. comment
    Comment #23802711

    I think you're right that most folks don't have as detailed a definition in mind as the fairly verbose open source definition. But I think most folks have in mind something more pe…

  25. comment
    Comment #23799232

    I assume aweinstock was referring to the first link you posted: https://hackage.haskell.org/package/dynamic Which is an entirely different package, and the relevant types are entir…