Viewing profile — markhenderson
markhenderson
HN member- Joined
- Tue, Jan 22, 2013, 3:53 PM UTC
- HN karma
- 214
- Public activity
- 119 items
- HN profile
- View on Hacker News ↗
About markhenderson
Recent public activity
-
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…
-
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…
-
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…
- story
- story
- story
-
comment
Comment #32372891
Terry A. Davis vibes?
-
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…
-
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…
- story
-
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?
-
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.
-
comment
Comment #26311406
OrbitDB doesn't rely on a blockchain at all
-
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
-
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…
- story
-
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…
-
comment
Comment #23058963
Also, speaking of Rust - we'd love more contributors over at https://github.com/ipfs-rust/rust-ipfs/ .
-
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…
-
comment
Comment #22921044
Can you elaborate?
-
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
-
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…
-
comment
Comment #22920578
There ya go!
-
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…
-
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…