Viewing profile — 286c8cb04bda
286c8cb04bda
HN member- Joined
- Mon, Oct 31, 2011, 9:37 PM UTC
- HN karma
- 414
- Public activity
- 157 items
- HN profile
- View on Hacker News ↗
About 286c8cb04bda
No profile information was provided.
Recent public activity
-
comment
Comment #12266398
It's sending the "wrong" one -- $ curl -I http://lcamtuf.coredump.cx/squirrel/ HTTP/1.1 200 OK Date: Thu, 11 Aug 2016 05:18:00 GMT Server: Apache Last-Modified: Mon, 19 Sep 2011 23…
-
comment
Comment #11250077
pacman has been ported to OS X a few times https://bbs.archlinux.org/viewtopic.php?id=53960 https://bbs.archlinux.org/viewtopic.php?id=122544
-
comment
Comment #10711099
> certs are never "renewed" but just reissued with new dates This is correct.
-
comment
Comment #10329926
> anki is good, but for some reason they have a self signed certificate on their site, which I haven't checked out yet, so I won't link to it It's not self signed, it's the wrong d…
-
comment
Comment #10234996
Maybe in theory, but when the DRM tracks when you're reading the book: https://www.adobe.com/privacy/ade.html
-
comment
Comment #10234927
The ebook version from MIT press is Adobe Digital Editions. It is also available (more expensive) in Kindle format: http://www.amazon.com/-/dp/B0135G71BG
-
comment
Comment #10159653
An URL for the edification of others -- http://www.amazon.com/dp/B00L00EJU6 (I have just purchased the book, and the problem mentioned in negative reviews about the text not matchi…
-
comment
Comment #9426534
I recommend this book: http://www.amazon.com/-/dp/0321877586 It focuses on the language, not any specific implementation. The examples all use the command-line compiler, not Visual…
-
comment
Comment #9408351
Jails are run by counties or cities, and are for persons awaiting trial (i.e. not been convicted) or persons found guilty and serving short sentences. Prisons are run by a state or…
-
comment
Comment #9407748
> 1470 open issues That's a really weak argument. Here's 5000 Firefox bugs: https://bugzilla.mozilla.org/buglist.cgi?component=General&product=Firefox&query_format=advanced&resolut…
-
comment
Comment #9352662
The biggest recurring issue was deadlocks in the garbage collector. It would start cleanup in a subvolume and trip all over itself. After that, any I/O to that specific directory w…
-
comment
Comment #9343603
I've used btrfs (at several-petabytes-of-data scale) and wouldn't trust it any more than HFS+. Use ZFS if you like, or XFS, or even ext4 instead.
-
comment
Comment #9137954
> Though they provide RSA and DSA signatures how would I verify the signatures themselves? Ideally, it goes something like this -- 1. Start with the master keys. Download them from…
-
comment
Comment #8408789
> I'm still certain I've seen talk of indexing metadata... This reminded me of BFS: https://en.wikipedia.org/wiki/Be_File_System
-
comment
Comment #8357157
> Presumably in this editor "_" represents the "whole line" region, which leads to also "c_" and "y_". That's not specific to this editor. In vim _ goes from the cursor to the end …
-
comment
Comment #8354044
That's kinda close. In sign languages, individual signs can be decomposed into different elements: Hand shape, motion, position, et al. Related terms or ideas will use some of the …
-
comment
Comment #8011305
> Why do they do this? This short form is "for historical reasons". That's not "they're too lazy to fix it" reasons, rather there is a very large amount of hardware deployed elsewh…
-
comment
Comment #7859523
> Application configuration can be static (just hardcode localhost:3306 for your DB, for example). I wonder how this scales when you have multiple databases, or have read-only slav…
-
comment
Comment #7664477
> Also a designer can tell a dev exactly what he/she wants in terms of animation values (assuming they're using origami) Thank you for introducing me to Origami! My time on HN toda…
-
comment
Comment #7338403
> Am I the only one that would like to be able to setup a time range when it's allowed to use my bandwidth? You can. After you setup a target open the Preferences window. Select th…
- story
-
comment
Comment #6733126
Usually the kernel halts.
-
comment
Comment #6654076
Owning things that you use infrequently is inefficient. If you could rent or borrow it for the actual time that you need it, then you are wasting (time|money|other) if you own.
-
comment
Comment #6648795
It won't work on Customs and Immigration. When you're talking to them you're not "in the US" yet. After that, yes, the privilege against self-incrimination is granted to everyone i…
-
comment
Comment #6636751
> I want C (Objective-C) with Lisp macros too. You might be interested in http://programming.nu/