HN user

evbots

131 karma

[ my public key: https://keybase.io/evbots; my proof: https://keybase.io/evbots/sigs/NZdQfDN5yGPHcftwSYXJxRBpFIRvjCKgUqNLTevtlXo ]

Posts18
Comments64
View on HN
softmax.substack.com 5y ago

How Tesla’s Computer Vision Approach Built an Unassailable Lead

evbots
5pts1
github.com 5y ago

Show HN: A TypeScript library for generating crypto tax reports

evbots
6pts0
medium.com 7y ago

Webhooks for Ethereum

evbots
4pts0
dexterminal.com 7y ago

DEX Terminal – visualize Ethereum money markets

evbots
1pts0
medium.com 7y ago

How DC's blockchain engineering group was born

evbots
1pts0
chainrelay.com 7y ago

Show HN: ChainRelay – Connect your apps to smart contracts

evbots
1pts0
news.ycombinator.com 7y ago

Show HN: ChainRelay – Smart Contract APIs for Hackers

evbots
3pts0
news.ycombinator.com 8y ago

Ask HN: Small biz owners willing to be interviewed about crypto?

evbots
2pts2
news.ycombinator.com 8y ago

Ask HN: Biz owners – What problems do you have using/accepting cryptocurrency?

evbots
1pts1
github.com 8y ago

Blockchain protocols for decentralized exchange

evbots
1pts0
medium.com 8y ago

Large Vulnerability in Minder Potentially Compromised User Data

evbots
1pts0
coursefriend.com 8y ago

Coursefriend.com – quality blockchain community without clickbait and memes

evbots
3pts0
coursefriend.com 8y ago

Show HN: Blockchain knowledge community. Share & discover resources.

evbots
1pts0
konkourse.com 9y ago

A website to request open source software and vote on those ideas (pre-launch)

evbots
3pts0
sendmyrent.com 9y ago

SendMyRent: automate mailing your paper rent checks

evbots
1pts3
aws.amazon.com 9y ago

Running PHP, Ruby, or Go on AWS Lambda

evbots
1pts0
coursefriend.com 9y ago

Show HN: Coursefriend.com – Easily find a computer science course

evbots
16pts0
konkourse.com 10y ago

Show HN: Konkourse – Taggable group discussions with anonymity option

evbots
5pts1

There are factions within crypto, some think the "end of history" looks like crypto replacing centralized systems. others (like myself) think those systems are complements and simply alternatives in the marketplace.

As to being adversarial... ICANN was allocated 1.2% of the total HNS supply, and all existing TLD owners (at the time of the snapshot) can claim their TLDs on chain. The icann allocation is 5.8% of the current circulating supply.

i suppose there could have been a way to give ICANN a blank check to modify the handshake namespace in perpetuity, but i suspect that might either be technically unworkable or just made the whole venture pointless.

Zooko's Triangle 5 years ago

There are a few blockchain based solutions to this problem.

- Handshake

- ENS

- Namecoin

My favorite so far is Handshake - a fork of the bitcoin protocol with added support for covenants, which is how arbitrary names can be registered and associated with some 512 bytes of data. Example: https://hnsnetwork.com/names/proofofconcept which shows TXT and other records. ENS was previously my favorite, but the root protocol is secured by only a 7 person multisig. Namecoin is old and poorly designed in my opinion.

you only need hns.to if you haven't set up your system to resolve handshake names directly, or (theoretically) use a browser that has support baked in.

It's on Brave Browser's roadmap to resolve handshake DNS directly.

I actually disagree with this. As someone who uses linux as the primary build OS for my software projects, i need to know just enough to make things work but I don't necessarily want to be an uber linux expert. This results in me constantly googling "command for <XYZ> ubuntu", which usually lands me on a stackoverflow page with something that points me in the right direction. Now, i'm not saying a linux example commands website will be successful for my anecdotal reason, but i have to imagine there are many more devs just like me.

Yeah, I tried doing this as well. But you're right, the spread on the arbitrage pretty much vanishes as soon as you try to do any kind of significant volume. I suspect my trading pair was "too" liquid. This could possibly be a viable option for coins that don't see a lot of volume. Or, maybe for a short period after a new coin is added to an exchange and there's a period of high volatility.

You mind find the "startup mechanics" video from YC's startup school 2017 pretty interesting. The case is made that resolving disputes in Delaware (by being incorporated in Delaware) is greatly preferred to any other state (CA for example).

I found this project the other day after doing a deep dive into the 0x project. This is a cool project and I am impressed with the level of thought and detail gone into planning this protocol. I have a question about governance. The 0x project essentially plans to set up a DAO that will promote/depricate old/new versions of their protocol, and stakeholders will have a say using the 0x protocol token. How do you plan to implement governance? Through some sort of token model similar to 0x? Thanks!

Found a great description:

'What can we do with a SNARKs-enabled Ethereum? Certain contract variables can be effectively made private. Instead of storing the secret information on-chain, it can be stored with users, who prove they’re behaving by the rules of the contract using SNARKs. Each of these uses require their own trusted setup, but once a circuit exists, it can be easily cloned. Imagine an ERC20-like token that doesn’t publish individual holders’ balances, while still maintaining a public and predictable token supply, or a lending platform that keeps the terms of a loan private.'

https://decentralize.today/zero-knowledge-proofs-zcash-and-e...

What does this add that didn't exist before? Some here are stating that it will allow you to send anonymous transactions in Ethereum, but the post clearly states that "There is a new tool in the toolbox, but for now Ethereum transactions are no more private than before." So what's the point? Is this just a building block for future features around transaction privacy?