The Million Dollar Homepage... On the blockchain ^_^
People
Repo info
Activity
Peter Sussman
@the8thbit
its like if hitler owned a domain name registrar
Ken Erwin
@kenerwin88
Lol!
I guarantee they ONLY fly united
Peter Sussman
@the8thbit
hahahaha
except hitler would never kill elephants tbh
so they're worse than hitler
q.e.d.
Ken Erwin
@kenerwin88
Lol!!
Peter Sussman
@the8thbit
dickart.io would be pretty straightforward to make I guess? Only thing is I wouldnt be able to store the art on the blockchain because theyre way too big
they wouldnt need to have blockchain storage, but it would be nice
I could store the description that they commissioned
Ken Erwin
@kenerwin88
Hmm.. You might look into ipfs for storing the dicks themselves?
Peter Sussman
@the8thbit
ye... I also have a friend who works at storj. might ask him for advice
Ken Erwin
@kenerwin88
that'd would be an awesome project lol
Peter Sussman
@the8thbit
would you buy a dick art?
Peter Sussman
@the8thbit
this is the second time I've ever bought something directly through an ad btw
the first time was minecraft
and that was back when minecraft had about 1000 paid accounts and it was less popular clone of roblocks or whatever it was called
so its a good omen
Ken Erwin
@kenerwin88
I think I would lol
same here. Minecraft <3
Peter Sussman
@the8thbit
notch added crouching to the game because I asked for it never forget
I mean, probably not, but maybe me asking was the final straw because he was like "you know, that sounds like a good idea" and added it to his todo list for the next release
Ken Erwin
@kenerwin88
hahaha, well ty for asking him. That's awesome lol
_
Peter Sussman
@the8thbit
do you know who linked the center tile to ethereum.org? Thats pretty cool
oh also I appreciate your Zelda 3 wallpaper
is /tiles pulling from the blockchain, or do you maintain a local copy of every tile?
Peter Sussman
@the8thbit
it looks like someone bought a bitshares tile lol
42 x 24
Peter Sussman
@the8thbit
@kenerwin88 are you sure the image size is 10x10 and not 16x16? All the images in /tiles are 16x16
Peter Sussman
@the8thbit
@kenerwin88 no more sales yet huh :(
Ken Erwin
@kenerwin88
Sorry i fell asleep! I originally had the webpage pull dynamically from the blockchain, but it was very slow to render. I now have a python service running constantly listening, and on any change it rerenders everything. So the tiles are cached, but should update almost immediately. Ill double check the image size.
Peter Sussman
@the8thbit
@kenerwin88 What environment should I do dapp development in? I tried out Ethereum Studio, but I'm having all sorts of problems with it...
I think truffle ends up making things easier after u set it up tho
Peter Sussman
@the8thbit
right now I'm using browser-solidity for doing the tutorials. I'll check out truffle and RPC when I get to the more architecture oriented tutorials
yeah, I got that working just before you recomended truffle haha
Peter Sussman
@the8thbit
@kenerwin88 In what format do I send data to contracts? I'm doing the Coin contract tutorial, and when I try to mint new coins by sending "0x000000000000000000000000ca35b7d915458ef540ade6068dfe2f44e8fa733c, 42" (without the quotes) to the mint command I get the following error: Error encoding arguments: SyntaxError: Unexpected token x in JSON at position 2
nevermind I got it
I think I tried formatting it as JSON before I just tried turning the first argument into a string lol
Ken Erwin
@kenerwin88
:D glad u figured it out. I'm on day 2 of working with Truffle, I definitely think it's going to make it easier to do development. I didn't even know about TestRPC when I made pixelmap :?
Peter Sussman
@the8thbit
Yeah, I'm having a lot of fun. Wrote the coin and reputation ballot contracts in the docs and then made my own coin-based voting contract