Slashdot Mirror


User: Surt

Surt's activity in the archive.

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

Comments · 8,792

  1. Re:Class Difference on The Rise and Rise of the Cognitive Elite · · Score: 1

    My experience suggests otherwise. I'd say you're lucky if you find one in three hundred who can really do a job effectively. Particularly for programming positions. We get an egregious number of blatantly incapable people applying for positions.

  2. Re:Class Difference on The Rise and Rise of the Cognitive Elite · · Score: 1

    If you are paying hundreds of dollars for books just to answer a few questions, you are really revealing a lack of street smarts on top of a lack of degree. There are multiple, commonly used strategies to get around that cost. Buying the books outright is for rich kids whose time is worth so much it's cheaper to buy the books than to invest their time in a workaround. If you feel like your books are expensive, you're not in that category.

  3. Re:Class Difference on The Rise and Rise of the Cognitive Elite · · Score: 1

    I'd say it suggests you were exposed to the wrong colleges/universities. The good ones are nothing like what you describe.

  4. Re:Class Difference on The Rise and Rise of the Cognitive Elite · · Score: 1

    I'd almost guarantee the McDonald's manager training program uses those words to describe McDonalds managers.

    Wishing doesn't make it so.

  5. Re:Class Difference on The Rise and Rise of the Cognitive Elite · · Score: 1

    There's no anti-intellectual bent here. There's a small, vocal sub-population with that viewpoint. Slashdot is a lot of people. The people who post on any given topic are, as in many forums, the people with the most partisan views and the need to spew them.

  6. Re:Class Difference on The Rise and Rise of the Cognitive Elite · · Score: 3, Informative

    But the actual statistics say otherwise. The stats say the non-degreed person earns enough less that the degreed person is typically ahead by age 35-40. There are surely exceptions, but that is where the averages land you.

  7. Re:Boom! on How Chrysler's Battery-Less Hybrid Minivan Works · · Score: 1

    Since they aren't holding much more energy than a gas tank or battery, can the risks due to catastrophic failure really be significantly greater?

  8. Re:Riiight on Italian Scientists Demonstrate Cold Fusion? · · Score: 1

    The wikipedia entries for copper and nickel seem to suggest that nickel is the more dangerous of the two.

    And as for Al Gore ... well the good news is that hydrogen fusion as a power source will both necessitate and make easier all of us leaving earth in the comparatively short-run. Hydrogen fusion will make the earth unlivable in maybe 100K years, which will force us all off our asses in plenty of time for the sun's red-giant phase.

  9. Re:Riiight on Italian Scientists Demonstrate Cold Fusion? · · Score: 1

    Since this isn't hydrogen-hydrogen cold fusion, ITER would still be valuable, as hydrogen is the most abundant source fuel in the universe.

  10. Re:Riiight on Italian Scientists Demonstrate Cold Fusion? · · Score: 1

    Poisonous, poisonous lead!

  11. Re:Whoah on Graphene Won't Replace Silicon In CPUs, Says IBM · · Score: 1

    30 cubic meters unravels to a lot of linear meters when you break it down into planck volume pieces.

  12. Re:Whoah on Graphene Won't Replace Silicon In CPUs, Says IBM · · Score: 1

    Oddly enough, it's hard to provide links into the nsa.

  13. Re:Pshaw on Google Fires Back About Search Engine Spam · · Score: 1

    But my empirical evidence trumps their flawed analytics.

  14. Re:I'll be first to say WTF on Polynomial Time Code For 3-SAT Released, P==NP · · Score: 1

    I don't know, you seem to think factorization is in np-complete while rsa think it is in np-hard. I'm going to go with rsa.

  15. does it really flirt with greatness? on J.J. Abrams Promises 'Fringe' Will Die Fighting · · Score: 1

    I watched the first half season worth of season one (7 episodes), and not a single one was good, or even not bad. Just terrible, really terrible. Painful to watch even. Did it take a radical turn for the better later on?

  16. Re:I'll be first to say WTF on Polynomial Time Code For 3-SAT Released, P==NP · · Score: 1

    Integer factorization is not (yet) np-complete, so technically no one can do what you are asking

    You've got it backwards. A problem being NP-complete means you can reduce any problem in NP to it.

    The problem "does N have a nontrivial factor smaller than m?" is in NP. A solver for that can easily be used to factor integers.

    even if they have a legitimate proof of p=np.

    Technically speaking, a legitimate proof that P=NP implies that every problem in P is NP complete.

    What we're talking about is not proofs but rather unproven algorithms which seem to scale because they aren't run on hard inputs.

    I had it exactly right. They cannot use a 3-sat solver on "does N have a nontrivial factor smaller than m?" because the latter is not in np-complete. A solver for the latter can indeed be used to trivially factor integers, but since it isn't what they have they can't. Nor can anyone with an np-complete solver trivially do that.

    And yes, of course a legitimate proof implies that every problem in P is NP complete. That's obvious. But it doesn't screw RSA because RSA security is based on the fact that an efficient algorithm for factoring integers is unknown, not that such doesn't exist, and everyone knows that.

  17. Re:I'll be first to say WTF on Polynomial Time Code For 3-SAT Released, P==NP · · Score: 1

    Proving P=NP by (for example) finding a polynomial time solution to a #P-complete problem won't immediately kill RSA because it's unclear (to me at least) how that would map to an efficient factoring algorithm. But a constructive proof such as what Romanov claims, i.e. an efficient 3-SAT solver, immediately deals a death blow to RSA, AES and everything else but one-time pads. That's because all these systems are polynomial time reducible to some 3-SAT instance.

    As far as I know, there's no proof of that. If there was, they would be in the class np-complete rather than np-hard.

  18. Re:I'll be first to say WTF on Polynomial Time Code For 3-SAT Released, P==NP · · Score: 1

    Exactly. The security of RSA has nothing to do with p/np but with the lack of an efficient algorithm for factoring. p=np only proves an efficient algorithm exists, but doesn't supply it. It could be many, many years (or never!) after p=np that such an algorithm is discovered.

  19. Re:USB Drive, SAN/NAS, LTO ... on How Do You Store Your Personal Photos? · · Score: 1

    I don't know, my tz5 takes jpg rather than RAW, and I've taken 2GB in a week's vacation, not even very aggressively (about a thousand shots). The poster described taking thousands of shots. So he may already be on jpg rather than raw.

  20. Re:USB Drive, SAN/NAS, LTO ... on How Do You Store Your Personal Photos? · · Score: 1

    Why is solid state media unrecoverable? I'd think that it's really just the case that recovery companies haven't caught up yet. I can't think of any physical reason recovery wouldn't be possible.

  21. Re:ALL asymmetric crypto rely on P != NP on Polynomial Time Code For 3-SAT Released, P==NP · · Score: 1

    What you've shown is well known, that if P=NP, there exists an algorithm that will solve crypto in polytime.

    But RSA encryption relies on an efficient algorithm being unknown, not on its non-existence.

  22. Re:God forbid... on IT Management Always Blames the Worker Bees · · Score: 1

    Glad you got to move on. :-)

  23. Re:encryption on Polynomial Time Code For 3-SAT Released, P==NP · · Score: 1

    You are right, here's RSA themselves on the subject:
    http://www.rsa.com/rsalabs/node.asp?id=2187

  24. Re:encryption on Polynomial Time Code For 3-SAT Released, P==NP · · Score: 1

    Yeah, USB sticks are horribly inconvenient to hand out.

  25. Re:What, exactly, is 3-SAT? on Polynomial Time Code For 3-SAT Released, P==NP · · Score: 1

    3sat is traditionally written as conjunctions of disjunctions rather than the other way around.