Slashdot Mirror


UCLA Shooter Accused Victim Of Stealing His Computer Code

The gunman who shot and killed a UCLA professor on Wednesday has been identified as Mainak Sarkar, said Los Angeles police. Sarkar, a former doctoral student accused the vicitim William Klug, 39, of stealing his computer code and giving it to someone else. According to reports, Sarkar used a 9mm semiautomatic pistol to shoot the professor, and then turned the gun on himself. A March 10 blog post by Sarkar, now archived reads: William Klug, UCLA professor is not the kind of person when you think of a professor. He is a very sick person. I urge every new student coming to UCLA to stay away from this guy. [...] My name is Mainak Sarkar. I was this guy's PhD student. We had personal differences. He cleverly stole all my code and gave it another student. He made me really sick. Your enemy is your enemy. But your friend can do a lot more harm. Be careful about whom you trust.

221 of 396 comments (clear)

  1. Stole his code? by TechyImmigrant · · Score: 5, Insightful

    They should teach software licensing to psychotic students.
    If he had GPLed it first then his professor couldn't steal it.

    --
    I should use this sig to advertise my book ISBN-13 : 978-1501515132.
    1. Re:Stole his code? by Darinbob · · Score: 2

      It depends upon how the software was created. If he was a student at the time working under the direction of his professor, then he probably can not just make it open source without permission. It's the essentiall the same as work for hire, though it is a gray area as are most things to do with being a grad student. Ie, it's possible that the original idea was the grad student's but there was payment from the school as well as input and reviews from faculty.

      Being a grad student comes with a huge amount of stress, stories of professors murdered in the past are well known.

    2. Re:Stole his code? by Anonymous Coward · · Score: 1

      AFAIK in most US schools the students have to give up all rights to software they write while attending so he would just be sued into oblivion if he tried to GPL it without their approval.

    3. Re:Stole his code? by angel'o'sphere · · Score: 1

      If it was GPLed the professor would still steal it anyway.
      However it just would not be called stealing under law.

      Likely he was forced to sign all rights to it to the professor or the lab or the university, before he even could start his thesis.

      Luckily I live in a country where that is explicitly forbidden and all code automatically belongs to the creator (unless in a work contract).

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    4. Re:Stole his code? by slew · · Score: 2

      Luckily I live in a country where that is explicitly forbidden and all code automatically belongs to the creator (unless in a work contract).

      I don't think the situation is different here than in your country. You can read the UCLA copyright policy...

      According to UCLA policy, the copyright on Student work is owned by the Author if it was produced by a registered student without the use of University funds (other than Student Financial Aid), that is produced outside any University employment. Includes all coursework, term papers, theses and other work, as long as the student is not employed as a participant in a sponsored project where research results may be obligated to a third party.

      Given that Professor Klug's research areas was Computational Biomechanics at UCLA, I would speculate that nobody forced him to sign rights to the professor, the lab nor the university. However, if there was sponsored research that was related to his thesis (apparently he was working on his thesis for 10 years someone was probably paying him something), perhaps there might have been some copyright ambiguity is some of his research was paid for by other companies (which is akin to a work contract). if this was the case, perhaps other researchers on the same research contract could presumably get access to the software that he wrote because it might have been allowed by the sponsor (even if the student didn't *like* it).

      In addition, in California, an employer cannot simply force an employee to assign copyrights to software that they develop on their own time independent of employment. The employment law as it is written is here... If there was such an agreement, it would be void as it is unenforceable under California law.

  2. This makes no sense. by Anonymous Coward · · Score: 2, Interesting

    In my own experience as a grad student, the terms were not unlike those at a company. The work you do in a research group belongs to the university, and it's normal practice for research codes to be passed on to other grad students for continuity within a research group. If Sarkar's code was something personal, then he could have a legitimate complaint, but the whole thing sounds fishy.

    1. Re:This makes no sense. by Cederic · · Score: 1

      Triggers DMCA complaint. Why?

      [...]

      you may read the DMCA complaint that caused the removal(s) at LumenDatabase.org.

      Google told you how to find out why. Rather than asking on Slashdot maybe reading the complaint might reveal the answer?

  3. He inserted spaces for tabs by BenJeremy · · Score: 4, Funny

    Klug's real crime was that he changed all the tabs in the code to spaces before handing the code to another student.

    Some developers really do not like that sort of thing.

    1. Re: He inserted spaces for tabs by HumanWiki · · Score: 1

      Yes it is!

      1 tab saves 8 spaces.

    2. Re:He inserted spaces for tabs by Opportunist · · Score: 1

      That's the type of thing people go nuts over and might even kill... oh.

      --
      We used to have a Bill of Rights. Now, with the rights gone, all we have left is the bill.
    3. Re:He inserted spaces for tabs by HumanWiki · · Score: 1

      Tabs are better--they require less typing, and mean less risk of carpal tunnel syndrome.

      and draw less chastising during video calls.

    4. Re: He inserted spaces for tabs by Lab+Rat+Jason · · Score: 1

      ...But only seven characters.

      --
      Which has more power: the hammer, or the anvil?
    5. Re:He inserted spaces for tabs by ShanghaiBill · · Score: 1

      It isn't the type of thing you stop dating someone for though.

      Just ask her to bring her laptop to your first date, and then check her ~/.indent.pro before the relationship gets serious.

    6. Re: He inserted spaces for tabs by DaHat · · Score: 1

      But when the code is compiled the space savings disappear.

    7. Re:He inserted spaces for tabs by Anonymous Coward · · Score: 1

      Except that code readability is more important than saving a little effort in code writing.

      Tabs get randomly sized depending where the code is displayed/edited/printed, making an ugly mess.

      I'm a spaceman myself. I want the code to look exactly like I intended it to look, always.
      And I want everyone else's code that I'm reading to look exactly like they intended it, always, too, whether I'm looking at it in vi, Sublime Text, GEdit, a web page section,or a printout.

    8. Re: He inserted spaces for tabs by Darinbob · · Score: 1

      But introduces a high amount of uncertainty and screws up indenting as no one can agree on what a tab means.

    9. Re:He inserted spaces for tabs by 140Mandak262Jamuna · · Score: 2

      You want to keep tabs on her. She wants her spaces. The relationship is doomed from the start.

      --
      sed -e 's/Chuck Norris/Rajnikant/g' joke > fact
    10. Re:He inserted spaces for tabs by Darinbob · · Score: 3, Insightful

      No, same amount of typing. Everyone uses auto-indentation anyway. Most editors have the tab do auto-indenting, only in really stupid editors (notepad) would someone type a tab to get a tab.

      Also, ignore your own personal preferences and use the coding standards that your team or company has agreed upon.

    11. Re:He inserted spaces for tabs by axewolf · · Score: 1

      You're a real moron. Go waste in front of a TV and stop bothering us

    12. Re:He inserted spaces for tabs by narcc · · Score: 1

      That's not a debate. No one sane would willingly admit to liking K&R style brackets.

    13. Re:He inserted spaces for tabs by bmk67 · · Score: 1

      That's not a debate. No one sane would willingly admit to liking Allman style brackets.

      FTFY.

    14. Re:He inserted spaces for tabs by budgenator · · Score: 1

      Klug's real crime was that he changed all the tabs in the code to spaces before handing the code to another student.

      Some developers really do not like that sort of thing.

      No it's worse, he used perl style and put the curly braces on the same line as the conditional; totally fucking unforgivable; most people would have raped his Wife and killed his first born Son too!

      --
      Apocalypse Cancelled, Sorry, No Ticket Refunds
    15. Re:He inserted spaces for tabs by angel'o'sphere · · Score: 1

      Also, ignore your own personal preferences and use the coding standards that your team or company has agreed upon.

      That
      is
      extremely
      difficult!

      I hate it if everyone is doing it: simply put: wrong!

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    16. Re:He inserted spaces for tabs by Darinbob · · Score: 1

      Then either find a new team or group, try to sway the team or group to your way of thinking, or admit that you're not a team player.

    17. Re:He inserted spaces for tabs by mattventura · · Score: 1

      making an ugly mess.

      In corner cases, maybe. In most cases the code will look perfectly fine no matter what indentation width you display it at.

      I'm a spaceman myself. I want the code to look exactly like I intended it to look, always.

      I really don't care how other people intended their code to look. Nor do I care how my people view my code. Controlling indentation like that makes only marginally more sense than dictating what font someone should view the code. If someone wants to see my code in comic sans with 3.14 column tabs, I don't care. And if you absolutely must format the code a particular way for presentation, expand does the job nicely.

    18. Re:He inserted spaces for tabs by rtb61 · · Score: 1

      Nah, the moron is the fool who thinks they can get their code back by shooting someone and then shooting themselves. Easy access to guns and limited access to mental health services, just produce these results.

      --
      Chaos - everything, everywhere, everywhen
    19. Re:He inserted spaces for tabs by axewolf · · Score: 1

      Define "mental health". Everyone who says things like you said has no understanding of sanity or objectivity or of life at all for that matter.

    20. Re: He inserted spaces for tabs by Mr.CRC · · Score: 1

      Not when it's written in Whitespace!

    21. Re:He inserted spaces for tabs by Big+Hairy+Ian · · Score: 1

      Some developers really do not like that sort of thing.

      But Python coders would bow down before him

      --

      Build a Man a Fire, and He'll Be Warm for a Day. Set a Man on Fire, and He'll Be Warm for the Rest of His Life.

    22. Re:He inserted spaces for tabs by angel'o'sphere · · Score: 1

      That is exactly what I do :D

      However 95% of all Teams agree to my liking, as we all basically use the formatting rules set up by Sun for Java.

      That has nothing to do with "Team Player" anyway. I simply don't join teams with formatting rules that cause eye cancer.

      OTOH, most IDEs support a reformatting before check in/commit, so you can look at the code in a way you like and store it in the code repository in a "standard way".

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
  4. Re:Mental illness by MightyMartian · · Score: 4, Insightful

    We're dealing with a lunatic here. It's possible the professor did nothing wrong at all. I knew someone who was convinced a teacher was stealing his work because the college he went to uses Google Drive. Once people have a psychotic break of some kind and start down the road to paranoia and persecution, reality simply takes a back seat, if it even exists for them at all.

    --
    The world's burning. Moped Jesus spotted on I50. Details at 11.
  5. Why is this on slasdot? by beschra · · Score: 1, Offtopic

    Because it is about someone who uses computers?

    --
    It is unwise to ascribe motive
    1. Re:Why is this on slasdot? by rwa2 · · Score: 1

      Because it's so gangsta... now it's right legit to pop a cap over bros, hos, crack, or code

      Unlike before when:
      https://www.youtube.com/watch?...

    2. Re:Why is this on slasdot? by swb · · Score: 1

      I like how you can add "or code" to that line and it actually kind of rhymes.

  6. Credit, by Anonymous Coward · · Score: 2, Insightful

    The important thing for researchers is getting credit, giving code to someone else to use is not stealing, *but claiming you made it is*. Having said that the case could have been either, we wont be able to tell for a while it is still to soon.

    1. Re:Credit, by tlhIngan · · Score: 4, Insightful

      The important thing for researchers is getting credit, giving code to someone else to use is not stealing, *but claiming you made it is*. Having said that the case could have been either, we wont be able to tell for a while it is still to soon.

      Even better, there could've been a good reason for the "code sharing" - perhaps he was asking the other student to verify the code, or verify the results, or something.

      You know, as part of the whole "reproducible results" thing - where people are asking that data and the software processing it be made open for inspection and for reproducing the results.

      Or maybe the professor was continuing the research by giving it to another student to extend the research - the data and code exists, so start from that rather than reinventing the wheel.

      The problem is, both the professor and the shooter are dead, which means finding out the whole truth is going to be a lot harder.

      There's lot of valid reasons for "sharing" the code, which may very well have happened. Then again, stress might've cracked the shooter (finals were starting next week, apparently). ;l

    2. Re:Credit, by m00sh · · Score: 2

      The important thing for researchers is getting credit, giving code to someone else to use is not stealing, *but claiming you made it is*. Having said that the case could have been either, we wont be able to tell for a while it is still to soon.

      Even better, there could've been a good reason for the "code sharing" - perhaps he was asking the other student to verify the code, or verify the results, or something.

      You know, as part of the whole "reproducible results" thing - where people are asking that data and the software processing it be made open for inspection and for reproducing the results.

      Or maybe the professor was continuing the research by giving it to another student to extend the research - the data and code exists, so start from that rather than reinventing the wheel.

      The problem is, both the professor and the shooter are dead, which means finding out the whole truth is going to be a lot harder.

      There's lot of valid reasons for "sharing" the code, which may very well have happened. Then again, stress might've cracked the shooter (finals were starting next week, apparently). ;l

      You have no idea how much some professors abuse their power. I have no idea if Klug did or not and not implying he did.

      Add to the fact that you have international students who are essentially chained to a university and advisor by immigration laws.

      Murder is another level. But, US graduate schools filled with Indian and Chinese students is quite a messed up place and some awful things going on.

    3. Re:Credit, by ghoul · · Score: 3, Informative

      I have been in Research groups which are full of Indians and Chinese on visas and a few locals and the professor gives the toughest thankless tasks to the Indians and Chinese and the visible conference visits to the locals. What are they gonna do? Go back home after spending thousands of dollars and giving up years of earning potential (note all of these folks are college graduates who could get 6 figure salaries but are working for less than minimum wage as grad students).
      Its not racial- I have seen professors of Indian and Chinese origin do it to Indian and Chinese students and not do it to Indian Origin students who happen to be US born and hence have the right to work off campus.
      The F1 system which prevent folks from working off campus needs to be reformed as it basically traps people into an apprentice system (something the unions fought long and hard against)
      Professors dont treat locals like shit as locals have a choice they can just take up waitressing or taxi driving for the period of time it takes them to find a new advisor(and yes driving taxis pays more than grad research assistantships) and still carry on with their classes whereas a F1 student who loses his/her funding may have to drop out of the program and go back home

      --
      **Life is too short to be serious**
    4. Re:Credit, by cyn1c77 · · Score: 1

      There's lot of valid reasons for "sharing" the code, which may very well have happened. Then again, stress might've cracked the shooter (finals were starting next week, apparently). ;l

      Sharing code is commonplace, and expected in graduate work.

      When you work as a graduate student at a university, you typically sign a clause consenting that any work performed during your tenure on university resources is property of the university.

      Furthermore, such code is usually written with input from your graduate advisor. It is no uncommon for several successive students to inherit code from their predecessors for long-running research projects.

      All of these concepts are usually made explicitly clear to the student during the course of their work. This isn't "professor abuse." You can't "keep" your graduate code from others because it isn't actually solely yours. It's yours and your professor's and the university's. What you can do is publish it or license it, so that you (and your professor and the university) can receive credit for it.

  7. Oh boy! Look at the media again... by Mashiki · · Score: 2, Insightful

    Funny how all of the media yesterday came right out screaming that it was a white male who had committed the shooting...nope, no evidence of bias here guys. None at all...anyone else want to bet that since the shooter is no longer white in the news cycle, you won't hear about it anymore. It's kinda like those ~400 people and 21 dead shot in Chicago in the last month.

    What a fucking mess. You guys in the US really need to get your shit together over the media and their agenda carrying.

    --
    Om, nomnomnom...
    1. Re:Oh boy! Look at the media again... by Anonymous Coward · · Score: 2, Insightful

      The problem here is you. Try changing the channel.

    2. Re:Oh boy! Look at the media again... by theArtificial · · Score: 3, Funny

      Maybe the Huffington post editorial staff can spin it?

      --
      Man blir trött av att gå och göra ingenting.
    3. Re:Oh boy! Look at the media again... by ADRA · · Score: 3, Interesting

      Everyone knows that black people kill each-other a lot. Most of them are gang/drug related. They don't report on it because YOU don't care. That's your for-pay media. News that is 'interesting'. Your 'liberal bias' is actually quite backwards. 'You' (the public) are interested in this story. A ""collage professor"" was gunned down? Why were they targetted? A ""White guy"" killed himself after the crime? Why did he do that? The intrigue is a lot more interesting than a 16 year old black boy killing another boy because their drug gang wanted 16th and pine as their drug territory. And yes, you could quite easily invert the races of the story and get the exact same result.

      --
      Bye!
    4. Re:Oh boy! Look at the media again... by GodelEscherBlecch · · Score: 2, Insightful

      Funny how you seem to think that the most important detail of a shooting story is the person's race, as if that means something in terms of condemning/exonerating persons of that/other races. Any apparent media agenda in this department is a direct result of the painfully obvious agendas carried by you and all the other people frothing at the mouth looking to spin every story of evil deeds in such a way as to excuse yourself from all responsibility, concern or need for reflection because one of the 'others' did it. This 'fucking mess' is one of your own making.

    5. Re:Oh boy! Look at the media again... by Mashiki · · Score: 3, Insightful

      Funny how you seem to think that the most important detail of a shooting story is the person's race, as if that means something in terms of condemning/exonerating persons of that/other races.

      Funny how you seem to have taken that as the most important thing out of the post I wrote. Boy oh boy, that's sure one mess I'm making. But it sure seems to me you're very focused on race though. So it's also my fault that the media was painting that picture yesterday? Damn, didn't know I had such power. Oh wait...I don't. Don't be a retard, or would you prefer I just say "don't be mentally slow" or maybe I can point you in the direction of a safe space instead?

      --
      Om, nomnomnom...
    6. Re:Oh boy! Look at the media again... by Crashmarik · · Score: 1

      Pointless to argue with them. It's their narrative that's being pushed, it won't bother them till it's somebody else's narrative.

    7. Re:Oh boy! Look at the media again... by Crashmarik · · Score: 3, Insightful

      LOL it certainly was for the reporters. Isn't odd how they were willing to report on race and religion when they thought they were one thing but began erasing the details when it turned out it was otherwise ?

    8. Re:Oh boy! Look at the media again... by Mashiki · · Score: 1

      Maybe, but I thought huffpo said they were all for diversity.

      --
      Om, nomnomnom...
    9. Re:Oh boy! Look at the media again... by Archangel+Michael · · Score: 1

      It is pointless to argue with an idiot, as they will inevitably try to drag you down to their level, where they can beat you with experience.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    10. Re:Oh boy! Look at the media again... by Archangel+Michael · · Score: 4, Insightful

      I don't care, because once upon a time I did care, and was called "Racist" for pointing out the obvious. Because the only real "Black" family is completely dysfunctional and nobody in the Black Community actually wants to solve that problem because the problem itself doesn't reflect well on the black community as a whole. Black men killing each other, going to prison for hard crimes, and so on, leaving single women unable to get better educated because they are pregnant and on welfare because the dads are dead, in prison or simply hooked up with another woman.

      The solution is simple, but labeled "racist". Fix the fucking family disintegration caused by all the "progressive programs" that are designed to "help" but instead lock people into a dysfunctional system, creating a feedback loop that looks impossible to solve otherwise. Yeah, I don't care anymore, because if THEY don't care about fixing the problem themselves, and resist my suggestions because I am "white" (and don't forget, racist), why should I actually care?

      The Black population votes nearly lockstep (70-90%) with the DNC, which keeps offering the same tired solutions. One popular definition of insanity is doing the same thing over and over again, expecting different results. Tell me, how is THIS any different? 50 years and three or four generations of Progressive "Help" and the black community is in as bad a shape as it was 60 years ago. Perhaps worse. Tell me, how is that working out for you?

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    11. Re:Oh boy! Look at the media again... by Anonymous Coward · · Score: 2

      I don't care, because once upon a time I did care, and was called "Racist" for pointing out the obvious. Because the only real "Black" family is completely dysfunctional and nobody in the Black Community actually wants to solve that problem because the problem itself doesn't reflect well on the black community as a whole.

      It'd probably help if you weren't so obviously disdainful towards them.

      Really, you say NOBODY in the Black Community actually wants to solve that problem. That's not a nuanced criticism, it's a widespread condemnation of all of them.

      But...that means either you are ignorant of the efforts that do exist, or you're calling the ones who do try that approach liars. Which is it?

      Of course, it also seems that you are blaming them, solely, and ignoring any of the comments or concerns that there are problems outside the black community itself. The CIA selling drugs in minority communities to fund their own operations? Pretty scary. Then there's situations like Flint, Michigan, where the water supply was contaminated, and communities like Ferguson where the fines and penalties are used pretty harshly. The LA RAMPARTS scandal. The Chicago PD found by a task force to be plague by systematic racism. The NYPD, it's been accused for years. Three of the biggest police forces in the nation, how sure are you about the rest?

      The solution is simple, but labeled "racist". Fix the fucking family disintegration caused by all the "progressive programs" that are designed to "help" but instead lock people into a dysfunctional system, creating a feedback loop that looks impossible to solve otherwise. Yeah, I don't care anymore, because if THEY don't care about fixing the problem themselves, and resist my suggestions because I am "white" (and don't forget, racist), why should I actually care?

      Maybe they reject your solutions because they think you're wrong, and your incessant playing of the "How dare you call me a racist" card makes you unable to realize that your own indignant approach is creating a feedback loop where you are more likely to be ignored?

      Really, your approach is pretty much geared towards failure, if you are actually concerned, you should change your methods.

      Or do you just prefer to be able to continue to blame the other side?

      The Black population votes nearly lockstep (70-90%) with the DNC, which keeps offering the same tired solutions. One popular definition of insanity is doing the same thing over and over again, expecting different results. Tell me, how is THIS any different? 50 years and three or four generations of Progressive "Help" and the black community is in as bad a shape as it was 60 years ago. Perhaps worse. Tell me, how is that working out for you?

      Well, actually, if you learned something, you'd realize that there has been a lot of welfare reform and modification over the years, from both sides of the table, and the effectiveness, well, you could read some information that gives you a different picture:

      http://time.com/3659383/war-on-poverty-1964/
      http://www.nybooks.com/articles/2015/04/02/war-poverty-was-it-lost/

      One other aspect of insanity is when you refuse to actually see what is really happening, or come up with explanations that fit your preferred beliefs.

    12. Re:Oh boy! Look at the media again... by thinkwaitfast · · Score: 1
      > family disintegration

      My parents had degrees in sociology from the 60's and 70's. I knew this when I was 3 years old.

    13. Re:Oh boy! Look at the media again... by AK+Marc · · Score: 1

      "someone in the US shot someone in the US" didn't make the news cycle. You should follow more reputable news outlets.

    14. Re:Oh boy! Look at the media again... by AK+Marc · · Score: 2

      So you are a Canadian in Canada, watching the US media, and complaining about what you see. That sounds like a personal problem.

    15. Re:Oh boy! Look at the media again... by markdavis · · Score: 1

      >"Maybe the Huffington post editorial staff [imgur.com] can spin it?"

      Is that real? 14 20-something-year-old women (100%!!), with maybe two not being European American?

    16. Re:Oh boy! Look at the media again... by Beeftopia · · Score: 1

      Because the only real "Black" family is completely dysfunctional and nobody in the Black Community actually wants to solve that problem because the problem itself doesn't reflect well on the black community as a whole.

      Platitudes get more votes than hard, accusatory solutions.

      Platitudes make the speaker and listener feel good in the moment.

      So, platitudes is what they (we) are going to get.

    17. Re:Oh boy! Look at the media again... by ghoul · · Score: 1

      Simple solution. Get rid of Social Security. When people know if they mess up their kids they are going to starve on the streets in their old age they wont mess up their kids.
      A lot of sickness in society would go away if you make the family the basic unit instead of trying to raise children at a society level. This means no extra welfare payments for having kids but does mean extra salary if you are married and have dependents to take care off. No equal pay for equal work bullshit. Instead pay singles less and pay breadwinners of families more and watch the divorce rate plummet.
      Also get rid of Child Support and Alimony. If someone doesnt support their children they will starve in their old age. If the children do become wards of the state make sure the parents have to undergo mandatory vasectomies/hysterectomies. If you cant take care of your kids you no longer have the right to have more kids.
      Make extra marital/pre marital unprotected sex a crime (basically reckless people who are risking a pregnancy they are not ready for).
      Put such people on a sex offenders registry.
      And reduce the hormones in the meat which are making kids go into puberty at lower ages.
      Instead put in Chemicals to delay puberty so kids have time to focus on school without getting distracted by their hormones.

      --
      **Life is too short to be serious**
    18. Re:Oh boy! Look at the media again... by Archangel+Michael · · Score: 1

      Maybe the Democrats created the welfare state ... as Johnson said "Keep those niggers voting for us for the next 200 years".

      Oh wait, that doesn't fit the narrative you want to portray?

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    19. Re:Oh boy! Look at the media again... by Archangel+Michael · · Score: 2

      Platitudes "We're the democrats, vote for us, we'll help you" ?

      Before you cast stones, make sure the house isn't made of glass. Tell me, in the last 50 years, are blacks better off, worse off, or the same? Because from the sound of the BLM, Black Community leaders, and so on, everything is worse now than ever (I happen to agree). The problem is that a symptom is being treated, and not the disease. The death of the Black Family has crippled that community. But since you can't or won't admit that the problem is right there, and the cause is the racist view of lower expectations "We can help you because America is racist" ...

      Yeah, I can't help you understand.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    20. Re:Oh boy! Look at the media again... by Archangel+Michael · · Score: 1

      I don't know if your post is sarcasm or not. If it is sarcastic you didn't really do a very good job of being sarcastic. And if you weren't trying, it really looks like you were being sarcastic. Which leaves me wondering ... and I would rather not assume one way or the other out of fear of being wrong.

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
    21. Re:Oh boy! Look at the media again... by Mashiki · · Score: 1

      So you are a Canadian in Canada, watching the US media, and complaining about what you see. That sounds like a personal problem.

      So you're saying that when something happening a particular country, you don't turn to their news to find out what. Rather you wait for it to be filtered through the lens of your media so they can tell you what they're saying. Gotcha, sure explains a lot.

      --
      Om, nomnomnom...
    22. Re:Oh boy! Look at the media again... by AK+Marc · · Score: 1

      400+ murders happen in the US everyday. That particular one didn't get much play outside the US, so I hadn't even heard about it. Having heard about it, I looked on US media, and there wasn't anything I saw about race, religion, or anything else at this point.

      Yes, I don't check the local news of all 200 or so countries every day to see what they find interesting. If you don't, you are a hypocrite.

    23. Re:Oh boy! Look at the media again... by Archangel+Michael · · Score: 1

      Actually you are correct. There are other forces at work here, like attitude. I've seen black people be quite evil to members of their own community who are trying to escape. The bright young black people who are studying trying to learn are castigated for trying to "be white" or "Uncle Tom" and are bullied and beaten for being "nerds".

      Mostly people who are hailed as heroes are the entertainers (Music, Sports, TV/Movie). And while I can understand that Sports / Music is a pathway out of the "hood", I also recognize that most people aren't gifted or talented enough to make it that way.

      I don't think I am misguided, as we aren't looking at my ideas for a solution, just more of the same thing that we currently have. Where are the vouchers that will enable parents to find better schools than the crappy ones assigned to them by the state? How does keeping kids locked up in the same system help them escape? Please help me understand why we can't do vouchers to break the crappy education systems currently failing these neighborhoods?

      --
      Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
  8. What was the code anyways? by medv4380 · · Score: 2

    I just want to know what level of crazy this person really was. Did he really have a novel piece of code, and just didn't know how to deal with the loss. Or are we dealing with a nutcase who saw a fellow student use a linked list the same way he did, and assumed that they must have gotten it from the teacher.

    1. Re:What was the code anyways? by 93+Escort+Wagon · · Score: 1

      As soon as he saw

          void main ()

      he knew the only rational explanation was theft of his code.

      --
      #DeleteChrome
    2. Re:What was the code anyways? by axewolf · · Score: 2

      didn't know how to deal with the loss

      Actually it seems as though he knew exactly how to deal with the loss

    3. Re:What was the code anyways? by m00sh · · Score: 3, Informative

      I just want to know what level of crazy this person really was. Did he really have a novel piece of code, and just didn't know how to deal with the loss. Or are we dealing with a nutcase who saw a fellow student use a linked list the same way he did, and assumed that they must have gotten it from the teacher.

      He was a doctoral student. So, the code was probably few thousand hours of work over 2-3 years of research. Not a trivial homework code.

    4. Re:What was the code anyways? by MrL0G1C · · Score: 1

      Not if it doesn't feel like it, why you got to be such a conformist.

      --
      Waterfox - a Firefox fork with legacy extension support, security updates and better privacy by default.
    5. Re:What was the code anyways? by ghoul · · Score: 1

      Given that he got a BS at IIT, an MS at Stanford and worked in Industry before he went for the PHD at UCLA I doubt that this was his first time coding. Google was a piece of code written by 2 PhD students and both of them are billionaires right now. This guy might have believed he was cheated out of being the next Brin or Page.

      --
      **Life is too short to be serious**
    6. Re:What was the code anyways? by techhead79 · · Score: 1

      I can't believe for a second that you own the code you write for any Phd program...soo...I have no clue why he thought he had copyrights over it....oh that's right he was insane.

  9. the dark side of arduino by TheGratefulNet · · Score: 5, Interesting

    https://arduinohistory.github....

    worth a read. I had no idea massimo stole the idea from his student.

    I think a lot less of massimo now, sad to say. yeah, he messed up the top .1 spaced headers (a crime in itself) but taking a student's work and calling it your own, that's really something to be publicly shamed over.

    and yet, massimo does world tours claiming he's the arduino inventor guy.

    just read the student's post about how HE came up with the concepts and had it stolen from him. I feel for him and I can imagine that happening, too.

    --

    --
    "It is now safe to switch off your computer."
    1. Re:the dark side of arduino by quantaman · · Score: 4, Informative

      https://arduinohistory.github....

      worth a read. I had no idea massimo stole the idea from his student.

      I think a lot less of massimo now, sad to say. yeah, he messed up the top .1 spaced headers (a crime in itself) but taking a student's work and calling it your own, that's really something to be publicly shamed over.

      and yet, massimo does world tours claiming he's the arduino inventor guy.

      just read the student's post about how HE came up with the concepts and had it stolen from him. I feel for him and I can imagine that happening, too.

      The student may have gotten shafted in the history though I'm not sure it's right to say his work was stolen.

      The student master's project consisted of creating a platform called Wired, this platform was released as open source.

      The supervisor, who certainly had some significant input and guidance on the project, forked the Wired project and turned it into Arduino. This is a completely standard and proper thing to do with open source projects, heck I've done it. There are two different visions for the project, forking means that both have a chance to succeed, it would seems that Arduino was the more successful vision.

      It could be something similar happened here, though obviously with a bunch of other personal issues added on the part of the shooter. Sarkar was working on a project and had some conflicts with his supervisor. The supervisor decided to put another student on the project. Sarkar felt like his work was being stolen and had some sort of break down.

      It's tragic but I don't see any evidence that the supervisor did anything wrong other than not knowing how to help a student who was in a really bad state.

      --
      I stole this Sig
    2. Re:the dark side of arduino by DRJlaw · · Score: 1

      You can't "steal" an unpatented idea concerning a micro-environment running open-sourced code.

      From your linked article:

      2005, Massimo Banzi, along with David Mellis (an IDII student at the time) and David Cuartielles, added support for the cheaper ATmega8 microcontroller to Wiring. Then they forked (or copied) the Wiring source code and started running it as a separate project, called Arduino.

      There was no need to create a separate project, as I would have gladly helped them and developed support for the ATmega8 and any other microcontrollers. I had planned to do this all along.

      So now you need permission to fork open-sourced code? Based on "need"?

      Next from the article:

      Why Hasn't Arduino Acknowledged Wiring Better?
      I don't know.

      The reference to Wiring on the Arduino.cc website, although it has improved slightly over time, is misleading as it tries to attribute Wiring to Programma2003.

      Arduino was initially developed at the Interaction Design Institute Ivrea, in northern Italy. It derives from Wiring, a platform built by Hernando Barragan as his master's thesis at Interaction-Ivrea. Hernando was advised by Massimo and Casey Reas. Wiring and, in turn, Arduino build on previous work by both Massimo and Casey -- Massimo's Programma2003 electronics prototyping platform and the Processing platform by Casey and Ben Fry. Early versions of both Wiring and Arduino also relied upon Pascal Stang's avrlib libraries.

      So they do credit his student, but his student believes that they should do it better. Hypocritically, the student is up in arms against any reference to Programma2003 despite acknowledging in his own piece that he wrote "a small and simple environment for Mac OS X so students with a Mac could use it as well" and that Programma2003 boards preceded his own.

      just read the student's post about how HE came up with the concepts and had it stolen from him.

      Which concept again? The open source tool chain or the power LED?

      From your linked article:

      In my thesis document, I characterized Programma2003 as a non-viable model to follow, since other more comprehensive tools were already available in the market. The main problems were:

      *the language is far from useful in any other context (e.g. you canâ(TM)t program your computer using JAL)
      *itâ(TM)s arcane syntax and the hardware design made it highly unlikely to go somewhere in the future for teaching and learning
      *the board didnâ(TM)t have a power LED (a design flaw)
      It was impossible to know if it was powered or not

      The student comes across as whiny, seeking not merely credit but fame, and then you take it to a whole different level by treating the situation as if everything sprung from the mind of the student and was stolen. Because, apparently, Programma2003 had nothing to do with anything.

      The reference to the article is informative, but your conclusions are anything but.

    3. Re:the dark side of arduino by tibit · · Score: 3

      The conclusion is rather simple: when talking about Aduino, the first thing from Banzi's, or anyone else involved in development of the project, should be "hey, it all started with the thesis of this Colombian guy, Hernando Barragán". That's all it'd take to be fair to Hernando. Nothing less. Nothing more. I happen to agree with Hernando. He doesn't wish fame nor prominence, nor a revenue stream from Arduino: just simple human acknowledgment.

      --
      A successful API design takes a mixture of software design and pedagogy.
    4. Re:the dark side of arduino by Beeftopia · · Score: 1

      Mess with someone's life's work and they ain't going to be very happy about it. Academics aren't typically prone to this kind of violence, but clearly it is not out of the realm of possibility.

      Yeah but why off the ex-girlfriend too?

      It just sounds like Sarkar got the killing fever.

    5. Re:the dark side of arduino by ghoul · · Score: 1

      On the positive side this would be a wakeup call to advisors all around the US that the people in their research groups are people not auxiliary brains who you use to do what you want faster and cheaper.

      --
      **Life is too short to be serious**
    6. Re:the dark side of arduino by imidan · · Score: 1

      Yeah but why off the ex-girlfriend too?

      I guess if you're going to go on a shooting spree culminating in suicide, you might as well shoot everyone who's ever done anything that you perceived as bad or unfair to you. You'll never see any consequences regardless of the number of people you killed or maimed, so why not?

      I mean, other than the fact that the whole idea is monstrous.

    7. Re:the dark side of arduino by DRJlaw · · Score: 1

      The conclusion is rather simple: when talking about Aduino, the first thing from Banzi's, or anyone else involved in development of the project, should be "hey, it all started with the thesis of this Colombian guy, Hernando Barragan". That's all it'd take to be fair to Hernando.

      I'm sorry. You apparently missed the part where Hernando Barragan quotes from the Arduino credits page:

      Arduino was initially developed at the Interaction Design Institute Ivrea, in northern Italy. It derives from Wiring, a platform built by Hernando Barragan as his master's thesis at Interaction-Ivrea. Hernando was advised by Massimo and Casey Reas. Wiring and, in turn, Arduino build on previous work by both Massimo and Casey -- Massimo's Programma2003 electronics prototyping platform and the Processing platform by Casey and Ben Fry. Early versions of both Wiring and Arduino also relied upon Pascal Stang's avrlib libraries.

      That meets your criterion for what it takes to be fair to him, does it not?

    8. Re:the dark side of arduino by gnupun · · Score: 1

      People hate on copyrights and patents. But here's a prime example of what happens when you don't protect your work from would-be competitors like Massimo and open-source your work -- you end up getting zero credit and zero profit. You're just a unheard of nobody that helped someone else get rich.

    9. Re:the dark side of arduino by tibit · · Score: 1

      It does. I didn't notice it, somehow. My bad.

      --
      A successful API design takes a mixture of software design and pedagogy.
  10. Re:Betrayal by 93+Escort+Wagon · · Score: 4, Insightful

    Why are you assuming what this obviously deranged person said actually represents the facts?

    --
    #DeleteChrome
  11. Not the only one dead by Anonymous Coward · · Score: 1

    It seems he drove from Minnesota to UCLA, he killed someone there and also had a hit list of another professor that he did not get. Yes he was crazy. Its unfortunate that this was not recognized sooner, his posts were there well before he committed to act.

    1. Re: Not the only one dead by DaHat · · Score: 3, Insightful

      Alas many posts from many people are rather crazy, yet very few of their authors go shoot people.

      How do you tell one from the other ahead of time?

    2. Re: Not the only one dead by ghoul · · Score: 1

      You dont. 1 professor killed once in a while is an acceptable cost for not putting regulations on free speech and gun rights. As you might have heard an armed society is a polite and fair society because if you are really really rude and unfair (even if you did stick to the letter of the law) you are liable to be shot. Its kind of a safety valve to prevent the really assholish behaviour in society. Once in a while society needs a reminder. Of course we do need to deal with the crazies with guns. The solution is pretty much to have guns for everyone. The crazies will only go crazy once and then their crazy genes will be removed from the genepool permanently. A few generations of this and you will get a very polite,fair and sane society

      --
      **Life is too short to be serious**
  12. UC: students own the copyrights in their works by Anonymous Coward · · Score: 2, Informative

    From the UCLA copyright information: "At UC, students generally own the copyrights in their creative works, including theses and dissertations. Any works produced by a registered student without the use of university funds (other than Student Financial Aid) is the intellectual property of the student."

    But we don't (yet?) know what really went down.

    1. Re:UC: students own the copyrights in their works by 93+Escort+Wagon · · Score: 3, Informative

      "Any works produced by a registered student without the use of university funds (other than Student Financial Aid) is the intellectual property of the student."

      That's likely more aimed at undergrads. Grad students working with a faculty member are probably doing so while receiving funding as an RA.

      --
      #DeleteChrome
    2. Re:UC: students own the copyrights in their works by tsotha · · Score: 1

      When I worked for UC part time as a dish washer in the cafeteria I had to sign paperwork to the effect that the university owned whatever IP I produced, even if it was done on my own time. If I'd developed a cure for cancer in my off hours the University of California would own it today. It's hard to imagine TAs and RAs don't work under the same conditions.

      This is why I never, you know, cured cancer.

  13. The proper response? by Anonymous Coward · · Score: 1

    Either he had grounds for a lawsuit, and wouldn't lose standing in the academic community by suing because the prof's actions were egregiously wrong, or.... he had no grounds for a lawsuit and had simply failed to understand the conditions under which his work could be re-used.

    A lot of things in academic life are a raw deal: Tired TAs doing the actual teaching, great teachers who don't get tenure because publishing is regarded as more important, "piled higher and deeper" because publishing is important, etc. If you don't know that going in, once again... it's all on you.

    I have more sympathy for undergrads who didn't realize they'd be crushed by debt and having a hard time finding a job that covers it when they get out. By the time you're going for a PhD, you should realize how the world works.

  14. Unstable people are dangerous. by Lumpy · · Score: 1

    This guy was incredibly unstable and sound like over the top paranoid. Maybe even Schizophrenic.

    Sick people do sick things.

    --
    Do not look at laser with remaining good eye.
    1. Re:Unstable people are dangerous. by prisoner-of-enigma · · Score: 2

      They evidently can't read either. Didn't he know he was entering a "gun free zone"? If he'd seen the signs saying guns were not allowed he would've undoubtedly stopped and rethought his actions.

      Clearly we need more signs and enhanced reading programs so people can be sure to see them and be able to read them clearly. That will stop all gun crime for sure.

      --
      In the end they will lay their freedom at our feet and say to us, Make us your slaves, but feed us. - Fyodor Dostoyevsky
    2. Re:Unstable people are dangerous. by codeAlDente · · Score: 1

      Thanks for your diagnosis, but not all sick or schizophrenic people do bad things to other people.

      --
      He once inserted random mutations into his code, just so he could have the experience of debugging.
  15. Academic plagiarism by OccamsRazorTime · · Score: 3, Insightful

    Academic plagiarism is a huge issue and very common. I have even seen different academic departments (e.g. math vs physics) fight each other over these issues. When undergrad students and graduate students do work for a professor and are not named in the paper or the work is given to another student for use and publication, students have no recourse. It is important to understand that many grad students have no grant or employment contract which cedes IP rights to the university/professor. University in-house counsel and IP departments have no oversight of publication or assignment of credit. I would only perform work for a professor (for free without an employment contract) if I could demand a contract outlining ownership.

    1. Re:Academic plagiarism by Sir+Holo · · Score: 1

      Academic plagiarism is a huge issue and very common. I have even seen different academic departments (e.g. math vs physics) fight each other over these issues. When undergrad students and graduate students do work for a professor and are not named in the paper or the work is given to another student for use and publication, students have no recourse. It is important to understand that many grad students have no grant or employment contract which cedes IP rights to the university/professor. University in-house counsel and IP departments have no oversight of publication or assignment of credit. I would only perform work for a professor (for free without an employment contract) if I could demand a contract outlining ownership.

      I would say the example of academic fraud you describe is "not uncommon." What is common is competing academic groups commonly do this. One might be on the funding-proposal review panel of a competitor's proposal. It gets rejected. Two to three years later, out comes a journal article reporting the exact same study (question & how to answer it). That's not complete evidence, but raises reasonable suspicions.

      I've had it happen to me several times. Other times, a "potential collaborator or funder" has shown interest, and I have shared, then lo and behold they go propose the work as their own, or use it to get a job. I've had other times where my name appears on a journal article as co-author, although I might have never seen nor been informed of the draft.

      My last example is a great one. Employer was a scumbag. My data showed, by several techniques, that "the answer was 'NO'," (essentially). He kept changing it to "YES" in each round of drafts. I did not see the final version that he sent in. This was to be "Accepted with changes" to the journal Science, one of the top two journals in the sciences. I happened upon a printout of the email stating such, as well as a printout of the final revision, just before submission. What would you have done? I called up the Editor at Science and nuked it. ("All you have to do is to ask for their data, and you will see.") It did not publish, and probably got the asshole boss blacklisted from Science.

      Back on-topic: As a scientist, your reputation is incredibly important. Pulling stunts like the ones that OccamsRazorTime or I have described will earn enemies, which tend to accumulate. Soon enough, there is no one of quality that will work with such jerks.

      As for the UCLA case, the story is not in. But know this: Groups advance the State of the Art in their field by building, within the group, what prior students and postdocs have done. And in any case, students are really employees – by law some places, for example Rutgers. IP law is, unfortunately, not generally taught in grad school. Even a four-week seminar series would be enough for students to learn how to protect their, their group's, and their colleagues' ideas.

      My bet here is that it was mental illness, or/and a lack of understanding what 'contributing to a group focused on a topic-area' actually means. A grad/postdoc benefits from the work of his/her forebears in the group; the advisor's: guidance advice, and funding ; and of colleagues in the same group.

      Sad affair.

    2. Re:Academic plagiarism by OccamsRazorTime · · Score: 1

      While I agree with everything you stated in regards to faculty level conflicts, I think the (UG and MS) student factors are understated because they are less likely to sue. Below is an excerpt from a manual on IP issues in technology transfer practice written by the Association of University Technology Managers:

      While the main purpose of a university’s interaction with students is in the delivery of
      education, there are times when these students develop intellectual property. These
      inventions can occur, for example, when students are working on entrepreneurship
      projects, when they are working in the lab as part of a research experience, or during
      industry-sponsored Capstone projects. In some cases these inventions have real value,
      and there are many examples of student activity—including that of undergraduates—
      resulting in the formation of viable businesses. Unlike faculty and graduate researchers
      whose contractual relationship with an institution tends be quite formalized, under-
      graduates and masters students are not generally regarded as being employed by
      their university in the traditional sense. Accordingly, student-generated IP lies outside of
      the clear-cut employment context and raises a unique set of issues concerning ownership
      and other IP-related rights.

      Depending on the policy of the university, newly generated student IP may be construed
      as belonging to either the institution or the student. In general, IP laws in each country—
      particularly those whose legal systems are rooted in English Common Law—grant
      default IP ownership rights to the inventor or author unless he or she knowingly agreed
      otherwise. For there to be a legally binding contract, there must also be consideration.
      That is, the university must give something in exchange for the student’s rights to his or
      her invention. Thus university IP policy, when it comes to students, needs to be carefully
      thought out, clearly worded, widely disseminated, and fair.

      https://www.autm.net/AUTMMain/...

    3. Re:Academic plagiarism by Sir+Holo · · Score: 1

      While I agree with everything you stated in regards to faculty level conflicts, I think the (UG and MS) student factors are understated because they are less likely to sue. Below is an excerpt from a manual on IP issues in technology transfer practice written by the Association of University Technology Managers:

      While the main purpose of a university’s interaction with students is in the delivery of
      education, there are times when these students develop intellectual property. These
      inventions can occur, for example, when students are working on entrepreneurship
      projects, when they are working in the lab as part of a research experience, or during
      industry-sponsored Capstone projects. In some cases these inventions have real value, ... Accordingly, student-generated IP lies outside of
      the clear-cut employment context and raises a unique set of issues concerning ownership
      and other IP-related rights.

      They can say what they want, but the USPTO rules (US CODE) state clearly that if an inventor is left off of a Patent, especially if done with fore-knowledge, is ground for invalidation of said Patent.

      An inventor is an inventor, no matter their relationship status with the University. A result of a student not being considered an employee means that they might have personal rights to said invention. Even with an IP agreement, cutting someone out of a Patent is not wise at all.

      Internal rules of institutions often say things that are not legally enforceable. But people just sign them, and believe what they read, rather than taking the documents to an attorney for review.

  16. Re:Mental illness by Anonymous Coward · · Score: 4, Informative

    Well damn fool write some more code... your code is not like bodily fluids it is not that precious.

    In Engineering and Computer Science, code is quite valuable, particularly in PhD programs where the requirement is to demonstrate 5-10% new information as part of the program and do it within 6 years.

    Depending on the complexity of the work.. the code could potentially be worth a lot of money and taking quite a few years to perfect.

  17. FAKE by Anonymous Coward · · Score: 1, Funny

    It's all fake, it has to be.

    This was a gun free zone, so things like that can't happen there. And California has all those gun laws, so they would prevent that; And he used a pistol so they should ban all long guns, because that will solve it.

    1. Re:FAKE by Megol · · Score: 1

      I must commend you on writing so clearly. With you obviously having an IQ below 50 that kind of performance is impressive.

    2. Re: FAKE by tibit · · Score: 1

      Whooooooosh.

      --
      A successful API design takes a mixture of software design and pedagogy.
    3. Re:FAKE by ghoul · · Score: 1

      California needs to install border fences/ build a wall with search and seize checkposts to keep out all the crazies from states with no gun control. Gun control in one state which has open borders with no gun control states just wont work. If needed we should send commandoes and undercover agents into Minnesota and Texas to get rid of the guns.

      Sounds stupid? Well we do it for drugs when we send commandoes into Columbia

      --
      **Life is too short to be serious**
  18. Re:Mental illness by MightyYar · · Score: 1

    And the penalty for copyright infringement is clearly death. I mean, duh.

    --
    W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  19. Never let a tragedy goes unexploited by Anonymous Coward · · Score: 1

    Cue flurry of handgun restriction bills in the near future.

    1. Re:Never let a tragedy goes unexploited by cayenne8 · · Score: 2, Funny

      Cue flurry of handgun restriction bills in the near future.

      Well, obviously we need a terrorist computer science profession gun control list.

      We can't have all these unbalanced, introverted, jealous, code stealing folks out there running around able to buy guns in the US.

      I mean, I'm surprised it took THIS long to bring this subject up, considering all the many gun related killing comp sci folks commit annually.....ESPECIALLY in the University Systems where tenure is at stake!!

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    2. Re:Never let a tragedy goes unexploited by myowntrueself · · Score: 1

      Cue flurry of handgun restriction bills in the near future.

      Well, obviously we need a terrorist computer science profession gun control list.

      We can't have all these unbalanced, introverted, jealous, code stealing folks out there running around able to buy guns in the US.

      I mean, I'm surprised it took THIS long to bring this subject up, considering all the many gun related killing comp sci folks commit annually.....ESPECIALLY in the University Systems where tenure is at stake!!

      If only the professor had had a gun to defend himself with! Surely carrying a gun should be compulsory in the USA... no one is safe what with all those lunatics walking around with guns!

      --
      In the free world the media isn't government run; the government is media run.
    3. Re:Never let a tragedy goes unexploited by cayenne8 · · Score: 1

      If only the professor had had a gun to defend himself with! Surely carrying a gun should be compulsory in the USA... no one is safe what with all those lunatics walking around with guns!

      I rarely carry a gun...and yet I feel pretty safe living here.

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    4. Re:Never let a tragedy goes unexploited by Agent0013 · · Score: 1

      no one is safe what with all those lunatics walking around with guns!

      Especially the lunatics with guns and badges!

      --

      -- ssoorrrryy,, dduupplleexx sswwiittcchh oonn.. -Quote found on actual fortune cookie.
    5. Re:Never let a tragedy goes unexploited by jeffmflanagan · · Score: 1

      So do most people. It seems that a subset of the population is terrified even in low-risk areas. Some of these people who had no real need for a gun, but got terrorized by media that want their watchers to be afraid, are now being shot by their own children.

      Some people have a need for a gun, but a lot of careless people, who just aren't capable of handling guns safely, now think they need to be armed. These people present a danger to all those around them.

    6. Re:Never let a tragedy goes unexploited by cayenne8 · · Score: 1
      Well, it isn't always a matter of NEEDING a gun.

      Some of us just want them...I love to collect and go shoot them. To me, a fun Saturday is going out and dropping a few hundred rounds at a range, or out on some private land.

      Frankly these days, I'm more afraid of the idiots that don't seem to know how to drive a fscking car....thinking they need a big truck or SUV, and can't seem to control or park it correctly.

      The big one that gets me lately, is that people in these SUVs or large trucks..dont' seem to know where the front of their vehicle actually is....they are often at a stop light, 1-2 car lengths away from the line....which sucks on intersections where if they'd just pull to the line, 1-2 more cars could fit in behind them and not stick out in traffic....ugh.

      Oh well, I guess you can't legislate stupid away...the only way to do that, would mean that responsible adults could no longer have nice or fun things.

      --
      Light travels faster than sound. This is why some people appear bright until you hear them speak.........
    7. Re: Never let a tragedy goes unexploited by valdezjuan · · Score: 1

      This, absolutely

    8. Re:Never let a tragedy goes unexploited by thsths · · Score: 1

      > For the foreseeable future, a gun is the only device that is a true "equalizer", that allows the weak to defend themselves from the strong. If nothing else, that is one excellent reason to allow people to carry guns.

      True, but there is a serious side effect. If guns are prevalent, every time somebody goes crazy, somebody dies (often the same person, often not). And yes, people can go crazy without warning.

      In places with much more limited access to guns, people also go crazy, but usually that causes much less harm.

      Given that gun ownership is going up in the US, and at the same time being shot is the leading cause of death for working age people, I wonder whether this is the right way to go.

  20. Re:Betrayal by Crashmarik · · Score: 1

    I'd go with playing odds on this one.

  21. Re:Mental illness by Sir+Holo · · Score: 1

    UCLA provides the full Google suite: Apps, Drive, email, Earth Pro, and all the rest.

  22. Re:Wow, a page from the Valery Fabrikant by lgw · · Score: 4, Informative

    The UCLA shooter, Mainak Sarkar, apparently had a list he was working his way down. His ex girlfriend has been found dead, and was on his list. He's a Muslim from India, BTW, though Islam seems to be a coincidence for once.

    Of course, it's still early, and more details always come to light in the week following a shooting, but this really looks like a guy settling all his grudges on his way out.

    --
    Socialism: a lie told by totalitarians and believed by fools.
  23. Re:Wow, a page from the Valery Fabrikant by U2xhc2hkb3QgU3Vja3M · · Score: 4, Funny

    Hey guys, look! An HTML Wizard is amongst us!

  24. Re:Mental illness by pesho · · Score: 2
    My understanding of the UCLA copyright policy is that the rights are divided by the university and the people who created the code (staff, students). The university has the largest share. I am not sure students are always entitled to a share. It will probably depend to a large degree on how involved the supervisor was in developing the code and how much the student contributed intellectually to the project. There is a quote in LA Times that suggests that the professor was more involved than usual with the work of the student:

    Klug, who was described by friends as a kind and caring man, worked diligently to help Sarkar finish his dissertation and graduate, even though the quality of Sarkar’s work was not stellar, one source said. “Bill was extremely generous to this student, who was a subpar student,” the person said.

    Passing code and data from one student to another is a normal and common practice that ensures continuity of the project, reproducibility of the research, etc. This guy is clearly nuts.

  25. Re:Mental illness by Archangel+Michael · · Score: 3, Interesting

    Someone steals your work (assuming that info is correct)
    The system doesn't care (assuming he reported it, and they all said "tough shit" or similar)
    You have two choices, take it in the ass like a bitch whore, or go on a rampage to bring attention to the cause.

    Now, before you go down the road of picking one side or another, the common theme these days, for wrongs committed but never addressed by the powers that be is to riot. Ferguson, Philly, Trevon, hell, even Trump. And while murder itself wasn't a direct result (that we know of) of these violent acts of protest, they were and are all violent acts of protest, and all fairly excused by implied consent among large parts of the population.

    No, I am not trolling here, the fact is, violent protests are more or less excused, and keep occurring because of that tacit approval that as long as the "wrong" is enough, violence is justifiable, at least to some degree.

    Now, my view is that VIOLENCE is the last resort of a free people, not the first course of action; Boxes: soap, ballot, jury, ammo ... in that order.

    --
    Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
  26. Re:Wow, a page from the Valery Fabrikant by Anonymous Coward · · Score: 1, Insightful

    Not really a coincidence. Islam demands men seek retribution for their honor. It's one thing Muslim men take seriously. Look at the number of girls killed by their own fathers because of perceived honor. This is nothing new. We in America are only now really seeing what Islam really is. I was in and around the US military for 26 years. One thing I know for absolute certain that is not being discussed is that Islam is not really a religion--it's a political system with a religious element. Islam and its adherents base their actions on Sharia Law. Full stop. The media is very, very reluctant to point this out.

    Notice the difference between how Islam and Christianity are treated today in the US. Ask yourself this question: What do you think homosexual activists are not asking Muslim bakers to bake them a cake for their weddings? Do you honestly think that this line of action would even be considered? There answer is no.

    For those not believing what I said above about Islam being a political system with a religious element need to look at this for themselves. You will come to see I am correct. The military used to operate under this understanding, but the current administration has forbidden this. Why? We all know why. This administration does nothing but coddle Islam, refuses to use the term "Islamic terrorism", allows a known terrorist organization, the Muslim Brotherhood into the WH, the list goes on.

    We will see more crimes like this from Muslims. Look at the UK and Germany, where it's now illegal to call this stuff out or face charges of hate speech.

  27. Under the circumstances? by mmell · · Score: 1
    For all we know, this guy was set off by the following line of code:

    /* With thanks to the authors of hello_world.cpp /*

    1. Re:Under the circumstances? by Anonymous Coward · · Score: 2, Funny

      /* With thanks to the authors of hello_world.cpp /*

      In fairness to the shooter, I also go nuts when someone checks in sh*t that won't compile properly.

  28. Re:Mental illness by RabidReindeer · · Score: 1

    He should have just filed a complaint under the DMCA. Can't have people stealing Intellectual Property, after all!

  29. Try suing by pjv936 · · Score: 1

    Instead of killing someone who you believed stole your code you could have simply sued them. Or complain to the university.

  30. Re:Wow, a page from the Valery Fabrikant by lgw · · Score: 4, Insightful

    Not really a coincidence. Islam demands men seek retribution for their honor. It's one thing Muslim men take seriously.

    Over-generalization is always a bad idea. ;)

    Many recent shootings have been clearly tied to this sort of BS, no argument there, but those were accompanied by declarations of faith - the motivation wasn't at all unclear. This one is different (so far, anyway, it's still early days). Not everyone who lists a religion on a form actually cares about the tenets of their religion - heck, I'd bet most don't. I'm suspicious given the recent pattern, but let's go with facts as they emerge over assumption.

    --
    Socialism: a lie told by totalitarians and believed by fools.
  31. I wish people would recognize... by argStyopa · · Score: 4, Insightful

    ...that we have a serious culture-of-crazy-people-willing-to-kill-over-nothing problem; unfortunately, it's too politically useful to interpret it as a "gun problem".

    --
    -Styopa
    1. Re:I wish people would recognize... by ScentCone · · Score: 1

      I do wonder how this exact same story would be playing here and elsewhere in the media if the exact same guy had walked up to the exact same professor and for all of the exact same reasons, stuck a steak knife through his eye and killed him that way, before hanging himself. The normal media outlets keep referring to this guy as a "shooter," rather than "murderer." Would they be calling him a "stabber" if he'd gone old-school, instead? What if he'd simply beaten him to death with a crowbar? What would the media call him then?

      --
      Don't disappoint your bird dog. Go to the range.
    2. Re:I wish people would recognize... by KermodeBear · · Score: 4, Informative

      Of note: According to the FBI crime statistics, violent crime has been dropping steadily from 1993 through 2012. Crime, it seems, is not up at all - the media is just covering every single event with breathless desperation to make us think that there's some sort of massive, unheard-of epidemic going on. It's agenda driven, you can be sure.

      I think the USA should be lauded for this kind of progress. There's more work to be done, of course - one shooting is always one too many - but we're definitely on the right trajectory.

      --
      Love sees no species.
    3. Re:I wish people would recognize... by Solandri · · Score: 1

      Yesterday, June 1, there was a gun-related murder-suicide at UCLA. Two people were killed. There were no other incidental injuries.

      Yesterday, June 1, there was also a concert where 2 people died and 57 were hospitalized. Right now they think it was drug-related - either overdoses, or bad synthetic drugs.

      By any objective measure, the second story is a bigger deal than the first one. The first story made the national news and was the headline on most news sites (883,000 articles on Google News). But the second was pretty much limited to local news (9340 articles on Google News - Fox was the only news service to carry it nationally). Drug overdoes deaths have more than doubled in the last decade, and at 47,000 per year have now become the leading cause of accidental death in the U.S., passing auto accidents at around 33,000.

      The media exerts considerable bias in the stories they choose to cover. They don't like guns, so they carry a disproportionate number of stories about gun violence. They like drugs, so they regularly ignore stories about the growing drug abuse problem. The stats I linked to above probably come as a complete surprise to most readers, because the media simply hasn't been giving it as much attention as it deserves, concentrating instead on publicizing their their other pet "issues." You can either believe whatever the media spoon-feeds you. Or you can educate yourself, do your own research, and figure out where the true problems are.

    4. Re:I wish people would recognize... by Ly4 · · Score: 1

      The UCLA shooting triggered a massive police response, with hundreds of officers and thousands of people affected. By any objective measure, it was a significant story.

      There are likely eleven murder-suicides every week that get about as much coverage as your drug story.

      There are lots of issues in what gets traction and what doesn't in media coverage. But things are much more complicated than "they like drugs".

    5. Re:I wish people would recognize... by SkyLeach · · Score: 1

      Infringe our right to personal defense.
      Require us to use the law.
      Price the law beyond our reach.
      Isolate and indenture the population with a monopolized economy.

      'The most dangerous creation of any society is the man who has nothing to lose.' - James A. Baldwin

      --
      My $0.02 will always be worth more than your â0.02, so :-p
    6. Re:I wish people would recognize... by dfsmith · · Score: 1

      ... It's agenda driven, you can be sure.

      Could also just be rarity driven. Airplane hijackings used to be a weekly affair; now a hijacking would be a week's-worth of headlines.

    7. Re:I wish people would recognize... by angel'o'sphere · · Score: 1

      Dying to drug abuse is basically suicide.
      Dying to gun violence is most of the time homicide.

      No idea why you mix them up and try to put them into the same kettle.

      --
      Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
    8. Re:I wish people would recognize... by Morpeth · · Score: 1

      And yet, guns do make it easier to kill people (than with your bare hands or even a knife, etc), to say otherwise would be dishonest.

      --

      'The unexamined life is not worth living' - Socrates
    9. Re:I wish people would recognize... by argStyopa · · Score: 1

      Of course they do. That's mainly what they're designed for.

      But as I read an interview with an Israeli (airline) security expert: most people I would be perfectly fine carrying a stick of dynamite openly onto an airplane. Nobody is in danger (aside from the intrinsic risk of dynamite aboard aircraft, for the pedants) from that person, NO MATTER WHAT WEAPON THEY HAVE.

      OTOH, there are people (he continued) that I wouldn't want aboard an airplane with a jackknife. I wouldn't want to even give them real silverware.

      Separating out these people, and recognizing they exist is the MAIN issue. Identifying them and addressing them is the main issue. Not the tools that they may/may not have in their pocket.

      --
      -Styopa
  32. Re:Wow, a page from the Valery Fabrikant by damn_registrars · · Score: 1

    Hey guys, look! An HTML Wizard is amongst us!

    Meh, I don't think HTTP will ever replace Gopher. No sense ever learning HTML; it'll be Gopher and Fortran forever.

    --
    Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
  33. Chewing on the power cables? by dasgoober · · Score: 1

    Mainak

  34. Re:Mental illness by i_ate_god · · Score: 1

    Are you sure you're not confusing the word "justifiable" with "understandable"? This is a very common thing to do.

    For this UCLA incident, I'm not sure many people would say it's either one, but riots are a different story.

    Political/socioeconomic-related riots are rarely a measure of first resort. We only think this way, because the riot itself is what makes the big headlines. But riots are usually triggered in a society that already have problems, and a singular event ended up being the one that broke the camels back which triggered the riots.

    Is the violence justifiable in these riots? Is it acceptable to smash and loot local businesses because of a grievance with police or politicians? No. But it's certainly understandable that these things can happen.

    --
    I'm god, but it's a bit of a drag really...
  35. Re:Wow, a page from the Valery Fabrikant by MobileTatsu-NJG · · Score: 1

    We in America are only now really seeing what Islam really is... We will see more crimes like this from Muslims. Look at the UK and Germany, where it's now illegal to call this stuff out or face charges of hate speech.

    You do realize there are over 3 million Muslims in the United States, right?

    --

    "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

  36. Re:Wow, a page from the Valery Fabrikant by davester666 · · Score: 1

    I just knew learning Cobol was a big mistake.

    --
    Sleep your way to a whiter smile...date a dentist!
  37. Re:Wow, a page from the Valery Fabrikant by Flavianoep · · Score: 1

    Oops! Commenting just to remove down vote. Sorry!

    --
    Linux is for people who don't mind RTFM.
  38. Comment removed by account_deleted · · Score: 1

    Comment removed based on user account deletion

  39. Re:Wow, a page from the Valery Fabrikant by Flavianoep · · Score: 2, Informative

    There is more violence in Venezuela than in the US, even with guns banned. It's not so simple.

    --
    Linux is for people who don't mind RTFM.
  40. Re:Wow, a page from the Valery Fabrikant by LiENUS · · Score: 3, Interesting

    1% of the population in the us vs 5% of the population in the uk, that's a big difference. That said I don't think muslim is the problem here. It's just a shield to hide their own personal violence behind.

  41. Re:Wow, a page from the Valery Fabrikant by Anonymous Coward · · Score: 1

    No. One must only look at Chicago, the nation's third-largest city, which, by and by, has the strictest gun laws of any major US city. This past weekend there were 69 people shot, 6 of whom died. If you outlaw guns only outlaws will have them.

  42. Re:Mental illness by axewolf · · Score: 1

    Is the lunatic we're dealing with here YOU?

    What on earth exactly is the value of your subjective judgements in this case?
    What is your goal? What is the point?

  43. Re:Wow, a page from the Valery Fabrikant by rand.srand() · · Score: 2

    There are a few religions with their own country that have seats in the UN, but Islam isn't one of them.

    And there are some people that will lie, cheat, steal, and hurt you, but hey don't exclusively belong to any group. They are mixed in among everyone and the most dangerous ones are the ones that wear the same clothes as you.

  44. Re:Wow, a page from the Valery Fabrikant by sycodon · · Score: 1

    It's because they do that sideways shooting shit. Can't hit the broadside of a barn.

    --
    When Fascism comes to America, it will call itself Anti-Fascism, and tell you to give up your guns.
  45. Re:Mental illness by Archangel+Michael · · Score: 1

    If something is understandable, it is justified by definition (IMHO). I do not understand rioting, looting as a form of protest. I understand that others find it understandable, but I find it completely horrific. There is NO justification that supports rioting in protest, because that solves NOTHING, and so, I don't understand it. I do understand people are frustrated, often exceedingly so. If that is a explanation that is understandable, that is itself tacit or implicit acceptance that rioting is a solution.

    Now, if you're like me, rioting is not a solution for anything. It doesn't solve any problem, it doesn't bring the kind of attention that can solve problems. Rioting is simply a temper tantrum, and I refuse to give power to people having tantrums. Period.

    I'll even go one step further, I've heard those supporting Rioting in every case I mentioned, as saying "at least it is bringing attention to _______ problem". THAT is also justification. "Trump is a racist, we're rioting to bring attention to the fact that Trump is a racist", and some people may nod their head in agreement that Trump is a racist, and give "understanding" to the riots, and not condemn it at all, they infact have given tacit and implicit support for rioting.

    So, I am NOT confusing Justifiable and understanding. The first step in justification is creating a understandable reason why it happens. And what I know about humans, is we are very capable of justifying some of the most horrific crimes imaginable, because of our "understanding" (which is terribly flawed). So, no, I don't want to "understand" why people do horrific things, except to prevent it from happening again. And the only way that happens is if I condemn the action even if I support the cause. For the ends do not justify the means. EVER .

    --
    Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
  46. Re:Wow, a page from the Valery Fabrikant by Flavianoep · · Score: 2

    Muslims don't look so violent if you consider the other causes, like political unrest, foreign forces occupation, wars, etc. Borders also are more relevant as cause of violence in Muslim countries than religion, just compare their violence rates with those of the countries with border disputes.

    --
    Linux is for people who don't mind RTFM.
  47. Missing the point of this conversation by axewolf · · Score: 1

    Is it justifiable to take the life of some one who is guilty of destroying your livelihood?

    Or we could just rant and rave about an issue in which the facts are purposefully being withheld and censored by the government to give the media time to spin this the right way (it's not a white shooter this time after all)

  48. Re:Wow, a page from the Valery Fabrikant by quantaman · · Score: 5, Insightful

    Not really a coincidence. Islam demands men seek retribution for their honor. It's one thing Muslim men take seriously.

    So do Texans, you don't see calls to build a wall around Texas every time someone gets killed in a bar fight.

    Look at the number of girls killed by their own fathers because of perceived honor.

    And in those cases there is a clear religious/cultural motive.

    This is nothing new. We in America are only now really seeing what Islam really is. I was in and around the US military for 26 years. One thing I know for absolute certain that is not being discussed is that Islam is not really a religion--it's a political system with a religious element. Islam and its adherents base their actions on Sharia Law. Full stop. The media is very, very reluctant to point this out.

    Isn't the US having a big debate about gay marriage? There seems to be a lot of arguments popping up based on Christian law.

    Sure most Islamic nations take it a bit further, as do many Muslims. There's also a lot of Muslims trying to go the other way as well.

    Notice the difference between how Islam and Christianity are treated today in the US. Ask yourself this question: What do you think homosexual activists are not asking Muslim bakers to bake them a cake for their weddings? Do you honestly think that this line of action would even be considered? There answer is no.

    Those activists are trying to change laws and establish new norms. You do that by confronting the majority, not by picking fights with a small politically irrelevant minority.

    For those not believing what I said above about Islam being a political system with a religious element need to look at this for themselves. You will come to see I am correct. The military used to operate under this understanding, but the current administration has forbidden this. Why? We all know why. This administration does nothing but coddle Islam, refuses to use the term "Islamic terrorism", allows a known terrorist organization, the Muslim Brotherhood into the WH, the list goes on.

    They're trying to end fights, not start them.

    You're basing this whole idea on speculation around the shooter's specific beliefs and motives, truthfully we have no idea of his specific motives or beliefs aside from the fact he probably agreed that the label "Muslim" described some of them.

    Of course having that label "Muslim" I'm certain that a particular political candidate won't be able to keep their mouth shut.

    --
    I stole this Sig
  49. Re:Mental illness by Khashishi · · Score: 1

    This guy had a kill list. The professor didn't push this guy over the edge. He was already crazy.

  50. he also had a hit list and murdered a woman by publiclurker · · Score: 2

    given the evidence, I'd pretty much ignore anything he said without a heck of a lot of corroborating evidence.

  51. Re:Mental illness by publiclurker · · Score: 1

    So, I see you work for the MPAA.

  52. Re:Wow, a page from the Valery Fabrikant by roubles · · Score: 2

    Except that the shooter is most likely not muslim. *Sigh* Sarkar is a common bengali surname, and most likely hindu: https://en.wikipedia.org/wiki/... Your unjustified rant sounds like a classic case of: http://imgur.com/t75V7oe

  53. Re:Wow, a page from the Valery Fabrikant by Anonymous Coward · · Score: 1

    OMG OMG OMGZZZ!!!111!!!111 THE MOOZLEMS ARE AFTER US!!!! Oh wait....Maniac Sardar was a Hindu....how about we go back to talking about Harambe the gorilla?

  54. Re:Wow, a page from the Valery Fabrikant by AK+Marc · · Score: 2

    Do they have a strong central government enforcing those laws, or are they "banned" in name only, and enforced only against.political enemies?

  55. Wow, these code reviews are murder....

    Err, I mean, well, ah....I guess that's what I mean.

    --
    Just cruising through this digital world at 33 1/3 rpm...
  56. Re:Mental illness by MightyYar · · Score: 1

    You have two choices, take it in the ass like a bitch whore, or go on a rampage to bring attention to the cause.

    Really? Those are your two choices? You can't think of anything less extreme than a shooting rampage?

    --
    W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  57. Re:Wow, a page from the Valery Fabrikant by dywolf · · Score: 1

    oh. hey. racism from an AC.
    big surprise.

    --
    The guy who said the election was rigged won the presidency with the second-most votes.
  58. Re:Wow, a page from the Valery Fabrikant by budgenator · · Score: 1

    In my day we took FORTRAN and COBOL together and we had some vicious fights over the keypunch stations too!

    --
    Apocalypse Cancelled, Sorry, No Ticket Refunds
  59. Re:Something isn't right about this... by AK+Marc · · Score: 1

    So you know where he got the gun from?

  60. Re:Wow, a page from the Valery Fabrikant by JustAnotherOldGuy · · Score: 1, Insightful

    It will hopefully remain at 0 as it is misinformed at best. No Islam isn't what cause this, local customs are.

    Bullshit. As someone else said, "Islam is the mother lode of bad ideas", and they were spot-on.

    Islam demands brutal retribution for the most ridiculous, insignificant things, and there's no wiggle room.

    Infidels? They gotta die, period.
    Blasphemers? They gotta die, period.
    Apostates? They gotta die, period.
    Adulterers? They gotta die, period.
    Insult Allah or Mohammed? You gotta die, period.
    Draw a picture of Mohammed? You gotta die, period.
    Eat pork? You gotta die, period.
    Throw the Koran on the floor? You gotta die, period.
    Deny Allah in any way? You gotta die, period.
    Bandits, i.e., al-muhaarib, the one who wages war against Allaah? They gotta die, period.
    Spying? Spies gotta die, period.
    Homosexuality? You gotta die, period.
    Drug offenses? You gotta die, period.
    Practicing sorcery or witchcraft? You gotta die, period.

    On the other hand, marry and rape a 6-year old? That's okay.
    Use a toddler for "thighing"? That's okay.
    Beat your wife? That's okay.

    Don't believe me? Great, don't take my word for it- look it up and see for yourself.

    Maybe Islam will have mellowed in another 1000 years, but by that time with any luck religion itself will be dead, and only studied by professors of Ancient History.

    --
    Just cruising through this digital world at 33 1/3 rpm...
  61. Re: Wow, a page from the Valery Fabrikant by Anonymous Coward · · Score: 1, Insightful

    Some guy in Massachusetts recently went on a knifing rampage and killed three people before an off-duty cop ended his killing spree by shooting him dead.

    The best thing is it turns out he was insane, known to be insane, had turned himself into a hospital, but thanks to Obamneycare (remember, it's Massachusetts), was let go.

    If any of his victims had been armed, or if he was able to get proper treatment, the tragedy wouldn't have happened.

    Of course, no one knows about this because despite hitting the numbers required to technically be a "mass shooting" he used a knife. So the media buried it.

    But not this story. Gee, wonder why?

  62. Re:Wow, a page from the Valery Fabrikant by sir1963nz · · Score: 2

    As opposed to the 14,000 Americans shot and killed by Americans each year. Then there are the thousands shot and killed by law enforcement each year.

  63. Re:Wow, a page from the Valery Fabrikant by jeffmflanagan · · Score: 4, Insightful

    You do realize there are over 3 million Muslims in the United States, right?

    And too many radicalized Conservatives think these peaceful Muslims, many of whom escaped hellholes to live here, are all out to get us.

    We should ask where our Conservatives were radicalized in the same way we look into how some Muslims get radicalized. I'm pretty sure hate-radio, wingnut blogs, and Fox News are the cause.

  64. Re:Wow, a page from the Valery Fabrikant by NoImNotNineVolt · · Score: 5, Insightful

    Notice the difference between how Islam and Christianity are treated today in the US. Ask yourself this question: What do you think homosexual activists are not asking Muslim bakers to bake them a cake for their weddings?

    You know who else they're not asking? Jews. Hindus. Buddhists. Sikhs. Taoists. Jains. Zoroastrians. Satanists. Wiccans.

    Clearly it's not Muslims that are getting some special treatment here, it's Christians. But is it because of some hypothesized 'War on Christianity'?

    Or is it the fact that 70.6% of the US population is some form of Christian, and another 22.8% is unaffiliated with any religion. That leaves 6.6% of the US population split across all of the world's various other religions. Indeed, only 0.9% of the US population adheres to Islam. We should expect 1 in every 111 targets of homosexual-activists-asking-people-to-bake-them-gay-cakes to be Muslim. Are you suggesting that you're aware of this many such events, as well as the religious leanings of every baker targeted this way?

    Of course, these estimates assume uniform distribution of religious minorities, gay activists, and homophobic bakers. If you actually had the demographic data to not rely on such a simplistic assumption, I wouldn't be surprised if the odds of targeting a Muslim baker were even lower-still (as I suspect that religious minorities are more well-represented in areas that are more tolerant, and that gay activists would be attempting this baking schtick in areas that are less tolerant).

    But this is all conjecture. I fully grant that it's entirely possible that you're right and no gay rights activists are targeting Muslim bakers because Muslim bakers inspire such a profoundly deep fear in their enemies.

    --
    Chuuch. Preach. Tabernacle.
  65. Re:Wow, a page from the Valery Fabrikant by dywolf · · Score: 1, Informative

    Chicago is a favorite red herring of the gun nuts that relies on the reader being uninformed about Chicago.

    So read.
    and become informed:
    a) Chicago proper is a rather small area, and guns very easy to get in the surrounding cities that make up the metro area
    b) Chicago isn't even in the top 10 cities for gun violence. The cities that top that list are St Louis, Birmingham, New Orleans, and other red-state cities with far looser gun laws and higher gun availability.
    c) Chicago's gun laws aren't the strictest of any major US city. in fact, by state law (GOP legislature), Chicago actually cannot pass any more gun laws than it already has
    d) NYC's gun laws are even stricter than Chicagos. Its gun violence rate is also lower. This same pattern is repeated in several other gun control heavy cities.
    e) http://www.bloomberg.com/polit...

    --
    The guy who said the election was rigged won the presidency with the second-most votes.
  66. Re:Wow, a page from the Valery Fabrikant by Flavianoep · · Score: 1

    I don't know. I am not even sure if it is true that guns are banned in Venezuela. Anyway, Venezuela is a Third World country, I can't even understand why AC brought it to this discussion as an example, unless they wanted to weaken their own argument.

    --
    Linux is for people who don't mind RTFM.
  67. Re:Wow, a page from the Valery Fabrikant by codeAlDente · · Score: 1

    current administration is trying to end fights and not start them? LOL

    --
    He once inserted random mutations into his code, just so he could have the experience of debugging.
  68. Re:Wow, a page from the Valery Fabrikant by lgw · · Score: 1

    He self-identifies as Muslim. Stop guessing.

    --
    Socialism: a lie told by totalitarians and believed by fools.
  69. Re:Wow, a page from the Valery Fabrikant by damn_registrars · · Score: 2

    Keypunch stations? As in a mechanical punch? Sheesh. Kid, in my day we punched them by hand and we liked it that way. How are you supposed to have pride in it if you don't punch it yourself?

    --
    Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
  70. Re:Wow, a page from the Valery Fabrikant by neoritter · · Score: 1

    I guess that's why you're still around right?

  71. Re:Wow, a page from the Valery Fabrikant by neoritter · · Score: 2

    The US thankfully doesn't get the more unsavory Muslims from abroad in the numbers that Europe does. It's a lot harder to just walk to us. But this is one of the leading reasons they think the US hasn't seen the same or as many issues from Muslims here as they are seeing in Europe.

  72. Re:Wow, a page from the Valery Fabrikant by Anonymous+Cow+Ward · · Score: 2

    Islam is not a race. Being broadly anti-Muslim is bad, but not racism. Being critical of some parts of Islam (either how it's currently practiced in some areas, or some of its teachings) does not make you a racist either.

    --
    Examine even your most deeply held beliefs. Nobody is always right.
  73. side-stepping the specific case by SkyLeach · · Score: 1

    This has been a common accusation of graduate students.

    When I look at the real work and insight behind many published papers, it seems that there is a pretty heavy number of professors who build their reputations on the ingenuity and effort of their graduate students.

    It's one of the reasons I have a deep dislike of Academic Social Authority. It's not that I don't see the need for accredited authority in education, far from it, but rather that there seems to be little or no oversight to prevent abuses in the system other than program validation at the university level.

    --
    My $0.02 will always be worth more than your â0.02, so :-p
  74. Re:Wow, a page from the Valery Fabrikant by HiThere · · Score: 1

    Religious prejudice is not racism. It may well be bigotry (though that's not guaranteed) but it's not racism.

    --

    I think we've pushed this "anyone can grow up to be president" thing too far.
  75. Re:Holy Fuck! by St.Creed · · Score: 1

    You obviously have no idea about what it replaced.

    For instance, the saying "an eye for an eye" means that you can ONLY take an eye if someone takes yours, instead of taking his or her life. That's an improvement.

    --
    Therefore, by the (faulty) logic you're using, you're just a cow with a keyboard - osu-neko (2604)
  76. Re:Something isn't right about this... by AK+Marc · · Score: 1

    The point of gun control is to reduce the number of legal means to get a gun. If he stole it, then that shows "gun control" is working. If he got it legally, then "gun control" isn't working. But, rather than looking at facts, you prefer to rant on about how bad gun control is. Whether it's "bad" or "working" are orthogonal.

  77. Re:Wow, a page from the Valery Fabrikant by ghoul · · Score: 2

    Bullshit. Sarcar is a Hindu Surname

    --
    **Life is too short to be serious**
  78. Re: Wow, a page from the Valery Fabrikant by St.Creed · · Score: 1

    Any political system is a way of looking at society and stating what's wrong and what's right. Thus every organized religion is also an ideology and nearly in every case a political system as well - Islam is no exception, it's the rule.

    Just look at the Orthodox Church and the current patriarch Kyrill. He's wearing a Rolex not because he got it from God, but because he toes the official line of Putin. And saying US churches are not political is just silly. Or go to Ireland or Spain to see how much influence the Catholic religion has. Or to Uganda, where Christian US preachers have been instrumental in almost getting the death penalty imposed on gays, and banning contraception. A-political, my ass. There is no such thing as an a-political religion.

    There are ofcourse a-political followers who don't need to impose their own views on others. That's just a sign of an ideology on the way out, and not inherent in any ideology that takes itself serious.

    --
    Therefore, by the (faulty) logic you're using, you're just a cow with a keyboard - osu-neko (2604)
  79. Re:Wow, a page from the Valery Fabrikant by zcubed11 · · Score: 2

    Except he wasn't Muslim... https://www.everipedia.com/mai... His name is distinctly Hindu.

  80. Re:Wow, a page from the Valery Fabrikant by St.Creed · · Score: 1

    You clearly haven't realized how reactionary Slashdot has gotten since the smart people left.

    Thanks...

    --
    Therefore, by the (faulty) logic you're using, you're just a cow with a keyboard - osu-neko (2604)
  81. Re:Well, it seems he hasn't store ALL his code... by budgenator · · Score: 1

    Interesting, the license file was added 29 days ago, on a 2 year old project; nothing to see here!

    --
    Apocalypse Cancelled, Sorry, No Ticket Refunds
  82. Engineers make good terrorists by ghoul · · Score: 1

    Engineering seems to be the one high status profession that the oppressed are able to get into (If you are a Palestinian refugee in a camp you are not going to become a doctor or a lawyer or even if you become one you are not going to be able to practice in the US as these professions are very protectionist). Yasser Arafat was a civil Engineer.
    Also the people who gravitate towards engineering and programming (similar but not identical professions) are people who can concentrate for long periods of time without needing human interaction. This means anti-social folks who hate human interaction and humans in general can be very good engineering students.

    So I am not surprised an Engineer took out another Engineer especially when he believe that the other Engineer had committed the cardinal sin of Academia - stealing credit. (Funnily enough VCs do this all the time. Some startup will come and give a demo. They wont fund them but take the code and give it to another startup which they do fund because their gut tells them the other startup has a better chance of executing to success)

    --
    **Life is too short to be serious**
  83. Re:Wow, a page from the Valery Fabrikant by Beeftopia · · Score: 2

    I'll tell you the primary power difference between Christianity and Islam:

    1) Jesus said, "Render to Caesar what is Caesar and to God what is God's". This cleaves the core religion from government. Jesus was a single, poor itinerant preacher who was crucified between thieves. One can be a good Christian and accept a separation of church and state.

    2) Muhammad was a political and military leader who created a religion which also was a system of government. There can be no separation of church and state in Islam. One cannot be a good Muslim and accept a separation of mosque and state.

    Henry VIII was sick of being pushed around by the Catholic Church, a competing power center to his own. So he formed the Anglican church and set himself as the head of it.

    The Founders said, in the First Amendment, that "Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof". They too understood organized religion as a competing power center and knew not to allow one to spread its roots to take hold of the government. Such a dichotomy is nonsensical in Islam.

  84. Re:Betrayal by thegarbz · · Score: 1

    Typically when you're angry enough to shoot someone the anger is at least in your own head justified. If the professor didn't steal it, then the shooter most likely at least thinks he did.

  85. Top secret project by ghoul · · Score: 1, Informative

    OK if I am the govt and I needed to disappear a few researchers for a top secret project (and one of them insists on taking his girlfriend along) how would I do it?
    Well telling that one shot the other and killed himself would be a good way. Has anyone even seen the bodies? Putting a campus on lockdown is a good way to make sure noone sees the gvot leaving with the guys.
    And then of course you create a soical media back history to paint it as a crazy. But there the govt slipped up by putting up Sarcar's profile as a Muslim. Sarcar is a bengali Surname and probably the intern at the *ia tasked to create the profile just went with Muslim as most Bangladeshis are Muslim but Sarcar is a Hindu surname.

    OK guys how do you like this conspiracy theory. Please find holes in it

    --
    **Life is too short to be serious**
  86. Re:Wow, a page from the Valery Fabrikant by shutdown+-p+now · · Score: 1

    Islam demands men seek retribution for their honor.

    No, it doesn't (you're welcome to cite Koran or hadith demonstrating otherwise).

    Honor killings are not a part of Islamic culture. They're a part of traditional culture in some (not all) countries that happen to be majority Islamic. However, practitioners of other religions in those same cultures, including Christians, also partake in honor killings.

  87. Re:Wow, a page from the Valery Fabrikant by shutdown+-p+now · · Score: 1

    Europe is not a monolithic entity when it comes to gun control. There are countries with extremely restrictive policies, such as UK; countries with considerable regulation, but where owning a firearm (even a semi-auto or a handgun) as a civilian is relatively easy, like Germany; and countries which allow both "assault weapons" and concealed carry of handguns, like Czech Republic.

    And when you look at those countries, there doesn't seem to be any correlation between their degree of gun control, and violent crime rates.

    OTOH, what they do have in common is fairly stringent universal background checks for firearm owners.

  88. Re:Mental illness by ghoul · · Score: 1

    I like your Boxes comment except that Academia is not a liberal Democracy. its pretty much an oligarchy with those who came earlier controlling the journals (soapbox), appointments based on seniority and connections (no ballot box elections), College review committee staffed by peers of the professors you are complaining about (so much for an impartial Jury). That does leave only the Ammo box. Of course most dont go that route. Instead they decide to go the CSA way and seced. They breakaway from Academia and go create companies or work for companies. Fortunately academics are not as hardass as the USA about secession.

    --
    **Life is too short to be serious**
  89. Re:Betrayal by axewolf · · Score: 1

    Why are you assuming that anyone who would take justice into their own hands is deranged?
    Because of a programmed response. What is the point of commenting if you aren't taking this opportunity to flesh out your ideas of morality? Is this just some kind of morbid entertainment to you?

    What about the possibility of the law protecting injustice?
    When is it justified to take life in general?

    There is a severe lack of critical thought on your part.

  90. Re:Wow, a page from the Valery Fabrikant by Applehu+Akbar · · Score: 1

    "Muslims don't look so violent if you consider the other causes, like political unrest, foreign forces occupation, wars, etc"

    They blow us up, we retaliate, and they yell "War! Occupation!"

    So why did they hate us before 9/11 and before we objected to Iraq seizing Kuwait? In those days our foreign policy in the ME consisted of shoveling vast sums of money into their oil coffers with zero effort on their part required. No having to rebuild a whole manufacturing infrastructure from radioactive ashes, like Japan. Everybody else in the world wishes they could be 'colonized' in that way.

  91. Semiautomatic pistol? by guacamole · · Score: 1

    Gosh, the name "semiautomatic" pistol just had to be mentioned in order to distinguish this evil type of weapon from say a bolt action or pump action pistols.. Saying semiautomatic pistol is like saying a "road car".

  92. Re:Mental illness by Archangel+Michael · · Score: 2

    IMHO, the age of University is quickly dying. While it will likely never completely disappear, the structure is likely to really be different in the next 40 years. The whole world's knowledge is at our fingertips, all we have to do is look. Do not let school get in the way of your education.

    Today, I've learned a little bit about AstroPhysics, Biology, Philosophy, and a tad about History. Yesterday, I learned something about cooking, gardening, and health/wellness.

    I've learned more in the last year, than I did in four years of college. Because I am not prescribed a schedule of study, I can study a much broader scope, and as deep of a level as I want, on topics that interests me, than the university I attended 30 years ago could provide. There is NO piece of paper that can show what I know, because all that represents is a stagnate single point of time.

    --
    Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
  93. I wish you would recognize... by Gravis+Zero · · Score: 1

    that mental illness is a medical issue. our society is neglecting its own people which always has tragic results.

    --
    Anons need not reply. Questions end with a question mark.
  94. Re:Betrayal by Morpeth · · Score: 1

    EVEN if he did, which by all accounts seems highly unlikely -- reports are this guy was a mediocre grad student at best -- last I checked theft of that level isn't a death penalty offense...

    And what does 'passions must still be considered' mean? That it's ok to murder someone because you are emotionally unstable and have poor impulse control over a perceived wrong doing that in no way threatened your life? I don't get where you're going with this...

    --

    'The unexamined life is not worth living' - Socrates
  95. Are we really discussing this? by Snotnose · · Score: 1

    Shooter thinks shootee "stole" his code. And you dipshits are actually talking about open source licenses, whether or not the shooter's code was "stolen", etc etc etc.

    The issue is this asshat decided to shoot his professor. Period. He had no right to do so. He did have a right to go to his college administration. He did have a right to go to the courts. He did not use those rights. Looks like he also shot some woman in another state, then drove to UCLA to shoot the other guy.

    Relevant facts? Some asshole shot 1, maybe 2 innocent people. Asshole had other options to redress his grievances, which he did not use.

    Asshole's name should be erased from history, except when you're googling extreme assholes.

  96. Gun free zone? by gabrieltss · · Score: 1

    Looks like the sings weren't big enough for him to read. Gun Free Zone means NO GUNS allowed. These signs have stopped SO MANY shootings lately.

    --
    The Truth is a Virus!!!
  97. Re:Wow, a page from the Valery Fabrikant by scarboni888 · · Score: 1

    Too bad you're wrong because you obviously haven't got a fucking clue as to what's going on.

    Which wouldn't be so bad in and of itself except for that you think you can predict shit is what makes it so shameful.

  98. Re:Mental illness by scarboni888 · · Score: 1

    It's true: murdered people often did something to end up that way.

  99. Re: Wow, a page from the Valery Fabrikant by Aristos+Mazer · · Score: 2

    We (USA) did massive damage in the Mid-East long before 911. We sustained the Shah to get oil, we backed the creation ex nihilo of Israel, among other things. In more recent times, our cultural influence from Hollywood and music is easily viewed as an attack (we may not have intended it, but we were massively disruptive in many parts of the world with our mass media). We (USA) are largely seen as the successors to the British and the abuses of the colonial system. If a person believes that sons should answer for the sins of their fathers, it's easy to justify a 911 attack. And now we are a part of the mess that has been raging for centuries.

  100. Re: Wow, a page from the Valery Fabrikant by Applehu+Akbar · · Score: 1

    "We (USA) did massive damage in the Mid-East long before 911. "

    Bunk. We supported existing governments, dictatorial or otherwise, in the time of OPEC's greatest power. Later we tried overthrowing dictators, but the perpetually aroused decided that was wrong too. So which should we be - pro or anti the extant governments of countries we trade with?

    After WW II the whole free world supported creating Israel, in the place where Jews had lived since Abraham, so there is nothing peculiarly American to blame in that area. And no, we were in no way "colonial successors to the British." It was we who supported the breakup of colonial empires after WW II.

    Sorry, psychos. You attack us when you see a weakness because that's what you do. Next year you will be dealing with either Hillary or Donald. Enjoy.

  101. Re:Wow, a page from the Valery Fabrikant by instinct71 · · Score: 1

    He's a Muslim from India. -- His name is a bengali name from India and not a Muslim. Not that being a muslim would have made a difference. You should not post statements about things where you don't know sh*t.

  102. Re: Holy Fuck! by St.Creed · · Score: 1

    Try to read before posting - it helps.

    --
    Therefore, by the (faulty) logic you're using, you're just a cow with a keyboard - osu-neko (2604)
  103. Re:Betrayal by Big+Hairy+Ian · · Score: 1

    Why are you assuming what this obviously deranged person said actually represents the facts?

    Did somebody quote Trump?

    --

    Build a Man a Fire, and He'll Be Warm for a Day. Set a Man on Fire, and He'll Be Warm for the Rest of His Life.

  104. Re:Wow, a page from the Valery Fabrikant by Jack_of_Shadow · · Score: 1

    I have a friend, a post doc, he's a really nice guy, very bright. His parents bought him a fake passport (the FBI knows and meets with him regularly, but allows him to stay in the country for various reasons) so that he could escape the hellhole he was in... you see, he is the eldest son and to them, that means something. He is Muslim... but not 'that kind of muslim' (his words)... Just as all Christians are not right wing nut jobs, all Muslims are not the same either. The OP in this thread is probably right 51% of the time, but that other 49%?? well, that is why prejudice is a bad idea. At least with my friend, he is not in that 51% the OP speaks of. Let's not label everyone based on the actions of some. (Disclaimer: "Some" here might include 100% of the people from one organization or another, but does NOT include 100% of all people of that faith)

    --
    My not responding to your flame is in no way indicative of my submission to your statement, it just means I don't have t
  105. Re:Wow, a page from the Valery Fabrikant by Jack_of_Shadow · · Score: 1

    How does one bake a "Gay Cake?" is that a happy cake? or a cake that loves other cakes?

    --
    My not responding to your flame is in no way indicative of my submission to your statement, it just means I don't have t
  106. Re:Wow, a page from the Valery Fabrikant by Jack_of_Shadow · · Score: 1

    yes, the FBI statistics show a lot of things, but most persons don't look at that level of data, unfortunately.

    --
    My not responding to your flame is in no way indicative of my submission to your statement, it just means I don't have t
  107. Re:Mental illness by Jack_of_Shadow · · Score: 1

    I have been a grad student... my profs all 'stole my work' and the 'generous' ones then would list my name on some of the papers they had me write for them as one of the authors... though of course, they listed themselves first as lead author, my name was way down at the bottom of the list... sometimes as a 'contributor'... When I had written the damn thing. Welcome to Grad School, if you are a research Assistant, the Prof gets the credit for your work. That is the way it works. At least at the school I went to and the other school my brother went to... though admittedly we both were in the same field.

    --
    My not responding to your flame is in no way indicative of my submission to your statement, it just means I don't have t
  108. Re:Mental illness by Archangel+Michael · · Score: 1

    People rioting usually feel just in their actions, which is why they are rioting. By explaining their justification, you're giving tacit approval for that justification, especially if you also do not condemn it. News Reporting today "Trump needs to control his rhetoric to stop the violence", where those acting violently are protesting Trump. How is TRUMP responsible for the riots? It isn't HIS supporters rioting, is it? Trump's words are inciting violence, but not by his supporters.

    Mind you, I do NOT like Trump, and will not be voting for him, however, blaming him for the riots of those protesting him is like blaming the girl because she asked to be raped with her clothing choices. No girl deserves to be raped, ever. Not even slutty tramps. Explaining it "She was wearing see through clothes" excuses the rapist at least partially. That "explanation" itself is a form of justification, where none should exist.

    --
    Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
  109. Re:Mental illness by Archangel+Michael · · Score: 1

    Condemnation without understanding is one of the crimes humans are also capable of

    I do not need to understand anti-Semitism to condemn it. I do not need to understand beheadings to condemn it. I don't care what people believe*, but I can condemn violent acts without needing to understand them.

    While I would suggest to you, that I can see your thousands of shades of grey you're trying to paint with, without a line somewhere, you have no position to hold.

    *I don't care that the KKK exists. Let the bigots be bigots. The moment I care is when they hang a dude because of the skin color, or burn a cross on someone else's property or otherwise cause harm to someone. And then I am all for a response. But if they want to march, try to collect more people, that is all fine and good. I would HOPE that my ability to use logic, reason and oratory skills would be able to convince more people that being a bigot is stupid. And if I can't, no amount of force justifies making bigots silent. Remember, I am a Libertarian, and liberty means freedom of thought, freedom of speech, even that which I detest.

    Anything less is exactly the excuse tyrants use control their citizenry.

    --
    Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
  110. Re:Mental illness by Archangel+Michael · · Score: 1

    Not at all. I'm almost 100% sure he didn't use the Soapbox, ballot box, Jury box, and went straight for the ammo box. Shortcuts in life rarely work out well ;)

    --
    Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
  111. Re:Mental illness by Archangel+Michael · · Score: 1

    Boxes: Soap, Ballot, Jury, Ammo

    The two choices are dichotomy based on the previous point "(assuming he reported it, and they all said "tough shit" or similar)"

    He skipped at least one, probably all three boxes before Ammo. As far as I know, he didn't sue the professor and a jury didn't say "tough shit" (or similar)

    --
    Agent K: A *person* is smart. People are dumb, stupid, panicky animals, and you know it.
  112. Re:Mental illness by MightyYar · · Score: 1

    Even if you chose vigilantism, at no point would the penalty for IP infringement be "death". At least, not to a balanced individual.

    --
    W..w..W - Willy Waterloo washes Warren Wiggins who is washing Waldo Woo.
  113. Re:Mental illness by i_ate_god · · Score: 1

    > If something is understandable, it is justified by definition (IMHO).

    Entirely and completely wrong. Understanding why things happen do not give those things justification.

    > Now, if you're like me, rioting is not a solution for anything. It doesn't solve any problem, it doesn't bring the kind of attention that can solve problems. Rioting is simply a temper tantrum, and I refuse to give power to people having tantrums. Period

    I'm not saying you should. I'm saying it helps more to understand why the riots occurred in the first place in order to prevent them from happening again. Not always, but usually, riots are not isolated events, but are the results of an accumulation of issues and problems. Yes, people are angry, and that anger led them to riot. So understanding why they were angry in the first place is a good thing.

    --
    I'm god, but it's a bit of a drag really...
  114. Re:Wow, a page from the Valery Fabrikant by coinreturn · · Score: 1

    Islam is not a race. Being broadly anti-Muslim is bad, but not racism. Being critical of some parts of Islam (either how it's currently practiced in some areas, or some of its teachings) does not make you a racist either.

    True, but there'd be a lot less anti-Muslim rhetoric if only all those people weren't brown.

  115. Re:Wow, a page from the Valery Fabrikant by coinreturn · · Score: 1

    That's the difference in theory, but not in practice.

  116. Re: Wow, a page from the Valery Fabrikant by lucien86 · · Score: 1

    911 itself was done for a very specific reason at least according to the people who did it. It was done as revenge against the US for supplying Israel with bombs that were used in the bombing of Beirut in the mid 80's. We had put ourselves inside an old war between the Jewish state and the Muslim world - which is why an attack had long been predicted..

    The disaster in the aftermath of the invasion of Iraq was a totally unnecessary and self inflicted wound. A wound which made the US and the UK the targets of hate and revenge for millions of Muslims around the world .. and which inspired the radicalism which gave us the 'gift' of ISIS. (Not mentioning Obama's and Cameron's role in its creation.)
    What kind of beast is Islamic terrorism? the dimwits in charge are still treating it like a dragon - its not a dragon its a hydra. Cut off each head and you get another or two more.. Each Jihadi who dies radicalises and inspires the next, a religion inspired by revenge. So how do you beat radical Islam? only really two ways, either compromise or total annihilation.. The only other option is continuing wars and more terrorism probably on-going indefinitely. Me, I'm interested in seeing what monstrosity comes after ISIS.

    --
    Below the speed of light Special Relativity is one of the most accurate theories in physics - above the speed of light..
  117. Re: Wow, a page from the Valery Fabrikant by Applehu+Akbar · · Score: 1

    No, al Qaeda's own rationale for the attack, expressed at the time, was the stationing of US troops on Saudi soil during the Gulf War. Western leftists love to blame all the troubles of the region on Zee Chews, but in reality other Arabs care little for the Palestinians. Why else would countries like Dubai and Qatar keep exploiting them as cheap disposable labor?

    Annihilation is one option, but I don't see how we can 'compromise' with a people whose only goal is to finish the job of engulfing Western culture that they were prevented from doing at Tours and Vienna centuries ago. The only other option I can see is to seal off their world from ours - no trade, no visitation, no interaction of any kind - and let the Ummah sort out its culture in its own way.

  118. Sarkar is Brahmin by NewYork · · Score: 1

    Sarkar is Brahmin.
    Brahmin are racist by birth.
    Expel Brahmin from USA.
    http://www.petition2congress.c...

  119. Re: Wow, a page from the Valery Fabrikant by SivDotnet · · Score: 1

    I am with John Lennon on this the sooner all religions are banished the better as they always have fanatics somewhere and these can be Christian or Muslim or any other religion. What worries me is the human race generally has a set of people who need to take any belief to an extreme. I am thinking football hooligans, O/S fanbois etc. As a race, if we don't sort this out we are doomed to extinction. And no, I don't know what the answer, is but there must be some way of identifying the potential extremists and getting them out of the genome! Siv

    --
    Martley, Near Worcester UK.
  120. Re:Wow, a page from the Valery Fabrikant by K.+S.+Kyosuke · · Score: 1

    Over-generalization is always a bad idea. ;)

    Hah!

    --
    Ezekiel 23:20