Slashdot Mirror


User: E_elven

E_elven's activity in the archive.

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

Comments · 735

  1. Re:Power, Science and Death on The Controversy of a Potential Hafnium Bomb · · Score: 1

    I'm perfectly well aware of how the world works and more importantly why it works in the way it does.

    The solution really is as easy as 'lightening up'. Getting to that solution is an entirely different matter, but that's simply what it boils down to.

    > As long as the world is the way it is, there will be people who think the way I do.

    And conversely, as long as there are people who think the way you do, the world will remain the way it is.

    There are problems, yes, but negativity is not the answer. Obviously, no one knows what the answer is, but by eliminating things we know not to be the answer, things will get better.

    I hope you understand this is an extreme strawman. This is Slashdot, for crying out loud :) For more in-depth discussion feel free to e-mail.

  2. Re:Power, Science and Death on The Controversy of a Potential Hafnium Bomb · · Score: 1

    That's exactly the point. It's not 'realistic' because of the people with the wrong attitude.

    I wasn't describing a solution, I was describing the problem. The solution is 'lighten up'.

  3. Re:Power, Science and Death on The Controversy of a Potential Hafnium Bomb · · Score: 1

    While I appreciate the attempt at sarcasm, his attitude is right, while yours is wrong. No problem will get solved if everyone conceeds its unsolvable without trying -and if everyone attempts to solve it, eventually a solution will be found.

    Does the youthful idealism die because it's a cruel world or is it a cruel world because youthful idealism dies?

  4. Re:what happened to the old security measure? on RFID MasterCard · · Score: 1

    Ah, time for a personal anecdote.

    In the US, people sign so that one can actually read the name from the signature. When I was opening my first bank account in the US, the clerk asked me to change my signature for the signature cards because mine doesn't look like my name. She went as far as saying I could write my name in all caps as the signature if it was too hard to write in script :)

  5. Re:You'll Miss the API on Learning C++ for Java Programmers? · · Score: 2, Informative

    C++ is cross-platform. You just have to compile it separately for each target.

    Anyway, a few posters seemed to mention the Java API -or the SE part in J2SE, which to me seemed to be an alright compilation when I toyed around with Java. One should remember that C++ has all the libraries Java does, usually more and in various forms for one to pick and choose from. Google is one's friend for library-hunting aside from the nigh-obligatory boost.org libraries.

  6. Re:My Opinion on Learning C++ for Java Programmers? · · Score: 2, Insightful

    There is absolutely no reason to learn C before going to C++. In fact, it will probably be harmful. All the C you will need will be provided by C++.

  7. Re:Followed your link on Programming As If Performance Mattered · · Score: 1

    >Most of the links take you to pages that say "Section to be available soon."

    Optimization at work :)

  8. Re:Relative debugging? on New & Revolutionary Debugging Techniques? · · Score: 1

    I believe you severely misunderstood the term 'relative debugging'.

    In actuality, its purpose is to find out why your relatives know nothing of computers and correct the problem so THEY DON'T ALWAYS CALL YOU AT GODDAMN SIX-O'CLOCK SUNDAY MORNING TO 'TURN OFF THIS VIRUS ON HERE THAT I DON'T KNOW HOW IT COULD HAVE BEEN IN THAT EMAIL FROM FRANK THAT SAID 'YOU WANT TO SEE THIS!1!!11!''

    ---
    Sometimes moral relativism is a nice concept. Shame it doesn't really translate from other cultures.

  9. Re:Print statements work fine for me, too on New & Revolutionary Debugging Techniques? · · Score: 1

    Personally, in C++, I use a self-brewed logging facility that doesn't rely on #ifdefs but rather the compiler's optimizations.

    I'm sure many have similar versions, but in case someone's interested, the idea is simple -the Log object, when called, actually returns another object depending on the priority level of the string to be logged. If this priority level is lower (e.g. Priority::DEBUG) than the priority level that's set at compile-time for that particular Log object, it will return a functor that simply ignores any arguments given to it. This, on the few compilers I've tested it on, will result in those calls being optimized out entirely.

  10. Re:damn! on Build Your Own Heavy Metal Server · · Score: 1

    You thought Memento was a good movie? :)

    My friends, who predominantly watch Hollywood movies were completely baffled by the movie. They had a hard time following the plot. It was all very sad.

  11. Re:You know on Intel Chief: Don't Call Us Benedict Arnold CEOs · · Score: 1

    > used to think that was true, but if you look at the key locations for outsourcing, Ireland is still well up there.

    I'd like to see statistics. In any case, I think Ireland's 'outsourcing' is largely due to the country having a relatively small corporate fauna and the -mainly- British companies using it for (slightly) cheaper labour that speaks the (by and large) same language and is only a half-hour flight away.

  12. Re:missing line on BASIC Computer Language Turns 40 · · Score: 1

    And you were able to solve it, which is good.. in situations like that, though, the 'why' is a good question (in this particular instance it'd tell you you're using the wrong language if you need those features) from a more generic engineering standpoint.

  13. Re:Marketroids at their best on First Commercial C++ Development Refactoring Tool · · Score: 1

    These are menial changes -something you should have done in the first place. Actual refactoring means changing the way the code works, not the way it's laid out.

  14. Re:missing line on BASIC Computer Language Turns 40 · · Score: 1

    >And one of the guys *actually* asked me to implement virtual functions, multiple inheritance and multiple inheritance in C - from scratch.

    Ah. This is the question where, instead of actually attempting to solve it, you are supposed to ask 'why'?

  15. Re:Blame should be shared between coder and langua on PHP and SQL Security · · Score: 1

    Stored procedures are evil. Databases are meant to store data, all manipulation can and should be done at application level.

  16. Re:Why do you need speed for a cracking Util? on After DeCSS, DVD Jon Releases DeDRMS · · Score: 1

    Er, hand-optimizing ASM and hand-written optimized ASM are two entirely different things.

  17. Re:Why do you need speed for a cracking Util? on After DeCSS, DVD Jon Releases DeDRMS · · Score: 1

    >I mean, really. Why do you need much speed in anything other then a 3d game or some high-end server stuff that's going to be running constantly (like a web server or database).

    OR WRITING BYTECODE INTERPRETERS FOR YOU LOT.

  18. Re:But they're all supposed to be equal... on People Feel Loyalty To Computers · · Score: 1

    The problem is that there are other things people usually need to get the job done -post-its, pens, telephones, documents, folders and so on. Also, since most computers use Windows, I have to reset display settings every time I move. THAT is the problem.

  19. Re:But they're all supposed to be equal... on People Feel Loyalty To Computers · · Score: 1

    People are stupid about it. What you do is wait for someone else to play a particular machine for a long time and then go play it.

  20. Re:But they're all supposed to be equal... on People Feel Loyalty To Computers · · Score: 1

    They have to have some memory of what happened because the state laws regulate the amount of winnings that has to be paid in relation to the money coming in. It doesn't mean the machine will spit out a $20 every $2341 dollars, but there is a tracking mechanism.

  21. OT: Helicopter on 526 Years On, Da Vinci's Clockwork Car Constructed · · Score: 0, Redundant

    Name: Chris
    Date: 2002-01-23
    Comments: Its amazing how Leonardo had these ideas hundreds of years before they were invented. ...
    Good thing we didn't have to rely on Chris on that one.

  22. Re:Not on the road? on 526 Years On, Da Vinci's Clockwork Car Constructed · · Score: 1

    I've found that those actions are impeccable for maintaining a steady course. That, of course, is a problem when there's an obstacle.

  23. Re:Turns only to the right? on 526 Years On, Da Vinci's Clockwork Car Constructed · · Score: 1

    Sure it's OO. The Observer simply doesn't react to LEEEEEEFFFFFFTTTTTTT!!!!!!! Messages.

  24. Re:fascinating on 526 Years On, Da Vinci's Clockwork Car Constructed · · Score: 3, Funny
    Seen in actual code
    // |/| 4 1 (| |/| 3-3 _| + + 1 _| 0 + '| 3 =| =| |_| 8 3 |-| +
    // 2 |V| '| 0 =| 2 |/| 4 '| + |/| 0 1 + ) |/| |_| =| 2 1 |-| +
    void to_little_endian(void * buffer) {
    ...
  25. Re:no, it's not on First Bank Transfer via Quantum Cryptography · · Score: 1

    It's funny, silly. See, if a part of the light goes faster than the other part, the faster part i s, by definition, the speed of light. Whether it is faster than the current definition of the speed of light is a different matter :)