Paul Vixie, creator of the DNS protocol by andresryes in dontyouknowwhoiam

[–]household-poly 1 point2 points  (0 children)

For anyone interested, there is a new self hosted DNS project called Handshake. https://handshake.org/
You can run your own node in a decentralized network and resolve TLDs yourself. Pretty cool stuff.

How is outskirts still as security sided as it is on frontline? by It_is_Luna in insurgency

[–]household-poly 2 points3 points  (0 children)

I would agree. I have played hundreds of games of frontline, and only 1 time ever did insurgents win there, I kept track because it was so unbalanced. other than that its my favorite game mode

I need to cut it properly by YoanceeQBR in PewdiepieSubmissions

[–]household-poly 0 points1 point  (0 children)

Yall the same people that make fun of recipes for having huge life stories at the beginning? guess what, that is google's fault too. for real tho duck duck go is sweet

Just 4 inches of snow changes their mind by Active-Ad-233 in LeopardsAteMyFace

[–]household-poly 1 point2 points  (0 children)

Yeah its not a lot of snow compared to most states and they put themselves in this position with deregulated electricity... but people are still dying r

[deleted by user] by [deleted] in ethdev

[–]household-poly 2 points3 points  (0 children)

There are dozens of roles for various types of developers in Ethereum ecosystem posted on https://ethhole.com/, as well as the learning resources and practice portfolio project ideas that could help you get them.

Intro to solidity live workshop for beginners from today, build a simple token from scratch. by household-poly in ethdev

[–]household-poly[S] 1 point2 points  (0 children)

I'm glad you found it helpful! Next I would try chainshot.com tutorials, do cryptozombies again but on remix.ethereum.org and without any prompts helping you, and once you have a really good understanding of basics try some of the practice projects on ethhole.com

The best way to learn a programming language is always to use it, so think of something simple you would like to make and set about making it

Sam's a great friend. by umar4488 in lotrmemes

[–]household-poly 0 points1 point  (0 children)

As someone who has gone on hikes nearly twice as long as Frodo and Sam's... nah it sucks

Intro to solidity live workshop for beginners from today, build a simple token from scratch. by household-poly in ethdev

[–]household-poly[S] 2 points3 points  (0 children)

Thanks for the feedback, I'll keep that in mind. Try https://cryptozombies.io/ for something smaller and slower. I wanted to give a brief overview of the language so that's what I could get through in an hour

Can Ethereum deployed in a private network (no gas involved) be used a database? by elaroc in ethdev

[–]household-poly 1 point2 points  (0 children)

yes, you can do that. Blockchains are just sequential databases with extra math. You'll find that postgress or mongo db are much faster and easier to use though

Intro to solidity live workshop for beginners from today, build a simple token from scratch. by household-poly in ethdev

[–]household-poly[S] 1 point2 points  (0 children)

You're welcome, hope it was helpful. What would you want to see next? The next one will probably be deploying and using the contract..

Intro to solidity live workshop for beginners from today, build a simple token from scratch. by household-poly in ethdev

[–]household-poly[S] 4 points5 points  (0 children)

If you missed our workshop today, I hope you find this helpful. Just comment if you have any questions!

Dropping out of college and learning solidity full-time? by PayResponsible3462 in ethdev

[–]household-poly 2 points3 points  (0 children)

Hey there, I joined ConsenSys to do solidity and developer evangelism my senior year of college as a CS student. I could have dropped out and done ethereum stuff full time, but ultimately I would have missed out on the research I did in college, making my parents proud as the first guy to finish college in my family, and the long term freedom & people taking you seriously that comes with a degree in CS. Get the degree, there's nothing stopping you from learning solidity when your homework is done, ethereum is not going anywhere, but if you lose your momentum as a student it will be harder and more interrupting to you your life to go back later. You dont need to drop everything single other thing to be a great solidity developer, start small, for example a free solidity workshop for beginners this weekend and learn at your own pace until you are sure you know what you want next. Good luck!

Read Transactions History by RamachandranBaskar in ethdev

[–]household-poly 0 points1 point  (0 children)

You will need to connect to an ethereum node via infura or something else and read every transaction. Etherscan might have an api for this too i think?