Hacker Newsnew | past | comments | ask | show | jobs | submit | 2013-02-06login
Stories from February 6, 2013
Go back a day, month, or year. Go forward a day, month, or year.
1.Employees leave managers, not companies (alaisterlow.com)
625 points by kirkus on Feb 6, 2013 | 257 comments
2.Announcing Topaz: A New Ruby (topazruby.com)
481 points by jnoller on Feb 6, 2013 | 182 comments
3.Remember when people tracked bugs? (jwz.org)
277 points by rwmj on Feb 6, 2013 | 162 comments
4.In the future, all space marines will be Warhammer 40K space marines (mcahogarth.org)
270 points by ValentineC on Feb 6, 2013 | 146 comments
5.First impressions of Leap Motion (liangzan.net)
192 points by liangzan on Feb 6, 2013 | 85 comments
6.Play framework 2.10 released (playframework.com)
183 points by emdagon on Feb 6, 2013 | 73 comments
7.Show HN: Chime - A Notification Center for the Web (chimeapp.com)
161 points by trq_ on Feb 6, 2013 | 116 comments
8.Desiderata (wikipedia.org)
148 points by kghose on Feb 6, 2013 | 39 comments
9.Tom, Dick & Harry (jasq.org)
153 points by ubasu on Feb 6, 2013 | 66 comments

That is great HN content!

Debugging deep down the rabbit hole, until you find a bug in the NIC EEPROM - and the disbelief many show when hearing a software message can bring down a NIC.

I for one would enjoy reading more content like this on HN that what qualifies as best as a friday-night hack

11.Kinda like apt-get, but for Windows (chocolatey.org)
140 points by franze on Feb 6, 2013 | 101 comments
12.Salar.ly - real salary info for tech jobs (salar.ly)
131 points by craigkerstiens on Feb 6, 2013 | 76 comments

The problem here is that the modern company embodies a lot of the principles of medieval serfdom.

Serfs occupied a portion of land and owed a portion of their crops to the lord of the manor or their feudal lord. It was slavery in all but name.

The modern company is a kingdom. Managers are feudal lords. Managers can decide to hire (and fire) employees such that the employee is essentially beholden to that manager. Employment status is analagous to the land serfs worked.

The problem is that most companies have little internal mobility. If you don't get on with your manager the best thing for you and the company is to work for a different manager yet most companies make this exceedingly difficult.

At Google, individual engineers are far more empowered than that. There is a strong internal process for simply changing projects.

Also, most companies have performance feedback come solely from managers. Managers are an important source at Google but peer feedback carries a huge amount of weight.

So in many companies employees leave because they can't escape their feudal lord. I get it. The problem here is corporate feudalism.

Companies need to stop making it easier to move to a better team or getting a pay raise by leaving the company rather than moving within the company.

14.Google’s Supposed Chromebook Pixel (And Its Touch Display) Stars In Leaked Video (techcrunch.com)
122 points by derpenxyne on Feb 6, 2013 | 108 comments

I hate these kinds of articles because they can put tremendous pressure on people. There isn't a "right" way to spend your twenties (or thirties, or any decade) and comparing yourself to Einstein and Newton and Kepler like this article does is worse than counterproductive. The only way you should concern yourself with living is to try to be happy every day, whatever that means to you. Listening to pundits showing you charts and graphs and science about how you're wasting your life will just invite stress and pressure.
16.Preventing users from pouring water into coffee machine beans compartment (ux.stackexchange.com)
121 points by laurent123456 on Feb 6, 2013 | 90 comments
17.Facebook breaks logins (facebook.com)
117 points by apoorvamehta on Feb 6, 2013 | 52 comments
18.Unpacking my knapsack: the privileges of a Hispanic male in tech (danilocampos.com)
115 points by danilocampos on Feb 6, 2013 | 121 comments
19.How Etsy Grew their Number of Female Engineers by Almost 500% in One Year (firstround.com)
117 points by bberson on Feb 6, 2013 | 162 comments
20.Review: BlackBerry 10 is better, much better, late than never (arstechnica.com)
111 points by shawndumas on Feb 6, 2013 | 99 comments
21.Keeping Passwords in Source Control (ejohn.org)
110 points by creativityhurts on Feb 6, 2013 | 53 comments
22.KDE 4.10 has been released. (kde.org)
107 points by dysoco on Feb 6, 2013 | 36 comments
23.Don’t Waste Your Twenties (artofmanliness.com)
104 points by dragondilesh on Feb 6, 2013 | 100 comments
24.Microsoft Surface Pro Review (anandtech.com)
103 points by amartya916 on Feb 6, 2013 | 115 comments
25.The “I just got bought by a big company” survival guide (a16z.com)
104 points by randall on Feb 6, 2013 | 34 comments
26.Bitcoin Reaches All Time High Market Capitalization (bitcointalk.org)
91 points by mrb on Feb 6, 2013 | 53 comments
27.Show HN: Raspberry Pi website hit tracking neon sign (davidsingleton.org)
82 points by dps on Feb 6, 2013 | 20 comments
28.Dropbox Unveils Sync API For Mobile Developers (techcrunch.com)
81 points by goronbjorn on Feb 6, 2013 | 12 comments

I worked on Chrome for most of its life. The internal bug tracker was closed when the product went public (we manually migrated some bugs we were actively working on, and the rest got comments of the form "if you really want this fixed, we're sorry to say that you need to refile it on the public tracker"). The real truth is sadder: many bugs are lost, much like yours.

In the old days I (and a few friends) personally reviewed every bug marked "Linux" and we attempted to triage them, but at one point I realized bugs were filed faster than we could classify or fix them. That isn't saying new bugs were being introduced rapidly, but rather that there's a lot of random spam ("my site doesn't work" / "does it work in other browsers?" / "no") and not-yet-implemented feature requests that appear to users as bugs.

The latest bug on the public tracker is bug number 174163. Chrome was released in late 2008, so let's round up and say the tracker's been up for five years. That's averaging nearly 35k bugs a year, or 95 a day, and in reality the rate was slower in the early years so it's much faster than that now. Even just reading each bug and understanding whether it's reporting an actual issue takes hours.

I have come to believe that a publicly writable bug tracker is a bad idea. Something like what SQLite does (where once users must first establish via some other mechanism they know how to file useful bugs -- yours look good at a glance, but I'd recommend attaching the demo html to the tracker so the link doesn't eventually 404) likely makes a lot of people mad but at least they're not shouting into a vacuum.

Recently (like in the last few months) I heard they've allocated more resources to looking at the tracker, so maybe things will improve. It's honestly just a hard problem.

30.Lock elision in the GNU C library (lwn.net)
71 points by AndreyKarpov on Feb 6, 2013 | 15 comments

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

Search: