Viewing profile — rcoh
rcoh
HN member- Joined
- Tue, Jun 26, 2012, 12:47 AM UTC
- HN karma
- 80
- Public activity
- 44 items
- HN profile
- View on Hacker News ↗
About rcoh
No profile information was provided.
Recent public activity
-
comment
Comment #7611290
The stdlib rand() function on unix has a global lock around it provided by many versions of Linux. As such, if rand() is called in performance critical parallel code, performance w…
- story
-
comment
Comment #7380036
From github: The algorithm is iterative deepening depth first alpha-beta search. The evaluation function tries to minimize the number of tiles on the grid while keeping same/simila…
- story
-
comment
Comment #7058454
Was that article thrown together in 10 minutes? It's filled with typos: "But federal safety regulators on Tuesday classified as a recall Tesla' move to provide upgraded wall adapte…
-
comment
Comment #6886311
As a gut check, if you're solving some replication problem and you'd consider using Paxos to solve the problem, be /very/ wary and reason extremely carefully about why your weaker …
-
comment
Comment #6737948
The US hasn't adopted EMV because it isn't necessary. EMV was created because in Eastern Europe many businesses didn't have sufficiently reliable phone and internet connections to …
- story
-
comment
Comment #6355922
1. I'm thinking of it being connected with Google Play. 2. Once you've increased the scope beyond the apps on the device, work needs to be done to show the most relevant and useful…
-
comment
Comment #6355433
An Android phone is my primary device. A few key issues for me: 1. No app discovery -- I want to find out about apps that can work with my content. 2. Action curation -- I want to …
-
comment
Comment #6355408
This is a good start -- http://x-callback-url.com/ is a standard and listing for apps that support it. The biggest problem is that there is a limited amount of data that you can tr…
-
comment
Comment #6355009
Yes. The Ubuntu Phone / OS is a interesting byproduct of this idea.
-
comment
Comment #6354771
There's a difference between the performance you want in your kernel and the performance you need sharing to Facebook. It seems like creating monolithic mobile apps is premature op…
-
comment
Comment #6354714
Ah, yeah. I was talking about iOS in particular. Android intents are pretty sweet -- a couple the missing bits to make them great in my mind are -- App discovery: tell me about app…
-
comment
Comment #6354670
We think that the key is to provide a limited and controlled interface between the apps (which is what we're trying to do). We'll see how it goes :-)
-
comment
Comment #6354657
Intents are useful, but could be better. A standard way to hook into the Facebook app is fine for Facebook but what about when the space is more fragmented? Should app authors have…
-
comment
Comment #6354607
Ah, thanks for the heads up. I've updated the footnote.
-
comment
Comment #6343861
It seems that what you actually want is for CoffeeScript to have configurable backends. I agree that it's silly to generate IE6 compatible code when I know that I'm targeting node.…
- story
- story
-
comment
Comment #6123406
Times must be hard if you're selling free t-shirts for money :-p
- story
-
comment
Comment #5702922
I'm especially excited about the race detector. It looks like a practical implementation of http://cseweb.ucsd.edu/~savage/papers/Sosp97.pdf . Always exciting to see research comin…
-
comment
Comment #5681028
For a while, Linked in was present a password input box that looked like "You failed to login, try again" at a glance, but in reality it was asking for your email address and passw…
-
comment
Comment #5650972
Ironically, I'm seeing 500s. Great for testing my reliability in the face of errors!