Slashdot Mirror


User: sydneyfong

sydneyfong's activity in the archive.

Stories
0
Comments
1,644
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,644

  1. Re:Given that interpretation of what the law says. on Massachusetts Court Says 'Upskirt' Photos Are Legal · · Score: 1

    In my jurisdiction (non-US) there's stuff like these: http://en.wikipedia.org/wiki/D...

    Not sure whether there are such laws in Massachusetts..

  2. Re:Sensationalist Headline much? on Horseshoe Crabs Are Bled Alive To Create an Unparalleled Biomedical Technology · · Score: 1

    Depends. If you're kidnapped to the blood donation center and had your skin pierced and blood forcibly "removed" (I try not to use "bleed") from your body, while you are not dead yet, I suppose it fits the definition of being "bled alive".

  3. Re:A programmer is born on the crib not on college on Do We Really Have a Shortage of STEM Workers? · · Score: 1

    Anyone can learn to make sounds on an instrument. Doesn't mean anyone can make music that doesn't suck. (I know I can't.)

  4. Re:Code is closer to legalese than math on The Neuroscience of Computer Programming · · Score: 1

    (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. :)

  5. Re:Code is closer to legalese than math on The Neuroscience of Computer Programming · · Score: 1

    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.

  6. Re:Ha. Your description IS a branch of mathematics on The Neuroscience of Computer Programming · · Score: 1
  7. Re:How about paying students after graduation? on James Dyson: We Should Pay Students To Study Engineering · · Score: 1

    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.

  8. Re:Trend? on Reports Say Satya Nadella Is Microsoft's Next CEO · · Score: 1

    An improvement from the "Chair in the Air" days, I suppose?

  9. Re:More reprsentative stats please on IE Drops To Single-Digit Market Share · · Score: 1

    They say that some people are using lower-end Android phones as a "dumb" phone.

  10. Re:All I can say to that is... on BlackBerry Sues iPhone Keyboard Maker Typo · · Score: 1

    Actually I haven't seen it in action. I've never used a blackberry or even seen a person using one up close

    Yet I am confident enough to comment on whether this thing I have never seen contains any new inventions or not. Because I just know..

  11. Re:Different languages, different issues. on "Clinical Trials" For Programming Languages? · · Score: 1

    Might be a bit off-topic, but when the system gets (for example) 5 answers from 5 different computers, how do they make sure that the program/computer that reads and verifies those 5 answers is correct and fault tolerant?

  12. Re:What I'm trying to do on "Clinical Trials" For Programming Languages? · · Score: 1

    Using a week to learn a language and do a small project on it isn't that crazy. The problem is just that after week 30 or so, you start to run out of sane and useful languages (unless you dig into the obscure) and end up experimenting with brainf**k.

  13. Re:it's been tried, but not extensively on "Clinical Trials" For Programming Languages? · · Score: 1

    At 20-10000 the standard libraries and defacto standard libraries of Java win.

  14. Re:Arbitrage? on Google Sues Consortium Backed By Apple and Microsoft to Protect Android · · Score: 1

    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...

  15. Re:About time. on Google Sues Consortium Backed By Apple and Microsoft to Protect Android · · Score: 1

    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.

  16. Re:Video editing... on A Flood of Fawning Reviews For Apple's Latest · · Score: 1

    Annual cost of a [human] friend: $0 (well, real friends anyway)

  17. Re:As an American on F-Secure's Mikko Hypponen Cancels RSA Talk In Protest · · Score: 1

    I'll believe it when "most of you" Americans get your act together and vote surveillance out of your Free and Democratic country.

  18. Re:Not to rain anybody's party, but.... on Google's Dart Becomes ECMA's Dart · · Score: 1

    Duh. This is what you get when you adopt unproven technology.

    *Real* old people use the stuff that were brought to market 10+ years ago.

  19. Re:some major contradictions here on More Students Learn CS In 3 Days Than Past 100 Years · · Score: 1

    Damn.

    1000000000 / (7*24*60*60) * 20*10
    = 330687

    Damn...
    who has mod points to mod me to oblivion?

  20. Re:some major contradictions here on More Students Learn CS In 3 Days Than Past 100 Years · · Score: 1

    1. Because those sites get a crap ton of users. You don't just build a site, you have to adjust for number of users which is difficult.

    A billion registered users.
    Suppose each of them visit the site once every week (come on it's not Facebook)
    Each time visiting 20 pages, perhaps each page has ~10 images

    1000000000 / (7*24*60*60*20*10)
    ~= 8.27 requests per second.

    Unless you're doing really expensive operations, most modern servers can handle that kind of load and more.

    Sure, it doesn't say anything about spikes, which is a harder problem. But usually the claims about server load of having so damn many users is really exaggerated.

    (Of course, once you even *attempt* to *scale* beyond the single server - single point of failure model, you'd need somebody who's experienced enough not to shoot themselves in the foot trying.)

  21. Re:Axis of evil, again on Insight On FBI Hacking Ops · · Score: 1

    I'm pretty sure I remember US military personnel detonating bombs among civilians including inncen women and children, to "protect" the United States and the Constitution...

    As others have mentioned, the US has enough resources that they don't have to resort to suicide bombing tactics. But, personally, I'd ask for what cause the ground troops in Iraq died for. It may upset you Americans, but honestly IMHO they were "patriotic nutcases that think dying for their country is glorious and expected", AND they killed innocent women and children.

    I don't expect you to understand though. I wouldn't call you names based on your intellect and ability to understand alternative viewpoints, but I do concur with the other replies on this subject.

  22. Re:I am proudly biased against creative thinking on Study: People Are Biased Against Creative Thinking · · Score: 3, Insightful

    But she has offered to implement her ideas herself. So let her. If she is wrong, her lack of capability will be revealed. However, if she is right, management looks like morons.

    This argument is just lame. When a company pays you a salary, you work for them. So "offering to implement her ideas" is almost like "offering to work during office hours". Worse, it's "offering to do something really risky instead of your assigned task during office hours".

    If she is wrong, of course her lack of capability will be revealed -- but will she be able to fix the mess if it goes wrong? What about the cost of the mistake?

  23. Re:Axis of evil, again on Insight On FBI Hacking Ops · · Score: 2

    We're talking religious zealot nut cases that think dying for their deity is glorious and expected.

    ooohh... Sounds scary, until you realize it is basically the same thing as patriotic nutcases that think dying for their country is glorious and expected.

  24. Re:Deluded ... on Fearing Government Surveillance, US Journalists Are Self-Censoring · · Score: 1

    I believe that what you actually mean is, you can remember a time when you were completely unaware of civil rights violations all around you. I also remember such a time. Life was wonderful when I was five years old, and my greatest achievements included learning to ride a two-wheeled bike, and passing the test to get into first grade.

    This makes North Korea.sound like utopia!

  25. Re:Stop the bluff on Apple 27-inch iMac With Intel's Haswell Inside Tested · · Score: 1

    Get a life dude.