Slashdot Mirror


User: melted

melted's activity in the archive.

Stories
0
Comments
2,790
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,790

  1. Re:And the US is known for stealing Russian plans on First Pictures of Chinese Stealth Fighter · · Score: 1

    Military designs are not really for sale, my friend. Never were, never will be. They just basically robbed the Yakovlev bureau blind, using the bureau's inexperience in business matters.

    As far as whether the design was "worthless" I beg to differ. Given the VTOL requirement, without this Lockheed Martin wouldn't even be in the running for the JSF program.

  2. And the US is known for stealing Russian plans on First Pictures of Chinese Stealth Fighter · · Score: 1

    And the US is known for stealing Russian plans. Compare Yak 141 and F-35, for instance. Lockheed Martin basically created a joint venture with Russia during the early perestroika years, copied the plans and exited the joint venture.

  3. You get the behavior you reward on When Smart People Make Bad Employees · · Score: 1

    Brilliant jerks are jerks because they get rewarded for being jerks. Start rewarding them for _not_ being jerks and the problem will go away. Works every time.

  4. It's just more efficient to steal money that way on Putin Orders Russian Move To GNU/Linux · · Score: 1

    Putin & co have one singular motivation - to steal as much money as possible before they're kicked out. Linux makes it easier. See, relatively small percentage of people know about it (mostly nerds), so you can hire your own companies, pay them millions of dollars for free software and steal not the usual 30%, but ALL of the money paid. Brilliant.

  5. The part I don't understand is how does one have s on Assange Has Signed Book Deals Worth $1.5 Million+ · · Score: 1

    The part I don't understand is how does one have sex with a woman while she's asleep? It takes quite a bit of time and effort to get her ready for sex when she's not asleep, and without doing that you could damage your boner (and would 100% guaranteed wake her up before you got a chance to do anything at all) if you tried to fuck her dry. I'd like to hear her explain how this is physically possible.

  6. On average, programmers write on Does Typing Speed Really Matter For Programmers? · · Score: 1

    On average, good programmers write about 50 lines of code per day. I don't see how typing speed matters.

  7. Linus himself says Git is not as good as BitKeeper on NX Compression Technology To Go Closed Source · · Score: 1

    Linus himself says Git is not as good as BitKeeper.

  8. Re:Why not the US government? on Google Declines To Turn Over Harvested Wi-Fi Data · · Score: 3, Informative

    IANAL, but maybe it's because by law of _this_ country they _don't have to_ turn it over without a court order?

  9. At least SOMEONE realistically estimates their sal on Intel's Atom To Ship In Over 35 Tablets Next Year · · Score: 5, Funny

    At least SOMEONE realistically estimates their tablet sales prospects against Apple. Yes, I do think they'll be able to sell 35 of them or so. Maybe 40, if they drop the price.

  10. Um, how do youi know it's actually HIS profile? on Julian Assange's Online Dating Profile Leaked · · Score: 1

    Let me ask the obvious question. How do you know it's actually his profile?

  11. Re:I have a better question on Michael Moore Posts Julian Assange's Bail · · Score: 1

    Michael's employer thinks so too, which is why he has $20K to blow on a cause like this.

  12. I have a better question on Michael Moore Posts Julian Assange's Bail · · Score: 1

    Did YOU do anything useful in your life?

  13. I think it's time to consider banning EPA itself on EPA Knowingly Allowed Pesticide That Kills Bees · · Score: 1

    I think it's time to consider banning EPA itself. Seriously, those fuckers are a joke. Kill it with fire and replace with something that has more teeth. Do the same to FDA as well.

  14. Oh well, this bill was crappy anyway on Judge Declares Federal Healthcare Plan (Partly) Unconstitutional · · Score: 4, Interesting

    What really needed to be done is:
    1. Single payer system for basic healthcare. You can't have surgeons and insurance company execs who drive Ferraris and reduced healthcare cost at the same time. No pain - no gain, something's gotta give. In the system where the normal pricing rules don't work (because prices aren't even advertised, and you won't bargain anyway when it's your health or life that's on the line), someone has to have the authority to fight the more extravagant examples of creative pricing (i.e. pharmaceuticals that cost 1/10th the price once you cross either of the borders)
    2. All premium services (i.e. shit you wouldn't die from if denied care) require separate insurance, with stiff premiums.
    3. A separate, progressive, mandatory federal income tax for healthcare (and yes, I know it would hit me disproportionally, since I make quite a bit).
    4. To reduce the tax burden, reduce Pentagon budget by 4/5ths or more and get out of fucking Afghanistan. Winning there is _not possible_. If we're so into spending money we don't have, let's at least spend it on things that matter.
    5. Put the Congress and the Senate on the same insurance plans as what their constituents have. Not gold-plated, diamond encrusted Cadillac plans they pay $0 for right now. Make them feel the pain of the common man.

  15. WTF are you talking about on Google Seeking "Search Without Search" · · Score: 1

    I, for one, welcome our predictive overlords. I like the immediate feedback, and I find things faster if I can reformulate my query and evaluate the result on the fly.

    As if this wasn't enough, they let you TURN IT OFF. Perhaps not on your friend's machine, but certainly on your own. And you pay $0 for the service. I mean, the entitlement here is staggering. They'll measure the audience and decide what the audience wants. If you don't like it, you're free to use half a dozen other search languages, which make you type (and retype) the whole query, or engage in the back-breaking labor of checking the checkbox which disables Instant.

  16. So the leakers will now have to rely on on Military Bans Removable Media After WikiLeaks Disclosures · · Score: 1

    So the leakers will now have to rely on plain old memorization, or print shit out. The only real way to prevent leaks is by monitoring access and severely punishing people for leaking. This leak only happened because the leaker all but knew he was impossible to catch. In fact, he was only caught because he bragged about it and someone turned him in.

  17. Well, sachs to be him on Ex-Goldman Sachs Programmer Found Guilty · · Score: 1

    Face it, it had to be said.

  18. Now the tricky part for him is on Wikileaks Founder Arrested In London · · Score: 1

    Now the tricky part for him is to avoid drinking any tea. The CIA has polonium, too, and its access to UK justice system facilities is virtually unrestricted.

  19. Re:Truth? Let me tell you about TRUTH on Moscow Has Eyes On WikiLeaks, Too · · Score: 1

    >> we didn't resort to torture and extra-judicial murders in WWII

    Man, I have this bridge I'd love to sell to you.

  20. And sly Afghans will defeat it with a Kalashnikov on US Army Unveils 'Revolutionary' $35,000 Rifle · · Score: 1

    And sly Afghans will defeat it with a Kalashnikov anyway. What a waste of taxpayer money.

  21. Re:Why the fuck bother on The Details of Oracle's JDK 7 and 8 'Plan B' · · Score: 1

    Python does not compile to "assembly". Python is an interpreted language that compiles to Python bytecode, which then gets executed without JIT compilation.

  22. Re:The real litmus test for this is on A Peek At the National Opt-Out Day Numbers · · Score: 1

    I don't think you would, if it really came down to it. For all you know, his family might have been blown up by an American rocket, and he could have a stick of C4 stuck up his ass.

  23. The real litmus test for this is on A Peek At the National Opt-Out Day Numbers · · Score: 4, Insightful

    The real litmus test for this is whether you'd support a nasty, middle-Eastern looking guy with a thick beard and a white prayer cap, if he chooses to opt out. I know it's all just security theatre and so on, but I'd like to see the reaction of the folks who opt out on principle if they end up in this situation, and have to board the plane with this dude who also opted out.

  24. That's going to ruin Ubuntu. on Ubuntu May Move To Rolling Releases · · Score: 1

    Great. Now shit will break every week as opposed to only when I decide to update (once a year or so).

  25. Nikon should use this in their ads on Kuwait Bans DSLR Cameras Use For Non-Journalists · · Score: 1

    Our cameras are so good, they're banned in Kuwait!