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

 



Forgot your password?
typodupeerror
×

Comment Re:Wrong idea: too much skin colors. (Score 1) 172

Detecting nipples shouldn't be too hard. We could assign a probability based on relative location to the face, colour difference and size. Although a lot of "artistic" nude shots don't show that. The problem here is that they tend to hint at nakedness rather than explicitly show it.You can't detect everything that might be considered rude using a single algorithm.

Comment I really hope its a bit smarter than that!` (Score 1) 172

A women in a bikini - acceptable for all but the most puritanical of people - will have a lot of skin. A woman flashing her top will have a lot less skin than that.

The algorithm seems to do some stuff with "curves" - whether this looks for breasts or just female body shape is something I'll have to play with when I'm not at work.

Comment Re:It's not about knowing, it's about understandin (Score 1) 345

Yes, so? If I was using a SPARC I'd be assuming register based passing.

If it was to be used in a calculation, and the architecture doesn't have operations on constants then I'd know it would go into a register. I wouldn't know which register, but that wasn't the point. The point is knowing it will be stored in a register. In the case of a SPARC, and if we're using it as a function parameter, and if there are fewer than 8 parameters, and if the parameters are all simple types, then it will be stored in one of the upper 8 registers in the window, and a competent programmer with low level SPARC experience will be able to tell you exactly which.

Comment Re:Nobody has a right to a market (Score 1) 50

I can understand this for the basic author's copyright, but the companies involved here aren't creators. Or consumers. They're middlemen. We don't need them. If we get content from another source, (e.g. Netflix US), the copyright owner still gets money. It comes from Netflix US rather than the local NZ distributor.

The publisher knows full well that some people will be using Netflix US through VPN or DNS spoofing services, and that this represents an increased value fro the company so will charge accordingly.

Comment Re:Knowing when not to (Score 1) 345

I'm not quite sure how a glitch in an online music app might kill someone.

If my software kills someone I will be so distraught that I will confess immediately, and cooperate fully with any enquiry. Although I can't see anyone hiring me to work on safety critical systems.

Comment Re:Knowing when not to (Score 2) 345

As a programmer, I don't want to be replaced easily, and I don't care about my work when I'll die, or even when I quit my company.

As a programmer, I make sure I remain employable by doing the best job I can do. Partly this is about basic ethics, but I know that even if I write ideal code, with perfect documentation, I'm still the best person to understand that. I don't want to work for any company I work for that doesn't realise this.

Slashdot Top Deals

"Look! There! Evil!.. pure and simple, total evil from the Eighth Dimension!" -- Buckaroo Banzai

Working...