Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
drewgross
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
drewgross
4mo ago
It doesn't provide 100% privacy from everyone, but it does provide privacy from the web service: A worker at a physical store checks your ID, and if it says you are 18, they hand you a token with a unique key on it, which they have a s
2.
▲
by
drewgross
5mo ago
The problem with insider trading in prediction markets isn't the "prediction" part, it's the "markets" part. Once there is real money changing hands, then the purpose of the prediction market stops being "
3.
▲
by
drewgross
7mo ago
If 20 people take advantage of your buffer, then you are delayed by a distance of 20 vehicle-lengths + 20 follow-distances. This is about 1000 meters, a distance which you can travel in about 45 seconds. So the net effect of all 20 people m
4.
▲
by
drewgross
9mo ago
My reading is that this was included in point #7, i.e. access to the customer service is conditional on identity verification.
5.
▲
by
drewgross
2y ago
On the contrary, sticking strictly to the lane markers when everyone else is blindly straddling lanes seems the worst of all worlds.
6.
▲
by
drewgross
3y ago
If you want to talk about bad faith arguments, calling the AI a "hellsystem" is showing your bias just a bit.
7.
▲
by
drewgross
4y ago
Hackers deliberately create strange circumstances, it's the primary way to find exploits. Any code that relies on a lack of strange circumstances is a time-bomb.
8.
▲
by
drewgross
4y ago
0.1-1% hire rate based on applicants, or based on candidates interviewed? 0.1% hire rate of candidates interviewed doesn't seem compatible with your described growth rate, even if you very conservatively assumes you spend 1 hour interv
9.
▲
by
drewgross
5y ago
Most people don't start shopping at grey/black markets in order to avoid paying sales tax. Most people don't pay their employees under the table to avoid paying income tax. Most people don't move or de-value their own ho
10.
▲
by
drewgross
5y ago
Not OP, but a fan of Warp. > I - and I get the impression that's true for many developers - learned early to minimize the custom config. I get the exact opposite impression. My understanding is that as developers become more experie
11.
▲
by
drewgross
5y ago
Yes. Mozilla is a non-profit, pretty much everything they do is out of charity.
12.
▲
by
drewgross
5y ago
It's also entirely plausible that every apartment DOES have high VOC levels, but she is the only one reacting to them. Or that other people are also reacting to them and haven't figured out why yet.
13.
▲
by
drewgross
5y ago
The map also explicitly lists "number of homes that would be illegal", presumably for that reason. If you make it illegal to build anything smaller than a duplex, on a lot that currently contains a single family home, the "nu
14.
▲
by
drewgross
7y ago
We have a give and take, it's called a "protected class". It lists reasons you can't fire people and includes reasons like being black or being a woman. We can update the laws to protect people in other classes as well,
15.
▲
by
drewgross
8y ago
No, it's actually undecidable. C++ templated have been determined to be turing complete, which means that template instantiations can encode the halting problem. Determining whether a program compiles or not therefore requires solving
16.
▲
by
drewgross
10y ago
Calling race conditions the "most common" vulnerability seems like some pretty extreme hyperbole. What about SQL injection or XSS?
17.
▲
by
drewgross
10y ago
People continue to influence their children long after they stop reproducing. Genes that help you children have more children are selected for, so something like a gene that keeps you alive long enough to care for your grandchildren seems p
18.
▲
by
drewgross
10y ago
What he means is that the deduction has been "priced in" to the price of homes/mortgages. In a similar story, a company I used to work for once offered employees a $x incentive to live close to the office. They then found tha
19.
▲
by
drewgross
10y ago
To most people, there is no difference between "your chances to to carry or possibly have or develop health issues" and a diagnosis. Sure, I suppose I can see some small technicality that makes them different, but really, the way
20.
▲
by
drewgross
10y ago
The difference is the JS has late binding. myObj.myMethod(); Has different semantics than var x = myObj.myMethod; x(); Which causes code like: myList.map(myObj.myMethod); to behave somewhat unintuitively.
21.
▲
by
drewgross
10y ago
> I'm not counting dependencies... and some of those dependencies are really heavy, made worse because they load incompatible versions of things (e.g. Fbjs 0.13 vs fbjs 0.15). I think you misunderstood. You aren't supposed to r
22.
▲
by
drewgross
10y ago
Because it blocks anything else from happening. If on a server, it will prevent that process from handling any requests until the file has been read, and in a browser-like environment it will prevent the UI from updating and will prevent al
23.
▲
by
drewgross
10y ago
No they are not. They are demanding money, but they don't care if you inherited it, worked for it, found it, etc.
24.
▲
by
drewgross
10y ago
If I tell you not to enter my house, and take no further steps to prevent you from entering my house, such as closing the door, it's still illegal for you to enter my house. If I tell you not to enter my business, and take no further s
25.
▲
by
drewgross
10y ago
You can have weakly/dynamically typed functional languages (most lisps for example) just like you can have strongly/statically typed procedural or OO languages, like Fortran or C++. Haskell the language also knows nothing at all a
26.
▲
by
drewgross
10y ago
I usually use Sublime but when I'm ssh'ed to a machine I use vim, so I have some experience. I find that I need to exit insert mode to run commands about half the time, or maybe a little less than half the time, in order to run co
27.
▲
by
drewgross
10y ago
I would say it's faster since with 2Y you have to lift your finger off the 2 before you can press the Y, but with ^L you leave your finger on the ^ while you press the L so it doesn't even really count as 2 full key strokes. (not
28.
▲
by
drewgross
10y ago
How about the friends who died of the drug as a fraction of the friends who used the drug? If you don't know anyone who uses heroin, this post is meaningless.
29.
▲
Parse in open source
(speakerdeck.com)
2 points
by
drewgross
10y ago
|
0 comments
30.
▲
by
drewgross
10y ago
(Not OP) Usually when I am using this technique it's for some 3rd party library that provides a useful debugging tool. To use your suggestions I'd need to create a wrapper that calls through to the 3rd party library in dev. Sounds
More ›