Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
muhammedbash
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
Scientists link 22 genes to deadly risks from common virus
(newscientist.com)
2 points
by
muhammedbash
8mo ago
|
0 comments
2.
▲
by
muhammedbash
9mo ago
Is this this something that can help with autism symptoms?
3.
▲
by
muhammedbash
1y ago
Too late... Putin is already all over this. No need for organ transplants :) 150 is the new 70
4.
▲
by
muhammedbash
1y ago
I hate to say this out loud but I keep going back to some particular episodes to help me nod off when insomnia grips. I'm not sure I know how the episode on the gold standard ends and I must have listened to it more than 10 timss.
5.
▲
by
muhammedbash
1y ago
That was the first episode i listened to and got hooked after that.
6.
▲
by
muhammedbash
4y ago
They don't have to stick the entire $80bn in one bank. It is the lack of transparency around the CP that is raising eyebrows. Why can't Tether list the papers they are invested in? It is such a simple thing to do. Could be all the
7.
▲
by
muhammedbash
4y ago
Selling options is not riskless. They would be collecting pennies until there is a big market move and they are on the hook for dollars.
8.
▲
by
muhammedbash
5y ago
The 1% analog is redundancy in traditional currencies. Outside the developed economies a huge chuck of transactions is still done with physical cash. I imagine it would be a lot more convenient to have some hard currency at hand when fleein
9.
▲
by
muhammedbash
5y ago
what happens when the telecomms infrastructure is hit and shuts down? or when there is no power?
10.
▲
by
muhammedbash
5y ago
I wouldn't say NFTs are money laundering - there are some interesting use cases. But the setup of NFT makes it easy for say a drug dealer to conduct business on the blockchain and launder earnings by selling "digital art" to
11.
▲
by
muhammedbash
5y ago
I use the lombok plugin with IntelliJ, it eliminates tedious parts of some code. Some times one needs to create new objects return multiple related items from a function. Or use a collection or array. I think it is unnecessary. Other langua
12.
▲
by
muhammedbash
5y ago
I am thinking of something more like go language or python. In go you can do this: function (x, y int) (sum, prod int) { return x+y, x*y } It makes a big difference when one is using the same input to generate multiple related outputs.
13.
▲
by
muhammedbash
5y ago
Something I would like to see in Java is for functions to return multiple (named?) values. I think it will reduce boiler plate code considerably.
14.
▲
by
muhammedbash
5y ago
CBOE has a market cap of $10 billion (on revenues of $3 billion) ICE has a market cap of $66 billion (on revenues of $8 billion) Coinbase's market cap is going to be higher than both exchanges combined - while doing a fifth of the reve
15.
▲
by
muhammedbash
5y ago
Could an existing exchange like say ICE or CME jump into the fray to service institutional investors? They already have much of the infrastructure to handle much larger trading flows than Coinbase. Talent/tech required to compete could
16.
▲
by
muhammedbash
5y ago
This valuation is insane. $100 billion for a company that is doing approx $2 billion in annual revenues. I know that investors are pricing in future earnings potential - but this valuation seems like drinking too much Kool Aid to me. Compet
17.
▲
Show HN: Options strategy simulation using historical data (desktop only site)
(putcalltheta.com)
5 points
by
muhammedbash
5y ago
|
0 comments
18.
▲
by
muhammedbash
10y ago
I am trying to pass a token round and only one person can hold that token at time i.e. it's your turn to do some work and when you are done pass then token on to the next person in line. I am not sure we need the distributed timestampi
19.
▲
Ask HN: Blockchain type system for systems testing
1 points
by
muhammedbash
10y ago
|
3 comments
20.
▲
by
muhammedbash
11y ago
A stop loss is one way of having downside protection but you would use a put option for temporary downside protection i.e. the market can move against you in the short term and rebound. If you had a stop loss, you can prematurely close you
21.
▲
by
muhammedbash
12y ago
brilliant! thanks for this.