Viewing profile — hem777
hem777
HN member- Joined
- Mon, Dec 05, 2022, 5:20 PM UTC
- HN karma
- 60
- Public activity
- 56 items
- HN profile
- View on Hacker News ↗
About hem777
No profile information was provided.
Recent public activity
- story
-
comment
Comment #48353842
The alternative is not have that one choke point that can be hammered. Decentralize.
-
comment
Comment #44054536
It wasn’t really that we wanted to have a CRDT per se, but as it was implemented on top of an op-based append-only log CRDT, it turned out to hold those properties, which makes it …
-
comment
Comment #44054323
Agreed, the undoing and replying isn’t exactly non-fancy. Peristent B+Tree is also not very non-fancy.
-
comment
Comment #44054275
Cool to see a write up on this! Discovered the same method years ago and also wondered why it doesn’t show up in academic literature. I implemented this in a decentralized context …
-
comment
Comment #43820703
Not if 1 million people install and monitor them instead of 100 people.
-
comment
Comment #42819249
There’s also OrbitDB https://github.com/orbitdb/orbitdb which to my understanding has been a pioneer for p2p logs, databases and CRDTs.
-
comment
Comment #42180561
Number two is calling for nukes, anywhere by anybody. Nobody else brings that to the conversation.
-
comment
Comment #39860996
My non-techie brother has been staking his 1 ETH he bought couple of years ago and has earned today, in his words, “slightly more than from my insurance savings account in the past…
-
comment
Comment #37939154
One way to do authorization is to sign each operation/message and then verify the signature to match a public key in an access control list. This also enables CRDTs to work in a pe…
-
comment
Comment #36214440
Great analogy! Well done.
-
comment
Comment #35716931
Are you or your people being, or have been, slaughtered by a fascist, barbaric military? If yes, I’m sorry and I understand your position. If not, gtfo.
-
comment
Comment #35611008
Maybe? Depends on the rest of the software you’d be developing and what features and abstractions you’d need. The point was that “just use redis” is a poor and incorrect advice.
-
comment
Comment #35610648
Can you run Redis in browser? You can’t. Is an in-process, in-memory database faster than making a query over network? Yes it is.
-
comment
Comment #35580610
*and if you don’t want to sign up for DDNS :)
-
comment
Comment #35580378
Accessing a “home computer” behind a NAT you don’t control or has a dynamic IP, eg. computers/devices that only have mobile connection and many (most?) broadband home connections.
-
comment
Comment #35501371
> there are lww registers and multi-value registers Use a single value register then in place where I said “register”. > partition means that different subsets of nodes in a single…
-
comment
Comment #35500042
> there was a period of time where i observed v as blue, right? that observation was invalid. Not invalid. The observation was correct at that time and place, meaning, in the parti…
-
comment
Comment #35423087
> Its joining NATO only makes NATO less secure as a whole, rather than strenghtening it. Why is that?
-
comment
Comment #35408618
> that's not true in general Can you elaborate what do you mean by this? I was arguing that it’s possible as the original argument was “this is not possible in a real system and is…
-
comment
Comment #35408236
> "correct primitives" do not by themselves provide a linear order of events Review the description of Lamport Causal Clock in the article. Note that it carries “additional info” (…
-
comment
Comment #35407201
We don’t assume “reliable delivery” in AP or eventually consistent systems. We assume “once all messages have been delivered…” So if you have all messages and the two properties ab…
-
comment
Comment #35407025
> "having the instances always process [ops] in the same order" is basically not possible in any real-world network By having 1) causal order (eg. using what the article refers to …
-
comment
Comment #35149265
> The fact that I have not met a single knowledgable person who managed to convince me that NFTs are a good technology that solves problems that need solving in elegant ways doesn'…
-
comment
Comment #35057557
I think this is true if the system is global or there’s model where Sybil resistance is “here everyone, have an access to write to the database”. In a system like HN there’s value …