7 ms·
Its the same as all the "we are a blockchain company" startups that popped up looking for a problem to solve with their tech rather than the right way round. H
by cooperx 2y ago
Its the same as all the "we are a blockchain company" startups that popped up looking for a problem to solve with their tech rather than the right way round.
However, a lot of those got a bunch of investment or made some decent money in the short term. Very few are still around. We will see the same pattern here.
- javiramos 2y agoI had already forgotten about the blockchain
- _heimdall 2y agogit still works pretty well, I just wouldn't try to use it as a bank account.
- sham1 2y agoWell, Git's also not a blockchain at least in the way commonly meant by the term. But yeah, it'd be a pretty bad bank account (and an even worse way of doing money transfers.)
- lagniappe 2y agoGit is by the literal definition a blockchain.
- turkey99 2y agoSeems a bit of a stretch. Git is not linear, and there’s no consensus mechanisms
- _heimdall 2y agogit is linear, if multiple users have a different main branch history you have a problem. Pull requests in github is actually very similar conceptually to a consensus mechanism used in crypto currencies. Everyone has an identical copy of the main branch with an identical history of every commit in order, a PR is saying "I think this commit goes next" and, if you use code reviews, the PR approval is consensus.
- bugbuddy 2y agoThis is the most unhinged thing I have ever read about git ever. Please share whatever you are hitting. Have you ever seen a git graph? Does this look linear? https://tortoisegit.org/docs/tortoisegit/images/RevisionGraph.png https://tortoisegit.org/docs/tortoisegit/images/RevisionGrap...
- _heimdall 2y agoHave you considered that the single source of truth, the chain that has consensus in the blockchain terminology, is the main/primary branch? All secondary branches are works in progress that may be proposed as new commits to main. Sticking with the blockchain comparison, every side branch in got is akin to potential blocks that miners are working on.
- bugbuddy 2y agoWell, that’s it. I am done with this site.
- _heimdall 2y agoHah, sounds good. I still don't get your argument here, I would be curious to hear more. My point is that git is a data store involving a genesis block (initial commit), blocks of changes/diff's, tracked in sequential order, and with a form of consensus (code reviews and merges to primary). What is missing that makes it not a blockchain? And my caveat here, I can't stand arguments for cryptocurrencies and have never purchased any. Blockchain as a concept is fine, and git is a blockchain as best I can tell.
- lagniappe 2y agoLet it go
- _heimdall 2y agoNo idea why this got down voted. git is very much a blockchain - sequential list of changes to a data source (commits) - single, shared history of changes (main branch) - users creating potential next change(s) to be added to the history (side branches and forks) - consensus mechanism for new change blocks (merge requests and code reviews or approvals) What's missing?
- hitsurume 2y agoReceiving a coin / token everytime someone gets their branch merged? This is a joke btw, please don't make a gitcoin YC....
- freemoney99 2y agogit blockchains are famous for being easy to fork (-;
- throwawaycar 2y ago[dead]