Slashdot Mirror


User: Q+Who

Q+Who's activity in the archive.

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

Comments · 253

  1. Re:Tae Kwon Do on The Urban Geek As A Mugger Magnet? · · Score: 1

    What's your point?

  2. Re:Not a problem here on The Urban Geek As A Mugger Magnet? · · Score: 1

    what makes him or any one else with a firearm any different then a police officer that carries a firearm? Here in order to get a CC license you have to go through the exact same background checks as well as fire arm traning as the police do.

    Did you intend to say "exact same firearm training", but understood that would be pushing it too far?

    Here is a clue: even with the training that police officers get, the percentage of successful fire (i.e., in real situations) when done by them is about 2%.

    Oh, the joy of geeks with CC permits firing at criminals in public locations...

  3. Re:Tae Kwon Do on The Urban Geek As A Mugger Magnet? · · Score: 1

    After ten years of studying, maybe.

    Couple of months in boxing section will do more to protect you - and I'm quoting an acquaintance of mine with dan II in T.Q.D.

  4. Re:Not a problem here on The Urban Geek As A Mugger Magnet? · · Score: 1

    Let me guess, it is not a problem there, because you shoot targets really well in the shooting range?

    I guess it will be very entertaining when your weapon will be used against you the moment you get it out.

  5. Re:Solution? on Online Plagiarist Sues University · · Score: 1

    Many students have friends write papers. Some students pay others to do it. Most think that the professor does not read them anyway. No person thinks that they will be caught. That is for sure.

    You forgot that all of them think they got punished unjustly.

    My favorite is a couple (guy and girl) whom I caught sharing code in programming assignment.

    It was really touching when they went about how it's impossible to not talk about the assignment, and to prevent sharing of ideas. Then, after I've shown them the result of the similarity checker (same code, to the spelling mistakes), the guy shut up, and the girl went bullshitting about how it's "hard" and "not fair".

    Finally, she started crying. Of course, she copied the assignment, and of course, she wouldn't assume the responsibility on herself (we don't advertise this, but they know that if one of the two assumes guilt, the other will get his grade restored).

    Needless to say, this was a service course to non-CS students. Our approach to plagiarism was quite unusual for them.

  6. Re:Penalties for getting caught on Online Plagiarist Sues University · · Score: 1

    You've mastered irony... I'm impressed.

  7. Re:Penalties for getting caught on Online Plagiarist Sues University · · Score: 1

    You don't really know how academic research works, do you?

  8. Re:There is an issue here on Online Plagiarist Sues University · · Score: 1

    Techincal Report.

  9. Re:Both Platforms? WOW! on EIOffice 2004 vs. MS Office 2003 · · Score: 1

    Also, Java startup on *NIX system is slow because it goes through about 5 different shell scripts before startup.

    Bullshit.

  10. Re:Both Platforms? WOW! on EIOffice 2004 vs. MS Office 2003 · · Score: 1

    Experienced programmers used to working with C or C++ know about this and write code where this isn't a problem.

    Not that simple (in case you are talking about host/network order conversions), it's rather the issue of serialization being integral to Java.

    In C you can't assume the layout of a structure, and in C++ you can't even assume that a class is continuous in memory. So writing serialization functions is a must.

  11. Re:Compiler extension (was:Can't wait) on Extensible Programming for the 21st Century · · Score: 1

    I don't know... Doesn't the horrible syntax follow from its declarative nature, which is in turn a result of having to obey by rules of static typing, such as what can be passed as argument, function overloading, etc.?

    For example, look at lisp-like macros. Defmacro is as simple as it gets (not too familiar with it though); hygienic macros are terribly hard to define (that is, the macro system itself), and are less powerful, which is due to different type of safety.

    You can say that hygienic macro syntax is still nice, but it's not nice in a sense that you sometimes have to write a lot of code for something which could be much easily expressed with less safe macro system.

    I see clear tradeoffs here...

  12. Re:Punishments go up, never down on The Economics of Executing Virus Writers · · Score: 4, Funny

    Judging from the fact that I am not from the USA, I render your comment void and purposeless.

  13. Re:Punishments go up, never down on The Economics of Executing Virus Writers · · Score: 4, Insightful

    In other words, capital punishment was never abandoned anywhere?

  14. Re:Compiler extension (was:Can't wait) on Extensible Programming for the 21st Century · · Score: 1

    Well of course that's what templates are. Yes, their syntax is horrendous but that's what comes of trying to wedge the concept into the existing crannies of C syntax (or when, as Stroustrup remarked to me once, "the ecological niche was already polluted").

    No, that's what comes of implementing the concept in a system with static type safety.

  15. Re:No Pointers? on Hardcore Java · · Score: 2, Informative

    Yes, pointers without pointer arithmetic, without ability to point to arbitrary locations inside objects, without ability to put arbitrary data to the pointed location.

    Handlers are not pointers.

    I suggest you read a book about implementing programming languages.

  16. Re:No good on Testing didtheyreadit.com's Mail-Tracking Claims · · Score: 1

    So true. And this is straight from their main page:

    "Are you as sick of getting the "I never got your email." line as I was? This will eliminate that excuse completely. It really lets you know whom you're dealing with."

    If you get the excuse while the system shows they read the message, it really does.

  17. Re:How to catch a fly ball on The Physics of Baseball · · Score: 1

    No.

  18. Re:Apathy again! on Amateur Rocket Reaches Space · · Score: 4, Interesting

    That's not even close to being correct. Gravitational force is a myth. Nothing is pulling the orbiting body invards. A body in orbit is essentially following the shortest path in space-time curvature.

  19. Re:is this a testament to today's computing power? on Attacking WinZip AES Encryption · · Score: 1

    In other words, I was right on both issues.

    P.S. "Non-community world" - heh. I'm not even American, clown.

  20. Re:is this a testament to today's computing power? on Attacking WinZip AES Encryption · · Score: 1

    Community college?

  21. Re:is this a testament to today's computing power? on Attacking WinZip AES Encryption · · Score: 0, Offtopic

    I took a class in cryptography last semester. The professor offered the best words of advice I ever heard in the subject: "Don't try to create new algorithms. We know how to do that already. What we have is secure. What you need to work on is the implementation. Just because something uses encryption, it is by no means secure."

    It wasn't a class in cryptography then. Topics in applied cryptography? Some mini-project?

  22. Re:aespipe on Attacking WinZip AES Encryption · · Score: 2, Interesting

    aespipe is a fast lightweight UNIX solution that is simpler than GPG:

    http://loop-aes.sourceforge.net/aespipe/

    There is an established UNIX solution which is not restricted to AES, and doesn't look like it's written by amateurs - mcrypt.

  23. Re:This alone is proof of the value of information on Forget MTV, I Want My Internet! · · Score: 1

    God, you are such a moron.

    How old are you, 14-15? Grow up.

  24. Re:Bravo for the Chinese on Forget MTV, I Want My Internet! · · Score: 1

    Not like the hypocrisy of disguising a link to "antiwar" site.

  25. Re:Gut reaction on de Icaza: Rest of World Will Force US Into Linux · · Score: 1

    I can't but admit my crucial mistake. Your observation completely invalidates my argument.