Slashdot Mirror


User: bloo9298

bloo9298's activity in the archive.

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

Comments · 198

  1. Re:my reasons....... on Who Needs Case-Sensitivity in Java? · · Score: 1
    Did you know that Java is actually compiled? All the case insensitive stuff would be sorted out when producing bytecode. You just need to sort out issues when you have statements lik "eval" where a string, created at runtime, is executed as code (which is the BAD programming practice i was referring to above).

    What a quaint, old-fashioned view. :-)

    More seriously, the grandparent poster also referred to dynamic loading/linking, which is used a lot and is not normally considered bad practice. It is unreasonable to equate interpreting runtime-generated source code with dynamic loading/linking.

  2. Re:Damn stright! on Student Fights University Over Plagiarism-Detector · · Score: 1

    I agree, that is nice.

    Oh wait...

  3. Re:Finally! on A Terabyte In A Cigar Box · · Score: 1

    No porn buddy, huh?

  4. Re:Worse is Better on The Art of Unix Programming · · Score: 1

    You forgot the other possibility, know Lisp and don't like it...

  5. Pipes on The Art of Unix Programming · · Score: 3, Interesting

    This is bogus:

    A subtle but important property of pipes and the other classic Unix IPC (Interprocess Communication) is that they require communication between programs to be held down to a level of simplicity that encourages separation of function. Conversely, the result of having no equivalent of the pipe is that programs can only be designed to cooperate by building in full knowledge of each others' internals (p 81, Chapter 3)

    It's just as easy to define and use a serialization format for IPC via shared memory as it is do so for IPC via pipes. Sure, if you just copy objects from the stack or heap to shared memory without any abstraction (such as a vtable), then all programs will have to know about the common representation, but that applies equally to stream-based IPC mechanisms such as pipes or sockets.

    Honestly, kids, don't bother with this book. Read K &R, Steele, Stevens, Richter, and Stroustrup instead.

  6. Re:What is your point? on PHP Scales As Well As Java · · Score: 2, Interesting
    Sun is considering removing strict typing from Java as a language requirement, since it was one of the Top 10 things that developers suggested to Sun to make the language more useful. Strong typing is not necessary. Even Sun believes that. Sorry to disappoint you.

    This seems extremely unlikely. Do you have any evidence to support your claim?

  7. Re:Whoa there! on Secure Programming Cookbook for C and C++ · · Score: 1

    Very funny, of course.

    But the Howard/LeBlanc is well worth a read. Viega and Messier's book is also extremely useful, and I for one am grateful that they stuck to the Win32 API.

  8. Re:Games on The Ultimate Game Room · · Score: 1

    It's the "Does it run on Linux?" that is modded as Funny, of course. :-)

  9. Re:Try this on Filesystems For Removable Disks? · · Score: 1

    You really don't know what you are talking about, do you?

  10. Re:Im so confused!!!!!! on Microsoft Nailed by Software Patent · · Score: 1

    Your topos is boring.

  11. Re:MAME on Will Classic Games Disappear Forever? · · Score: 1

    Hanaho's HotRod joystick (an arcade joystick for the PC) ships with a CD "Capcom Coin-Op Classics", which apparently includes 14 Capcom ROMS. See their FAQ.

    For the terminally lazy, the games are: 1941 - Block Block - Commando - Exed Exes - Ghouls'n Ghosts - Magic Sword - Mercs - Sections Z - Side Arms - Son Son - Street Fighter (Hyper Fighting) - Strider - U. N. Squadron - Varth

  12. Re:Screen captures? on Disney to Make Movies Available Online · · Score: 1

    That's the more memorable NGSCB to you buddy!

  13. Re:Cast Details on Animated Tron Spoof Coming to UPN · · Score: 1

    It might suck, but it's bound to be better than AutoMan...

  14. Re:why not use slashcode ? on Innovative Uses for a Computer Classroom? · · Score: 1

    Probably better than the C code of Freshman CS majors...

  15. Re:useless on Why Java Won't Have Macros · · Score: 1

    You can't replace methods with goto statements in Java. Try writing a byte-code verifier that can verify the output of a compiler for a source language with goto.

  16. Re:Legal problems on Digital Cameras for Use in Tough Conditions? · · Score: 1

    Right, so concealed handguns are OK, but digital photos are problematic?

    Perhaps ordering Anthrax is OK, but you can't do it by FAX? :-)

  17. Re:Hmm on Tax Tips For Small Folks? · · Score: 1
    ...and some guy in Texas actually paid his. Needless to say, it didn't take long to be busted.

    But, but, but, ..., they promised not to report anyone! That's not fair.

  18. Re:Hmm on Tax Tips For Small Folks? · · Score: 1

    Of course you have to pay taxes on the drugs you sell!

  19. Re:Filling a 5.25" slot? on Creative Uses for 5.25" Drive Bays? · · Score: 1
    Sorta like the way I like to make college kids -who "know" C++ - cry.

    You should have gone into academia, you get paid to do that!

  20. Re:1 2 3 on Slashback: Rocketry, Pythonation, Scoffing · · Score: 1, Interesting

    Yes, but did you notice how you were forced to introduce new syntax (the underscore) in your description? Some of us have plenty of experience with using languages where whitespace is significant over the past 20 years, and we're saying "using whitespace to indicate block structure is not robust, the redundancy of block delimiters is useful."

  21. Re:Caller ID faking... on Slashback: Stupidity, Telebastardy, Fast Search · · Score: 2, Funny

    Is a telezapper an access control mechanism. Yes? If so, this device sounds like it would violate the DMCA: thou shalt not bugger around with an access control mechanism.

  22. Support until 1997! on Atari 2600 Game Development · · Score: 2, Funny

    From the article:

    The Atari 2600 was released in 1977, discontinued in 1984, and support was dropped in 1997, according to Machine-Room.org, a site tracking old computer systems.

    Support until 1997? Microsoft won't want us to know about companies that do that. My next OS will be from Atari! Or maybe an Amiga, because it looks there'll be a company called Amiga for the rest of my lifetime.

  23. Re:oo.o rules on Atari 2600 Game Development · · Score: 1

    Don't forget one cartridge for bunzip2 and another for the XML parser...

  24. Re:oo.o rules on Atari 2600 Game Development · · Score: 3, Funny
    If you want efficiency, use HTML.

    *Choke*. You're under 25, right?

  25. Re:A lot defacto in play on Runtimes and Open Source? · · Score: 1