Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Something I'd like to see (Score 4, Interesting) 162

I live in a country with full healthcare. One thing I'd like to see is a (somewhat) obligation to give results on your treatment. Each time you go to the doctor to get some treatment, some time later you'd receive a mail with a link to a webform with a few _simple_ questions such as: did the treatment help ? Did you feel any adverse effect ? For how long were you sick ? For how long did you take your treatment ? Did you take any extra drugs, etc. And if you fail to respond to too many emails, your 'free' health care starts being dinged in you pocket. Of course, with exemption for some people and/or disease.

It wouldn't cost much to implement, and would be a trove of info. Have a public structure derived from the national healthcare in charge of it which enforces strong anonymity, and provide anonymity data to big data analysts. It wouldn't take long to figure out scandals such as the Mediator. I mean, if you can't take ONE minute to answer some questions that WILL help others, why should you get free health care ?

Education

College Offers Athletic Scholarships To Gamers 102

New submitter MdotCpDeltaT writes: Robert Morris University will be the first school in the country to offer athletic scholarships to students who play the video game League of Legends. It's a move that seems to stretch the definition of sports and athletes. Associate athletic director Kurt Melcher said, "It's a team sport. There's strategy involved. You have to know your role in the game. Obviously it's not cardiovascular in any way, but it's mental. There are elements that go into it that are just like any other sport."The article says, "Though the gaming scholarships are primarily designed to attract what the school calls an 'underserved male' population, they are open to all, and Melcher said some women have inquired about the program. Even if the awards end up going mostly to males, he added, it should not upset the school's scholarship gender balance, which already has strong participation in women's sports."

Comment Re:Unsurprising ... (Score 1) 63

And not only that, maybe you consider most of the info you collect benign and want to go after bigger the bigger fish. But in a democracy, what if there's a regime change that _you_ don't like. That you truly don't like. Do you hand them all the data collected over the years, just like that ? One example, the number 2 (or 3) of the French National party (far right) recently (may) said that he'd like to beat journalists to death and other pleasant things. A few weeks later his party was the 1st one at the European elections. With the various (well deserved) trouble of the other mainstream parties in France, what if that extremist party got in power ?!? It's not so far fetched. Do you give them the key to the cookie jar knowing what Hitler did with only data from a few Hollerith tabulating machine ? I find this a horrifying thought and by far the best reason against wholesale data collection and storage.

Comment Re:It should be dead (Score 3, Informative) 283

Absolutely. I wrote in Perl for a year. I gave up when I figured out I couldn't understand pieces of code I'd written a month prior.

And another issue for me was this whole There's More Than One Way To Do It philosophy which I find extremely frustrating. Write a piece of code in 20 lines and show it on usenet. Somebody writes it in 10. Then another one pipes up in 3. Then the true Guru comes up with a one-liner that nobody can grok. And they all run faster. Maybe.

It also mean that when you read somebody else's code, you have to pattern that you can recognize. In C if I have to go through an array, you can bet there's gonna be a loop. In Perl, mystery, it could be any of multiple and rarely used constructs. The thing that made Perl popular at once was the integration of regular expressions, but we now have this in Bash =~, so why bother ?!?

Comment Re:records go back to 1880, very funny (Score 4, Insightful) 547

I don't know about the rest of the world, but I'm pretty sure our local stations keep records of major instrument overhauls which can be taken into consideration.

I used to work in climate science and we had a saying: "If you give a thermometer to a meteorologist, he knows what temperature it is. If you give him two, he's confused."

Comment Re:Tuning it out? (Score 1) 254

Most people have always said that advertising doesn't effect them. They said the same thing back in the days of TV, radio, and print.

I've always loathed advertisement. I consider it some form of mind rape that some company wants the 'right' to use some of my brain to store their shit. In a store, if I remember advertisement for a product, I consciously choose the competing product; how's that for 'doesn't affect them' ? Does that show in your stats ?

Comment Re:OMG I WANT! (Score 1) 80

Yes, I do data acquisition, and we only use board with FPGAs, such as Xilinx' offerings. This way we don't have to deal with the horrors of real-time OSes. Just do the acquisition in VHDL and send the buffer to the OS via a simple to write driver. Those would blow Xilinx out of the water (not that it's necessary for most low-power low-speed applications)
Encryption

TrueCrypt Author Claims That Forking Is Impossible 250

An anonymous reader writes On a request from Matthew Green to fork the TrueCrypt code, the author answers that this is impossible. He says that this might be no good idea, because the code needs a rewrite, but he allows to use the existing code as a reference. "I am sorry, but I think what you're asking for here is impossible. I don't feel that forking TrueCrypt would be a good idea, a complete rewrite was something we wanted to do for a while. I believe that starting from scratch wouldn't require much more work than actually learning and understanding all of truecrypts current codebase. I have no problem with the source code being used as reference."
Google

Google Fiber Is Officially Making Its Way To Portland 153

An anonymous reader writes This week the Portland City Council has approved a franchise agreement with Google to bring its fiber service to Portland. "As a result of the unanimous vote, Google will be subject to a five percent 'franchise fee' on its video revenues. It won't have to pay a three percent 'PEG' fee that Portland otherwise charges rival Comcast, but it will offer free Internet service for Portland residents for a $300, one-time fee. It'll also provide free Internet service to some to-be-determined nonprofits, in addition to providing a total of three free Wi-Fi networks in various parts of the city."

Comment Re:Backup? (Score 1) 396

I've never understood why, when you save a file, a checksum isn't computed at the same time and stored among the metadata. Then you can have a command that operates on a file, a directory or the entire filesystem (in that case when there's low disk activity) to verify that checksum. It would be easy and useful, no ?

Slashdot Top Deals

So you think that money is the root of all evil. Have you ever asked what is the root of money? -- Ayn Rand

Working...