Skip to content

Instantly share code, notes, and snippets.

View Demeter's full-sized avatar

demeter Demeter

  • Phoenix Arizona
  • 03:27 (UTC -07:00)
View GitHub Profile

If I hardforked: a doxxing of Satoshi Nakamoto

By Andrew Miller

If I hardforked would he mine it. Would he mine it if I forked it. 
Would he mine it would Satoshi would Satoshi would would he mine it. 
If Satoshi if I hardforked if I hardforked if Satoshi. 
Would he mine it if I forked it if I hardforked if Satoshi. 
Would he mine it if Satoshi if Satoshi if I softforked. 

If I hardforked if Satoshi if Satoshi if I softforked.

0xdata
1%-of-nothing
1-800-dentist
1-800-flowers-com
1-of-nothing
1-page
1-web-design
10-downing-street
10-foot-wave
1000memories
Serves 4.
2 tablespoons vegetable oil
2 cups coarsely chopped cabbage
1 cup chopped onions
2 cloves of garlic, minced
1/2 teaspoon ground red pepper
1/2 teaspoon curry powder
1/4 teaspoon dried thyme
1 can (14.4 oz) whole peeled tomato (with juice)
This has fewer
Commercializations
Taking place
@chriszs
chriszs / federaldomains.txt
Created December 19, 2014 01:54
Federal domains
Domain Name Agency
ACUS.GOV Administrative Conference of the United States
ACHP.GOV Advisory Council on Historic Preservation
PRESERVEAMERICA.GOV Advisory Council on Historic Preservation
ADF.GOV African Development Foundation
USADF.GOV African Development Foundation
ABMC.GOV American Battle Monuments Commission
AMTRAKOIG.GOV AMTRAK
ARC.GOV Appalachian Regional Commission
ASC.GOV Appraisal Subcommittee
@simondlr
simondlr / gist:8fb127c40177bc4d87cb
Last active August 29, 2015 14:06
Optionally mapping names to OpenBazaar GUIDs using Namecoin & DNSChain.

User-friendly names that map to GUIDs have several benefits in the development of a web-of-trust for reputation based in commerce (as put forth by Dionysis: https://gist.github.com/dionyziz/e3b296861175e0ebea4b#pseudonymity). For example, to access specific stores, users send around their GUIDs (as can be seen here: http://www.reddit.com/r/BazaarMarkets/comments/2fjui8/selling_google_glass/). It's easier to remember reputable stores by their user-friendly names.

Here's a proposal to implement such a user-friendly system in OpenBazaar that is acceptably (debatable) decentralized using the Namecoin blockchain (http://namecoin.info/) & DNSChain (https://github.com/okTurtles/dnschain) model & server tools.

Namecoin + DNSChain + OpenBazaar GUIDs.

Namecoin

Namecoin is a decentralized key-value store using blockchain technology. It's been used to map decentralized domains (using .bit) & identities (using namespaces such id or u: https://github.com/opennamesystem/openspecs) amongst other uses. It is the m

@bitemyapp
bitemyapp / gist:2ce9ab1ca5564f8db152
Last active December 8, 2018 18:24
Haskell Hatemail lol

From: [email protected]

Subject: We get it. You learned Haskell and Type theory. Cute.

Nobody gives a shit if any one can do math "in their head". What an outdated fucking analogy.

A) No one considers them good

B) The fact that your post lends so much emphasis to the "doing it all in your head" shows that you are lost in your little world of slight delusion.

@aras-p
aras-p / preprocessor_fun.h
Last active November 20, 2024 02:29
Things to commit just before leaving your job
// Just before switching jobs:
// Add one of these.
// Preferably into the same commit where you do a large merge.
//
// This started as a tweet with a joke of "C++ pro-tip: #define private public",
// and then it quickly escalated into more and more evil suggestions.
// I've tried to capture interesting suggestions here.
//
// Contributors: @r2d2rigo, @joeldevahl, @msinilo, @_Humus_,
// @YuriyODonnell, @rygorous, @cmuratori, @mike_acton, @grumpygiant,
@shanselman
shanselman / gist:5422230
Last active November 20, 2024 02:38
Evil Blog Comment Spammer just exposed his template through some error and the whole thing showed up in my comments.
{
{I have|I've} been {surfing|browsing} online more than {three|3|2|4} hours today, yet I never found any interesting article like yours. {It's|It
is} pretty worth enough for me. {In my opinion|Personally|In my view}, if all {webmasters|site owners|website owners|web owners} and bloggers made good content as
you did, the {internet|net|web} will be {much more|a lot more}
useful than ever before.|
I {couldn't|could not} {resist|refrain from} commenting. {Very well|Perfectly|Well|Exceptionally well} written!|
{I will|I'll} {right away|immediately} {take hold of|grab|clutch|grasp|seize|snatch}
your {rss|rss feed} as I {can not|can't} {in finding|find|to find} your {email|e-mail} subscription {link|hyperlink} or {newsletter|e-newsletter} service. Do {you have|you've} any?
{Please|Kindly} {allow|permit|let} me {realize|recognize|understand|recognise|know} {so that|in order that} I {may just|may|could} subscribe.
Thanks.|
@audreyt
audreyt / posa.mkdn
Last active October 12, 2021 01:06
EtherCalc Chapter for the upcoming book "The Performance of Open Source Applications" - Draft - comments welcome!

From SocialCalc to EtherCalc

Previously, in The Architecture of Open Source Applications, I described SocialCalc, an in-browser spreadsheet system that replaced the server-centric WikiCalc architecture. SocialCalc performs all of its computations in the browser; it uses the server only for loading and saving spreadsheets.

For the Socialtext team, performance was the primary goal behind SocialCalc's design in 2006. The key observation was this: Client-side computation in JavaScript, while an order of magnitude slower than server-side computation in Perl, was still much faster than the network latency incurred during AJAX roundtrips:


WikiCalc and SocialCalc's performance model

******