Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
aaronkrolik
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
aaronkrolik
10y ago
What is the base of the cutter made out of? Does the water jet defuse before hitting the base?
2.
▲
by
aaronkrolik
10y ago
You should check out the coral project: https://coralproject.net/ It's the next generation community platform that the Times is working on right now.
3.
▲
by
aaronkrolik
10y ago
How is it that 200M user accounts are worth only $1800?
4.
▲
by
aaronkrolik
10y ago
Another annoying point: the documentation only lists the api methods you can call, but not the ones you cannot. I was a bit irritated to find out that the /_update method is not supported on AWS ESS
5.
▲
Gawker Founder Suspects a Common Financer Behind Lawsuits
(nytimes.com)
4 points
by
aaronkrolik
10y ago
|
1 comments
6.
▲
by
aaronkrolik
10y ago
A small word of caution: I'd strongly recommend against using a huge java heap size. Java GC is stop the world, and a huge java heap size can lead to hour long gc sessions. It's much better to store data in a memory mapped file th
7.
▲
Sql Injection Fools Speed Traps
(hackaday.com)
1 points
by
aaronkrolik
10y ago
|
0 comments
8.
▲
Comcast GitHub Repo
(github.com)
3 points
by
aaronkrolik
10y ago
|
0 comments
9.
▲
The Last Phone Call
(nytimes.com)
1 points
by
aaronkrolik
10y ago
|
0 comments
10.
▲
A Windfall for Chobani Employees: Stakes in the Company
(nytimes.com)
2 points
by
aaronkrolik
10y ago
|
0 comments
11.
▲
Unpublished Black History
(nytimes.com)
3 points
by
aaronkrolik
11y ago
|
0 comments
12.
▲
by
aaronkrolik
11y ago
Not if you use openjdk.
13.
▲
Google Paid Apple $1B to Keep Search Bar on iPhone
(bloomberg.com)
159 points
by
aaronkrolik
11y ago
|
54 comments
14.
▲
by
aaronkrolik
11y ago
has anyone been able to recover the now removed document?
15.
▲
by
aaronkrolik
11y ago
not open source, but I pretty quickly built a version of this a few months ago. The chat box submits to a lambda which puts the message on SQS. App consumes sqs and puts in DB (for durable storage) and posts to slack room. Responses are th
16.
▲
Davos 2016: 'Situation worse than 2007'
(independent.ie)
2 points
by
aaronkrolik
11y ago
|
0 comments
17.
▲
by
aaronkrolik
11y ago
>And Al Jazeera America has not been free of controversy in recent months. In November, the news station’s general counsel, David W. Harleston, was suspended following a report in The New York Times that he did not appear to be licensed
18.
▲
by
aaronkrolik
11y ago
This is a lot like an assignment for my operating systems class to introduce threads/lock (each elevator and rider is a thread). https://users.cs.duke.edu/~chase/cps310/lab3-elevator.html
19.
▲
by
aaronkrolik
11y ago
My thought exactly. A $148M tax write off is pretty substantial
20.
▲
Even Insured Often Face Crushing Medical Debt
(nytimes.com)
8 points
by
aaronkrolik
11y ago
|
2 comments
21.
▲
by
aaronkrolik
11y ago
Funny you say that! This was a problem with drug smuggling. Now they have the shiprider program [0]. Basically a Canadian patrol boat has 1 american officer on it to make arrests if it crosses a border, and vice versa. [0] http://
22.
▲
by
aaronkrolik
11y ago
Does this mean no more DVM?
23.
▲
NYT Year in Interactive Storytelling
(nytimes.com)
3 points
by
aaronkrolik
11y ago
|
0 comments
24.
▲
In other countries you're as likely to be killed by X
(nytimes.com)
2 points
by
aaronkrolik
11y ago
|
0 comments
25.
▲
by
aaronkrolik
11y ago
Could kazakhstan take "national security cert" traffic, crack it and then apply a different, globally trusted cert? Couldnt they also strip the public-key-pins header from incoming traffic?
26.
▲
by
aaronkrolik
11y ago
How would this affect access to bitcoin/blockchains in Kazakhstan?
27.
▲
by
aaronkrolik
11y ago
If the js asset cant be trusted, what would stop an adversary from mitm-ing the application level implementation?
28.
▲
by
aaronkrolik
11y ago
"mobile is here to stay" nothing in the past decade has been here to stay. I dont know what the next decade holds, but i highly doubt it will look like what we now call 'mobile'
29.
▲
by
aaronkrolik
11y ago
We had a wifi radar at school. Was scary good. Only downside was that it jammed wifi for half the engineering building
30.
▲
by
aaronkrolik
11y ago
Style question re dom manipulation: third party embeds, such as twitter, instagram often come as specially classed blockquote elements that are swapped with iframes by a jquery plugin. What is the best way to integrate this with react?
More ›