Slashdot Mirror


User: AMNESIACX

AMNESIACX's activity in the archive.

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

Comments · 26

  1. Re:A film without heros or villans on Blade Runner Is The Best Sci-Fi Film · · Score: 0

    More animal than villain.

  2. Re:You got the wrong "omg" on Blade Runner Is The Best Sci-Fi Film · · Score: 0

    and you probably still collect SStar Wars action figures right? Bercasue if you cant see the depth of blade runner, you must be underdeveloped mentally and/or have littler capacity for understanding the big questions.

  3. Re:2001 sucked. on Blade Runner Is The Best Sci-Fi Film · · Score: 0

    Because art asks us to think and discuss. 2001 does that in droves, why else are you posting here?

  4. Re:Non sequitur on Blade Runner Is The Best Sci-Fi Film · · Score: -1

    What book? It was loosely based on a very short story by Arthur C Clarke called "The Sentnal" from which the movie only refers to in the end. By and large the movie is an original work.

  5. Blade Runner Is The Best Sci-Fi Film on Blade Runner Is The Best Sci-Fi Film · · Score: 0

    ....well, duh.

  6. Credibility on Why is Java Considered Un-Cool? · · Score: 0

    Can geeks and hackers of our Ilk be considered credible "cool" judges? Unlikely. Stupid issue really, flamebait. But so long as my uncool J2EE enterprise apps continue to pay me $75K salaries, who gives a fuck about cool.

  7. Re:Secret to the fast release revealed! on MSIE 7 May Beat Longhorn Out The Gate · · Score: 1, Interesting

    And one other thing, I also feel you are being derelict in your duty if you do not do the utmost to explain to your clients the benefits of developing for cross-browser compatibility, after all even 1% of 100 million potential users is not a small number of alternative browser users, let alone 5%. IE may have the market share, for now, but it is not the be all and end all of browsers, in fact it's crap, and it's reputation is slowly but surely being eroded away In a few years time when we all finally see the alternatives take over, you'll be wondering where to plug in your activex controls.

  8. Re:Secret to the fast release revealed! on MSIE 7 May Beat Longhorn Out The Gate · · Score: 1, Informative

    Ever heard of cross-browser compatiility? It is possible to achieve, and if you are failing to do that then you are myopic at best, at worst lazy in you approach and I sure as hell would never hire you.

  9. the truth... on D Squared To Stop Sending Pop-Ups · · Score: 0

    the ads are 'annoyances you have to deal with in a free society.' should read: the lawyers are 'annoyances you have to deal with in a free society.'

  10. Re:2 Years? on Microsoft PR Rep is the Switcher · · Score: 0

    What in god's name are you harping on about, man?

  11. Re:What if it had been in America? on Australian Anti-Spammer Wins Court Case · · Score: -1, Troll

    Go fuck yourself yankee hot-dog eating fat bastard.

  12. who cares on PGP 8.0 Beta Released · · Score: -1, Offtopic

    I wanted to let /. know that I cannot see the ads that pay their salaries (due to Zone Alarm). Personally, this agress with me. But do the marketing tools who pay for it know exactly how many of us exist?

  13. Re:upgrade on FreeBSD 4.7-RELEASE · · Score: 0

    What a crap website.

  14. Re:Please reply to this post. on Google sued as PetsWarehouse Lawsuit Continues. · · Score: 0

    Getting close to that 1000 mark. What's the record on /. so far? btw, Novak is a dipshit.

  15. HEY Novak you spik on Google sued as PetsWarehouse Lawsuit Continues. · · Score: 0

    Sue me muthaf^%#ER, I'm over here in Sydney, Australia. If I come to NY it won't be to defend a lawsuit, it will be to kick your fat immigrant ass.

  16. Re:Is there a "Pro Se For Dummies" out there? on Google sued as PetsWarehouse Lawsuit Continues. · · Score: 0

    This sounds like a job for Lionel Hutz.

  17. Re:His site hasn't been slashdotted yet! on Google sued as PetsWarehouse Lawsuit Continues. · · Score: 0

    Here is the PETSWAREHOUSE DISCUSSION FORUM . I wonder if it's moderated. Maybe a few comments about how fat his arse is might be in order.

  18. Re: Reuse on What's wrong with HelloWorld.Java · · Score: 0

    The worst thing you can become is a zealot. OOP at least is a broad and friendly enough paradigm to allow for flexibility in design. Just consider how many design patterns are out there. The only real procedural pattern that paid a worthwile salary was Cobol's "spaghetti" pattern.

  19. Re:Reread GOF tehn. Re:OOD101 or CS101? on What's wrong with HelloWorld.Java · · Score: 0

    >> The thread was about the question how to teach a language. Further more it was about the question how to teach an oo language and how to teach Java. >> Its definitly not abpout tabelizers fight against OO paradigms ... you should defintly start to understand your enemy (oo) more in depth before ranting constantly about your superiour procedureal and relational approaches. You seem to be overlooking the important points some people are making..... Lets get to topic people.

  20. Re:Voting the World Flat on What's wrong with HelloWorld.Java · · Score: 0

    >> 1. Collective experience use to be that the world is flat.

    This is just not true. It was not widely believed that the earth was flat, however some people did hold this belief, who were regarded as fools, largely. The modern notion that it WAS a collective human belief is an historically incorrect one.

  21. Re:one problem - its telstra on Telstra Considers 45,000-Seat Linux Deployment · · Score: 1

    The customers will pay more no matter what. 20 seconds up yet?

  22. Re:Nortel and Linux? on Telstra Considers 45,000-Seat Linux Deployment · · Score: 0

    you pathetic Microsoft Mule.

  23. Re:Surely they'll check before attacking on ISP Bans RIAA to Protect Its Customers · · Score: 1

    Yes, but now the RIAA have to be careful to screen all files beyond just the filename: extra effort required - cant be a bad thing.

  24. Re:Point by point on 10 Reasons We Need Java 3 · · Score: 1

    Its plainly possible to retain integer incrementsation (ie i++) regardless of type. It's the same inherent language-level operator overloading as is currently performed using concatenation (eg "string" + 5 produces "string5", so why couldnt i++ behave as it has always?). Remember, an object is simply a reference to an address space, what the JVM does with the contents in that space is discretionary and abstracted from the programmer.

  25. Re:Forget It on 10 Reasons We Need Java 3 · · Score: 1

    The IO streams can still be of primitive type, its the JVM at each end that might act as the type wrapper.