fergazen
- Karma
- 8
- Created
- May 22, 2017 (9y ago)
- Submissions
- 0
Note to Self. Do not use this account!!!
because HackerNews admin banned it for having the audacity to get into an argument with someone. Use VPN account they can't censor.
because HackerNews admin banned it for having the audacity to get into an argument with someone. Use VPN account they can't censor.
Oh I forgot. Asshat hackernews admins banned this account because I got into a disagreement withsomeone. What a bunch of snowflakes. use VPN account from now on and incognito mode, to distrupt their censorship…
These are not "Rules of Programming", but are excellent "Guidelines for Performance". Having 30yrs under my belt I have come to all the same conclusions as Rob Pike over my years, so these are very deserving of some…
It's not "the" blockchain. There's not just one of them. Putting the word "the" in front is like saying "The Database". Let's all learn how "The Database" works. Silly right? We say "The Internet" because there is…
That motherboard site was so bloated with ADs and other nonsense that I couldn't even get it to scroll. And I have a pretty fast machine. Amazing how unusable the web is becoming.
And I'll just be using a VPN from now on, also, because I'm tired of you banning me every time some dickhead tries to start something that I end up finishing for them.
The Anders video (below) shows an example blockchain implementation where each node payload is only plain text. https://anders.com/blockchain/ The idea that each hashed payload need be a Merkle tree was just a typo by…
In every post i've made it has been crystal clear I'm referring to "blockchain the data-structure"... The "consensus component" is an algorithm for detecting if one blockchain disagrees with other blockchains, and…
A very literal reading of the Merkle sentence on wikipedia could conclude that it's stating each block of a blockchain must contain a valid Merkle tree, and so technically that sentence on the Wiki is incorrect;…
I just wonder what goes on in your mind when you try to ponder the phrase "simplest possible blockchain"...because you don't think there's a specific single characteristic of a "blockchain", but there actually is.…
The simplest implementation of a blockchain would be about 100 lines of Java code (assuming simple CRC hash). It's a linked list where each node rehashes not only that node's data but also the hash from the prior node.…
The Wikipedia article on blockchain has this sentence: "From the technical point of view a blockchain is a hashchain inside another hashchain", and that sums it up. The actual blockchain algorithm itself is as simple as…
Merkel WAS a genuine innovation, and it DOES collapse into plain blockchain if all 'nodes' on a given tree have one child, because in this case the directed graph (tree) is a linked list. If the key innovation in both…
I'm no lawyer, but they really need to outlaw patents on 'general purpose' technologies. Adam Carolla famously got sued for owning a podcast company, when someone claimed to have a patent on the entire concept of…
Very interesting, thanks. I had never heard of Merkle Tree. Since a linked list is merely a special case of a 'tree structure' (i.e. one where there is always only one child), we can consider Merkle to be the true…
Back in 2008 I invented an algorithm for tree structures where the definition of the hash of any node, was "the hash of hashes of all its immediate children". I had invented a way to do 'tree node comparisons' where any…
wow. That Anders video is definitely the best description/explanation of blockchain I've ever seen.
Interesting standard. I'm also working on an app that you would categorize as an open source social media platform: SubNode -> http://sbnode.com
sounds cool. Yeah in that case i'd much rather use your bracket than my fanny pack!
I would be afraid to have my garage able to be gotten into by anyone who happens to know where I live and has a screwdriver. But from a technical standpoint, I'm impressed with what you did, and as a mechanical engineer…
Yeah, when there is something interesting (like a wreck) on the side of the road don't take your foot off the gas and slow down slightly to look. If each person only slows down 1/100th of a MPH to look, then in a few…
One other solution is that whoever it was in hollywood that first declared fanny packs to be 'uncool' needs to be 'drawn and quartered'. My little tiny remote is easy to access while i'm on my bike thanks to this…
Wikipedia was a technology that was at one point capable of becoming a competitor, but the found their niche and stayed there. I am working on an app (sbnode.com) that I hope WILL become a facebook + twitter killer some…
I've developed a sort of 'core technology' that can be used to build out what can hopefully become another option in the social media arena. It's open source. It's supports a fully threaded 'tree' of content, rather…