TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Blockchain, with Santa Claus, in shameless MS Paint

50 pointsby anttiviljamiover 8 years ago

11 comments

kangover 8 years ago
Sorry but this comic is neither simple nor accurate.<p>Firstly, recording the account of sahti is the only function of the ledger, which supposedly is a subset of a record of everyone&#x27;s deeds&#x27; including the elves. Secondly then, fee analysis has shown that blockchains are a poor store of data and should not be used as a database since other mechanisms are far more efficient and cheaper.
LordDragonfangover 8 years ago
For anyone that&#x27;s curious, the first set of runes is Futhark, and transliterate to:<p>&gt;&quot;That is not dead which can eternal lie. And with strange aeons even death may die&quot;<p>The second and third are Enochian and transliterate to:<p>&gt;&quot;There is no sanity clause&quot; and &quot;Madness is the emergency exit&quot;<p>respectively.
Udikover 8 years ago
I guess the purpose is satirical, but it&#x27;s an awfully complicated explanation. I guess it can be understood only by people who already know how a blockchain works.
评论 #13389570 未加载
ianpurtonover 8 years ago
If you struggled with this explanation then I can try another a bit more IT related.<p>A blockchain is...<p>A distributed fault tolerant public database that no one owns and everyone can update.<p>Has this been done before?<p>Kind of, distributed database are not new. What is new is solving the problem of multiple updates changing the same data at the same time.<p>So for example let&#x27;s say the following happens to our distributed database.<p>User 1 send the following SQL to the network.<p><pre><code> Update customer set balance = 1000 where name = &#x27;Customer1&#x27; </code></pre> and User 2 at the exact same time tries<p><pre><code> Update customer set balance = 2000 where name = &#x27;Customer1&#x27; </code></pre> A blockchain database will have both statements in a block and execute them on every node in the same order. Other distributed databases would run into race conditions.<p>So when you hear the statement<p><i>Blockchain startup X is going to disrupt industry Y.</i><p>You can reorganize the statement into something like.<p><i>Startup X is going to disrupt industry Y with a new type of distributed database.</i>
评论 #13389955 未加载
jasonlfunkover 8 years ago
I&#x27;m curious why Santa is an &quot;it&quot; rather than a &quot;he&quot;.
评论 #13389548 未加载
评论 #13389577 未加载
评论 #13389981 未加载
mosselmanover 8 years ago
We build a web application for companies to keep track of their CO2 Emissions and some other key performance indicators and assessments. Yesterday our boss called one of my colleagues and said:<p>&quot;A customer of ours suggested that we use blockchains to improve the security of our application. What do you guys think?&quot;<p>It is probably the equivalent of saying you use scrum and are oh so very agile. &quot;We use blockchains for added security&quot;. What this would look like is then left up to the imagination of the person confronted with this phrase.<p>[1]: <a href="http:&#x2F;&#x2F;www.csoonline.com&#x2F;article&#x2F;3050557&#x2F;security&#x2F;is-the-blockchain-good-for-security.html" rel="nofollow">http:&#x2F;&#x2F;www.csoonline.com&#x2F;article&#x2F;3050557&#x2F;security&#x2F;is-the-blo...</a>
executesorder66over 8 years ago
I could be wrong, but I&#x27;m pretty sure this wasn&#x27;t made in MS Paint. All the edges of the shapes look way too anti-aliasied.<p>Looks more like something made with paint.NET.<p>(I have never used the MS paint version that comes with win10, so maybe they improved it a lot)
评论 #13389853 未加载
bcherryover 8 years ago
I&#x27;m not convinced by this format. I think the whole information would have been easier to digest, if it was presented in a clear and concise format, without any unnecessary detours and metaphors.
SquareWheelover 8 years ago
Strangely these images become easier to see if you reduce your browser size. Did they get their media queries backwards?
JackuBover 8 years ago
I need to point out the obvious because it disappointed me after reading the title: that was not made in MS Paint
paronianttilaover 8 years ago
This MS Paint stuff needs to become a thing to explain complex concepts like this
评论 #13389492 未加载
评论 #13389413 未加载