HackerTrans
TopNewTrendsCommentsPastAskShowJobs

brianvli

no profile record

Submissions

Nix Quickstart

brianv.li
4 points·by brianvli·3 years ago·1 comments

comments

brianvli
·3 years ago·discuss
Is it really so binary that either they’re rich westerners or they’re so destitute they can’t benefit from this project?

Also, this project ends up being a compact way to deliver educational material. Imagine sending them the equivalent in physical books and manuals
brianvli
·3 years ago·discuss
This should be normalized against total installs
brianvli
·4 years ago·discuss
Write the smart contract yourself and deploy it to the blockchain
brianvli
·4 years ago·discuss
What if you’re not a US citizen?
brianvli
·4 years ago·discuss
Smart contract storing a vector of signer addresses, vector of votes and a staged transaction.

Each signer has to vote yes before the smart contract executes the staged transaction.
brianvli
·4 years ago·discuss
Composability and open APIs are rarely talked about.

Composability lets you create a token to represent anything* of value and exchange it for other tokens. ETH and BTC are tokenizations of proof of work.

Open APIs exist for any verified contract on Ethereum. You can permissionlessly plug a new application into many existing ones if your application is even partially on-chain
brianvli
·5 years ago·discuss
+1 to this. Having nvim as my daily driver allowed me to NOT upgrade my 4 year old macbook with the next top-of-the-line macbook, saving me an arm and a leg. Instead I just got a gaming PC with way higher specs for less than half the price and I just ssh into it now.

It's also neat to be able to code from an iPad by SSH'ing with Termius :)
brianvli
·5 years ago·discuss
Ty for sharing!

I did totally forget to mention local exchange
brianvli
·5 years ago·discuss
You need to transfer the funds from your Coinbase account to Coinbase wallet. You’ll never have access to the private keys on Coinbase.

At that point, Coinbase wallet is the equivalent of Metamask et al
brianvli
·5 years ago·discuss
Coinbase is more about turning non-crypto currencies into crypto currencies while UNI/SUSHI are more about turning crypto currencies into different crypto currencies.

In my POV, there's only two ways to get into crypto:

- Centralized exchanges with KYC

- Mining

Coinbase is a KYC centralized exchange and enables people to turn their bank account $$s into crypto. Uniswap and Sushiswap are only relevant once someone has crypto and needs to exchange between various tokens.
brianvli
·5 years ago·discuss
> Sure, but why do we need a separate currency for all of this in the first place?

I might be answering the wrong q, but the separate currency represents the cost of a transaction in the network. I.e. the amount you're willing to pay to send a transaction in the network and the amount a staker is willing to receive in exchange for validating your transaction

How else would you represent that cost in a crypto network? Some kind of currency needs to represent the transaction cost.