Viewing profile — uraza
uraza
HN member- Joined
- Sat, Mar 16, 2013, 5:03 AM UTC
- HN karma
- 27
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About uraza
No profile information was provided.
Recent public activity
-
comment
Comment #17027370
Grep treats the pattern as a newline-separated list of items to search for. From https://www.gnu.org/software/grep/manual/grep.html#Introduct... : "Since newline is also a separato…
-
comment
Comment #14009767
Robinhood is selling order flow, according to their rule 606 disclosure: https://d2ue93q3u507c2.cloudfront.net/assets/robinhood/legal...
-
comment
Comment #12386577
It's a little more clear in the abstract. (At http://spie.org/OPO/conferencedetails/digital-image-processi... ) > x265 outperforms libvpx in most cases, but the performance gap nar…
-
comment
Comment #10503778
If you had more money, you could trade futures, which are mentioned in the article. If you sell the future before the date of delivery, then you never have to deal with the physica…
-
comment
Comment #6499788
From the original article: In March, Swiss voters backed some of the world's strictest controls on executive pay, forcing public companies to give shareholders a binding vote on co…
- comment
-
comment
Comment #5384535
set = looks like the other empty container literals, but it's not consistent with the literal notation for sets with one or more elements: my_set = {1,2,3}.
-
comment
Comment #5384528
I believe sciencerobot is saying that " " could be used as the empty set literal.