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

 



Forgot your password?
typodupeerror
×

Comment Re:Surprise? (Score 1) 21

When I was a kid, my grandparents lived on a farm. There was a spot on the side of my grandfathers garage that everybody would go to pee because nobody could see you. Maybe we were peeing toxic piss, but the grass never grew there.

Comment Re:Great! (Score 1) 138

Kind of a sidetrack, but I've worked for a government consulting firm for the past five years and I've actually been surprised with the proposal process, at times. I'm not sure if things are different now than they were years ago, but during the proposal process, the government was actually undermining the abilities of contractors with bids they thought were "too low", fearing that they would overwork their staff and/or hit the government for more money, later on. I also worked for an extremely low bidding contractor and it wasn't uncommon for us to go back to the client, midway through the project to double our original estimate. Needless to say, we didn't have a large number of return clients.

Comment Re:I always maintained blue ray was moot (Score 1) 685

For what it's worth, 300 is one of the worst movies I've ever seen in HD. I know exactly what you're talking about when you say that you could tell where green screens were used. I had a similar experience with The Hills Have Eyes (might have been the 2nd one) where I could easily tell that the mutant people were rubber dummies. Thankfully, the number of great movies in HD far outweigh the number of bad ones.

I definitely think you should give it another try.

Comment Re:Why make the leap in the first place? (Score 1) 388

This "proprietary" argument is getting old.

Silverlight is an open-standard. While Microsoft doesn't actively develop a Linux client, they have collaborated with Novel to bring the Moonlight project to the Linux and other Unix/X11 platforms.

Granted, the Moonlight 2.0 implementation is behind Microsoft's implementation, with the Moonlight Roadmap indicating a planed release date of September 2009. While this is frustrating to end users and developers, I don't think it's fair to call Silverlight "proprietary".

Science

Concentrate Better By Doodling 94

Kelson writes "The next time you see someone doodling during a meeting, don't criticize them for drifting off. It turns out that doodling is the mind's way of keeping itself just busy enough to avoid checking out entirely and slipping off into a daydream, and doodlers actually remember more of that boring talk. (Judging by my college notes, this probably helped me remember a lot of otherwise-boring lectures.)"

Comment Re:You mean... (Score 1) 420

As a non admin, the system should still give you the ability to install applications under your own account... The system should also give the admin the ability to take away the above ability from normal users.

That's a reasonable argument. AFAIK, ClickOnce provides this functionality (I know that ClickOnce applications are installed per-user to get around security restrictions in Program Files directory, etc.; however, I am not 100% sure whether it's possible to outright restrict users from installing something via ClickOnce, altogether). Granted, I realize that ClickOnce deployments are not very common.

As a former admin gone developer, I believe in putting an emphasis on security, first. If you wish to allow users to install applications, you do so with the understanding that you are opening up your system to vulnerabilities. It is for this reason that I would rarely permit average users to install anything without the authorization from an administrator. I will, however, acknowledge that there are exceptions to these rules.

Comment Re:You mean... (Score 3, Insightful) 420

This is very unlikely unless you were installing something using a really, really crappy installer. In either case, this is certainly not the fault of Windows. The operating system API definitely throws an exception if a user tries to access something that he/she does not have access to. It doesn't, however, have the ability to prevent a stupid developer from writing an installer that catches the exception without notifying the end-user of the security-related error. The same idiotic behavior can and will be observed in Linux if developers choose to ignore development best practices.

Comment Re:You mean... (Score 1) 420

Nothing would install correctly, nothing would run correctly.

That's the point. You shouldn't be permitted to install anything when you're not an administrator.

Even programs that don't use any administrator functions or zones wouldn't work correctly. Realistically, running in a non-admin account is a pain in the ass.

This was an unfortunate truth for some time because the Windows 9x security model did not enforce strict security practices. In short, all of these problems could be corrected by an administrator by making some registry and file system security tweaks. It was, however, a legitimate cause for frustration among end users and administrators.

The fortunate side of the story is that as the Windows NT security model became more wide spread (because of the popularity of Windows 2000 and XP), developers were made more aware of these problems and better development practices helped eliminate most of these security-related nuances. In other words, things are a lot better now than they were even just a few years ago.

Television

Comcast Apologizes For Super Bowl Porn Glitch 526

DrinkDr.Pepper writes "Just after the last touchdown by the Cardinals, with 3 minutes to go in the game, approximately 30 seconds of pornographic material was shown, seen by an unknown number of Comcast customers in Tucson, Arizona who were watching the game in standard definition. Comcast has apologized (they used the word 'mortified') and is issuing a $10 credit to any customer who claims to have been impacted. Various news accounts suggest that the incident was a malicious act, but no one knows how it was done or by whom."

Comment Re:malware.... (Score 3, Informative) 803

ClickOnce is in no way limited to the Windows platform because it's little more than an installation mechanism that is usually hosted on a web server. There is no reason that a Linux system running Mono couldn't install something via ClickOnce. Furthermore, ClickOnce is targeted towards desktop applications. The fact that you mention AJAX implies (to me) that you have the wrong idea about ClickOnce functionality.

Comment Re:Using Microsoft for a 5-nines SLA? Is that a jo (Score 1) 792

A typical response from somebody that sees "Microsoft" and automatically jumps to conclusions. Did you even read the article?

The exchange would not say whether volume was the issue and declined to give details on what had caused the problem. But angry customers were demanding an explanation.

The site broke just this once since it was launched in September of 2005. I'd say that the Microsoft servers did a fantastic job hosting the load.

The Internet

Submission + - Google Responds to Viacom Lawsuit

mattatwork writes: "According to a NY Times article, Google has responded to the Viacom Lawsuit unfounded and claims legal safe harbor in sections of the 1998 Digital Millennium Copyright Act.

The 1998 law "balances the rights of copyright holders and the need to protect the Internet as an important new form of communication," Google said in its filing. "By seeking to make carriers and hosting providers liable for Internet communications, Viacom's complaint threatens the way hundreds of millions of people legitimately exchange information, news, entertainment, and political and artistic expression."
Viacom responded with:

"This response ignores the most important fact of the suit, which is that YouTube does not qualify for safe harbor protection under the D.M.C.A. It is obvious that YouTube has knowledge of infringing material on their site, and they are profiting from it."
Representives for Google have said they are ready to take this to court. I don't know about you, I can't wait 'till July 27 and see the rumble in the court room!"
Java

Submission + - Trolltech is opensourcing Qt for Java

Anonymous Coward writes: "Trolltech released their second beta of their upcoming product, Qt Jambi, today. With this release they are dual licensing the product under a commercial and a GPL license. Being founded on a very solid framework, Qt, and now with an opensource license, they should be prepared to take on the other established toolkits, like Swing and SWT. For full details, see the press release: http://www.trolltech.com/developer/downloads/qt/qt jambi-beta"

Slashdot Top Deals

To the systems programmer, users and applications serve only to provide a test load.

Working...