Forgot your password?

typodupeerror

Comment: Re:Not Surprised (Score 1) 370

by KXeron (#39506151) Attached to: Munich Has Saved €4M So Far After Switch To Linux

While it is an ideal setup to lock everything down and while software used in business environments is content running in a restricted setup, there is a lot of home software still (games especially) that make it prohibitive to use restricted accounts. A few examples include:

- Game updates - often games will demand the ability to write to C:\Program Files and not actually store the game packages in the user's profile directory. On a truly locked down system, game updates would fall over due to permissions.

- Game DRM/"Anti-Cheat" - some DRM and "Anti-Cheat" engines require the ability to be able to administratively oversee the entire system process table as to prevent debuggers and memory dumpers from functioning. Many games with these systems will complain and refuse to run if they don't have enough privledges to get what they want.

- Many programs - a significant amount of programs used in home environments do not store things in the user's profile directory and instead insist on storing stuff in the program's install directory.

The problem is we're not living in an ideal world where you can simply lock accounts down and expect everything to play nice without your intervention and much of this falls on the shoulders of software vendors (their developers for largely being incompetent and the management for demanding DRM/Anti-Cheat engines).

In an office environment, it can be extremely easy to lock things down where software has been developed with restrictions in mind, not so much in a home environment unless you plan to reject a lot of software that your children may want.

Science

Scientists Use a Cockroach to Make Electricity->

Submitted by Anonymous Coward
An anonymous reader writes "Researchers at Case Western Reserve University have successfully managed to turn a cockroach into a battery. The research relies on a Cockroach’s diet. As a cockroach eats, it produces trehalose, a complex sugar. An anode is introduced into the cockroach’s gut, coated in an enzyme that breaks the trehalose down into two simpler sugars. These are then broken down again by another enzyme so that the electrons bound up in the sugars are set free, which then rush toward the cathode, completing the circuit.

The amount of energy being generated by the process is still exceedingly small; only 100 microwatts of energy at .3 volts were produced..."

Link to Original Source
Facebook

Facebook all.js breaks the internet->

Submitted by
shri
shri writes "Hundreds of thousands of sites rely on Facebook for signups, likes, comments and other widgets. How does this affect your site when a critical component of this infrastructure breaks (Bugs — all.js fails to load with locale error) in specactular fashion on a Friday evening? Should Facebook have a more visible notification system that alerts site owners / developers so that they don't have to scramble around looking at why their sites are not functioning properly?"
Link to Original Source

Court OKs Barring High IQs for Cops-> 3

Submitted by Anonymous Coward
An anonymous reader writes ""A man whose bid to become a police officer was rejected after he scored too high on an intelligence test has lost an appeal in his federal lawsuit against the city.

The 2nd U.S. Circuit Court of Appeals in New York upheld a lower court’s decision that the city did not discriminate against Robert Jordan because the same standards were applied to everyone who took the test.

“This kind of puts an official face on discrimination in America against people of a certain class,” Jordan said today from his Waterford home. “I maintain you have no more control over your basic intelligence than your eye color or your gender or anything else.” ""

Link to Original Source

Honeybees beheaded by parasitic fly larvae->

Submitted by turtledawn
turtledawn writes "Slashdot has been reporting on honeybee colony collapse disorder for a while now, and a potential new culprit has been discovered by John Hafernik, a biology professor at San Francisco State University. Larvae of a parasitic fly of the genus Apocephalus — the beheader — has been documented emerging from the bodies of expelled worker bees."
Link to Original Source
Google

Nginx overtakes Microsoft as No. 2 Web server->

Submitted by
tsamsoniw
tsamsoniw writes "With financial backing from the likes of Michael Dell and other venture capitalists, open source upstart Nginx has edged out Microsoft IIS (Internet Information Server) to hold the title of second-most widely used Web server among all active websites. What's more, according to Netcraft's January 2012 Web Server Survey, Nginx over the past month has gained market share among all websites, whereas competitors Apache, Microsoft, and Google each lost share."
Link to Original Source
Privacy

Avoiding Facial Recognition of the Future->

Submitted by hypnosec
hypnosec writes "A New York-based designer has created a camouflage technique that makes it much harder for computer based facial recognition. Along with the growth of closed circuit television (CCTV) , this has become quite a concern for many around the world, especially in the UK where being on camera is simply a part of city life. Being recognized automatically by computer is something that hearkens back to 1984 or A Scanner Darkly. As we move further into the 21st century, this futuristic techno-horror fiction is seeming more and more accurate. Never fear though people, CV Dazzle has some styling and makeup ideas that will make you invisible to facial recognition cameras. Why the 'fabulous' name? It comes from World War I warship paint that used stark geometric patterning to help break up the obvious outline of the vessel. Apparently it all began as a thesis at the Interactive Telecommunications Program at New York University. It addressed the problems with traditional techniques of hiding the face, like masks and sunglasses and looked into more socially and legally acceptable ways of styling that could prevent a computer from recognizing your face. Fans of Assassin's Creed might feel a bit at home with this, as it's all about hiding in plain sight."
Link to Original Source

IT managers are aloof, insular, says psychologist-> 1

Submitted by dcblogs
dcblogs writes "IT managers see themselves as "reigning supreme," in an organization, and are seen by non-IT workers as difficult to get along with, says organizational psychologist Billie Blair. If IT managers changed their ways, they could have a major impact in an organization. “So much of their life is hidden under a bushel because they don't discuss things, they don't divulge what they know, and the innovation that comes from that process doesn't happen, therefore, in the organization,” says Blair."
Link to Original Source

Comment: Re:Standard Practice (Score 4, Informative) 128

by KXeron (#38471724) Attached to: Major Australian Retailer Accused of Selling Infected Hard Drives

This is an incorrect assertion, an assertion my previous post debunked, but I suppose I'll re-explain:

You could have a drive full of PDFs, you could have it full of PNGs, whatever file format you'd like. You could mount the drive as noexec, however when it comes down to it, a trusted program (NOT ON THAT DRIVE) can interact with those files and since file formats can be complex AND since the programs opening them are also complex, there's a chance that the program will be vulnerable to a crafted file that tricks the program to do something that a "regular movie" or whatever wouldn't do and may not have been tested for.

If you've written a file parser of any kind, you'll see how complicated it gets in having your program code check the file for abnormalities before interacting with it. This complexity is a steep curve and all it takes is not checking an array boundary for your program to mistakenly leak data memory into its executable memory space.

The old addage plays correct here: Never trust user inputs.

In Hollywood, if you don't have happiness, you send out for it. -- Rex Reed

Working...