Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re:Code is closer to legalese than math (Score 1) 161

(Sorry for stereotyping but) you're a typical geek. You think that words can have a precise, context-free meaning, and whether something falls within the meaning of a word (or a technical term) can be done in polynomial time.

The real world is much more complicated than that.

Take for example, what is a male and what is female? You'd think it's easy enough to determine that if you have access to the genitals, but there's still difficult corner cases to handle. For legal questions, it can be even more complicated. Questions like "was there a contract?" "is this negligence?" "did the person have the 'intention' to commit the crime?" are simply too 'complicated' to have a deterministic algorithm for all the cases. And before you ask why there are so many lawsuits (I'd imagine many more than the number of people with an indeterminate sex), the fact is that for the vast majority of cases the question is pretty clear cut, and it's really the corner cases that seriously go to court for a dispute on issues of law (as opposed to factual disputes, eg. whether a person did indeed sign a contract, whether the accused did kill the victim, etc.).

Supposedly you can really write out all the anticipated cases in a super horrifically complex program. But then, even if we suppose we can resolve the controversial cases where the facts don't fit our intuition (eg. the many many many situations whether or not you can have an abortion), it defeats the other purpose, that the (general) legal principles should be understandable by a lay person. In fact, lawyers are human beings too (well, not going into the soul question), and if the solution is not understandable by a significant number of lawyers, it's not going to become law. That's where your argument comes in -- but honestly, when you're good at skill X, you'd tend to believe that skill X is all you need to solve the world's problems, until you realize that when you apply skill X outside of its usual domain, it doesn't work in practice. (Just check out the mad scientists cartoons/movies for how things that work in theory could go wrong) The fundamental flaw I see, is that people expect the law to *usually* work according to their *intuition*. Usually court decisions don't tend to go against common sense, and when it does, the legislature will "correct" the decision (at least for common law systems) so that the law is what people expect. The problem is, what people expect can be very self-inconsistent, and what people expect is usually optimized for the normal case, not optimized to reduce the awkward corner cases. If you have no idea what the "self-inconsistencies" of a normal human being is, try understanding a woman. (to please the feminists: or a man who's not a logician -- getting to understand the opposite sex makes you wonder whether everyone's brains are just full of inconsistencies)

And of course you can't just look at the law in its current state and simply declare it void because you have a supposedly better system "intelligently designed" by a genius. I'm not sure about you, but I personally would be very skeptical of any large "rewrite" of a system by a person who doesn't even understand what the system is about.

I do agree there could be a bit more inter-disciplinary research on how CS can assist in making law less complex, but ... from what I know and understand (not to say that it's a lot), I'm skeptical whether there could be any groundbreaking results.

I'd say, getting legislation to use a proper version control system, and if a git-blame could show all the people who voted for/against a particular law, it would already be a great win. :)

Comment Re:Code is closer to legalese than math (Score 1) 161

Law is fuzzy. Programming is usually not.
Law is often inconsistent. Programming (or the underlying logic) usually cannot be inconsistent.
Law is relatively simple once you get past the fuzziness and inconsistencies. A lot of software is multitudes more complex than legalese.
There's often an easy way to test your program. Not so easy to test a legal theory or opinion. (You go to court, spend thousands or millions on legal fees before you get a judge to decide on the matter -- and then you have appeals)
Lawyers are usually not very anal about making the law "efficient" and "easy to understand". Sometimes the law is more complicated than it needs to be, and the lawyers like it that way (after all, they make money by translating all that crap to plain language). Most good programmers, on the other hand, strive to make their code easy to read.

English common law is basically all about struggling with legacy issues and finding new applications for old "code". The concerns about "backwards compatibility" (i.e. not overriding previous decisions) appear often enough to warrant a mention.

Disclaimer: IANAL, have a law degree, and I'm a software engineer.

Comment Re:How about paying students after graduation? (Score 1) 321

Somebody is just bitter.

Sure, there's a bunch of money sucking parasites in Wall Street, and then another bunch of them in Washington DC, but then, to claim that they are the "only" jobs that pay well, is bullshit. The richest people in the world aren't the ones that merely push money about (except maybe Buffett). If you're talking about being an employee at a large corporation kind of "job", how about 3 million dollars at Google? Not sure how productive he was, but I'm pretty sure he wasn't in the business of pushing money around per se.

Tech is generally as well paid as any other industry -- it's just disingenuous to whine about compensation in the tech industry when it's been outgrowing basically every other industry, and companies scrambling to hire anyone who has a hint of talent.

Comment Re:Arbitrage? (Score 1) 150

Patents are a payment made in exchange for destroying a trade secret

Only if it were a worthy trade secret in the first place.

in exchange for publishing your idea and telling everyone how to do it

Right, how to do it. Pardon me for failing to see how making an invention which was "almost impossible to do at the time" is worthy of a patent...

Comment Re:About time. (Score 1) 150

Bullshit. Tell me when they release an open source implementation of MapReduce, Chubby, BigTable, their version of OpenStack, and the Linux variant they use on their own servers.

Google just uses open source technologies developed by others to build their products on. The ones they actually develop themselves and release under an OSS license are the software they wish to popularize to push their own agenda. Not something evil per se, but everyone else on the planet does the same thing and they don't deserve the halo you're giving them.

Slashdot Top Deals

The hardest part of climbing the ladder of success is getting through the crowd at the bottom.

Working...