Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sharth
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
sharth
8mo ago
Isn't the Citi Double Cash the canonical 2% card?
2.
▲
by
sharth
2y ago
What's the actual difference between NYSE Texas and the traditional NYSE?
3.
▲
by
sharth
2y ago
But the journal editor should.
4.
▲
by
sharth
3y ago
There are still plenty of subdomains, for example, https://www.cnusd.k12.ca.us/
5.
▲
by
sharth
7y ago
The article that this article links to says that the FBI has shared thousands of photos with Swiss Police.
6.
▲
by
sharth
9y ago
https://developers.google.com/time/smear
7.
▲
by
sharth
9y ago
Telegram and Snapchat are probably the most reasonable companies.
8.
▲
by
sharth
10y ago
Note that the person in the lowest tax bracket is likely not itemizing their deductions, so their cost is more like 100%.
9.
▲
by
sharth
10y ago
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.
10.
▲
by
sharth
10y ago
For example, Lastpass recently had an exploit in their extension: https://news.ycombinator.com/item?id=12171547
11.
▲
by
sharth
10y ago
The first line of your reference says that restrict __is__ part of the C99 standard.
12.
▲
by
sharth
10y ago
If you're going to pass it by const_ref, why not just pass the actual stored object by const_ref instead?
13.
▲
by
sharth
10y ago
Limited Partner and General Partner. https://www.quora.com/What-is-the-difference-between-Limited...
14.
▲
by
sharth
11y ago
You probably intended to include this link: http://www.theguardian.com/lifeandstyle/australia-food-blog/...
15.
▲
by
sharth
11y ago
http://www.followupthen.com
16.
▲
by
sharth
11y ago
They have since 2009. https://developers.google.com/speed/public-dns/docs/using
17.
▲
by
sharth
11y ago
What is "Private Internet Access"?
18.
▲
by
sharth
11y ago
1/2 + 4/8 == an integer.
19.
▲
by
sharth
11y ago
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. from __future__ import division import i
20.
▲
by
sharth
11y ago
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)?
21.
▲
by
sharth
11y ago
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.
22.
▲
by
sharth
11y ago
Apple has a great example of a website design that drives me mad: http://www.apple.com/mac-pro/
23.
▲
by
sharth
11y ago
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 computer programmer once you are 14, but
24.
▲
by
sharth
11y ago
Who could you possibly call at say Capital One to verify that a change in their certificate was intended instead of malicious?
25.
▲
by
sharth
11y ago
It's a dot org: https://letsencrypt.org
26.
▲
by
sharth
12y ago
So... bring your own charger? Does your coffee shop normally provide you a laptop charger?
27.
▲
by
sharth
12y ago
One of the suggested alternate modes in the specification is a PCIe bus. This would most likely support bus mastering, and thus a full DMA engine. This certainly requires some host cooperation, but I imagine that the fear is that these driv
28.
▲
by
sharth
12y ago
Your apt/sources.list says that you are running __trusty__, not Rebecca or Cinnamon. And Trusty was never a codename for a Linux Mint release. You should probably edit trusty in that file to the proper codename for your os. A list of v
29.
▲
by
sharth
12y ago
http://www.usb.org/developers/powerdelivery/
30.
▲
by
sharth
12y ago
USB Type C to USB Standard A Receptacle adapters are supported by the USB specification. As I understand things, the desire from the USB-IF is to basically have USB Type A and Type B start to disappear. Until we get to that critical mass po
More ›