Live data from Hacker News

Show HN: The Million Dollar Homepage as an Ethereum Smart Contract and DApp

thousandetherhomepage.com

41–50 of 126 posts

Re: Show HN: The Million Dollar Homepage as an Ethereum Smart Contract and DApp

#41

Earlier quoted context omitted.

Have we not seen the effects of this already? YouTube, Kickstarter, Twitter have already made it possible for nobodies to became massively famous. Most of them are mediocre. It seems to me the surest way to guarantee mediocrity is to incentivise blatant money grabs. Here's a million a dollars for your billboard of ads? That's not going to build the future we are hoping for, it's gonna make someone else in 10 years ma…

Plus the punks that skip traditional routes to mainstream attention end up on major record labels just like the original elites anyway. Alex Tew, the original Million Dollar Homepage creator, runs a VC funded startup in Silicon Valley. Social media stars tend to make their money shilling for big brands. I can't think of any internet stars I'm particularly desperate to see go into politics, and that's not because I'm…

> I can't think of any internet stars I'm particularly desperate to see go into politics, and that's not because I'm delighted by the status quo

This is a good point, but consider how a lot of politics is kept off of typical social media channels, either due to overarching censorship or decency concerns, because of concerns about repelling advertisers, or simply because the main issues we are fed have mostly to do with what powerful interests want (fear of Islam, fear of Russia, fear of immigration, fear of global warming, etc.)

Certainly such a system would be full of many of the same noise and garbage that fills social media, but I think it would be very interesting to see what would emerge if the constraints imposed by elites were not relevant.

Right now, the only people who focus on social media are the Kim Kardashians and Donald Trumps of the world. More serious people avoid it. Even Michael Moore, in an attempt to use social media to spread his views, now acts like a B-list celeb and plays to a very large, mainstream audience. He essentially plays the part of earnest lefty filmmaker, but he's not anywhere near power.

Re: Show HN: The Million Dollar Homepage as an Ethereum Smart Contract and DApp

#43
post #3

Heya, I'm other said friend. We also put together some anticipated FAQs: https://thousandetherhomepage.com/faq Some random fun facts: - The frontend "DApp" piece is done with VueJS which has been very fun to work with. It's hosted as a Github Page. - The backend is done with... there's no backend! The data is directly on The Blockchain, fetched from the browser through a standard-ish API (Web3) provided by your walle…

Awesome project (hi Andrey!). Question: Why is a browser plugin required to access DApps like this? I don't immediately see a clear discussion of this on the web.

Re: Show HN: The Million Dollar Homepage as an Ethereum Smart Contract and DApp

#44
post #43
post #3

Heya, I'm other said friend. We also put together some anticipated FAQs: https://thousandetherhomepage.com/faq Some random fun facts: - The frontend "DApp" piece is done with VueJS which has been very fun to work with. It's hosted as a Github Page. - The backend is done with... there's no backend! The data is directly on The Blockchain, fetched from the browser through a standard-ish API (Web3) provided by your walle…

Awesome project (hi Andrey!). Question: Why is a browser plugin required to access DApps like this? I don't immediately see a clear discussion of this on the web.

You don't need a plugin to view the DApp. If you log in without one you'll see a version pulled from a gateway.

In order to interact with the DApp (buy or publish an ad), you can use a plugin or a wallet app like Mist in order to be able to send transactions to the smart contract. You potentially do it manually by interacting with the contract through a ethereum console and sending the right transaction to the right address, but the browser plugin / app makes the process seamless.

Re: Show HN: The Million Dollar Homepage as an Ethereum Smart Contract and DApp

#46

Earlier quoted context omitted.

Plus the punks that skip traditional routes to mainstream attention end up on major record labels just like the original elites anyway. Alex Tew, the original Million Dollar Homepage creator, runs a VC funded startup in Silicon Valley. Social media stars tend to make their money shilling for big brands. I can't think of any internet stars I'm particularly desperate to see go into politics, and that's not because I'm…

> I can't think of any internet stars I'm particularly desperate to see go into politics, and that's not because I'm delighted by the status quo This is a good point, but consider how a lot of politics is kept off of typical social media channels, either due to overarching censorship or decency concerns, because of concerns about repelling advertisers, or simply because the main issues we are fed have mostly to do wi…

I think you must inhabit different social media worlds from me. I see an enormous amount of politics on social media, which tends to be even more lowbrow and fear-driven than the mainstream media for reasons which have nothing to do with capital and everything to do with clicks.

Re: Show HN: The Million Dollar Homepage as an Ethereum Smart Contract and DApp

#47

Can someone quickly explain how file storage / bandwidth off the blockchain works? Who pays the gas to deliver it to end users?

You pay for gas when you send a transaction (i.e. buy an ad or publish an ad).

For displaying, if you browse with Mist or MetaMask, you're pulling the data from the blockchain. When you don't, we show you the ads statically by using a Ethereum gateway.

Either way, reading doesn't cost gas, just bandwidth to keep the blockchain in sync.

Re: Show HN: The Million Dollar Homepage as an Ethereum Smart Contract and DApp

#48
post #30

Is there a moderation before the ads go live?

Not exactly.

There's an NSFW flag that causes our DApp to not display the ads by default. We (Andrey and I) are able to force the flag true to ads at our discretion.

Re: Show HN: The Million Dollar Homepage as an Ethereum Smart Contract and DApp

#50

Earlier quoted context omitted.

We'd gamble on anything he does. Well said, because the dynamic is the same. Throw money at the house and hope you win. The house does. This can't be duplicated (maybe every few years), it's a copy of a previous project, and it is literally a page of ads that won't be worth anything in a month or less. It only has value because of the attention people are giving it right now, so maybe reconsider the investment. Own a…

I think you're missing what is interesting about this, from a technical point of view. This is neat, and novel: > "Ads displayed above are loaded directly from the Ethereum Blockchain. This Decentralized Application (DApp) does not have a traditional backend. No MVC framework, no SQL database. It's just a JavaScript application served statically from Github which speaks to the Ethereum blockchain using Web3.js." That…

That is cool! But, if this DApp thing takes off, how will Ethereum nodes be compensated for essentially acting as a free CDN?

It works fine as long as there aren’t a lot of users, but once the user count become substantial, Ethereum nodes will need compensation in order to serve the amount of data needed. Is there a workable solution for this?

Post reply on HN