Natan Yellin

Natan Yellin

31p

34 comments posted · 0 followers · following 0

13 years ago @ NatanYellin.com - Project management sof... · 0 replies · +1 points

Thanks for the link. The project is small enough that I have no serious need for CI yet. I signed up anyway for the beta. I\'m going to experiment with automated testing.

13 years ago @ NatanYellin.com - Protect Your git Repos... · 0 replies · +1 points

I was wondering about the defaults. Thanks for explaining about Debian.

13 years 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)

13 years ago @ NatanYellin.com - bad interpreter: No su... · 0 replies · +1 points

Thanks, I didn't know about dos2unix.

13 years ago @ NatanYellin.com - bad interpreter: No su... · 2 replies · +1 points

It's the kernel. Bash doesn't run executable files - the kernel does that.

There's a good explanation on Wikipedia detailing how shebangs work.

http://en.wikipedia.org/wiki/Shebang_(Unix)#History

13 years ago @ NatanYellin.com - Lessons Learned from W... · 0 replies · +1 points

Thank you. :)

13 years ago @ NatanYellin.com - Mars: I Don't Care If ... · 1 reply · +1 points

I just had a discussion with friends about the internet issue today. With some sort of inter-planet CDN you could reduce the latency for most regular internet activity. There's no way of fixing live VOIP and (video)chatting, but you might even be able to get Google and dynamic websites to work. You'd need some sort of intelligent caching system that knew what you were likely to search for so that it could cache results ahead of time...

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.

13 years ago @ NatanYellin.com - My Facebook ID is 6691... · 0 replies · +1 points

Looking at the bigger picture, I'm not convinced that it makes a difference. Many popular websites already have users' real names (for example, the New York Times) so advertising networks can link cookies to real names anyway, depending on what agreement they have with the website.

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.

14 years ago @ NatanYellin.com - Web Developers Wanted · 0 replies · +1 points

I'll get back to you all soon with details. Thanks everyone. :)

14 years ago @ NatanYellin.com - Zeitgeist Hackfest- Us... · 0 replies · +1 points

We'd love to see integration with GNOME Shell.

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.