Slashdot Mirror


User: RailGunner

RailGunner's activity in the archive.

Stories
0
Comments
524
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 524

  1. Re:Use a liberal definition of planet on A New Definition Would Add 102 Planets To Our Solar System -- Including Pluto (washingtonpost.com) · · Score: 3, Interesting

    I actually really like this idea:
    Define a Star as a body that has achieved a nuclear fusion reaction.
    Define a Planet as a body that has enough mass to be spherical that orbits a star.
    Define a Planetoid as a body that has enough mass to be spherical that does not orbit a star.
    Define a Moon as a body that has enough mass to be spherical that orbits a planet.
    Define an Asteroid as a body that does not have enough mass to be spherical that orbits a star.
    Define a Natural Satellite (here's to you, potato shaped Phobos) as a body that does not have enough mass to be spherical that orbits a planet. Maybe call it a Moonoid?


    Define Pluto and Charon as a binary planet; since they appear to orbit each other (and binary stars are already defined).
    If this means Sedna and a few other bodies become planets -- fine. But at least the definitions are easy.

  2. Did your horoscope tell you to post that?

  3. Re: Sounds nicely balanced... on New Book Sold Out Offers a Look At the H-1B Debate · · Score: 1

    You know the old saying... You get what you pay for...

    That said, who do you think benefits the local economy? The guy who lives here and spends his money here or the guy who sends 80% of it back to India?
    Which guy helps you more?

  4. Re:Sounds nicely balanced... on New Book Sold Out Offers a Look At the H-1B Debate · · Score: 1

    The mean salary in 2000 for a Sr. Software Engineer... $75K.
    The mean salary in 2015 for a Sr. Software Engineer... $75K.

    Time to end the H1-B program, or at the least, severely curtail it's use.

  5. Re:Sounds nicely balanced... on New Book Sold Out Offers a Look At the H-1B Debate · · Score: 1

    As someone who recently lost his job in favor of an H1-B...

    Fuck 'em all.

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

    My table saw has a removable shield for when I'm working with something other than a typical pine board.

    Band saws and jigsaws typically do not contain shields, as they're used for curved cuts.

    There is an inherent danger to most tools, and why training on how to properly use that tool is important.

    Programming Languages are tools. If you don't understand how to use the tool, the tool can be destructive.

    Now I know why you didn't log in, you didn't want your stupidity broadcast to the world.

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

    If I wasn't permanently blacklisted from getting mod points, I'd mod you up.

    Don't blame the tool, blame the user. A chainsaw is dangerous, but if I'm clearing brush or cutting tree limbs blown down by a storm, it's the best tool for that job. If I cut off my foot with it, is it the chainsaw's fault?

  8. Re:Hell No Hillary on Hillary Clinton Declares 2016 Democratic Presidential Bid · · Score: 1

    Oh please.
    2016 Election: Cruz vs. Clinton -- You'll vote Clinton.
    Just like you would if it was Rand Paul, Marco Rubio, Scott Walker, Rick Perry, Jeb Bush...

    You'll vote for Clinton, and happily remind yourself she'd be Obama's third term -- only a bigger disaster than Obama's been.

  9. Re:Hell No Hillary on Hillary Clinton Declares 2016 Democratic Presidential Bid · · Score: 1

    Ever wonder what Denise Rich and her uh, very large (and spectacular) rack did for ol' Slick Willie to get him to pardon her husband, Marc Rich?

  10. Re:Hell No Hillary on Hillary Clinton Declares 2016 Democratic Presidential Bid · · Score: 1

    Clintons had far more than 2 scandals. Look, I realize you were probably in diapers during the Clinton administration, so please google the following:
    Vince Foster's death
    Ron Brown's death
    Rose Law Firm
    Troopergate
    Travelgate
    Whitewater
    The alleged rape of Juanita Brodderick
    The Paula Jones Sexual Harassment Lawsuit
    Bill Clinton lying under oath, aka PERJURY about his relationship with Monica Lewinsky
    "It depends what your definition of the word 'is' is"
    Missile strikes on an aspirin factory in the Sudan
    Removing 'W' from White House keyboards
    My God, people... the Clinton administration was the most corrupt in history, and we want to go BACK to that?

  11. Re:Hell No Hillary on Hillary Clinton Declares 2016 Democratic Presidential Bid · · Score: 1

    Personally, I would rather not see Hillary Clinton as president.

    Bullshit. You'll vote for her.

  12. Re:Hell No Hillary on Hillary Clinton Declares 2016 Democratic Presidential Bid · · Score: 1

    she isn't overly corrupt

    Now THAT's the funniest thing I've ever read on Slashdot.

    Please google the following: Rose Law Firm, Whitewater, Vince Foster, Benghazi, Travelgate, Troopergate, the Vast Right Wing Conspiracy...

    Hitlary Clinton is as corrupt and fascist as they come.

  13. Meh... on "Descent" Goes For a Crowdfunding Reboot (and a Linux Version) · · Score: 1

    FreeSpace (and expecially FreeSpace 2) were the better games.

  14. Re:How much is it C++ and how much the compilers? on Was Linus Torvalds Right About C++ Being So Wrong? · · Score: 2

    Two C++ programmers will argue, 'What will my compiler do with this code?"

    You have a very good point, but that's less about the language and more about the compiler. Arguably the most broken compiler was (and likely still is) Microsoft's Visual C++.

    But somehow C# is "fixed". LOL.

  15. Re:Flamefest thread on Was Linus Torvalds Right About C++ Being So Wrong? · · Score: 2

    Emacs lost that argument when it added a vi mode. :)
    gVim FTW

  16. Re:Ugh on Was Linus Torvalds Right About C++ Being So Wrong? · · Score: 1

    Dude, the original poster who claimed that C++ is bloated probably loves him some Java or C#, both of which are arguably even more bloated that C++ is, since the "bloat" of C++ is the STL and Boost... which is comparably smaller than .NET, Swing, JavaFX, etc.

  17. Re:How much is it C++ and how much the compilers? on Was Linus Torvalds Right About C++ Being So Wrong? · · Score: 3, Informative

    A better developer who understands what it is he or she is trying to accomplish would help more.

    I'd say I've seen just as much piss poor code written in Java and C#, but that'd be a lie. I've seen FAR worse code written in Java and C# than I have in C++ because the level of entry is much lower.

    When I was in college, not understanding pointers means you didn't graduate. Now... I interview "C# Developers" who claim 10+ years experience who can't tell me the difference between pass-by-value and pass-by-reference, and don't know the difference between the heap and the stack.

  18. Yes, he was wrong... on Was Linus Torvalds Right About C++ Being So Wrong? · · Score: 5, Insightful

    If you care about performance, the ability of C++ to "run on the iron" is a valuable tool to have in your arsenal. Add in inline assembler, and IF YOU KNOW WHAT YOU'RE DOING you can write blazing fast code in C++ and still provide a sensible code architecture.

    There's no sense in blaming the language for the abuses developers have written -- you might as well indict English for the horrible spelling and grammar of many Americans...

    If you know what you're doing, C++ is a terrific, powerful language suitable for a plethora of projects. On the other hand, if you don't know what you're doing, well, I guess there's Visual Basic or C#.

  19. Re: Just Askin' on Come and Take It, Texas Gun Enthusiasts (Video) · · Score: 1

    Pretty sure both Rick Perry and Greg Abbott -- and especially Ted Cruz -- would wipe the floor with any Democrat on Jeopardy.

    Especially the "brilliant" Sheila Jackson Lee.

    I asked Barack Obama about Ms. Lee, he said he learned about her idiocy from the papers. You know, like he learned about Benghazi, Hillary's illegal email accounts, etc.

  20. Re:Go get a dictionary son on Come and Take It, Texas Gun Enthusiasts (Video) · · Score: 1

    Being prevented from possessing a small class of items is obviously different from complete prohibition which was discussed above.

    The problem with that is who decides where that line is?

    Liberals want to ban "assault rifles", and by assault rifles they mean "black and scary looking". My AR-15 fires both .223 Remington and 5.56 NATO -- it's a small round, useful for hunting small game and Deer. AR-15's are popular because they're accurate, and have very low recoil. Meanwhile, because it's not a "assault rifle", you libs ignore my bolt action .308 Winchester... which is FAR NASTIER of a round, capable of taking down medium to large game -- Elk, Moose, etc.

    Here's another example of stupidity -- I have a Springfield XDS chambered in .45 ACP. Single stack, 5 rounds. On the hard shell case it a huge label: "NOT LEGAL IN CALIFORNIA".

    Why not? What the fuck is wrong with California?

  21. Re:For regulation to work... on Come and Take It, Texas Gun Enthusiasts (Video) · · Score: 1

    somehow the CCW crowd missed violent crime dropping to its lowest level in decades

    Here in Texas, this drop corresponded with former Governor George W. Bush signing the CCW law into place. All of the sudden, criminals didn't know if the person they were about to mug would shoot them.

    It's an old truism -- an armed society is a polite society.

  22. Re:More to this than just that. on Officer Not Charged In Michael Brown Shooting · · Score: 0

    3 / 12 = 1/4, not 1/6. Learn math, libtard.

  23. Re:No WMD's...Really? on Pentagon Reportedly Hushed Up Chemical Weapons Finds In Iraq · · Score: 1, Insightful

    So Bush was right all along.

    <NelsonMuntz>HA, HA!</NelsonMuntz>

  24. Re:Self fulfilling prophecy on Europol Predicts First Online Murder By End of This Year · · Score: 1

    No, Texas does not have an Open Carry law permitting the open carry of hand guns in public. On your property, open carry away. You can open carry a long gun (rifle, shotgun, even the "scary" AR-15) but we can't openly carry hand guns.... yet.

  25. Re:Self fulfilling prophecy on Europol Predicts First Online Murder By End of This Year · · Score: 2

    Not you Texas, your gun laws suck.

    As someone who lives in Texas, our gun laws are pretty good with one notable exception -- we need an Open Carry law for hand guns. Otherwise, we can own / carry just about any gun.