functionform | 13 years ago | on: Eclipse Juno released
functionform's comments
functionform | 14 years ago | on: What to do when a company refuses to fix a vulnerability I disclosed to them?
functionform | 14 years ago | on: Poll: What text editors do you prefer?
functionform | 14 years ago | on: Paul Graham has lost the plot
1. The artist actually gets even more of a shit deal with digital distribution than they did with physical media. You are supporting the machine, not the musician.
2. The cost of developing a quality recording has plummeted dramatically, the only substantive cost remaining is the advertising. The exception might be for faux artists like Rihanna that hire top notch songwriters to pen hits, but for lesser known musicians, mp3 distribution has been shown in studies to have a positive impact.
3. mp3s can function as the advertising medium itself. The money can be made elsewhere like endorsements, or touring. Live music can never be "stolen".
functionform | 14 years ago | on: I don't know who I am anymore and I can't tell anyone
functionform | 14 years ago | on: Kevin Rose Will Join Google
functionform | 14 years ago | on: Poll: Do you test your code?
functionform | 14 years ago | on: Poll: Do you test your code?
I don't know how anyone can move forward in a long term application without having regressions done for you in the form of testing.
functionform | 14 years ago | on: Poll: Do you test your code?
functionform | 14 years ago | on: Milk Inc. to shut down Oink on March 31st
functionform | 14 years ago | on: Popular game developer halts work on Android
functionform | 14 years ago | on: The all-new Basecamp is live
functionform | 14 years ago | on: What I learnt pretending to be a programmer
functionform | 14 years ago | on: CoffeePhysics: A JS/CS Physics Engine
functionform | 14 years ago | on: CoffeePhysics: A JS/CS Physics Engine
edit: hah, just saw who i replied to.
double edit: the renderer hierarchy he created is yet another good example of why I believe coffeescript needs interfaces...
functionform | 14 years ago | on: As Staff Flees, TechCrunch’s Traffic Plummets
Other big winners were Sarah Lacy saying that old media is dead and no one wants to be a journalist at WSJ (how did that turn out btw) or other random bouts of idiocy (RSS is dead!)
Frankly, Techcrunch has long been a source of tech trolling. For trolls, by trolls. Its no wonder it went under - the sugar high simply ran out.
functionform | 14 years ago | on: How LulzSec kept itself safe during the summer of 'lulz'
functionform | 14 years ago | on: Rails 4.0: PATCH will replace PUT as the primary HTTP method for updates
functionform | 14 years ago | on: Tesla responds to "bricking" issue
functionform | 14 years ago | on: Went Off The Rails: Why I'm Rebuilding Archaeopteryx In CoffeeScript
The Rails use case was always truly limited. I still don't know any application that achieved maturity and stayed coded in Rails. For a while that was Twitter, but then they started moving stuff over the jvm.
Node will probably end up in a similar way, because at the end of the day no one wants to manage thousands of lines of Javascript (or any other language that doesn't enjoy the benefits of a statically typed ide).