Live data from Hacker News

Viewing profile — markhenderson

markhenderson

HN member
Joined
Tue, Jan 22, 2013, 3:53 PM UTC
HN karma
214
Public activity
119 items

About markhenderson

https://twitter.com/aphelionz

Recent public activity

  1. comment
    Comment #39927593

    Another similar artist that's still alive is Jon Sarkin [1] He has made over 10,000 pieces of outsider art usually drawn on the back of vinyl album covers. He has an archive of wor…

  2. comment
    Comment #39221200

    AllSpice | https://allspice.io/ | Boston, MA | Full time | Remote/Onsite | Sr. - Principal| golang, Vuejs At AllSpice, we're building the future of hardware development and collabo…

  3. comment
    Comment #38491804

    AllSpice | https://allspice.io/ | Boston, MA | Full time | Remote/Onsite | Sr. - Principal| golang, Vuejs At AllSpice, we're building the future of hardware development and collabo…

  4. story
  5. story
  6. story
  7. comment
    Comment #32372891

    Terry A. Davis vibes?

  8. comment
    Comment #30518129

    Equilibrium | Multiple roles, see below | Globally distributed, REMOTE | Full-time https://equilibrium.co is a venture studio and services company that develops Web3 infrastructure…

  9. comment
    Comment #29405079

    Equilibrium | Multiple roles, see below | Globally distributed, REMOTE | Full-time https://equilibrium.co is a venture studio and services company that develops Web3 infrastructure…

  10. story
  11. comment
    Comment #26311598

    There's definitely interest. Berty has a Go implementation and the idea of a Rust implementation gets tossed around every season. Can Webassembly read IndexedDB yet?

  12. comment
    Comment #26311419

    Swarm persistence is hard, if not close to impossible. Better that multiple parties pin the data than just one though. It's a step in the right direction.

  13. comment
    Comment #26311406

    OrbitDB doesn't rely on a blockchain at all

  14. comment
    Comment #26311403

    It's not dead, just in a bit of a lull due to funding, which is hopefully coming soon. We have a very active Gitter and OpenCollective. Source: I'm one of the core maintainers

  15. comment
    Comment #25281695

    https://equilibrium.co | Multiple Positions | REMOTE | Full/Part/Freelance Equilibrium is a worldwide distributed team dedicated to building and maintaining the distributed web. We…

  16. story
  17. comment
    Comment #24187047

    https://equilibrium.co is hiring REMOTE Rust programmers to help build the distributed web. Looking for one Senior and one "medium" level folks. 1. https://www.notion.so/Hiring-Rus…

  18. comment
    Comment #23058963

    Also, speaking of Rust - we'd love more contributors over at https://github.com/ipfs-rust/rust-ipfs/ .

  19. comment
    Comment #23058955

    Hey cryptoquick, I remember you from a while back. I'm https://twitter.com/aphelionz , one of the maintainers. Nice to see you :) You're not wrong about the memory usage. We decide…

  20. comment
    Comment #22921044

    Can you elaborate?

  21. comment
    Comment #22920861

    Well, I imagine you'll be happy to know that some of us have begun IPFS implementation in Rust: https://github.com/ipfs-rust/rust-ipfs

  22. comment
    Comment #22920842

    Ah, sorry, yes I stepped on a rake and whacked myself in the face here. What I meant, since LWW is nomenclature for an alternative to CRDTs, is that the last writer by _logical clo…

  23. comment
    Comment #22920578

    There ya go!

  24. comment
    Comment #22920533

    This is an open problem. It might be surprising to find out that it's quite difficult. CRDTs usually work as last-write-wins, meaning that if you have a key-value store, the last u…

  25. comment
    Comment #22920458

    tl;dr: You use this any time you want to have mutable data shared across a peer-to-peer network. I wasn't there at the beginning but I believe the project came out of trying to ach…