Live data from Hacker News

Viewing profile — expede

expede

HN member
Joined
Sat, Sep 29, 2018, 9:28 PM UTC
HN karma
22
Public activity
9 items

About expede

No profile information was provided.

Recent public activity

  1. comment
    Comment #47735663

    Then you owe me two beers; I use Opus

  2. comment
    Comment #47735263

    (Author here) it depends on your use case. If you need to incrementally acquire locks, then levels are helpful -- you can't do that with LockSets on their own. A place where this c…

  3. comment
    Comment #47734251

    (Author here). Early in development I did exactly this with a macro. It was confusing when you wanted to refactor the code to change lock orders, harder to make clear error message…

  4. comment
    Comment #47734095

    Author here! This post was human written, LLM proofread, and edited a couple times as folks pointed out broken links and minor errors when it was posted to r/rust a few days ago. A…

  5. comment
    Comment #47303712

    Author of the article here! I've actually come to agree with you since writing that article. I'm actually not a fan of mutexes in general and miss having things like TVars from my …

  6. comment
    Comment #35915859

    An absolute banger of a paper! (Hellerstein is a coauthor, so immediately expected to be good). Definitely some stuff in here that's further out, but a very clear articulation (or …

  7. comment
    Comment #33867403

    > I'm looking out for practical CRDT ideas that works well with richtext. Have you seen Peritext from Ink & Switch? https://www.inkandswitch.com/peritext/ It's relatively new, but …

  8. comment
    Comment #26468497

    CTO of Fission here! > Or do I incorrectly understand "local first"? I believe that the specific term "local-first" comes from Ink & Switch: https://www.inkandswitch.com/local-firs…

  9. comment
    Comment #26468275

    Hey, CTO of Fission here! It depends on what you're trying to do. We actually bootstrap a js-ipfs node directly in the browser, so you always have an IPFS node if your app uses our…