Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
program
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
91.
▲
by
program
13y ago
In my opinion the confusing part is not about SEGFAULT or NullPointerException. Let's make and example: NSArray *obj = nil; [obj count]; // return 0 In theory a nil object can hide in your code for a long time if y
92.
▲
by
program
13y ago
As you can clearly see from the code it's perfectly acceptable in Objective-C to send a message to nil. This is a powerful feature that prevents the program from crashing but it is confusing for beginners.
93.
▲
by
program
13y ago
This is very sad, my country is very sad. The law states that "if you sell something in Italy then you are a permanent establishment on the Italian territory." Someone can say that if a server isn't hosted on the italian terr
94.
▲
by
program
13y ago
Reproduced from Italy just a couple of minutes ago.
95.
▲
by
program
13y ago
I've noticed that is doesn't work if you aren't connected with your google account.
96.
▲
by
program
13y ago
Safari on iOS 6 crashes every time I add a solid to the scene; which is kind of fascinating.
97.
▲
by
program
13y ago
I find the Eigengrau to be a very relaxing color and I use it as the background of my desktop. It always puzzled me that it's not a pure grey but it has a little blue. I thought he had more sense that there was a little red because of
98.
▲
by
program
13y ago
Unfortunately this approach does not work in HTTPS world. See https://tools.ietf.org/html/rfc2616#section-15.1.3 Clients SHOULD NOT include a Referer header field in a (non-secure) HTTP request if the referring page was tran
99.
▲
by
program
13y ago
All users are affected, as our approach requires neither a jailbroken device nor user interaction According to this article a user interaction is needed. You have to attach your phone to a third party charger in order to be i
100.
▲
by
program
13y ago
I wonder how they deal with ironic statements. It seems that they merely extract words out of the context.
101.
▲
by
program
13y ago
It's the URI behind the File API: http://www.w3.org/TR/FileAPI/#url
102.
▲
by
program
13y ago
On the $(document).ready call change: var d = new Date(element.name); to var d = Date.parse(element.name); This will solve the "undefined NaN, NaN:aN PM" issue.
103.
▲
by
program
14y ago
As a side note a lot of Wordpress sites do expose the wp-config-sample.php file. See for example the official Yahoo! Blog, The Wall Street Journal, Sony Blog, etc...: http://ycorpblog.com/wp-config-sample.php http://blogs.wsj.com/law/wp-
104.
▲
by
program
14y ago
Confirmed that the bug doesn't affect Lion.
105.
▲
by
program
14y ago
Making my first toy language is one of the most interesting advertures as a programmer. LLVM is quite complex and the documentation is far from stellar but it's usable for teaching how a compiler works. Also I like the restyling. LLVM landi
106.
▲
by
program
14y ago
As a side note: who is sick of the Bootstrap #0088CC color?
107.
▲
by
program
14y ago
I tried the most complicated regular expression in the world: http://ex-parrot.com/~pdw/Mail-RFC822-Address.html and the server 500'd. Just joking, it's a very good tool. P.S. it crashed with three nested groups (((a*)))
108.
▲
by
program
14y ago
They own duck.com cause it was the old site name of the "The Duck Corporation" (now On2 Technologies) acquired on 2010 (the VP8 Codec.) I see no evil here, only an unfortunate coincidence.
109.
▲
by
program
14y ago
Prepare for: 1) Much more complicated URL recognition regexp 2) Much more big Ablock Plus filter lists 3) ftnn2lhnosm.youtube 4) www.apple I'm joking. I really don't like the new gTLD thing.
110.
▲
by
program
14y ago
No. It's sold only at Element14, RS Components and Allied Electronics.
111.
▲
by
program
14y ago
The are 30 images so there is a 3.3% success rate using a random pick approach. Which is enough.
112.
▲
by
program
14y ago
Where is Movable Type?
113.
▲
by
program
14y ago
I can't find the differences between the 9$/mo Beta Subscription Plan and the Free Plan.
114.
▲
by
program
14y ago
As a side note do not use the Bootstrap class .well together with .row cause it overflow because of padding. Create this structure: div.row > div.well > the content.
115.
▲
by
program
14y ago
There's no need to install XCode in order to have GCC/LLVM and satellite programs. Go to connect.apple.com, authenticate and download the "Command Line Tools (OS X version) for XCode."
116.
▲
by
program
14y ago
My conclusion: count() is horribly slow. Always precalculate it, if possible. https://github.com/php/php-src/blob/master/ext/standard/arra... In PHP they actually check the length of an array at every invocation of count(). As fa
117.
▲
by
program
14y ago
It often puzzled my mind how a story like this can jump on HN first page. The world has changed a lot in the last 3 years. http://www.tiobe.com/index.php/content/paperinfo/tpci/index.... http://lang-index.sourceforge.net/ P.S. I know th
118.
▲
by
program
14y ago
RS specs page has been updated: http://raspberrypi.rsdelivers.com/product/raspberry-pi/raspb... I'm very happy that my order has been delayed.
119.
▲
by
program
14y ago
This is well known. This "news" is very old. http://www.broadcom.com/products/BCM2835
120.
▲
by
program
14y ago
The 3 and 1/4 icons displayed on a single row is a bad idea. Not because it's bad UX but because it seems that the application doesn't cache any hidden icons. Every time I scroll the list that's a (very) small loading time that block the na
More ›