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

 



Forgot your password?
typodupeerror
×

Comment Re:No surprise here (Score 1) 170

Exactly,
There is a lot of internet tout that Europeans somehow do things that much better then the US, is actually a lot of BS. They just have a different set of problems that the US does.

Germany probably just made the biggest fuss about it, just because they could, and distract their public from their own problems. We do the same in the US.

Comment Re:Still... (Score 4, Interesting) 193

Have you ever written C code which uses a switch statement based on what type a struct/union is and calling the relevant code for it?

No. When I use structures as objects (which is often), they almost always contain a pointer to a block of general methods appropriate to that structure, as well as containing any methods unique to the object, all of which are called through the object/structure, so it would be unusual, at least, to be testing the object type in order to choose an object-specific procedure to call. However, I do mark each object type with a specific ID and serial as they are created, along with a tag indicating what procedure created them, as these things facilitate some very useful memory management and diagnostic mechanisms.

Have you ever used qsort?

I am aware of qsort. But I have my own multi-method sort library that I use. Most of them locate the comparison mechanisms they are to use through the procedures specified by the objects they are asked to sort. Likewise list management, memory management, certain types of drawing primitives and image processing primitives, image handling mechanisms, associative storage, basically anything I have run into that I thought likely I would need more than once. I am positively locked into the idea that if I write it, I can fix it, and the number of bugs and problems that fall into the "maybe they'll fix the library someday" class are greatly reduced. I'm a little less picky if I have the source code to a capability I didn't actually write and can supply my own version if and as needed. A good example of something like that is SQLite. Actually having the source code and compiling it in reduces my inherent paranoia to a somewhat duller roar.

Comment Been there, had that done to us (Score 3, Insightful) 748

People owning and running businesses should be allowed to choose whith whom they associate and do business and then the ones which discriminate against otherwise good, paying customers can rightfully go under instead of being propped up by the policies of the state.

That's precisely the kind of thinking that led to child labor in factories and mines; it is also why we have to subsidize low paying jobs through our taxes so people can survive at a (somewhat) more reasonable level. It is what led to "whites only" and "separate bathrooms"; It is why the male/female employment ratios are so skewed; it is why older engineers are replaced by younger ones who know far less and don't have families to support; it is why the EPA, or something like it, really needs to exist. And so on.

Business, large and small, incorporated or not, as entities, resemble people only to the degree that most of them, left unregulated, exhibit sociopathy and/or psychopathy. History has shown this explicitly, time and time again. No one is guessing about this: the facts have been in for a long time, and new facts consistent with the old continue to arrive with distressing regularity.

The idea that business, left to its own discretions, will do the right thing is nothing more than a fantasy. Unregulated business is a very bad idea, and further, the premise that bad businesses will automatically fail because customers will do the right thing is equally bankrupt, and for many of the same reasons. Large numbers of people are both selfish and disinterested in the welfare of others.

Comment No wonder you're anonymous (Score 2) 748

Yes but that doesn't make the intestines a sexual organ.

Any body part with nerve endings and/or usable contact surfaces can be brought into play in sexual relations under the right circumstances. This has nothing do do with the gender of the party or parties involved. The fact that you don't know these things speaks very poorly about your competence and experience in the sexual arena.

Comment Still... (Score 3, Interesting) 193

...using c. Although I do like to comment thusly, and so prefer a compiler that understands at least basic c++:

// comment

I like to stay as close to the metal as I can get. I'd use assembler, but many of my projects are cross platform, so c it is.

Comment Re:why internet connected? (Score 2) 111

You do not work in health care do you.

So when you get registered at the Hospital. Your data will electronically get sent to the Electronic Medical Record system, which then will be sent to the Lab Systems, and back, Then all this data gets fed into a billing system which then needs to electronically send this data to the insurance company to be billed. Now we also new regulations called Meaningful Use, and one of them is the ability to Send Electronic Medical Data to the Patient in less then 72 hours of the request. To meet this requirement most places have setup a Patient Portal, where the Patient can Login via the Web and get their access.

For proper treating of patients the data needs to get sent to professionals who needs it, they may be in different locations around the world.

So the government is telling Health Care industries to lock down PHI and make it more Open at the same time.

Comment Re:Good Job NRC (Score 3, Interesting) 66

But it is Nuclear! N U C L E A R ! ! ! This words means scary stuff will happen if ever used by Bad Bad Men!

Now the people who broke in may get a lot of good information just like if they broke into any other federal commission. However I would really hope the actual dangerous stuff isn't on the same network that allows any sort of internet access.

Comment The 4th amendment... RIP (Score 3, Insightful) 376

This is why we Americans now have the Fourth Amendment, requiring due process (with various levels of proof) before interfering with someone's life.

Well, but that was a while ago. Now the legal system is using rationales like "hey, your MONEY doesn't have any rights, so we don't need due process to seize it, just suspicion" and also "terrorism", "you are on this list", and the big winner, "I think I'll just shoot you" (and often your dog, even, every once in a while, your cat), plus "we like searching your finances and communications without a warrant, so we do (IRS, NSA, DEA, other TLAs)", etc.

You gotta keep up a little better.

Also, the 4th constrains the federal government. With significant optimism poured on the 14th amendment, plus a judge who hasn't received his most recent bribes, the 4th also constrains state governments. It does not, however, constrain corporations or individuals. That is, of course, if anyone was still paying it serious notice, which is clearly not the case anyway.

This stuff actually depends upon civil law, and there, the rules are *completely* different and not at all what you expect. Or will enjoy. Civil law exists specifically so the system can hammer you in the event that criminal law is not up to the job. Any other usefulness is wholly coincidental.

Slashdot Top Deals

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

Working...