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

 



Forgot your password?
typodupeerror
×

Comment Re:So *that* is how it works... (Score 1) 527

There should be campaign finance laws, of course, but the law is a blunt instrument. The problem has to be attacked at its root.

Precisely. The root cause is that the government is in the business of taking large sums of money from some groups and giving it to other groups. This creates incentives for lobbying, whereby people seek to get a slice of the government pie, at the expense of real production which enriches a nation.

Comment So...? (Score 5, Insightful) 484

Who do you want writing laws that govern complicated industries (high-tech, medical, etc.): a bunch of politicians, or people who actually work in those respective industries? Does the average congressman with a law degree understand the nuances of intertube technology (too soon? nah.), for example? I have no problem with industries proposing or even drafting legislation, provided that our elected representatives and their staffs actually read and digest the bills to ensure that the law is fair, enforceable, and beneficial.

Comment Re:Dark Wizard for Sega CD (Score 1) 272

Dark Wizard and the Lunar series for Sega CD are easily in my all-time top 10. I find myself wondering why we haven't seen any Sega CD games on Virtual Console, since there are games for other CD-based systems.

The cynic in me tends to think that Nintendo has discovered that time spent playing classic games means less money spent on new releases. The recent trend for Virtual Console and WiiWare leans heavily toward novelty games with a short lifespan.

Comment Why Privacy? (Score 2, Interesting) 926

Because a government that can search any person at any time can incriminate anyone it wants.

"During a routine anti-terrorism sweep, civil liberties activist John Doe was found to be in possession of methamphetamine, child pornography, concealed weapons, and pirated ABBA songs. He was immediately taken into custody and is being held at an undisclosed location for the public's safety..."

Right now we have an important check in the form of a search warrant. Before searching me, a law enforcement agent must demonstrate to a judge probable cause that I have committed, or will commit, a crime. It's not perfect, and there are notable loopholes, but at least there is some documentation and accountability.

Comment Re:Meh. (Score 1) 240

I'm probably in the minority, but I prefer being able to take my components ala carte. There were many times in the past 25 years that I couldn't afford the best of all components TODAY, so I built a system with a very high-end mobo and CPU, but using my old soundboard, RAM, etc until I could afford individually to replace those components with peer-quality stuff.

Yes, but when was the last time you upgraded the video card or CPU in your laptop?

Censorship

Venezuela's Last Opposition TV Owner Arrested 433

WrongSizeGlass writes "AP is reporting the owner of Venezuela's only remaining TV channel that takes a critical line against President Hugo Chavez was arrested Thursday. 'Guillermo Zuloaga, owner of Globovision, was arrested on a warrant for remarks that were deemed "offensive" to the president,' Attorney General Luisa Ortega said. This comes on the heels of last week's story titled Venezuela's Chavez To Limit Internet Freedom."

Comment Cell Phone Analogy (Score 1) 201

For casual players, I see this as a nice pay-as-you-go alternative to a monthly subscription. If I'm not going to consume $15 of content in a month, I may as well only pay for what I'm going to use, when I'm going to use it. I also wouldn't feel obligated to play just because I'm paying monthly fees.

Comment Re:DOSBox install instructions (Score 3, Informative) 80

Windows users can also make a shortcut to launch the game directly:

Target: "C:\Program Files\DOSBox-0.73\dosbox.exe" c:\games\magic\magic.exe

I still have my original manuals for Master of Magic, plus the 2" thick Prima Strategy Guide, chock full of tables and calculations. If ever a game needed to be open-sourced, this is the one, because I'd hate for anyone to have to re-code all those game rules again.

Comment Re:I have to say I'm a little frustrated.... (Score 2, Interesting) 134

So what should be taught in a computer security course?

You're assuming that we're only talking about breaking computer security. How about:
-Security models, such as the reference monitor concept and access control methods.
-Formal methods for verification.
-The history of computer security development, so you don't reinvent the wheel (happens all the time).
-Risk assessment and mitigation.
-Legal and policy frameworks.
-Methodologies for reverse engineering and disassembly.
-Proper implementation of cryptology (hint: anyone who writes their own crypto module is either an idiot or a genius).
-Managing and training end users.
-Secure lifecycle management.

As you stated, all of these elements build on the more general CS fundamentals, but we can't assume that they will be automatically inferred by students. This is where education should introduce us to ideas that we may not encounter or generate on our own. There is more to computer security than just blocking ports and running signature-based detection software.

Slashdot Top Deals

It is easier to write an incorrect program than understand a correct one.

Working...