Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
286c8cb04bda
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
286c8cb04bda
10y ago
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
2.
▲
by
286c8cb04bda
11y ago
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
3.
▲
by
286c8cb04bda
11y ago
> certs are never "renewed" but just reissued with new dates This is correct.
4.
▲
by
286c8cb04bda
11y ago
> 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 domain (Error code: ssl_error_bad_ce
5.
▲
by
286c8cb04bda
11y ago
Maybe in theory, but when the DRM tracks when you're reading the book: https://www.adobe.com/privacy/ade.html
6.
▲
by
286c8cb04bda
11y ago
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
7.
▲
by
286c8cb04bda
11y ago
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 matching the title seems to have been fixed.
8.
▲
by
286c8cb04bda
11y ago
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 Studio. So you would be able to
9.
▲
by
286c8cb04bda
11y ago
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 by the Federal government, and are for holding persons who
10.
▲
by
286c8cb04bda
11y ago
> 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&resolution=---&
11.
▲
by
286c8cb04bda
11y ago
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 would never return. The only solutions was to reboot the
12.
▲
by
286c8cb04bda
11y ago
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.
13.
▲
by
286c8cb04bda
12y ago
> 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 their website & import them into your keyring. 2.
14.
▲
by
286c8cb04bda
12y ago
> I'm still certain I've seen talk of indexing metadata... This reminded me of BFS: https://en.wikipedia.org/wiki/Be_File_System
15.
▲
by
286c8cb04bda
12y ago
> 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 of the lin
16.
▲
by
286c8cb04bda
12y ago
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 same elements. I'll use a couple of examples from
17.
▲
by
286c8cb04bda
12y ago
> 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 elsewhere which you might have
18.
▲
by
286c8cb04bda
12y ago
> 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 slaves, or something like that. Then developers have to rem
19.
▲
by
286c8cb04bda
12y ago
> 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 today was not wasted. (It's at https:/
20.
▲
by
286c8cb04bda
13y ago
> 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 the target therein and click the "Edit..."
21.
▲
Interviews with the Masters eBook (includes Paul Graham interview) now free.
(amazon.com)
1 points
by
286c8cb04bda
13y ago
|
1 comments
22.
▲
by
286c8cb04bda
13y ago
Usually the kernel halts.
23.
▲
by
286c8cb04bda
13y ago
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.
24.
▲
by
286c8cb04bda
13y ago
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 in the United States, citizen or not
25.
▲
by
286c8cb04bda
13y ago
> I want C (Objective-C) with Lisp macros too. You might be interested in http://programming.nu/
26.
▲
by
286c8cb04bda
13y ago
> It would be awesome if there was a lisp that could compile directly to LLVM using native objectiveC libraries on iOS. You might be interested in http://programming.nu/
27.
▲
by
286c8cb04bda
13y ago
> Then the technical people think it's a comment, not a web address. They would be wrong. URLs beginning with // are scheme-relative -- http://www.w3.org/TR/2012/WD-url-20120524/#resolve-a-
28.
▲
by
286c8cb04bda
13y ago
If the chance of a catastrophic event happening is one-in-a-million, then it is equally likely to happen on the 13th and on the millionth coin toss. > Assuming that the normal rate of battery fires after collisions is one per million,
29.
▲
by
286c8cb04bda
13y ago
$ uname -s Darwin $ type seq seq is /usr/bin/seq The man page says -- The seq command first appeared in Plan 9 from Bell Labs. A seq command appeared in NetBSD 3.0, and ported to FreeBSD 9.0. This command was
30.
▲
by
286c8cb04bda
13y ago
> How could it be re-used? To somewhat over-simplify, concrete is made from three things: Cement, large aggregate (big rocks), and small aggregate (little rocks). Broken up concrete works pretty well as large aggregate.
More ›