Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Re:Ah ha! (Score 1) 364

You, like everyone else out there, seem to be making the assumption that I'm a christian, or even religious. I have not idea if god exists or not, I'm an agnostic. I think religion has basically become a destructive and useless vestige of evolution, like man's urge to rape, kill, and war.

But, and this is important, religion is a natural function of humans. Every culture believes in spirits, or magic, or gods - all of which have rituals that require obedience and attention on some level. Atheism has its own dogma and creed that (inadequately) fills that human need.

Atheism lacks a comforting message about the afterlife, but it does make a positive statement about it. Making a positive statement about something we don't understand (and may be incapable of understanding) is an irrational act, and believing it requires an act of faith.

Comment Re:That's some shitty coding you did there hoss (Score 1) 39

In the original comment I was showing the rules for leap years with psuedo code. In my papal bull I was just showing off my knowledge of the word 'bissextile', did you see how many times I used it?

Sure you could write the code slightly more efficiently by testing the primary case first and the exceptions inside that. On most runs you would avoid 3 failed cmp ops and the pipeline flush that comes with it, but most developers don't care and don't need to care about that sort of thing. By the time you throw in 50 levels of abstraction and libraries do you really think that making the code any harder to read and gaining a slight level of efficiency is worth it?

Programming

Journal Journal: Programming tools

During the holdiday season things have slowed down at work, so I've had some time to try out several programming tools. Most were disappointing, but a couple seem to be so genuinely useful that I'm going to try to introduce them at my work.
Games

Journal Journal: Why do gamers have no loyalty to MMOs?

In the last 6 months I've started playing massively multiplayer online RPGs. In this time I've noticed that there seems to be some sort of irritant that drives people from one game to the next, looking for something missing in the current game.

The only reason I find the lack of user loyalty a surprise is that people will spend hours (20+) a week playing these games and they don't just quit the current game, they quit the current game and go find another MMO.

Slashdot Top Deals

"When the going gets tough, the tough get empirical." -- Jon Carroll

Working...