Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:Students + Anonimity (Score 1) 234

(in which case, accuser or accused, the least popular person is the one who suffers)

I notice you don't provide any stats to back up that bland assertion. The connection of a rape charge (even obliquely) is sufficient to ruin your life. A lot of the damage is done *prior* to being vindicated. Does the innocent party get reimbursed for the loss of time/freedom/property/job/friends/acquaintences? No. It's gone.

Comment Re:Are the two networks truly separated? (Score 1) 113

Exactly this. I'd like to think that there's an air gap (ahem) between the avionics and passenger networks, and that it's impossible to access the avionics system from the passenger compartment. I'd also like to think it doesn't rely on security through obscurity, like "we run our API server on port 81 instead of port 80, ha-HA!". Come on, Slashdot: we have to have at least one aerospace engineer in here, don't we?

Comment Re:A first: We should follow Germany's lead (Score 1) 700

If your charity is providing shelter for the homeless, but they have to pay 10 bucks per night for the bunk-bed, you are not non-profit.

That test fails. What if it costs $50 per night for the bunk-bed and the rest is subsidized through external donations?

If your mega-church is providing "healing for the sick", but they have to pay $200 to enter, you are not a non-profit.

And if that $200 turns into renting clinic space and buying supplies to provide free medical care to poor children?

My point is that the answer to these questions is never simple, and if you think you've found a simple definition that neatly covers everything, it suggests you're likely missing something.

Comment Re:A first: We should follow Germany's lead (Score 5, Insightful) 700

but if a megachurch can afford a huge all-glass cathedral, $ multi-million salaries for the charismatic preacher begging for more donations, and toys like private jets and limos, nope, that's a for-profit enterprise, even if you cook the books so there's no money left over at the end of the day.

I'm not disagreeing with you, because I think that stuff is disgusting. But. As a programmer, how would you write a function that returns a boolean value: "is this church a legitimate non-profit?" Because that's ultimately what you're asking, and I'm having a hard time formulating such a thing.

Test cases:

* A small-town church with a pastor who has four different congregations: True
* A huge all-glass cathedral, $ multi-million salaries for the charismatic preacher begging for more donations, and toys like private jets and limos: False
* A small local all-volunteer charity that feeds the homeless: True
* A small, all-volunteer, poorly run charity who means well but sucks at their mission: True
* A large national charity with a well-paid CEO who effectively uses their resources to do amazing things: True
* A large national charity with a well-paid CEO who isn't very effective, but everyone agrees means well: True?
* A large national charity with a well-paid CEO who doesn't effectively uses their resources: Um...

Step one: agree on the test cases. Step two: specific the input parameters that lets you distinguish between outcomes. Step three: non-profit?

Comment Re:Why the hell ... (Score 5, Informative) 119

Why oh why would you put the parsing of HTTP at the kernel level?

They probably saw that FreeBSD has been doing it for 15 years and thought it might be a good idea.

This is the kind of stuff which needs to be in userspace, not the friggin OS.

Apparently not everyone agrees with that.

I'm in no way a Microsoft apologist, but it's not like a senior engineer rolled out of bed one morning, smoked some crack, and yelled "hey, let's break some crap today!" Lots of stuff is done in kernel mode in Linux and the BSDs - like all kinds of graphical mischief - and MS probably does the same things for the same reasons.

Slashdot Top Deals

"The fundamental principle of science, the definition almost, is this: the sole test of the validity of any idea is experiment." -- Richard P. Feynman

Working...