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.

Ask HN: Who invented Base58 Encoding - Flickr or Bitcoin?

5 pointsby mbgaxyzalmost 7 years ago
A commonly held view is that Satoshi Nakamoto invented Base58 encoding for Bitcoin: https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Base58<p>However, a Flickr discussion about Base58 encoded URLs exists from April 2009: https:&#x2F;&#x2F;www.flickr.com&#x2F;groups&#x2F;api&#x2F;discuss&#x2F;72157616713786392&#x2F;<p>Did Flickr deploy their Base58 encoded URLs before the Bitcoin white paper was published on Oct 31, 2008?

1 comment

kellanemalmost 7 years ago
No, Flickr did not deploy base58 encoded URLs before October 31st. 2008<p>I wrote that code, registered the flic.kr short URLs, and helped draft the initial OAuth spec to facilitate posting photos from Flickr to Twitter (having worked at both Obvious, Twitter&#x27;s parent company, and Flickr)<p>It&#x27;s _possible_ though extremely unlikely that I had read the Bitcoin whitepaper. However the Bitcoin addressing scheme isn&#x27;t explicitly referenced in the whitepaper, and looking at my bookmarks, it looks like Bitcoin wasn&#x27;t really on my radar until 2011. (I&#x27;d encountered PoW systems with hashcash and freenet, earlier, but that&#x27;s orthogonal to this conversation)<p>The inspiration, as far as I can tell was the logic we put into generation gift codes as part of our 2006 launch of &quot;Give the Gift of Flickr&quot; -- which probably means it was George Oates idea, who was the lead Flickr designer and master of all things UX.<p>For anything more definitive you&#x27;d have to find someone who had access to the old Flickr SVN repo.