Viewing profile — deafbybeheading
deafbybeheading
HN member- Joined
- Tue, Feb 07, 2012, 6:42 PM UTC
- HN karma
- 83
- Public activity
- 50 items
- HN profile
- View on Hacker News ↗
About deafbybeheading
No profile information was provided.
Recent public activity
-
comment
Comment #9267972
Only if you interrupt the actual `rm`, no? If you interrupt the main command, you won't get a 0 exit code so the `||` branch still executes. Your mechanism is clearly safer, but th…
-
comment
Comment #9261547
Thanks, I know `||` in general--I meant I hadn't seen the specific construction GP had used. The error handling to delete the output file in case the command failed is really elega…
-
comment
Comment #9261291
Can you explain what the program itself is doing to do that? That is, can you explain the Coq program itself (and how it triggers the bug)?
-
comment
Comment #9261277
Oh my! That `||` is gorgeous. I hadn't seen that before.
-
comment
Comment #9090656
>Fun fact: ASCII actually reserved control characters for this stuff. 1F is the "unit separator" and 1E is the "record separator". There is even a "group separator" (1D) and a "fil…
-
comment
Comment #9072971
A colleague uses the Dell XPS 13 and it's pretty good; I'm eyeing that for my next machine.
-
comment
Comment #8897217
Why not have Apple require apps to run usefully with just basic permissions? Anything beyond access to own files is optional. This could certainly be gamed, but scrupulous app auth…
-
comment
Comment #8636047
Some valid points, but GitHub's UI evolution has been phenomenal over the last two years.
-
comment
Comment #7529890
Stupid (and somewhat tangential) question: how do bypass kernels work with virtualization, if at all?
-
comment
Comment #7175227
...and a mechanism provided by the party you are attempting to secure passwords from. I use LastPass, but just sayin'.
-
comment
Comment #6859281
In about a year of using Campfire, I never saw a single bug fix or new feature. We've since moved to HipChat, and while it's not perfect, it's so refreshing to pay for a service th…
-
comment
Comment #6712638
Rollback is essentially like a fork to the past. It creates a new database, but only replays transactions up to a specific instant. It's based on the Postgres Point-in-Time Recover…
-
comment
Comment #6544015
Oof, you're right--sorry about that. The addons page [1] has the right pricing, but our own pricing page is incorrect. I'll make sure we get this updated. Thanks for pointing it ou…
-
comment
Comment #6542020
While I agree this is not a huge engineering endeavor and Yahoo could do the Internet a solid by making this work, our free dev databases are limited to 10k rows (and, as the name …
-
comment
Comment #6487451
Microsoft sometimes licenses things like this and it's commonly referred to as "shared source."
-
comment
Comment #6424307
General usability is important in pretty much all interfaces, but discoverability isn't. There's a big difference between designing an interface a user will be instantly familiar w…
-
comment
Comment #6423391
Not to mention the program sigkills itself before it attempts to `exit 0`...
-
comment
Comment #6420049
That's absurd. The law of diminishing returns comes into play, and for most cases, assembly is just not worth it (whereas C or C++ is). Rust seems like another interesting take at …
-
comment
Comment #6354699
The default is determined by initdb, but was capped at 32MB due to the above issue. With this change, the cap's been bumped to 128MB.
-
comment
Comment #6300070
reference: http://www.ufopaedia.org/index.php?title=Elerium-115
-
comment
Comment #6215905
As a big fan of the GPL, ...I'm skeptical. I don't think Valve would benefit from keeping any potential modifications (or even plugins) secret, given that these would be far remove…
-
comment
Comment #6001267
I'll take talking to my phone as a first step. Getting simple file transfers to my SIII has been a pain, not to mention anything more sophisticated...
-
comment
Comment #5532159
Don't forget --no-preserve-root
-
comment
Comment #5338169
Why not rsync?
-
comment
Comment #5198997
Indeed. A few years ago, I worked in an Adobe Flex on a reporting front-end that had significant client-side complexity and required us to support relatively old browsers. We re-ev…