acesamped | 17 years ago | on: Ted Dziuba, Paul Graham, and Fail
acesamped's comments
acesamped | 17 years ago | on: Stack Overflow Launches
acesamped | 17 years ago | on: The First Bill Gates + Jerry Seinfeld Microsoft Ad Makes No Sense
acesamped | 17 years ago | on: The First Bill Gates + Jerry Seinfeld Microsoft Ad Makes No Sense
The sad fact is that pc's are cheap and most people (general population) are lazy or uninterested in installing (or even learning about) other operating systems.
The product is sort of forced upon us. All we can really do is cope.
It seems like a lot of people upgrade their windows operating system when a new one comes out (except with vista because of all of the bad reviews).
acesamped | 17 years ago | on: The First Bill Gates + Jerry Seinfeld Microsoft Ad Makes No Sense
As much as we may hate to think it, in the end, I think Microsoft wins again because we DID watch the ad didn't we?
Jerry and his comedy is the bait.
We now know microsoft is up to something "delicious." whoopie.
acesamped | 17 years ago | on: Federal judge halts Defcon talk on subway card hacking
acesamped | 17 years ago | on: New home door locks can be controlled online
acesamped | 17 years ago | on: Myspace's Tom Anderson was an 80s "WarGames" Hacker
kids...
acesamped | 17 years ago | on: Pay incentives in the tech industry
they're completely useless, but then again, they're oh so useful. haha.
acesamped | 17 years ago | on: Ask HN: Best resources to learn about protein folding and algorithms for it?
Personally, I think that computer programming is something that anybody can do. The advantage computer scientists have is a deep understanding of the inner workings of computers and computer language structure-- which is how computer scientists are able to optimize so well.
Since I'm currently working in the field of bioinformatics, I'll tell you this...KNOW YOUR SCIENCE!! You don't know how many times a computer scientist will optimize the hell out of an algorithm and make it look great and run like butter, but only to have it be junked in the end because is doesn't make any scientific sense.
As for the computer languages we use, we use perl a lot... too much even. perl has become our staple language because it takes less than a minute to write good script if you know what you're doing. python is popular too, but I'd say the majority of people use perl.
Another important language most bioinformaticians use is C/C++. Why? Wouldn't you want to use a faster language (C) to crunch 100 gigabits of genetic data instead of a slower one (perl).
And note, bioinformatics and computational biology are two different fields. This is a very common misconception. Do a little bit of research and you will discover this.
protein folding is one of the more prominent areas of biology being researched right now. Good luck with the learning and feel free to contact me.