Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:I'm buying two. (Score 1) 296

In the USA, at least, some 83% self-report as being religious.

Honestly, at that point, I would say the 'organized religion - crime' connection falls under one of Slashdot's favorite lines 'Correlation does not imply Causation'

I'm sure people were killing each other for greed, or idiotic ideological reasons, long before it was written in stone, too.

I'd be most interested if someone did a study comparing crime rates across different religious demographics - including the atheist and agnostic. I propose that it would end up mostly flat

Comment Re:No - there are plenty of safer alternatives (Score 1) 486

The parent's point, though, is that the halting problem, and the diagonalization argument, are inherently infinite.

If you have a finite amount of memory, say, n bits, then there is a finite number of states the memory can be in (2^n).

No matter what the architecture of the processor, you can generalize it as something which reads the current state of memory, and other inputs, and produces a new state of memory (and possibly output).

Ignoring for a moment the infinite possibilities one gets with peripheral input, we address your example, that of a fractal. Given that this should take place entirely in memory, we can safely ignore input. If you have finite memory, there are only a finite number of states the memory can be in. furthermore, because we are ignoring user input, and are using a deterministic processor, any given state of memory will always lead to a certain next state of memory.

As a process runs, it will either
a) halt
or
b) visit a state it has already visited.

Simple proof: you have a state machine with n possible states. (in a binary computer with finite memory of m bits, 2^m = n). iterate it n+1 times.
If it hasn't halted within this time, it MUST have visited one state more than once (pigeonhole principle).

Cantor's argument is counterintutive, but true, as are the conclusions drawn about computability and the halting problem. The thing to realize, though, is that they apply to infinite sets.

In finite sets, brute force trumps.

Comment Re:A good thing (Score 2, Informative) 201

Oh, yes, I remember that part of our national anthem.

I suppose you've never heard the 4th stanza to the anthem.

http://www.thenationalanthemproject.org/lyrics.html

O thus be it ever when freemen shall stand
Between their loved homes and the war's desolation!
Blest with vict'ry and peace, may the Heaven-rescued land
Praise the Power that hath made and preserved us a nation.
Then conquer we must when our cause it is just
And this be our motto: "In God is our Trust."
And the Star-Spangled Banner in triumph shall wave
O'er the land of the free and the home of the brave!

Comment Re:Nice (Score 2, Interesting) 159

It's not entirely the same, but I really cut my teeth on programming on a TI-83+ graphing calculator. It had a variant of BASIC, fairly simple graphics capabilities, and it was fairly easy to pick up.

Incidentally,I think that environment was my first exposure to the ideas of open source software, too. Programs could be shared easily, by linking calculators, and being interpreted, all programs came with source. I certainly learned a bit by reading programs from other students, or downloaded from the internet.

Also, I get a lot of the same feeling of experimentation, reproducibility, and real capability out of messing with microcontrollers, like the Arduino. I think there's really something to be said for working and playing on a relatively limited system. Limitation breeds creativity, perhaps?

Comment Re:Nice (Score 2, Insightful) 159

I have no clue what a rearden-fill beanbag chair is; mainly what rearden might be.

'rearden', I suspect, would be a reference to a character in the 1957 novel 'Atlas Shrugged'

The novel is known for it's viewpoint on capitalism, and unregulated markets, as the ideal. I expect the reference works into that.

Personally, it's one of the few books I've started reading but didn't finish. The side characters/'bad guys' at the beginning of the book were just way too fake. If I'm going to read a novel that thick, and give its philosophy and arguments real weight, I don't want to wade through strawmen to do it.

Comment Re:Tyranny of the Minority over the Majority (Score 1) 393

One of my favorites:

At the start of a recent ecumenical gathering, a secretary rushed in shouting, "The building is on fire!!!"

The Methodists gathered in a corner and prayed.
The Baptists cried, "Where is the water?"
The Quakers quietly praised God for the blessings that fire brings.
The Lutherans posted a notice on the door declaring the fire was evil.
The Roman Catholics passed the plate round to cover the damage.
The Jews posted symbols on the doors hoping the fire would pass.
The Congregationalists shouted, "Every man for himself!"
The Fundamentalists proclaimed, "It's the vengeance of God!"
The Episcopalians formed a procession and marched out.
The Christian Scientists concluded that there was no fire.
The Presbyterians appointed a chair person, who was to appoint a committee to look into the matter and submit a written report.
The Unity Students proclaimed the fire had no power over them.
The Secretary grabbed the fire extinguisher and put the fire out.
The Mormons arrived ten minutes late to the meeting, missing the fire completely!!!

Comment Re:People just don't understand Linux (Score 1) 833

Who the hell besides a few zealots gives a flying fuck about copyright infringement for private use?

The RIAA, for one.

off the top of my head, fair use related things:

  • When iPods first came out, there was a big stink over whether ripping CDs was fair use
  • ripping/backing up DVDs
  • playing DVDs at all, on linux (or without paying for software on windows)

It doesn't matter the only end-users who care about fair use are zealots, because the big companies DO care.

Comment Re:People just don't understand Linux (Score 1) 833

Nitpicking point - if you really like photography, to the point that you're paying $1000+ on software and equipment, you're no longer merely a consumer. You're either a professional, or a seriously enthusiastic hobbyist/amateur.

John and Jane Q. Public don't pay for a lens and a body, they pay $100 for a point-n-click, and $50 for a printer dock that spits out Polaroid size photos. If they do any editing, it won't be on Photoshop CS3, it'll be in Elements, at best. A consumer won't be messing with curves or layers, they'll be cropping and using auto-red eye, and if they're really fancy, adding some text.

The point is, GIMP isn't on the same plane as CS3 or 4 or whatever we're up to now, it's comparable to Photoshop Elements, and provides similar features at a comparable price point. ($100 or whatever for Elements, time and effort for GIMP)

Slashdot Top Deals

The flow chart is a most thoroughly oversold piece of program documentation. -- Frederick Brooks, "The Mythical Man Month"

Working...