Viewing profile — muhammedbash
muhammedbash
HN member- Joined
- Tue, May 06, 2014, 9:58 AM UTC
- HN karma
- 29
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About muhammedbash
No profile information was provided.
Recent public activity
- story
-
comment
Comment #46455310
Is this this something that can help with autism symptoms?
-
comment
Comment #45455310
Too late... Putin is already all over this. No need for organ transplants :) 150 is the new 70
-
comment
Comment #45132594
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 …
-
comment
Comment #45132531
That was the first episode i listened to and got hooked after that.
-
comment
Comment #31350602
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?…
-
comment
Comment #31324926
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.
-
comment
Comment #30500938
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 mo…
-
comment
Comment #30499497
what happens when the telecomms infrastructure is hit and shuts down? or when there is no power?
-
comment
Comment #28714918
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 …
-
comment
Comment #28527299
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 …
-
comment
Comment #28527219
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 usi…
-
comment
Comment #28526848
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.
-
comment
Comment #26791552
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 bo…
-
comment
Comment #26790421
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 flo…
-
comment
Comment #26789949
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 v…
- story
-
comment
Comment #12971869
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…
-
story
Ask HN: Blockchain type system for systems testing
Hi everyone, I am trying to do some systems integration testing within a bank - where we are tracking trades as they move from one system to the next. On some systems users have to…
-
comment
Comment #10086729
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 reb…
-
comment
Comment #8031240
brilliant! thanks for this.