Slashdot Mirror


User: Rockoon

Rockoon's activity in the archive.

Stories
0
Comments
8,765
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 8,765

  1. Re:Only Two Futures? on The Demographic Future of America's Political Parties · · Score: 2

    Part of the problem in the U.S. is that the Senate is just House 2.0 ever since they changed it to a popular vote.

    The Senate is supposed to represent the States, not the People:

    Article 1, Section 3: The Senate of the United States shall be composed of two Senators from each state, chosen by the legislature thereof for six Years; and each Senator shall have one Vote.

    Lots of bullshit happened in this country between 1900 and 1920 that strengthened the Federal government at the expense of the States, and this is one of them.

  2. Re:Veto it on House Science Committee Approves Changes To Space Law · · Score: 1

    Why not a trillion dollar mistake? How about a quintillion dollar mistake?

    Waving your hands is not a valid argument.

  3. Re:Oh Great! on FTC Recommends Conditions For Sale of RadioShack Customer Data · · Score: 1

    Assorted resistors and LED's for me....

  4. Re:only 20 grand? on Baton Bob Receives $20,000 Settlement For Coerced Facebook Post · · Score: 1

    They said that if I voted for McCain that we would get 8 more years of Bush policies.

    They were right. I voted for McCain and then we got 8 more years of Bush policies.

  5. Re:Veto it on House Science Committee Approves Changes To Space Law · · Score: 0

    So, the industry would like to have low regulations, GOVERNMENT PROTECTION from liabilities

    The government is only liable for damages above $500,000,000.

    But hey, lets not inject facts into your anti-corporation bullshit.

  6. Re:Lets all stop pretending on A Plan On How To Stop Sexism In Science · · Score: 1

    Better go back and parse that one again. It isn't saying what you thing it is.

    Feminism says a lot of things. You do know the difference betweens words and actions, right?

  7. Re:So give it another 15 years... on MenuetOS, an Operating System Written Entirely In Assembly, Hits 1.0 · · Score: 1

    Emacs doesnt fit on a floppy.

  8. Re:Again? on A Plan On How To Stop Sexism In Science · · Score: 2, Informative

    How do we get "institutionalized sexism" from this?

    Feminist Handbook, page 1: "Its always institutional sexism."

  9. Re:Again? on A Plan On How To Stop Sexism In Science · · Score: 2, Insightful

    Wow - you must be pretty far down the tree kid if you really think that.

    All a feminists has to do is call someone a sexist and society apologizes to them and then begins the proceedings to ruin the person that they called a sexist.

    Thats power. You are apparently too wrapped up in the victim claim to see it.

  10. Re:Lets all stop pretending on A Plan On How To Stop Sexism In Science · · Score: 1

    That feminism is still all about equality of opportunity, and acknowledge that it in fact about equality of outcome, regardless of merit or ability.

    Feminism is about neither of these things. Maybe once a long time ago, but that day has passed. Today feminism is about gaining influence and special treatment by claiming victimhood.

  11. Re:How do stop sexism in science? on A Plan On How To Stop Sexism In Science · · Score: 3, Insightful

    Blah blah blah.

    When these feminists demand to be included in the selective service and the draft, then we can talk. Until then its not about equality, its about special treatment for themselves at the expense of others.

  12. Re:Again? on A Plan On How To Stop Sexism In Science · · Score: 1, Informative

    Remember that its the feminists that are in the position of power.

  13. Re:The downside of owning the internet on Academics Call For Greater Transparency About Google's Right To Be Forgotten · · Score: 1

    The one search engine we almost all use

    The last dozen or so times that I have used any of googles search products was specifically with Google Scholar ( https://scholar.google.com/ )

    Googles regular search has turned to shit. Even bing is better.

  14. Re:Military service can be mandatory, can cause ha on California Senate Approves School Vaccine Bill · · Score: 0

    I, and every male in this country, can be made to fight, kill, get wounded, die, and suffer innumerable hardships in defense of this country.

    The supreme court ruled this constitutional as an exchange for a males right to vote.

    of course a year later they also gave the vote to women... but hey... the government can't do wrong.

  15. Re: I can see this running afoul of.... on California Senate Approves School Vaccine Bill · · Score: 0

    "free public school"

    lol... this is the belief that proves that you are a slave.

  16. Re:You cannot know *WHO* is voting on Online Voting Should Be Verifiable -- But It's a Hard Problem · · Score: 1

    And the fact that these voted ID laws never include proactive provisions to get IDs into the hands of all voters for free reveals their true intent quite clearly.

    The Democrats only cry foul when its a Red State that wants the same laws that a Blue States already has. Their true intent is quite clear.

  17. Re:"Citizens united" was a coup on House Votes To End Spy Agencies' Bulk Collection of Phone Data · · Score: 2, Informative

    388 to 88. That's pretty much a consensus that crosses party lines.

    Why guess that its a consensus that crosses party lines when you can know for a fact how the vote went?

    I see this again and again here on slashdot. Supposed computer nerds averse to the simple act of looking at how exactly a vote went. Often times they guess, and guess wrong. This time you guessed correctly, but thats no excuse for you guessing something so fucking trivial to look up. Every vote in both the House and Senate are documented on their respective websites.

    REPUBLICAN yeas 196 nays 47 nv 1
    DEMOCRATIC yeas 142 nays 41 nv 5

    Its as if you fucks think the information is impossible to get, rather than the exact fucking opposite. For the House its as easy as going to http://clerk.house.gov/ and clicking on the fucking calendar, or entering a query in the search box.

    Even my grandmother can do it. But no, not fucking slashdot people.

  18. Re:Money or Art? on The Decline of Pixel Art · · Score: 1

    That can be translated to: "I'm misunderstood"

  19. Re:Money or Art? on The Decline of Pixel Art · · Score: 1, Insightful

    Its worse than that.

    The guy is saying how terrible it is that so few games use pixel art, and lays that on "HD fetishism" but then admits that pixel art is hard to make work well on a range of devices and because of that that he will no longer be doing any pixel art.

    This can be translated: Guy whose claim to fame is pixel art is years behind the rest of the industry as to the facts of the matter of pixel art, and now he is forced to admit how behind he was but wants to blame "HD fetishism."

    More pixels isn't worse.

  20. Re:An Old Story on Criticizing the Rust Language, and Why C/C++ Will Never Die · · Score: 1

    How can you have a default deep copy? What about circular references?

    Ah, the problem that never was but seems to come up again and again. The real issue is that the language doesnt provide a deep copy semantic, but because of this the common symptom is that people (like you) that try to implement deep copying (because the language lacks it) use a naive algorithm that doesnt handle circular references.

    A deep copy that handles circular references is slower, but the addition cost is constant time because it only needs at most an O(1) lookup and O(1) insert at every node.

    Now the reason that people assume that the "problem" is real arent actually well seated in the algorithm department. If you are puzzled over "lookup" and "insert" in the previous paragraph, that means you.

  21. Re:Never talk about feminity crisis. on Psychologist: Porn and Video Game Addiction Are Leading To 'Masculinity Crisis' · · Score: 1

    She flirted shamelessly, but the guy ignored her and instead asked out her friend - who promptly turned him down.
    They then both called the guy "an idiot".

    Or more straight to the point - he liked her friend, not her. Her friend tells her what she wants to hear ("well then hes an idiot because you are a great catch.")

    What a guy wants isnt important. Our society is skewed heavily against mens natures right from the start. We now pour pharmaceuticals down young boys throats, labeling their behaviors as "acting up" and/or an "attention deficit disorder."

    Just listened to an NPR segment a few weeks back about the negative stigma attached to "being an old maid" -- single middle-aged females.. They were dispelling the myth that "there must be something wrong with her" yet here we are not two weeks later and instead of dispelling any myths that there must be something wrong with a single middle-aged man, its bad "because psychology science!"

    The problem with psychology as a science is that the fundamental axioms that its based on arent actually anything fundamental. They are arbitrarily selected "expectations."

    In this case their fundamental axioms also mean that its bad to be introverted. The idea that something is clearly wrong with someone that minimizes socialization is baked right in. If the statement "Introverted people are mentally ill" doesnt sound right to you, then nothing this study has come up with should sound right to you either.

  22. Re:Backups on Enterprise SSDs, Powered Off, Potentially Lose Data In a Week · · Score: 1

    The typical home user that does backups doesnt need much.

    I suggest that the vast majority of backups by home users today are on thumb drives and/or flash cards. Not the greatest method by a long shot, but you can't expect someone with only a couple gigs of photos and music to invest in a real backup solution.

  23. Re:Backup won't help you on Enterprise SSDs, Powered Off, Potentially Lose Data In a Week · · Score: 1

    He thinks that adding a few more bits to a byte is magical.

  24. Re:This Is Great! on FWD.us To Laid-Off Southern California Edison Workers: Boo-Hoo · · Score: 0

    I recall from a survey a while about about 75% of Slashdot readers are leftists. The same lefists who are extremely pro-immigration and talk about how immigration enriches our society and benefits everyone.

    One thing you need to learn about leftists is that they accuse others of what they are secretly guilty of, or would be guilty of if only they had the chance. Here they quickly accuse others ("evil corporations") of being greedy, but its their own greed thats on the table. They are dismayed that a corporation capable of replacing them with cheaper workers goes ahead and does so. Never does it cross their mind that they are overpaid.

    Ultimately they think only of themselves. That whole leftist thing they champion is itself just a self-serving script. They can easily feel good about themselves so long as its not them thats getting hurt by their ideas. When challenged to put their money where their mouth is, they are immediately and viciously up in arms about it. How dare those evil corporations bring in cheap labor for their jobs.

    Disclaimer: Most of the people I work with are from other nations, and quite a few dont speak any english. They have all come to the Capitalist United States for a better life, but not always for the same reasons. A few are Egyptians that fled their country because they are also Christians. Many are Chinese that would otherwise be subsistence farming. A fairly large group of South Americans from both Brazil and Puru. We've also got Haitians, Jamaicans, and Dominicans. We have lost of few Ukrainians because they have gone back home to fight against the Russians. We have Indians too (with the dot and with the feathers) as well as Pakistanis and Iranians.

    We've got liberals and conservatives, but not fucking leftists. We unionized but thats not leftism, just real liberalism. One of the problem with the so called liberals of silicon valley is that they are actually pretty fucking weak on the real liberalism stuff:

    Liberty.

    The silicon valley liberal doesn't really care much for others peoples liberty if it doesn't go along with their self-serving sound bites or worse their greed.

  25. Re:I tried, man on FWD.us To Laid-Off Southern California Edison Workers: Boo-Hoo · · Score: -1, Troll

    He just isnt willing to work for what these H1B's are willing to work for.

    The evidence that many of you IT folks are overpaid is on the table. The cognitive dissonance leads to anger and hate. The alternative is not protectionism. In no way will artificially keeping your wages high benefit our society. Inefficiency is never a net benefit. if the inefficiency benefits you then sure you want to keep it going, but thats greed. Not the fake greed some are so often accused of. When you wish for our society to be lessened through the shackles of mandated inefficiency for only your own benefit, thats pure greed. The evil kind.

    Now that these 500 super-star IT people were laid off... where are the startups they are starting?