Culture of UNIX and Windows Programmers 370
bebonzo writes "Joel Spolsky, 'Joel on Software' has an interesting review of Eric S. Raymond's book about 'The Art of UNIX programming'.
Quote:"What are the cultural differences between Unix and Windows programmers? There are many details and subtleties, but for the most part it comes down to one thing: Unix culture values code which is useful to other programmers, while Windows culture values code which is useful to non-programmers."
About slashdot: "slashdot-karma-whoring sectarianism..."" He's harsh on some points, but pretty on the money. Except about us. Nobody karma whores. Update Note to self, never post before coffee. Yes, its a dupe. get over it.
Nothing like... (Score:4, Insightful)
Re:Nothing like... (Score:4, Funny)
Re:Nothing like... (Score:3, Funny)
No. This is a special case. This story is extremely important. It mentions Eric Raymond, Linux, and even
Re:Nothing like... (Score:2, Offtopic)
I think Taco just showed the real cultural difference. A windows programmer would have implemented a system to warn editors of potential dupes. UNIX wizards simply don't believe in such wimpy protection systems.
The other big difference is that a Windows user would look at what the slashdot market is interesting in discussing and look at a way to support that. With UNIX there is a curious one way st
Re:Nothing like... (Score:2, Insightful)
Folgers (Score:2)
it's cloning in your cup!
Re:Nothing like... (Score:2)
I stopped bitching when I realized that their paychecks are the same no matter how many dupes are posted.
Re:Nothing like... (Score:3, Insightful)
Yeah, Mr. Taco needs to get his caffeine. I know Timmy is up late because I fight with insomnia from time to time, a
Re:Nothing like... (Score:2)
I thought that was what the polls were all about. Well, that and mourning the loss of the cowboy neil option.
Re:This is an UBER-DUPE! (Score:3, Funny)
Re:Nothing like... (Score:2)
I like your idea because then we may be able to filter out some of the crap that no one cares for, and maybe the editors could move on to worrying about getting content more than formatting it or if people will like it. It would be great to have a bunch of people edit the submission before it comes out, and the one with the most special mod points get put on the fron
Now that takes the cake! (Score:2, Insightful)
That's gotta be a record
Left hand doesn't know what the right one's doing I guess!
Re:Now that takes the cake! (Score:2)
Hadn't run across that before, good link tx!
Re:Now that takes the cake! (Score:2)
It sure is, but when do you take a break to breathe?
42 minutes to dupe! (Score:5, Insightful)
Or is Hemos going to post the same item in an hour?
Re:Try Tripe (Score:2)
As for "Tripe", you try it first and tell me what you think. I've even got a bit of scotsman in me and I won't touch the crap
Re:Try Tripe (Score:2, Funny)
First, it's 'tuple' you tool.
Second, I posted in a totally friendly manner, your comment is entirely unwarranted.
Based on the above 2 points I now must conclude that you, sir, are a fuckwit. Good day.
Re:Try Tripe (Score:2)
Re:Try Tripe (Score:2)
'Tripe' is just not even in the same ball-park.
Sure, the pattern the poster explained works, but that sure doesn't mean much when there is NOBODY in the world whom would use 'tripe' to have anything at all to do with 3, in any form or use.
Re:Try Tripe (Score:2)
You're right, I'll just piss off now.
Re:Try Tripe (Score:2)
Deja Who? (Score:3, Funny)
Re:Deja Who? (Score:3, Funny)
Trinity: What did you just say?
Neo: Nothing. Just had a little deja vu.
Trinity: What happened? What did you see?
Neo: A slashdot post went on the main page and then I saw another that looked just like it.
Trinity: How much like it? Was it the same post?
Neo: It might have been. I'm not sure. What is it?
Trinity: A deja vu is usually a glitch in the Matrix. It happens when they change something.
They've abandoned all pretenses... (Score:2)
Hey! (Score:4, Funny)
Heh, I was under the impression (Score:2)
Re:So this is your new blog? (Score:2)
CVS for newsposts (Score:4, Informative)
Re:CVS for newsposts (Score:2)
Re:CVS for newsposts (Score:2)
Why do they 'need' it? Why's it such a BFD? In this case, it's a little silly, but come on, it's a dupe story, not a Star Wars prequel.
Maybe it's because I have a life or something, but most of the time I see dupes, I didn't catch the original.
Re:CVS for newsposts (Score:2)
Peer review is king... (Score:5, Insightful)
True, in the Unix world, one makes your source code available to give others the chance to further improve and customize the system, but by making it available, it means OTHER PROGRAMMERS WILL SEE HOW GOOD (or bad) YOU ARE. Because of this, most open source developers will want to put in the extra effort to do it right / clean it up / make it elegant/compatible (or at least the best of their ability).
Most open-source developers are happy to learn and grow by reading suggestions and examining patches submitting by their 'users' (obviously, the ones who submit patches are programmers as well).
In the Windows world, source code is a closely guarded secret. No one is going to see THAT source code, so who cares?
Re:Peer review is king... (Score:3, Insightful)
But yes, working in open source projects is probably the best way to learn and share knowledge.
Diego Rey
Re:Peer review is king... (Score:4, Insightful)
Playing devil's advocate, I could say that when you are doing a big closed project (say, excel or windows) somebody else will see your code. But as we can see, they don't seem to mind about the quality either.
A point I noticed is when Spolsky talks about the Silence is golden rule and gets it all wrong. The rule is complemented by "If a program fails, it should do so in the quickest and noisiest way possible". This rule is also complemented by the possibility of someone else to write a GUI or a text interfase specifically for showing the results of a command.
This goes without saying that the rule actually means "When a program finishes successfully it should'nt output anything but its normal output. If you say
you see all that output, but not a "command finished successfully" afterwards. If you say you see the file.tar.bz2 done, not a "hey, here I am!" message. This is well, and does not mean "The program doesn't say anything. And it is possible to add a "clarifying" interfase on top of it.Re:Peer review is king... (Score:3, Insightful)
My friend the windows programmer (Score:5, Interesting)
I have a friend who's a Windows programmer.
I, on the other side, am a Linux programmer. We've worked together on a few projects, and there were differences in the way we looked at solving problems that were sometimes almost insurmountable.
The biggest difference between the two of us is that he has an almost religious believe that, if Microsoft says you are to do things a specific way, you have to do it that and no other way. I, on the other side, try to do things the way I think they work best.
One example is his belief that, if there is a service pack, you need to use it, even if it breaks things (as some visual studio SPs do in some cases). He gets really upset if you don't apply them. I'm all for keeping software up to date, but if it breaks things?
I have to say that his co-workers and fellow Windows programmers don't all agree with that philosophy though...
Re:My friend the windows programmer (Score:2, Interesting)
The other problem is that MS will not support you, they won`t even give you the time of day, unless your systems are patched right up to the latest levels and are setup in a completely standard way.
Re:My friend the windows programmer (Score:3, Informative)
Re:My friend the windows programmer (Score:3, Informative)
There are reasons for service packs (Score:2)
Re:My friend the windows programmer (Score:5, Insightful)
The Linux user may say, "How could I do this better?" but the Windows user says, "How would Microsoft intend for me to solve this problem?"
Re:My friend the windows programmer (Score:2)
Everything that you can possibly do has been done before and cataloged, and you must use the library for exa
Re:My friend the windows programmer (Score:5, Insightful)
"Breaking things" is subjective. Does a beaver who builds a dam break things? Does the farmer who rips out a beaver dam to un-flood his fields break things? If a service pack breaks something, it means you have disobeyed the Priests of the Source. Repent and change your ways.
His way is best if you want to be certain that, when things break, it's Microsoft's fault. Apply the service pack and things break? It's Microsoft's fault for creating a faulty service pack. Don't apply a service pack and things break? Microsoft's fault for writing faulty code in the first place. It's a CYA mentality.
Re:My friend the windows programmer (Score:2)
Umm, you do know that the source to MFC is readily available, right?
Spolsky also criticizes ESR for flaming Windows programmers while clearly never having never written a line of code on Windows.
Re:My friend the windows programmer (Score:2)
So? By their fruits shall ye know them. They write crappy software for a crappy OS--why shouldn't they be flamed? One doesn't need to wrestle in execrement oneself to criticise excrement-wrestlers.
Yes and no (Score:3, Insightful)
Re:My friend the windows programmer (Score:2)
I, on the other side, am a Linux programmer. We've worked together on a few projects, and there were differences in the way we looked at solving problems that were sometimes almost insurmountable. "
Oh wow! They should make this into a buddy cop movie with Jackie Chan and Chris Tucker! It would be hilarious!
graspee
in a world... (Score:3, Funny)
this summer, USB stands for revenge - in the shape of a Model M...
so buckle in...
you've never felt coding...
like this...
Re:My friend the windows programmer (Score:2, Interesting)
I don't think that a lot of business application developers that use Microsoft technology have Computer Engineering degrees. They don't know the theory so they just "copy and paste" the architecture and the design from an existing application to their own. That's why they do everything the mother ship tells them to do. They never had the formal education that lays the groundwork for making these types of decisions.
To serve this need, Microsoft periodically releases "sample applications" that programmers
Re:My friend the windows programmer (Score:2)
On my current
Code Wizards should only be used for prototypes, and prototype-like applications!!! They're quick, dirty, and inflexible.
Do not code to satisfy the way the Wizard and Generator does things. It makes development myopic and inflexible. I switched from using code generation to reflection an
Re:My friend the windows programmer (Score:3, Insightful)
How do you know if it breaks things if you don't try it?
How do you know it doesn't fix things?
I'm not a huge fan of spending weeks trying to debug and workaround some glitch that could have been fixed by simply updating the core software.
Can't a story be pulled once it's posted ? (Score:2)
beat the rush (Score:2, Funny)
I wonder if it's the same story again... :-)
some subscriber may tell us while she beats the rush
Duplicate Posts Complaining About Dupes (Score:5, Funny)
Poster 2: "Hey everyone, this is a duplicate"
Poster 3: "Stupid editors don't read before posting"
Poster 4: "Only idiots duplicate the previous post."
etc... ad nauseum...
Pot, Kettle, Black.
Re:Duplicate Posts Complaining About Dupes (Score:3, Funny)
Poster 2: "Hey everyone, this is a duplicate"
Poster 3: "Stupid editors don't read before posting"
Poster 4: "Only idiots duplicate the previous post."
etc... ad nauseum...
Pot, Kettle, Black.
Eric "overrated" Raymond (Score:5, Interesting)
Joel Spolsky doesn't appreciate the context that UNIX comes from.
When UNIX came out, *it* was the user friendly operating system. The interface was linguistic rather than iconic, but compared to what came before it was a breakthrough... it was the "Macintosh" of the '70s for the academic world.
Before UNIX you had "linguistic" interfaces, but where UNIX is "process this file with this program", these were more like "Whereas the program, 'this program', hereafter known as SYSTEMUTILITY.GIBBERISH, and the input files, 'this file', to be provided later and to be known hereafter as "GO SYSIN DD *", do AGREE to enter into a contract for processing, known hereafter as EXEC, the user humbly requests the opportunity to render this job to the SYSTEM...".
This was a breakthrough. And once you learn the language it is far more "user friendly" than any amount of icons for those tasks it's good at.
The real cultural divide is that UNIX programmers want programs to work well together so they'll be widely used and eventually sell well, and Windows programmers want programs that look easy so they'll sell well or at least be widely used. The aim is the same, the method is different
The solution, UNIX and Windows programmers can meet in Mac OS X and everyone wins. You get Mac programs playing well together in Applescript, UNIX programs in the shell, and "osascript -e" to tie it all together...
Re:Eric "overrated" Raymond (Score:2)
Re:Eric "overrated" Raymond (Score:2)
Windows programmers, nay users, also want programs that work well together.
The existence of the elephantine "suite" was a step in this direction back in the earliest days of Windows, i.e. Windows 3.0. Since that time, features have been built into the OS such as OLE, etc. which now allow any and all programs to operate together as a suite even if they
Re:Eric "overrated" Raymond (Score:2)
Remember Apple's Publish and Subscribe? Now think about OLE, which came out later...
Cheers,
Ian
Jumping to conclusions? (Score:4, Interesting)
Windows programmers may want programs that work well together, but they don't seem to know or care what "working well together" can mean. To the user, there's a very small set of operations they can perform on most programs, and a slightly larger set they can perform on a small set of programs, but there's no general user-visible glue that will let them do things like ``tell application "iTunes"; play "track 01" from "Goldberg variations"; end tell'' or ``sort +1 addresses.txt | grep "gullible" | mailmerge letter.txt''.
And, unfortunately, what I say "they" I mean "we".
"Hi! My name is Peter da Silva, and I'm a Windows user."
(chorus) "Hi Peter!"
Re:Eric "overrated" Raymond (Score:2)
Come on, show your geek heritage. The appropriate finale, especially given the upcoming event, would be, 'and "osascript -e" to rule them all, and in the command-line bind them...'
The Two Kernels (Score:2)
I'm calling strawman. (Score:2)
First, buying a plane ticket is far easier than maintaining your pilot's license and filing a flight plan, even with post-911 security.
Second, learning the language is a hell of a lot easier than going to flight school. It's easier than driving a car. It's easier than learning to swim, and possibly easier than riding a bike. But it's far easier than driving.
A cheat-sheet on the UNIX shell
Re:No F*ing way (Score:4, Interesting)
Compared to what else was available when it came out? Have you used Exec/1100? OS/360? RSX-11? Not if you're just graduating, you have no idea what the "languages" I'm comparing it to were like, what we had to put up with before UNIX.
And what are you referring to as UNIX? Gnome? KDE? CDE? Motif? X-Windows? None of that is UNIX. X is a platform-independent window system, the first X workstations I used weren't even running UNIX, they ran VMS! The first UNIX "desktop" environments were built on Motif, which was based on the OS/2 window model!
You can learn *unix*. Your aunt madge can learn *unix*. The piles of Windows-style GUI stuff layered on top of it? Get a Mac and you'll get an API and GUI designed for Unix back when Steve Jobs was at NeXT. But the shell? Sheesh, if our middle-aged secretaries can handle it, you can.
Here's a quick rundown: the UNIX shell is basically a simplified and regularized English. Programs are verbs. Nouns are files. flags are adverbs and adjectives. There's basically three conjunctions you need to know: the semicolon which serves the role of "then", the pipe which serves the role of "and", and the ampersand which you can think of as "meanwhile"... it lets you do flashbacks in your story.
That's pretty much it. There's a lot of flowery stuff around it but you don't have to deal with it at the command line unless you really want to.
So, here's a command:
sort addresses.txt | grep gullible | mailmerge spam.txt
What's that do?
"sort addresses.txt, and find the gullible addresses, and send them the spam in spam.txt".
As you learn more words, you'll be able to do more things, but that's true of every language. I've been speaking English for fortysomething years, I've been a nasty scrabble player for almost thirty, and I'm still learning new words and new ways of expressing myself. That's not a problem, that's an advantage.
Yes, its a dupe. get over it. (Score:4, Insightful)
Re: (Score:2)
The question (Score:2)
Note to Self (Score:2)
Note to self, never post -- ever, for any reason.
two eggs with bacon please (Score:2)
one probably posted it after a good long cuddle last night with the other, and the other was a bit slow on the uptake.
Related topic: UNIX and Mac users (Score:5, Insightful)
I'm both a UNIX programmer/user and a Mac user. I have a friend who's the average Mac advocate around...which means NOT a UNIX programmer. Though we both love OS X, we do have conflicting views about UNIX. I see UNIX among all things as an excellent development platform and he sees Darwin as just a secure foundation for Aqua. He also looks at open source from a regular users' point of view...and not as a programmer...which really makes all the difference if you think about it. The open source movement is a pro-programmer movement.
I think Apple has recently been trying to get more developers for OS X (though ProjectBuilder or XCode) because traditionally Macs aren't programmer-friendly. I'm a programmer. I love programming and once in a while I make small applications for UNIX and the Windows prompt (if they're ANSI and easily portable to Dev C++). Sufficive to say (man that sounds too Star Trek), I've only started compiling these small apps to the Mac now that they have Darwin (and GCC!!!).
There are now 2 major cultures using the Mac at the moment. The UNIX people, and the "I'm just better than you are because I use a Mac" people (the classic Mac crowd). When I first got my iBook a few months ago, I registered in a local Mac forum. I eventually stopped posting simply because of cultural differences.
Apple is attempting to bridge these two cultures mentioned below (taken from the article).
How did we get different core values? This is another reason Raymond's book is so good: he goes deeply into the history and evolution of Unix and brings new programmers up to speed with all the accumulated history of the culture back to 1969. When Unix was created and when it formed its cultural values, there were no end users. Computers were expensive, CPU time was expensive, and learning about computers meant learning how to program. It's no wonder that the culture which emerged valued things which are useful to other programmers. By contrast, Windows was created with one goal only: to sell as many copies as conceivable at a profit. Scrillions of copies. "A computer on every desktop and in every home" was the explicit goal of the team which created Windows, set its agenda and determined its core values. Ease of use for non-programmers was the only way to get on every desk and in every home and thus usability uber alles became the cultural norm. Programmers, as an audience, were an extreme afterthought.
Re:Related topic: UNIX and Mac users (Score:2)
As a Mac user (of the Classic variety) and now a Mac admin, I'm happy to have you, and I welcome you and your perspective to the Mac family. While the UNIX part of the New Mac is an interesting cultural shift for me, it's a learning experience that I'm excited to go through. While I'm sorry that you were scared away from the Mac forum you attempted, I think that there are others that cater to the "Mac-Classic user learning to use UNIX" that are very interested to glean UNIX knowledge; one of which is at M [macosxhints.com]
Re:Related topic: UNIX and Mac users (Score:2)
Along with a deep devotion to creative incompatibility to whiplash the coders and break them loose from portability, and lock the users into the Windows/Office platform. "It isn't done until Lotus won't run."
And that's where the lack of glue comes from.
If applications could talk to each other using standardised interfaces instead of task- and application- specifi
Um, why not a tool to fix it? (Score:2)
sPh
a theory (Score:3, Funny)
Re:a theory (Score:2)
sPh
But then it would provide no feedback! (Score:2)
Philosophy of UNIX (Score:3, Insightful)
Joel is off base. (Score:5, Insightful)
I have subscribed to Joel's mailing list for several years, and have programmed on both sides of the fence. Joel paints a black and white picture of the differences between Unix and Windows - which I must say, is not true. I have to disagree with Joel's oversimplification because he has made the same mistake that he accuses ESR of making: namely that his own monoculturalism has clouded his view of Unix programming. Anytime someone makes a statement that starts with 'the very fact', you can be sure there is less fact and more conjecture than the writer is willing to admit.
The key error in his analysis is narrowly defining the Unix program as being a command-line 'mostly' affair that doesn't tell 'Aunt Madge' when it succeeds. This is not exactly true; while it is true of strict command line applicatioins (which Aunt Madge will not use anyway) - the GUI interfaces do not follow that formula - and programmers are free (not constrained as he would suggest) to build interfaces that meet whatever needs an end user may have - whatever their skill level.
Just because 99% of the end users are familiar with and resist change from the Microsoft GUI does not mean that it is the best UI - it just means that people did not have much of a choice from the beginning (there were only one GUI for PCs back in the late 80s - Windows; the other major GUI was tied to the Apple Macintosh). While the Windows GUI stagnated over the 1990s, the Linux world exploded and a plethora of user interface ideas have surfaced that are effecting the new Windows interface. Same story (DOS - a rip of CP/M), different day ("yeah, whatever, I just need to make a living here").
He also touches on, but does not explore with a self critical eye, the limitations imposed by not having source code. The dependence of Windows programmers on Microsoft APIs provides too many limitations, and increases the likelyhood of unforseen interactions that cause bugs. He whitewashes these issues by simply focusing on the size of the Windows desktop deployments vs. *nix.
The reality is a *nix developer has all of the options available to him; he is not constricted by artificial barriers; a Windows programmer is at the mercy of Microsoft - who can change APIs at the drop of a hat.
His quote above really hits the nail on the head: the Microsoft monoculture is about money above and beyond any moral considerations. I would much rather be a "slashdot-karma-whore" than a Microsoft-whore. From his writings over the years it is plain that he absorbed the 'money is good no matter how you get it' mentality during his stint at the company.
Dupe messup (Score:4, Insightful)
Ya tell that to the Slashdot Subscribers, they pay for this shit. You want to run a business, do it professionaly.
Amen! (Score:3)
Seriously, you guys, no matter how much you want to pretend it is, for whatever reason, this _isn't_ still your little hobby site any more.
GUI vs command line + dupe post solution (Score:2)
About duplicate posts, I suggest Slashdot puts a script that examines the previous posts for similarities. If the similarities are high enough, then the slashdot reviewers will be notified.
a dup right after the original? (Score:2)
how hard is that?
Interesting! (Score:3, Insightful)
Well, I think this is more of a lame attempt to *divide* the programming community rather than an *informative, educated* observation. Especially the *....Unix culture values code which is useful to other programmers, while Windows culture values code which is useful to non-programmers...* piece. There are obvious differences, differences that are tied to the platform you are programming in, but I strongly disagree with different *cultures*. Programmers care about a lot of things, and code is only one of them. Most programmers I know (including myself) want to write clean, fast code, and we all hate commenting it. In fact styles of code writing are quite fragmented to personal styles. I have often been able to tell that two different people wrote two different simple functions, using the same language for the same program. There is of course a *better* conformity when the projects involve managers, teams etc etc. Ultimately, I think this: As a programmer, there's a personal achievement and satisfaction when I write code and accomplish something with it, or someone else accomplishes something with the code I write. What identifies programmers with one another is not the platform or style or culture of writing code, is the love for what we do
OSX, Bridging the gap (Score:2)
In the early days of the Mac, Steve Jobs was very vocal about the need for programmers to work extra hard to make the experience pleasant for the end user. Sacrificing programmer pleasure f
For once, I think Joel got it right (Score:2, Insightful)
This is clearly not the right forum for positing the benefit of the Windows culture, but there are important things to be learned. Market-driven features, profit margins, target audiences, usability, managing customer expectations. . . These quite aside from the actual coding differences (which, as I get older
Re:For once, I think Joel got it right (Score:4, Insightful)
Every programmer should have as wide a variety of experience as possible. UNIX, Windows, MacOS, AmigaOS, CP/M, VMS, BeOS, OS/360, NeXTstep, Mach, Amoeba, Smalltalk and Interlisp-D, Plan 9, Inferno, Polyforth, OS/9,
If you only know UNIX or UNIX and Windows you're like a chef who only knows vanilla or vanilla and chocolate.
Re:Deja vu (Score:2)
Put down the porn mag and GET OUT OF THE BUILDING NOW!!!!
Re:Deja vu (Score:2)
Deja vu (Score:1, Redundant)
Deja vu (Score:1, Redundant)
Deja vu (Score:1, Redundant)
Seem to be stuck in a loop here......
Re:Aunt Madge (Score:2)
Oops.
I hope you're kidding (Score:2)
Re:Me is (ugh!) Windows coder. (Score:2, Interesting)
Re:Me is (ugh!) Windows coder. (Score:4, Insightful)
Windows programs are written to be *used* by one class of people, and *extended* by another. In Windows, the end-user can not use a "simple, and documented API", only a programmer can. In UNIX, or to a lesser extent on the Mac, programs are expected to use a *common* "simple and documented API", so rather than only letting the elite caste of programmers get in on the action these platforms encourage everyone to do it.
So in a way, it's Windows where programs are written for other programmers, but on UNIX they're written for everyone. Whether or not hey have a functional and easy to use interface (and lord knows there are plenty of Windows programs that fail that test. Solomon 4, Lotus Notes, Microsoft Reader,
Re:Me is (ugh!) Windows coder. (Score:2)
for (m_iCounter = 0; m_iCounter < m_iTheEnd; m_iCounter++)
Unix:
for (i = 0; i < n; i++)
Re:Me is (ugh!) Windows coder. (Score:2)
for i in range(n):
or if you are inside a class:
class cheese:
def __init__(self):
for i in range(self.n):
Cool eh?
Python run just about everywhere, but I've always considered it more Unix that Windows. Not that this post is directly on topic, but I thought I would smack hungarian notation around considering that well designed languages don't need it to see where variables are from. Also,
Re:Me is (ugh!) Windows coder. (Score:2)
(don't get me wrong, I like C, it's my favorite low level systems language, but it's not where I'd start if I were devising an OO language)
It's solving the wrong problem. (Score:2)
The real problem isn't Hungarian notation, it's C++.
C is a poor design for an object oriented language because it's so syntax-heavy, but even in C-derived and inspired OO languages I can'
Re:Me is (ugh!) Windows coder. (Score:3, Interesting)
However I will have to say that type awareness is MUCH better taken care of using things such as std::string (as opposed to TCHAR, char*, char buffer[32
Moderators: this is stolen comment! (Score:2)
http://slashdot.org/comments.pl?sid=89437&cid=7
Re:The essential difference (Score:2)
Whoah! (Score:2)
Here comes the new comment, same as the old 60 comments...