HN user

pixie_

1,447 karma
Posts0
Comments375
View on HN
No posts found.

Wooo this is awesome! Robinhood gets it :) I already use Robinhood for trading, so this would be a one stop shop. Plus the fact that it integrates with TurboTax means there's zero work to pay taxes on trades. Keeping track of the taxes is my biggest hassle trading crypto.

Hey Robinhood if you're reading I'd like

BTC, ETH, LTC, XMR, DOGE, XRP, XLM, XEM

Microsoft MakeCode 9 years ago

Visual programming is also very popular among engineers. All kinds of test, automation, are monitoring systems are built using LabVIEW.

For Go and/or C# lambda support would it be worth even running the garbage collector, or just allocating a block of memory and cleaning it up when the function ends?

Side note I think that should be an option for web servers as well for languages with managed memory. Light isolated non-threaded api endpoints shouldn't be interrupted by garbage collection.

I pay my friends for drinks in crypto, they pay me (usually ltc, ether, or doge). It's quick and easy with a wallet on your phone like Jaxx. No venmo, no paypal, no bank account necessary. I use crypto to store and exchange value today. It will only get more popular as it becomes easier.

I encourage everyone to try it. Send $100 of crypto to a wallet on your phone and use it to pay people you owe for small stuff. It's fun and easy. It also gets your friends bootstrapped with crypto without needing to use coinbase or gemini or whatever.

Also wallets like Jaxx are deterministic, meaning you can use 12 unique words to recover your wallet anywhere - even if you lose your phone.

If there were a bug found in a crypto currency, it could easily be worth zero the next day.

The fact that the current blockchain design has withstood people trying to break it for so long gives the currency a greater value.

Would you rather store value in a crypto that is a brand new design, or something that has withstood the test of time?

Which one of these properties of cryptocurrency is imaginary?

  Coins cant be faked or duplicated
  No one can create them at will
  They can be transmitted quickly/globally with low fees (excluding bitcoin of course) 
  You can store them yourself, no bank needed
  Sending huge sums of money is no problem
  Relatively simple design, 8 page white paper
  Has worked as designed for almost a decade
Seems like crypto has a lot unique intrinsic value that surpasses traditional currencies to date.

The only thing imaginary is your imagination. Crypto is very real. Even people on an island would eventually find a common denominator in which to store value which has many of the same properties above.

It's not just fun, it's really practical.

Every time I have to wait days to transfer money between Robinhood, my bank, exchanges, etc.. I'm reminded of the value of crypto currency.

Wire transfers and moving money internationally has higher fees and is more complicated than sending crypto.

Also I don't need a bank account to store it. I don't need to go through middle-men like paypal, venmo, visa, etc.. to send it.

The biggest problem with crypto right now is not enough people/business are using it so we have to currently exchange it to/from USD, etc.. Also the crypto of choice (bitcoin)'s parameters aren't optimal so something like litecoin is more practical.

Except those carefully designed URLs are often behind a client side RPC library. So what was the point of doing it REST style in the first place?

It's often new employees fresh out of college who are the worst. They can be obsessed with doing things 'right', which you can't blame them because they have little experience. The internet tells them REST is right, so anyone who doesn't agree with them is wrong.

If I had a nickel for every time someone said "don't really understand REST".. often people who both think they understand it say it to each other. It's pretty funny. Guess what, we understand it fine, and we don't like it.

People treat the dissertation like it is a standard. It is nothing close to a standard. It is the source of a decade of time wasted bickering over it.

Agreed I'm very much in favor of JSON body in, JSON response. The URL is just a way to hierarchically organize the endpoints. Just like in binary APIs where public methods are organized in classes and namespaces.