Viewing profile — jhiesey
jhiesey
HN member- Joined
- Tue, Jun 21, 2011, 6:45 PM UTC
- HN karma
- 115
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About jhiesey
No profile information was provided.
Recent public activity
-
comment
Comment #40358036
Agreed. Virtualized 3d acceleration in particular still has quite a bit of "secret sauce" left in it.
-
comment
Comment #38004254
In parts San Francisco you'll see a couple waymo/cruise cars drive by in any 5 minute interval
- story
-
comment
Comment #34798336
If this is truly meant as a PoC to raise awareness, shouldn't there be a writeup of how it works and/or source code? I'm not interested in running some random binary that claims to…
- story
-
comment
Comment #31284280
The domain sentry.io resolves (for me at least) to a Google Cloud ip address in the us-central1 region, which is having an outage as well: https://status.cloud.google.com/incidents…
-
comment
Comment #28777804
It's the Erlang runtime/virtual machine, like the JVM is for Java, Scala, etc.
-
comment
Comment #26258202
Current US mail trucks are right hand drive so the driver can deliver to curbside mailboxes without getting out.
-
comment
Comment #24560005
Probably an isolation transformer. A search for “cable tv isolation transformer” gives lots of results.
-
comment
Comment #23666919
I bet you could get a lot better color if you used the screen itself to generate the bayer pattern on film rather than printing it with a printer. Get some large format color negat…
-
comment
Comment #22079143
Yes this issue is still there unfortunately.
-
comment
Comment #21751429
Free electron lasers generate X-rays using a single pass through the lasing medium, which is essential because you can't make good mirrors at those wavelengths either.
-
comment
Comment #21517156
As a fuel. And yes, it's the same principle.
-
comment
Comment #21353157
I would guess it comes from calling the universal quantifier ”for all” in logic
-
comment
Comment #21329524
Isn't that referring to publishing earnings on the company's own website or social media they control, not on independent publishers like TechCrunch?
-
comment
Comment #20709949
Lightning is a major natural cause.
-
comment
Comment #20470083
Why throw away your computers? Why not remove/disconnect the batteries (if portable) and just store them somewhere in case you eventually no longer suspect a hardware hack, as in t…
-
comment
Comment #20468893
I think that's the broader problem that the article is trying to get at. Pornography is just an example that makes it clearer to people that they should care about it.
-
comment
Comment #20389153
WebRTC typically does use UDP. But it certainly isn't as flexible as what you can do with a native app.
-
comment
Comment #17606715
It's the same story with Action Park: https://en.wikipedia.org/wiki/Action_Park#Factors_contributi...
-
comment
Comment #17563197
Is the site down? I get an infinite redirect loop.
-
comment
Comment #14621300
The link 302 redirects to " http://SRVHOSTNAME" . Google cache (no images/diagrams though): http://webcache.googleusercontent.com/search?q=cache:G5RqIkY... Edit: also, copyright da…
- story
-
comment
Comment #10207344
It makes my Sauce Labs tests on iOS devices fail, and I bet other people's fail as well. I think the simulators usually try to load apple.com for some reason before the page under …
-
comment
Comment #7826920
I might be missing something, but the final version still looks susceptible to deadlock to me. Suppose the buffer is empty. Process A, which is reading, gets through the mutex_unlo…