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

 



Forgot your password?
typodupeerror
×

Comment Re:One world government (Score 2) 349

It's not clear that that makes sense for health care, and for health care, you pay the same whether the costs arise as a consequence of your choice or by accident.

If I choose to ride a car, motorcycle, subway, do I pay different costs of I get hurt because of who is at fault? If I choose to take a shortcut home through an "unsafe" neighborhood and get hurt in a mugging do I pay more? I cut code, I develop rsi, I can no longer work. is it my fault for choosing programming as a career? you take a dr prescribed drug that puts on 60 lb and will not come off because of non-reversible biochemical changes? are you at fault for being fat? .you live in a city, poor and can't afford or find off working hours, food that isn't cheap carbs and become diabetic? are you at fault because your living environment and income won't pay for food that doesn't make you sick? today, each of those very real examples has a "and then you sue" component to determine fault. big waste of time and money when the goal should be restoring the person injured to health asap? chasing all of these corner cases would probably cost more than just paying without question.

Comment Re:One world government (Score 4, Insightful) 349

We're going to have to cut trillions from the budget just to break even and then to tack on another few trillion to pay for socialized medicine, we will need to cut from somewhere else.

we are already spending twice the most expensive single payer system to service fewer people why do you think we would need to add to out tax burden? take what we are spending today on health insurance, eliminate all but 10% admin overhead and we could have a gold plated health coverage for everybody. starting up means rearranging what we spend on health, not adding to it.

Comment Re:Sigh (Score 2) 287

I don't see why the blind or any other group should escape that harshness.

they don't. I've worked for blind people, I've worked for deaf people. I'm disabled as well and we all get no end of crap from tabs (temporarily able-bodied).

I lost roughly 30% of my hand function because I was busting my ass working normal IT programmer hours in a hostile work environment. I was fired from my job, I was denied workers compensation because "it wasn't workplace injury", I've been denied employment because "you can't have any technical knowledge because your hands don't work". I really understand now the discrimination that some women are told they're no longer qualified for the job just because they became pregnant.

I've even been discriminated against by geeks. I need to use proprietary package for speech recognition in order to be able to write and do some command-and-control. there were a few of us that wants to bridge NaturallySpeaking to Emacs but the Breaking with alarming frequency. After explaining the problem to Stallman and a few other fsf types, I was told that the official position of the free software foundation is that the needs of free software come before the needs of disabled people. If that meant that the free software equivalent wasn't going to arrive for a decade, disabled people would have to sit on their hands and wait till arrived or, do without free software that worked with speech recognition. Rather shortsighted, and rather harsh.

As I sometimes say, geeks don't give a crap about accessibility until they become injured and then they can't do anything about it because their hands don't work. They spend a couple of years reinventing and failing with the same solutions that failed for decades in the past and then either they give up and change careers or they fall off the economic ladder.

If we had greater accessibility for all types of disabilities, allow rsi injured, blind and tab programmers to compete on a level playing field by raising us up, not tearing others down, it would be okay for us to succeed or fail because it would be on our merits, not on our disabilities. We still have to deal with the bigotry of hiring managers but that's true for all of us.

The sad thing is, from the work I've been doing with speech user interfaces, I'm coming to believe that it's possible to build a common API to accommodate both text-to-speech and speech recognition user interfaces. With a bit more work, the interface can be expanded to also include a graphical user interface and once you have partition the application into everything else and the user interface, then accessibility becomes cheap, dirt cheap.

Comment Re:Disabled people (Score 2) 287

If it's open source, why couldn't people with said disabilities adapt it to their own unique needs?

simple. Because the act of writing code is one of the most handicap hostile acts in computer science. Pump your favorite language through a text-to-speech engine. What comes out is complete and total gibberish. It usually sounds like something the old gods would speak if they wanted to assure their own destruction. Since code is neither speakable nor listenable, how would a blind person or a person with an upper extremity disability write code? If it was easy, we would see at least an order of magnitude more blind or hand disabled programmers in the workplace. But we don't the problem hasn't been solved yet. therefore, we need to count on people like you to write code to our needs. Not what you think we need but what we actually need. Far too often I've seen accessibility code written by tabs that had nothing to do with the actual disability and in fact was less accessible than standard keyboards and mice. Want to learn about how bad our systems are for disabled people? Wear a blindfold for a week. Try to set up a Linux system and try to use it. Or, bind your hands into fists and try to use Emacs. That experience will teach you a small fraction of what you need to know. Walk in my shoes for a few years and then we can talk about handicap accessibility design issues.

Comment Re:Open source vs proprietary (Score 1) 792

That's an interesting post. I disagree that RMS isn't about people's freedom - he's just refusing to compromise on the licensing to allow proprietary software to "piggyback" onto GPL code.

that is the sick sad thing. the proprietary accessibility tools are more like a keyboard with feedback or a video card. They're well-defined interfaces that do put a lot of shallow tendrils into a system but those same tendrils are needed anyway for open or closed systems.

I agree that it's a shame that the accessibility components aren't available in GPL form, but he's not affecting your right to use free software, it's just that you may not have the capabilities to use it.

it's not just being denied use it, without accessibility features, you are denied employment opportunities, education, access to online services such as government, industry, social networks etc. effectively, without accessibility, you don't exist in our society and your disability may keep you any job no matter how mind numbingly dull it may be.

The problem with the hybrid solution would be that it opens the door to allowing all kinds of proprietary software to interface with GPL code without respecting the license.

As I said, self-contained module with well-defined interfaces doesn't have this problem. You can interface via network and protocol connection. The bridge could be made out of lgpl code which gets you away from the GPL. This is why I license my work under LGPL and never GPL.

To be honest, I'm not quite sure how a "self-contained" proprietary module can't be used with free software unless it requires to be linked with the GPL code, but if I had to bet money, I'd put it on RMS' interpretation of the GPL. It's a real pity that there aren't more GPL accessibility components, but it's not stopping you from using open source - you just have to go for differently licensed open source (e.g. BSD).

as I pointed out, there's more than one way to communicate between GPL and non-GPL code and usually a couple of them solve the problem. I think the main problem, and this contributes to the lack of accessibility, is that accessibility is not interesting to a developer until they are injured at which point they can't do anything about it and have to leave the field. According to a study I read in 1994, we were losing 30,000 developers are year to RSI. You would think with that volume of injuries, you would see injured developers working with accessibility aids so they can continue to write code. You don't because it's a hard problem and it hasn't been solved yet. one of the complicating factors is that programmers with hands have less than no clue about how to make something work for speech recognition users. They keep coming up with ideas that have been tried and failed for decades and still get offended when pointed the history books and told to "go read". a programming by speech toolkit will take about five years to complete. Other accessibility tools such as speech recognition will take at least 10 years to implement as they navigate the funding, staffing, and patent minefields that exist. I can't afford to wait and neither can anyone else. I've been waiting 15 years and been working on programming by speech issues for 10. we need working solutions now because folks have pissed away at least 15 years in which we could have made a change. don't get caught up in the question of whether or not you can interface proprietary tools to a GPL system and still respect the GPL. The real question is what is more important, supporting human beings who have needs of food, medicine and shelter to become self-sufficient or supporting a software movement which excludes some of the more vulnerable parts of our population. my vote hasn't changed as a result of my injury. The free software foundation has always had a big lack of clue on social areas that matter to people.

Comment Re:Open source vs proprietary (Score 2) 792

Stallman is not about people's freedom. I had a dustup with him a few months ago on accessibility issues. Today, the only way to provide accessible system is to start with a proprietary package for text to speech or speech recognition then with proper bridge code, you can make a connection to an open source system and use it as your computing base. Tried to get support for doing this with Emacs (VR-mode) and was soundly rebuffed by the Emacs community and Stallman himself. At the end of the conversation, I was left with the official stance that disabled people are less important than free software. That if there was going to be any disabled support, they would have to wait until the free software community got around to doing what they needed even if it was going to take the better part of a decade. This is unacceptable. The disabled person has as much right to use free software as any other person even if the hands or eyes have been replaced by self-contained proprietary module. It does not make sense to force potential advocates and talent down a path of end to end proprietary solutions when there is a hybrid solution that would let them move to open-source incrementally. The needs of the human should never be subordinate to any form of technology. Technology is here to serve us.

Comment Re:I've got a BETTER emergency rule for you... (Score 5, Insightful) 436

which further reinforces sending jobs overseas because in order to " be competitive" you need to live on less than 20,000 a year. You can do it if you're willing to do without such nonessentials as heat, fresh vegetables or fruit, or healthcare. I think this whole discussion is a waste of time because 1) we won't do anything about it 2) we keep electing politicians who are owned by the corporations 3) keep nominating politicians who will be owned by the corporations 4) the process is self limiting. Keep enough people out of work and US corporations won't have anybody to sell to. We will end up like Russia, a hollowed out state run by gangsters and selling spam
Worms

First iPhone Worm Discovered, Rickrolls Jailbroken Phones 215

Unexpof writes "Users of jailbroken iPhones in Australia are reporting that their wallpapers have been changed by a worm to an image of '80s pop icon Rick Astley. This is the first time a worm has been reported in the wild for the Apple iPhone. According to a report by Sophos, the worm, which exploits users who have installed SSH and not changed the default password, hunts for other vulnerable iPhones and infects them. Users are advised to properly secure their jailbroken iPhones with a non-default password, and Sophos says the worm is not harmless, despite its graffiti-like payload: 'Accessing someone else's computing device and changing their data without permission is an offense in many countries — and just as with graffiti there is a cost involved in cleaning-up affected iPhones. ... Other inquisitive hackers may also be tempted to experiment once they read about the world's first iPhone worm. Furthermore, a more malicious hacker could take the code written by ikee and adapt it to have a more sinister payload.'"
Politics

Sequoia Voting Systems Source Code Released 406

Mokurai sends a heads-up about Sequoia Voting Systems, which seems to have inadvertently released the SQL code for its voting databases. The existence of such code appears to violate Federal voting law: "Sequoia blew it on a public records response. ... They appear... to have just vandalized the data as valid databases by stripping the MS-SQL header data off, assuming that would stop us cold. They were wrong. The Linux 'strings' command was able to peel it apart. Nedit was able to digest 800-MB text files. What was revealed was thousands of lines of MS-SQL source code that appears to control or at least influence the logical flow of the election, in violation of a bunch of clauses in the FEC voting system rulebook banning interpreted code, machine modified code and mandating hash checks of voting system code." The code is all available for study or download, "the first time the innards of a US voting system can be downloaded and discussed publicly with no NDAs or court-ordered secrecy," notes Jim March of the Election Defense Alliance. Dig in and analyze.

Comment Re:Guess who's security software I won't be buying (Score 2, Insightful) 537

google SLAPP, also look up whistle blower protections laws and see how well they protect people and keep their careers from being savaged.

history shows that revealing identity is is a surefire way to silence or discredit a critic.

one possible tool might be the use of pseudo-anonymity. A two-way untraceable path between you and the anonymous party. think of it as a disposable identity. The trick then becomes how do I remove any association between me and the pseudo-identity so it can't be traced back to me.

The reason I suggest this tool is because true anonymity is a one-way communications path. Useful for broadcasting information but not interacting with any investigative authority. For example, I was working at a major film producer company that went bankrupt and we were working on a imaging device for nuclear medicine. since it was used a diagnostic setting, it had to pass certain FDA compliance regulations before could be used in a diagnostic setting.

They shipped beta code to sites using the image printer for diagnostics with real patients. A few people complained including not one but two FDA compliance officers within the organization. these people, including the compliance officers are either marginalized or pushed out. If I had a good anonymous channel to the FDA, I would've handed them documentation in a heartbeat. Unfortunately, this company was really good at sniffing out leaks so I didn't dare.

So for lack of true anonymity, a bunch of criminal behavior, or at least unethical behavior went unpunished.

I am not so foolish as to extend a single case to the entire net but, it is a good example, and an extremely common example of not reporting corporate malfeasance because people are not willing to have their careers and financial well-being savaged. Good anonymity support could help that.

News

Mickos Urges EU To Approve Oracle's MySQL Takeover 67

mjasay writes "Former MySQL CEO Marten Mickos has written to EU Commissioner of Competition Neelie Kroes to urge speedy approval of Oracle's proposed purchase of Sun, including the open-source MySQL database. The EU has been worried that Oracle's acquisition of Sun could end up hurting competition by dampening or killing MySQL's momentum. But in his letter, Mickos separates MySQL-the-community from MySQL-the-company, arguing that Oracle's takeover cannot hurt the MySQL community: 'Those two meanings of the term "MySQL" stand in a close, mutually beneficial interaction with each other. But, most importantly, this interaction is voluntary and cannot be directly controlled by the vendor.' In a follow-up interview with CNET, Mickos indicated that he has no financial interest in the matter, but instead argues he 'couldn't live with the fact that [he's] not taking action,' and is 'motivated now by trying to help the employees still at MySQL and Sun, and by an urge to bring rational discussion to the matter.'"
Networking

IPv6 Adoption Will Grow With Smart Grid Adoption, Hopes Cisco 169

darthcamaro writes "A lot of people in the US have not seen a use case for the use of IPv6 yet, since we've got plenty of IPv4 addresses. But what happens when the entire electrical grid gets smart? The so-called Smart Grid will need a networking transport mechanism that will connect potentially hundreds of millions of people and devices. Networking giant Cisco sees IP (internet protocol) as the right transport and IPv6 as the logical choice for addressing. 'Pv6 is an interesting discussion and one that occupies a lot of bandwidth at Cisco,' Marie Hattar, Cisco's vice president of network systems and security solutions marketing said. 'Some people say that for smaller deployments, we could get away with IPv4, but the smart grid has a number of parts. The point is that if you're looking to build this [smart grid] out, why not build it out on the scalable protocol from the get-go?'"
Security

Google Groups Used To Control Botnets 63

oDDmON oUT writes "'Maintaining a reliable command and control (C&C) structure is a priority for back door Trojan writers. ... Symantec has observed an interesting variation on this concept in the wild. A back door Trojan that we are calling Trojan.Grups has been using the Google Groups newsgroups to distribute commands,' writes Symantec employee Gavin O Gorman. He goes on to state that 'the Trojan itself is quite simple. It is distributed as a DLL,' and while the decrypted commands indicate it is used 'for reconnaissance and targeted attacks,' he does go on record as saying, 'It's worth noting that Google Groups is not at fault here; rather, it is a neutral party. The authors of this threat have chosen Google Groups simply for its bevy of features and versatility.'"
Robotics

Pogo-Style Robot Legs Allow 9-Foot Bounces 42

destinyland writes "A new pogo stick jumps nine feet using legs developed for running robots. (It replaces the stick's spring with a fiber-reinforced 'bow' that was developed at Carnegie Mellon's Robotics institute.) One scientist even suggests robots could use its 'BowGo' technology in the low-gravity environment of the moon. 'Hopping many meters above ground level, the robot would have an excellent view of the terrain.'"

Slashdot Top Deals

All seems condemned in the long run to approximate a state akin to Gaussian noise. -- James Martin

Working...