Natan Yellin
31p34 comments posted · 0 followers · following 0
54 weeks ago @ NatanYellin.com - Project management sof... · 0 replies · +1 points
57 weeks ago @ NatanYellin.com - Protect Your git Repos... · 0 replies · +1 points
59 weeks ago @ NatanYellin.com - bad interpreter: No su... · 0 replies · +1 points
It's not a bash issue. On modern UNIX operating systems, the shebang is parsed by the kernel.
For example, the Linux shebang implementation is located in linux/fs/binfmt_script.c:
/*
* This section does the #! interpretation.
* Sorta complicated, but hopefully it will work. -TYT
*/
...
if (*cp == ' ')
return -ENOEXEC; /* No interpreter name found */
(http://lxr.post-tech.com/source/fs/binfmt_script.c?v=linux-2.6.29-c100-a)
60 weeks ago @ NatanYellin.com - bad interpreter: No su... · 0 replies · +1 points
60 weeks ago @ NatanYellin.com - bad interpreter: No su... · 2 replies · +1 points
There's a good explanation on Wikipedia detailing how shebangs work.
http://en.wikipedia.org/wiki/Shebang_(Unix)#History
63 weeks ago @ NatanYellin.com - Lessons Learned from W... · 0 replies · +1 points
67 weeks ago @ NatanYellin.com - Mars: I Don't Care If ... · 1 reply · +1 points
Of course there's no infrastructure in place (yet) that can offer the high-speed connection between Mars and Earth that you need for this to work. But the problem is solvable.
68 weeks ago @ NatanYellin.com - My Facebook ID is 6691... · 0 replies · +1 points
It's a shame that the WSJ article focused on Facebook instead of discussing what different firms do or don't do.
Edit: Regarding your quote from the article, I'm slightly skeptical that they really threw out the extra information. RapLeaf also claimed that they didn't pass any of the information onwards, yet 12 other companies still had access to it.
116 weeks ago @ NatanYellin.com - Web Developers Wanted · 0 replies · +1 points
117 weeks ago @ NatanYellin.com - Zeitgeist Hackfest- Us... · 0 replies · +1 points
Siegfried Gevatter added Zeitgeist support to GNOME Shell as a Google Summer of Code project. His patches are still awaiting review, so in the meantime we decided to develop a new user interface which doesn't depend on the shell. I'd love to see the two UIs merge together at some point.
Thingamajig