HN user

chriserin

89 karma
Posts0
Comments38
View on HN
No posts found.

I work with the author, the languages included came down purely to expertise available. Additional implementations have been submitted for Rust, Haskell and Ruby's event machine. A host of pull requests have been submitted to tweak the existing implementations as well.

It would be awesome to see implementations in python, c# and java. There are a number of ways to do each, I assume.

This is an argument that the unemployment problem is structural rather than cyclical. Paul Krugman points out constantly that if the unemployment problem was structural, we'd see wages rising in areas where there is demand, but wages aren't rising for anybody that makes less than 400,000, though for those above they've increased 23% since 2008.

The structural unemployment argument is a trope to insist that the government can't do anything to encourage employment, because stupid people just can't do today's jobs. Its politics disguised as economics.

I think that if you attack and damage entities seemingly at random then its a brand of terrorism. Its not al-queda and its not taking a plane from the sky and yeah terrorism is such a loaded term that we've grown to equate with real evil, but as a method? Its terrorism.

There are other -ism's that could apply as well.

In my experience, there are few departments that have automated tests that could assist in shortening the testing cycle. If there is a bug with a new version of firefox then it will take 3 months to fix it because of the long development and deployment cycles exacerbated by a heavy bureaucracy.

I love coffee script. With coffee script and backbone I've been able to take an extra step in creating manageable complexity on the client side. I was never the greatest javascript programmer, and coffeescript allows me to not worry about all the things that tripped me up (prototypical inheritance and all the different ways to implement classes/inheritance) and concentrate on the problems I'm trying to solve with a clear set of rules.

Coffeescript curates the good parts of javascript for you and adds the syntactic sugar that cleans up the gnarliness of javascript.

CSS Nyan Cat 15 years ago

One of many many fails was:

Don't use IDs in selectors. #nyanCat {

What's the thinking behind disallowing ids in selectors?

Or maybe that Anonymous idealism was a fraud and lulz, as peers, could see the hypocrisy much clearer, as everybody in their community likely do what they do because of the thrills and ignoring the pain caused. Lulz admitting it is likely taking the high road? or is that too tortured as twist.

The current European financial crisis has many more causes than immigration. In general, the causes fall in line with the US economic crisis causes: the housing bubble, an extended period of cheap money, no regulation of newly conceived financial instruments, etc.

Immigration may have exacerbated these issues, but not more so than the monetary union.

That's a nice resource but I don't think it shows what you intended it to show. From that timeline all I gather is that the United States has always wavered between xenophobia and the need for labor.

This happens with all languages and frameworks too. There are ASP.NET 1.1 apps at the last place I worked because when we did a test upgrade to 2.0 things started failing.... and there were no automated tests (yet a requirement of bugless releases :) so henceforth nobody wanted to invest in upgrading.

Its the nature of the software beast that upgrading a large and complex application to a new version of the language or framework is difficult and maybe prohibitively difficult. Once something is written and it works it often times stays as is... sometimes for decades.

I find that I like debugging the concatenated version of javascript better. I end up using search a lot more in chrome development tools but I actually get to the place in the code I want to get to faster with one file and search.

I think humans inherently want to nurture each of their relationships, whether close or not, individually. Along with tailoring our communication to each person, we exclude large parts of our lives and minds from people that we want to be friends with. Doing that naturally and through different contexts is one thing, but having to electronically do that for each relationship is just impossible.

Along those same lines, if a hacker took advantage of a vulnerability in the banks application, but only after gaining access to that vulnerability through credentials stolen from a client/customer, is the client responsible for weak credentials protection in that instance as well?

This is a slippery slope.

Titling people editors, the ones that are senior in an organization and might be titled as architects or senior engineers, now, would be incredible. With their current titles they are involved much more at the beginning of the process than at the end, when 'editor' implies the opposite.

It would be nice to have the senior folk guide the developer as opposed to handing off a blueprint and getting out of the way. (Not that its like that everywhere, just some places I've been)