Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment Re:Well, (Score 3, Interesting) 338

$7.8 billion

Think of the science NASA could do with that cash being wasted to frisk old people for their pill bottles!

Or, if you're one of the NASA haters, think of all the children who won't get an adequate education/vacination/lunch/foodstamps for that money.

But damn tootin' if one of them grandmas thinks she can pass off a bottle of Midol, our Skies Are Safe(tm)*

* (For values of safe equal to We Covered Our Butts come election time. Deal not available in major markets, near large cities or in New York state. Remember: you only need to give up a little freedom or the terrorists win. Vote TSA again, next election.)

Comment Re:Well of course not... (Score 1) 206

Bad security can actually be worse than no security.

These types of arguments tend to run on one of two lines: people trusting that which they shouldn't and examples of simple broken systems.

There is nothing you can do about people trusting systems they shouldn't. Houses have many ways in that are usually easier to open with tools than the doors. Windows are used for entry because you only need a fist to break most. Walls are just as easy with power tools. It's the social contract between people that prevents this type of security problem. Locks on your doors only keep out lazy opportunists checking doors for easy access. Sadly, the Gabriel's Greater Internet F*ckwad Theory implies that online the contract fails.

The less obvious one is that a faulty and flawed security mechanism actually offers another attack vector.

All security mechanisms suffer from this. Reference: http://xkcd.com/538/

Add a lock and you not only offer a point where an attacker can actually put a hook,

The obvious is to just use a tool that can attach things to doors. Even a harmless looking sharpened thumbtack defeats the 'handle-less' door yet is stymied by the presence of a lock.

I think the equivalent in computer security is pop-up phishing. Such as putting up a webpage popup AD with a similar password requirement and appearance, hoping that some people will try their existing passwords from their existing systems. Or a fake screensaver overlay that kicks in after one minute of idle.

If the lock is now flawed and easy to pick, you actually lowered the security of the door by adding a lock.

It is a simple matter of application of non-obvious force: smack the door with your fist. One that is easier to do than even smashing windows. It not only leaves no trail, but makes it look like you know what you are doing so unaware bystanders will think you should be using that door. Unless it is badly fit to the frame and actually stuck to it, if pushed on such a door will bounce open. Materials are elastic to some degree and forces between joints will be partially reflected just due to the difference in material (the gap that comprises the joint between door material and frame.)

To translate into security speak, this is shoulder-surfing someone who uses the same password everywhere.

Fundamentally, security is about psychology and not technology. The lock should be the hardest part of the door to deal with so attackers focus on it and waste their time. This gives you time to discover and deal with them manually assuming the attacker just doesn't give up and go check other doors. Most people are dumb - well average or bellow - so this works well. You cannot keep the smart ones out - even if they ignore the window you left open they know how to use a battery-powered chain saw to make their own doors.

Comment Re:Conservation can work, too (Score 2) 438

Now, the human race has been expanding exponentially at the historic average of 2% per year.

No, the human race - and all other breeding populations bellow any limited threshold - is on a logisic curve. Historically it just looks looks exponential because we have been near the origin. It's also a much scarier curve when you consider the growth period is the 'good times.'

In a natural population the number of breeders explodes until it hit some limit and loss suppresses any more gains. It is a simple consequence of reality. With the ever changing environment that is the natural world, any species able to rapidly expand when one of their limits is removed becomes numerically dominate. Since evolutionary success is simply having more grandkids than the other guy, leveraging these opportunities is built into just about every living thing from bacteria to Redwoods. You breed and spread during the happy times until the limit. Then you replace spreading with horrible churn: for each who is born, someone must die.

The unanswered question is: what limit will keep human population from growing? Very poor economists and armchair sociologists trot out the 'limited space' arguments based on totally unrealistic understanding of not only 3D space and what 'food' is, but also territorial needs of humans and how they can overlap. People who have looked into the matter discovered an amazing thing.

Give education and rights to women and your population grown slams to a standstill.

Why?

It's simple: you have most if not all your children surviving to adulthood and educated, wealthy women women able to tell their man/cleric/priest/culture NO to unprotected sex. There is less successful coercion of women into walking-baby-factories for men by accident or purpose. The world is long past the need for huge families to keep the farm running or fight that war. (Starvation is a logistics and distribution problem.) Also, consider the improved access to medicine available to educated, non-poor mothers. Birth is no longer a lottery in which both the future adult and its mother gamble their lives. There is a lot behind this topic and Google is your friend.

It turns out that humans are more than dumb animals. At least some of us. And by definition what people do is unnatural. Long before starvation or disease limits human growth we do it ourselves. Cut the mechanism behind rapid population growth and it stops. Long before you need government mandates, starvation lotteries, colony ships, O'Neil colonies or Logan's Run our women stand up and conveniently have a headache tonight.

We won't over populate this planet let alone the solar system if we can just do one thing: raise women out of poverty.

It's basic humanity.

(And if that doesn't work in the end, just putting all the women on the ship and forcing the men to stay at home will. Motes we are not.)

Comment Re:How about Fedora? (Score 2) 685

RPM having all the packaging written on a single file, mixing both shell scripting, changelog, dependency, you name it... is simply a horrible idea.

Why?

Having actually packaged other people's software with and without patches, the specfile method keeps meta information, the phases of pre-installation, setup, post-installation and your dependency information synchronized nicely. Of course, if you really need separate files you can just use the %include macro on recent rpmbuild versions. Put meta info in a header file, changelog in changelog.txt, dependency in another file, you name it.

You could argue that building an RPM is actually a little, too easy. Low barrier to entry means you get plenty of crappy RPMs (looking at yours, Skype) and flavor of the day naming. This is also a problem for Ubuntu PPAs. If the specfile looks horrible because the packager cannot script well, that has nothing do to with rpm's quality.

It could be worse. Like .deb's numerous mandatory directories. All the extra control files needed even if you don't use deb feature XYZ. And control files that are white space sensitive. Not good Python-style sensitive but I'll-kill-your-cat and get-off-my-lawn-80-column-punchcard Pascal sensitive.

But having built both types of package I can say that I prefer the apt-tools and front-ends which yum (and things like software.opensuse.org) is certainly catching up too. On the other side rpmbuild is quite nice, being pretty much make for packages. I've gotten better packages out of running alien on rpms than what the deb tools do with some native control file configurations.

IMNSHO, the debian package format is over-engineered (or poorly engineered...white space, bleh.) But the debian developers are in their right to be very anal about how packages are built, even if the specifics of it are masochistic to the poor distro folk having to make the package. The higher barriers means that packagers just cannot fart out a crappy package. They have to build something that is intended to be used within a greater system, apt. That apt ecosystem can then be built on that more stable ground.

But I'm betting like with apt vs yum, it's the superior end user interface which will win out here. The devs, packagers, icon makers and what not will continue to toil on the backside with the tools at hand, scratching those itches or raking in that corporate pay. And maybe someone's manager (or UI 'designer') will figure out that desktop and mobile devices just might need different UIs.

Although in the end, after enough customization does your original distribution even matter?

Comment Re:True, but that's still going to be a tough sell (Score 1) 172

Earth-bound Humans are currently better at many impomptu, lightweight manual tasks than Earth-bound robots -- but are they still better when encumbered in a 200-pound spacesuit, with gloves like oven mitts?

Quite simply: yes.

The exact quote escapes me, but one geologist said that if you combine all the works of all the mars landers in history, it amounts to about a good day for an average geology student.

While it is inconvenient to have to send into space all the arms, legs and guts meant for living at around 1 atmosphere of pressure and not that much far from 24 C, it is really hard to beat having a working human brain when it comes to exploring.

Our global reach is proof enough of that.

We marvel at what our robotic tools can do, but mustn't forget they are but longer, sharper hammers today. There is still a human behind them.

But then, I'm biased. Like whalers who used to leave their families for years at a time, today I wouldn't mind being one of those stuck on a rock seeing things noone has ever seen before. Learning things noone knew before. And yes, probably dying for that chance like people die every day for less. In the meantime my battle.net ping times might suck, but then there's always [rock] porn right out the window.

To quote Albert Szent-Györgi (1893-1986) U. S. biochemist: "If any student comes to me and says he wants to be useful to mankind and go into research to alleviate human suffering, I advise him to go into charity instead. Research wants real egotists who seek their own pleasure and satisfaction, but find it in solving the puzzles of nature."

Comment Re:Oh no! (Score 1) 1521

Good luck and God's speed.

What will happen to the CmdrTaco's Links slashbox?

Will the Funnies change?

Now watch as the low UIDs to take over the discussion on this post.

Hesitation means a higher ID for those who asked: to register or not to register? Back in the day that was a serious question.

Long time reader, only one time submitter (I still have to remind people I'm not associated with any of the sites I linked, talk about obscure references.) Been coming to this little site since randomly typing slashdot.org into a url bar back in '98 or so. I don't recommend doing that today with DNS hijacking and domain squatters. But I did get sent to some funky Chip'n'Dips site with the most ugly color scheme outside of geocities. It kinda grows on you though, that green glow.

So, for next job ideas how about opening a restaurant?

I hear 'The Commander Taco' is a good name.

Comment Re:huh? (Score 1) 160

I can't believe a person as big of a publicity hound as Lady Gaga would every have a problem with a Weird Al parody.

Perhaps her PR agents know about the Streisand effect and are meta-meme hacking the culture for a little publicity? Certainly wouldn't be the first time someone started a fight just to get a little bit more famous.

Comment Re:I know it's from a movie, but ... (Score 2) 352

"If the oceans were suddenly turned to gasoline, how long do you think it would be before someone lit a match, just to be the one who did it?"

-- Joe Haldeman,"Colonizing Other Worlds."

While he was discussing closed cultures on Interstellar Travel and Mutli-Generation Space Ships, Spaceship Earth also has some of the issues with having real live people trying to keep it together for the whole voyage. And we just go 'round and 'round with nowhere in particular as the course.

Comment Re:GMO scientists, who do you think you are? (Score 1) 1229

it's that we're taking genes and modifying them without knowing the exact changes made. We can make many permutations of the potato via GM, and have no idea what they'll end up as

Funny, sounds an awful lot like mutation. You know, that variation a breeder looks for to create the next great thing.

Oh, I get it: if 'mother nature' aka 'God' aka 'not a guy in a lab coat with a gene gun' does it, then the new genes are good. But if humans did it, then it's bad.

Bacteria have been performing this trick of inserting new/random genes for longer than we've been around. Humans are just applying it to plants and animals. And eventually our kids.

Comment Re:Close, but no Cigar... (Score 4, Insightful) 317

. Instead of the UNIX 'everything is a file' philosophy, it says 'everything is an object', and it's pretty cool.

It is pointing out the obvious that a file is kind of object, with a certain defined behavior, strong namespaces and associated methods?

Systems like Plan9, where everything literally is a file make the painfully obvious. The only changes would be to make file properties be just more files that appear to live bellow the filename as if it were a directory and get rid of completely foreign namespaces like the network interfaces.

There is some extra syntatic sugar with object systems. The 'object' systems use dot delimited dereferencing for system enforced sub-classing - runtime resolution of the thingy being talked about. The file system's path separators are only meaningful on the filesystem meta-level for object...er...file isolation. Otherwise we are dithering over path separators to namespaces: /path/to/thingy instead of container.subelement.thingy.

Of course, PowerShell has the advantage of an actual design and uniform implementation. Even the traditional Unix utilities produce completely unique output formats that often require regular expressions to pull out meaningful data or at least massage the pipe. This is a possible consequence of unregulated organic growth.

Now, the author of TermKit has a valid point in his article on the sofware's design: not enough file handles are used by traditional Unix utilities. STDOUT and STDERR are both used to produce human-readable and machine-readable output. Instead make STDOUT,STDERR (FD 1 and FD 2) machine-only and FD 3 and 4 be used for human-consumable output. This could be much more flexible. (Of course, like most standards, nobody would have used it in the sake of rolling the next great thing.)

But this highlights that trivially parsable output combined with pure file semantics gives you the benefits pure 'object' environments like Powershell gives to users. So it appears the inconsistency between terminal applications is the real issue, not some mythical object-ness that Powershell proponents claim files don't have. And TermKit's plugins / adapters "fix" that.

After all, what are programing languages but syntactic sugar in our heads, mere mental layers on top of high and low voltages running through some hardware?

Comment Re:arstechnica reviewed kdenlive / PiTiVi a year a (Score 1) 182

The reality is that there's no single app that will propel Linux into the mainstream magically,

On the contrary, the only thing that will propel Linux into the mainstream is are unique apps that are not available elsewhere. Otherwise users will just run those apps natively and continue to ignore Linux.

Yes, this is directly opposite the F/OSS ideal of software that is free for everyone. But it is reality.

The largest number of Linux converts I've ever been party to was directly the result of Compiz. Years of running Install-fests, going to various LUGs and discussing those pesky things that make a computer run were nothing. I did a 5 minute demo to a friend in public on my laptop of my flashy, sexy cube desktop and a real workflow that used it. The first words out of everybody's mouth was 'how to I get that?'

Apple has the 'iLife' experience (and BSD inside.)

Microsoft has Office, Video Games and Microsoft's Deal-making Marketing Machine.

What is Linux's killer app?

Comment Re:XKCD (Score 2) 135

That xkcd always amused me.

The only way to really delete something is to encrypt it. Then forget the key.

Going to burn through a few wrenches before you find that out. Too bad most people only have two knees.

Relevant to the topic? I have about a dozen CDs of 'encrypted' Linux files that can no longer be opened. Apparently the old cryptoloop encryption implementation on my particular distro was somewhat buggy. The encrypted file system that was contained in those files could only be opened on the original PC. Which promptly died. (Thank you Murphy.)

Fortunately things like luks + cryptsetup made that specific cryptodisk implementation obsolete.

Comment Re:First post (Score 1) 720

By your own admission you've devoted half a lifetime or more to developing [reading] skills. Should everybody have to do that? Are people who don't devote half a lifetime specifically to [literacy] skills "stupid" and "fearful"?

Computer Literacy is the New Literacy. Those without it are already ruled over those with it. From quants developing market models to make millions in seconds to average joes trying to print shipping papers to know what to pull off the shelves, computers are everywhere.

TFA's real point is that using GUIs to make things easier often doesn't. We wanted to just stick a brain in everything and magically have it be smart. Turns out it doesn't work that way. Leave out the issue of slavery embedded in sticking brains in everything. Master System Administrator skill isn't needed. But some level of skill is needed to use computers and do tasks that involve them.

For a funny twist, typing commands can be easier for some tasks. After all, it's just pushing buttons. And most people are pretty good at doing that. Just ask their spouses.

Comment Re:Prove it... (Score 1) 826

I don't turn on the even news and see a whole lot of evidence the rest of the world is filled with altruists, who only want what is best for everyone.

Threats sell eyeballs. And the rarer it is, the more news-worthy a topic is.

Unless they involve dripping-with-carebear-level-googly-eye cute or fits in with someone's (controversial) hot topic, the huge and normal amount of common altruists in the human population aren't news.

Helped an old woman across the street? Not news.

Tossed an old woman into traffic? Now we've got a multi-hour breaking story on our hands.

Slashdot Top Deals

BLISS is ignorance.

Working...