Viewing profile — sharth
sharth
HN member- Joined
- Sun, Apr 18, 2010, 7:56 PM UTC
- HN karma
- 254
- Public activity
- 144 items
- HN profile
- View on Hacker News ↗
About sharth
No profile information was provided.
Recent public activity
-
comment
Comment #46537902
Isn't the Citi Double Cash the canonical 2% card?
-
comment
Comment #43045707
What's the actual difference between NYSE Texas and the traditional NYSE?
-
comment
Comment #42570104
But the journal editor should.
-
comment
Comment #36843509
There are still plenty of subdomains, for example, https://www.cnusd.k12.ca.us/
-
comment
Comment #21110546
The article that this article links to says that the FBI has shared thousands of photos with Swiss Police.
-
comment
Comment #15813228
https://developers.google.com/time/smear
-
comment
Comment #15165866
Telegram and Snapchat are probably the most reasonable companies.
-
comment
Comment #13688856
Note that the person in the lowest tax bracket is likely not itemizing their deductions, so their cost is more like 100%.
-
comment
Comment #13683630
In this particular case, you'd likely be using printf or cout, both of which perform a copy of integer parameters. So you wouldn't see this there.
-
comment
Comment #12377004
For example, Lastpass recently had an exploit in their extension: https://news.ycombinator.com/item?id=12171547
-
comment
Comment #11933983
The first line of your reference says that restrict __is__ part of the C99 standard.
-
comment
Comment #11698996
If you're going to pass it by const_ref, why not just pass the actual stored object by const_ref instead?
-
comment
Comment #11665094
Limited Partner and General Partner. https://www.quora.com/What-is-the-difference-between-Limited...
-
comment
Comment #11002791
You probably intended to include this link: http://www.theguardian.com/lifeandstyle/australia-food-blog/...
-
comment
Comment #10069276
http://www.followupthen.com
-
comment
Comment #9669637
They have since 2009. https://developers.google.com/speed/public-dns/docs/using
-
comment
Comment #9588258
What is "Private Internet Access"?
-
comment
Comment #9586288
1/2 + 4/8 == an integer.
-
comment
Comment #9585907
So we can actually iterate over every possible solution pretty quickly. If I cared more, I'd look into using `fractions.Fraction` so that I didn't need to use floating point math. …
-
comment
Comment #9528150
The second problem would be clearer if we knew how much scratch space we had. Is it zero? Is it O(1)? Is it O(n)?
- comment
- comment
-
comment
Comment #9480360
It's certainly a matrix if the other elements are 0. If they have no value then a hash-map or what not makes sense.
-
comment
Comment #9404971
Apple has a great example of a website design that drives me mad: http://www.apple.com/mac-pro/
-
comment
Comment #9316752
No US company can legally hire you. The only exception I know of is working for your parents. http://www.youthrules.dol.gov/know-the-limits/under14.htm You can legally work as a co…