Hacker Newsnew | past | comments | ask | show | jobs | submit | qzc4's commentslogin

It's because of the #include <stdio.h>, isn't it?


No, it's because its decompiling from _start downwards. From main downwards it's actually very straightforward.

You can also see that GCC did strength reduction of printf("thing\n") to puts("thing").


"should be"—have you tried setting your monitor to grayscale? (It's not quite accurate, but fairly close).


I think I'd almost be willing to use this interface if I got a terminal. Fortunately I have the option of jailbreaking.


Yes, but it's hard to quantify the benefits (or even the costs) of a security measure—it's just as much a risk evaluation as it is a cost one.


Like so much of economics, the hard part is coming up with a price tag that everyone agrees on in all contexts. How much would you pay to save your grandmother's life from an illness? How much would you accept to allow me to hunt her for sport?

So, in that sense, coming up with a precise measure of marginal cost / marginal benefit would be hard in practice.


  #!/bin/bash


That should be #!/usr/bin/env bash, particularly for BSD which does not install bash in /bin. Nothing new about absolute executable paths being non-portable, #!/bin/bash is as bad as #!/usr/bin/python.


I'm not saying you should use that. It's just that "#!/bin/bash" shows 18 million results on Google while "#!/usr/bin/env bash" shows only 121,000.


Yes, I remember reading that at some point, but what I found interesting is that they seem to be trademarking not the glyph, but the codepoint, so these fonts: http://en.wikipedia.org/wiki/Private_Use_Areas#U.2BF8FF_usag... are breaking the law. Or rather, anything with the character in it, like Codhisattva's comment.


How are they breaking the law? That would require use in an infringing way, and the law has some well defined requirements for what that means.

First, Why do you think that Apple claims a trademark on the codepoint? It's not something Apple mentioned in the quote I did earlier:

> The graphic image associated with the Apple logo character is not authorized for use without permission of Apple, and unauthorized use might constitute trademark infringement.

I also did a USPTO trademark search for 'F8FF' and found nothing, so it doesn't look like the codepoint is trademarked.

Second, even if there were some sort of trademark on F8FF, inclusion of a symbol in a font isn't in and of itself trademark infringement. The use must cause a likelihood of customer confusion, otherwise no infringement is possible.

Take a look at http://fortawesome.github.io/Font-Awesome/icons/#brand or http://www.brandsoftheworld.com/search/logo?search_api_views... and tell me if you think they had to permission from the trademark holders.

Use of a trademark doesn't mean trademark infringement. Codhisattva's comment is not trademark infringement. There's no misrepresentation or market confusion. I can say things like "compatible with Micosoft Windows" even though I don't control that trademark or have permission from Microsoft.

Not only that, but in the US Codhisattva's comment is covered by free speech. I can sell a button that says "No !" as a form of protest or political commentary even if selling a T-shirt which says "I♥!" is likely infringement (doubly so if it infringes on NYC's INY style).


Err, "I♥NY".


Oddly enough, that page is giving me a 405:

    $ curl -IL http://www.amazon.com/gp/aag/main/ref=olp_merch_name_1\?ie=UTF8\&asin=0521141885\&isAmazonFulfilled=0\&seller=A2HO9KC0NMYNYH
    HTTP/1.1 405 MethodNotAllowed
    Date: Sat, 27 Sep 2014 22:57:27 GMT
    Server: Server
    x-amz-id-1: [redacted because I have no idea what this is]
    allow: POST, GET
    x-amz-id-2: [redacted because I have no idea what this is]
    Vary: Accept-Encoding,User-Agent
    Content-Type: text/html; charset=ISO-8859-1


Just downloaded https://itunes.apple.com/us/app/hacker-news-yc/id713733435?m... and commenting from it sucks (you have to tap the little link that shows a web view of the site). Usually I use ihackernews but I can't sign in to it for some reason.


I don't get why this is so newsworthy and "innovative". Matias makes a good line of keyboards[0] (even a mechanical one!) based on the same concept, just with 1 wireless and 1 wired connection. Wired is a lot less of a hassle for me anyway, and you don't even have to change the batteries.

[0]: http://matias.ca/onekeyboard/


just with 1 wireless and 1 wired connection

That's the innovation part. 1 wireless + 1 wired doesn't help you much if you want to use it with multiple mobile devices (tablet + phone, for example) besides laptops.

Personally, your keyboard would be useless to me; when I want to use laptop + tablet, I just use a regular keyboard and the Remote Keyboard app: https://play.google.com/store/apps/details?id=de.onyxbits.re...


Matias has some unpleasant keyboard patent stuff in their history, relating to half-keyboards.

http://ask.slashdot.org/story/12/08/23/1229240/ask-slashdot-...

(Search for Patent)


If you're on a Mac, TextMate is still going strong and that's what I use. If you are on Windows I would like to know the answer too.


Thanks. I'll give it a try, as I do use OSX at work :-)

Outside of work, I'm on Ubuntu though. Any suggestions that work on Linux would be appreciated too.


Consider applying for YC's Summer 2026 batch! Applications are open till May 4

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: