Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
×

Comment Re:Freedom doomed? (Score 1) 528

Without net neutrality, the idea of open source governance may never even get a chance to work. Your very freedom is in serious jeopardy, since we are on the brink: do we go ahead and adopt totalitarianism-through-Facebook(etc) or try to move to freedom-through-distributed-governance?

*cough* *cough* *cah--bullsh1T1* *cahm-plete bullsh1T* *cough*

Comment Re:Blind Faith != Religion (Score 1) 892

Not necessarily. Religion is a very convenient and easily used excuse for barbaric acts. Sure, madmen can find other excuses at times to get people to do their evil bidding (like Stalin, Kim Jong, etc.), but it's not quite as easy as convincing people that God wants them to follow along with them. For the gullible (which is most of the population), that excuse is hard to argue against.

Apparently that wasn't the case in the 20th century.

Comment Re:Texas (Score 1) 895

Some would say we're still fighting the American Revolutionary War in 2010.

Few people realize it today, but the colonies were split right down the middle on revolution. Half wanted freedom and the America form of government, and the others were okay to go along with Britain and whatever Europe was doing.

The more things change, the more they stay the same.

Comment Re:What? (Score 1) 999

Like England is? Last I looked, they were a pretty secular, post-xian society

Yet to this very day, England continues to have an official state religion. And interestingly enough, Connecticut & Massachusetts also had state religions.

Texas and Alaska however...

Comment Please To Explain... (Score 1) 290

In the meantime, Steve Ballmer is more than happy to play along with Murdoch because although a deal with News Corps would reduce the basic profitability of Microsoft's search business, it would inflict far more damage on Google than on Microsoft."

So how would a deal with News Corps reduce the basic profitability of Microsoft's search business?

Comment Re:Is mandated health care constitutional? (Score 1) 1698

Further emails from her office say it's part of Interstate Commerce and the general welfare clause. How long before it's challenged in court?

The "general welfare clause" is part of the preamble to the Constitution. It is not one of the enumerated powers of the U.S. Congress. To be Constitutional, Congress must only act from one of its enumerated powers. The United States of America is not a plenipotentiary Republic; that's the whole point of having enumerated powers.

Comment Re:Emacs 23.1 for OS X: Differences (Score 1) 367


Whoops. A little bit of reading and testing lead me to come up with this bit of code for my .emacs:

(when (and (eq 'darwin system-type) (eq 23 emacs-major-version)) (setq ns-alternate-modifier 'super) (setq ns-command-modifier 'meta))

This solves the Emacs Meta-key functionality problem. Looks like I'm moving to the newest version of Emacs today!

Comment Emacs 23.1 for OS X: Differences (Score 1) 367



The build seems to work well except for a few key differences with earlier Emacs versions.

Compiling a Carbon version for OS X from the /mac directory is no longer possible because that entire directory has been removed. Instead OS X users need to compile a Cocoa version for OS X by following the directions in the /nextstep directory. At first this seems like a major win: reduce old code-bloat and compile with the newer frameworks. But unfortunately this produces an executable that delivers a couple of annoying inconsistencies.

First off, the Global Menu items are no longer in the OSX Menu Bar. It just makes the newer Cocoa version look sloppy and unfinished compared to the Carbon version. The second, and far more annoying difference, is the reservation of the Command-key for OS X-style functions. Command-N (new window), Command-W (close window), Command-C (copy) now all work just like on the Mac. But the infinitely more useful Emacs Meta-key functionality is now relegated to the Alt/Option key. :(

Slashdot Top Deals

FORTRAN is not a flower but a weed -- it is hardy, occasionally blooms, and grows in every computer. -- A.J. Perlis

Working...