Hacker Newsnew | past | comments | ask | show | jobs | submit | 2012-02-07login
Stories from February 7, 2012
Go back a day, month, or year. Go forward a day, month, or year.
1.Introducing Chrome for Android (googleblog.blogspot.com)
476 points by cleverjake on Feb 7, 2012 | 233 comments
2.Vim anti-patterns (sanctum.geek.nz)
333 points by mcrittenden on Feb 7, 2012 | 142 comments
3.Show HN: Favicon alert bubbles (tommoor.github.com)
271 points by tommoor on Feb 7, 2012 | 63 comments
4.Romanian Prime Minister Admits He Has No Idea Why Romania Signed ACTA (techdirt.com)
261 points by sirwitti on Feb 7, 2012 | 64 comments
5.Apple’s great GPL purge (ath0.com)
241 points by jamesbritt on Feb 7, 2012 | 205 comments
6.Canonical will no longer fund Kubuntu (kde.org)
200 points by hotice on Feb 7, 2012 | 83 comments
7.Ruby Trick Shots (rubyreloaded.com)
200 points by wlll on Feb 7, 2012 | 30 comments
8.You're solving the wrong problem (azarask.in)
192 points by coderholic on Feb 7, 2012 | 38 comments
9.How to Succeed as an Introvert (hp.com)
179 points by hn12 on Feb 7, 2012 | 65 comments
10.Square Releases Open Source WebSocket Client for Objective-C (squareup.com)
175 points by mikelikespie on Feb 7, 2012 | 19 comments
11.LinkedIn Is Acquiring Contacts Start-Up Rapportive (YC S10) (allthingsd.com)
169 points by sahillavingia on Feb 7, 2012 | 35 comments
12.Show HN: Cron.io - Sharing a by-product. Should this be a full service? (cron.io)
153 points by coenhyde on Feb 7, 2012 | 70 comments
13.Autodidacticism (raganwald.posterous.com)
149 points by fogus on Feb 7, 2012 | 33 comments
14.Pinterest quietly modifying users links to generate affiliate revenue (llsocial.com)
146 points by bproper on Feb 7, 2012 | 68 comments
15.Amazon S3 Price Reduction (aws.typepad.com)
146 points by jeffbarr on Feb 7, 2012 | 56 comments
16.Salon publishes 33% fewer articles, traffic grows 40% (salon.com)
144 points by bproper on Feb 7, 2012 | 38 comments
17.My foxhole radio (jgc.org)
142 points by jgrahamc on Feb 7, 2012 | 28 comments
18.CoffeeScript Under Pressure (mattdw.github.com)
133 points by wgx on Feb 7, 2012 | 55 comments
19.70 Groups Tell Congress To Put The Brakes On Any Further Efforts To Expand IP (techdirt.com)
131 points by dazbradbury on Feb 7, 2012 | 14 comments
20.What Level Programmer Are You? (whattofix.com)
126 points by DanielBMarkham on Feb 7, 2012 | 64 comments
21.How my todo list works (antirez.com)
123 points by antirez on Feb 7, 2012 | 33 comments
22.Snapjoy (YC S11) unveils Flickraft, one-click migration for Flickr users (flickraft.com)
122 points by jpren on Feb 7, 2012 | 66 comments
23.Twitter adds SPDY support to Netty (netty.io)
121 points by cgbystrom on Feb 7, 2012 | 18 comments
24.Anonymous releases stolen Symantec source code (thepiratebay.se)
116 points by __david__ on Feb 7, 2012 | 36 comments
25.Rice Uiversity Announces Open Source Textbooks (insidehighered.com)
109 points by aheilbut on Feb 7, 2012 | 13 comments

I find it mind blowing that (in the comments of the blog post) someone asked the Path CEO:

> Why wasn't this [sending all the contacts to your servers without users knowing] an opt-in situation to begin with? Isn't that against Apple's own T&Cs?

and the Path CEO replied:

> This is currently the industry best practice and the App Store guidelines do not specifically discuss contact information. However, as mentioned, we believe users need further transparency on how this works, so we've been proactively addressing this.

Really guys? REALLY? This is why developers need explicit guidelines, because as they just demonstrated if there are no guidelines companies default to the thing that exploits the end user! (incidentally, its unfair to pick on Path too much as almost all social networking applications do exactly this also.)

I actually cringed when I read this "however, as mentioned, we believe users need further transparency on how this works" ... which is why it took someone running a proxy and writing a blog post for you to suddenly be transparent about it. Mind blowing. Why even say that?

Btw, times like this? You destroy any and all credibility when you say you are trying to build a company that is built to last or one that is going to follow in the footsteps of Apple.

Apple would never do this to their users.

(do not make this a discussion about the evil and good sides of Apple. Apple has repeatedly not bowed to companies desires for owning contact information and I expect they will fix this contact hole in the near future.)

It's sad because I respect Path and their love of design. But design isn't just about how it looks. It needs to resonate through the entire vision, company, product, and how you treat people.

27.What Silicon Valley gets wrong about math education again and again (mrmeyer.com)
106 points by occam98 on Feb 7, 2012 | 83 comments
28.Game Development Essentials #1 - Don’t use inheritance for your game objects (unlikekinds.com)
104 points by whalabi on Feb 7, 2012 | 47 comments

Reposted here since it seems the page linked is no longer visible (at least for me).

------------

Apple’s great GPL purge

Posted on 5 February 2012 by meta Apple obligingly allows you to browse and download the open source software they use in OS X. Since they have listings for each version of OS X, I decided to take a look at how much software they were using that was only available under the GNU public license. The results are illuminating:

10.5: 47 GPL-licensed packages. 10.6: 44 GPL-licensed packages. 10.7: 29 GPL-licensed packages. This clearly supports the idea that Apple is aggressively trying to remove all GPL-licensed software from OS X. While the removal of Samba and GCC got some attention, the numbers show that there’s a more general purging going on.

The 29 remaining GPL-licensed packages aren’t too healthy either. Lion apparently ships with bash 3.2. That’s from 2006. The current version is 4.2.10. Why no upgrade? Because Apple’s shipping the last version of bash that was under the GPL version 2.

The message is pretty obvious: Apple won’t ship anything that’s licensed under GPL v3 on OS X. Now, why is that?

There are two big changes in GPL v3. The first is that it explicitly prohibits patent lawsuits against people for actually using the GPL-licensed software you ship. The second is that it carefully prevents TiVoization, locking down hardware so that people can’t actually run the software they want.

So, which of those things are they planning for OS X, eh?

I’m also intrigued to see how far they are prepared to go with this. They already annoyed and inconvenienced a lot of people with the Samba and GCC removal. Having wooed so many developers to the Mac in the last decade, are they really prepared to throw away all that goodwill by shipping obsolete tools and making it a pain in the ass to upgrade them?

30.Wolfram Alpha Pro democratizes data analysis (theverge.com)
97 points by ssclafani on Feb 7, 2012 | 13 comments

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

Search: