Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror

Comment Re:This commentary is really depressing (Score 1) 11

The BCG vaccine has also been found to be effective against bladder cancer. One of the two manufacturers bailed out of the market about a decade ago, limiting supply for both TB and bladder cancer.

They just opened a new manufacturing facility in Durham this past Spring to make much more. Not sure if it's producing yet, but it was a four-year build.

TB affects so few Americans that you can't even get BCG for TB prevention if you want it. Hopefully high-risk folks will be able to elect to get it soon.

Comment Re:For those wondering (Score 1) 55

A raw carrot
Pringles
Soy sauce

Are all foods for sale tested before they can go on sale? I don't think so but how about this is introduced? Manufacturers of things intended to be ingested (let's not go so far as to say 'food') could pay a nominal fee which is a function of the number and quality of ingredients.

Then, on some random schedule, a random selection of foods is collected from random sales locations and a random proportion of those tested by a party other than the one collecting the items - to ensure against an emissionsgate-type scam (i.e. quality is good on submission for testing but reverts back to shady-low-quality ingredients for everyone else) or collaboration between the collector and the producer.

Voila! Food manufacturers are incentivised to provide good-quality food.

Comment Built In Limit? (Score 1) 53

> The software had a built-in limit of 200 bot detection features. The enlarged file contained more than 200 entries. The software crashed when it encountered the unexpected file size.

A built in limit is:

if ( rule_count > 200 )
    log_urgent('rule count exceeded')
    break
else
    rule_count++
    process_rule

This sounds like it did not have a built-in limit but rather walked off the end of an array or something when the count went over 200.

Comment Re:You're fired! (Score 2) 65

Much as I agree with you from a moral standpoint, from a legal standpoint it is not as cut and dried as you make it out to be.

If you want to make the argument that "data about you" is "your data" that's fine, but the presumption here is that it's the airline's data, and it is offering it freely (as in speech, not as in beer) to the government. Where is the fourth amendment implication? It is not your "house, person, papers, or effects," it is the airline's and they're happy to let the government sort through it.

Comment Re:Icky, but (Score 1) 65

While I agree that this is not something I want the government to be doing, what part of a database maintained by the airlines constitutes your person, house, papers, or effects? If the government demands access that would be one thing, but if the airlines say "hey, wanna buy our data?" and the government says "hell yeah" that is something else.

Comment FoIA (Score 4, Insightful) 56

I heard earlier today that a court has determined that since governments are using all of this data, including license plates, that a FoIA request for all of the license plate data gathered from Flock in a city area for a range of dates was valid.

They want to have a power advantage over their serfs but turning their advantage into a burden changes that dynamic. Something to look into for those so inclined.

We seem to be well past the point of being able to expect them to follow the Law or "do the right thing".

Slashdot Top Deals

panic: kernel trap (ignored)

Working...