Slashdot Mirror


User: FuzzyBad-Mofo

FuzzyBad-Mofo's activity in the archive.

Stories
0
Comments
2,012
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,012

  1. Re:socks? on The PHP Anthology - Volume II, 'Applications' · · Score: 1

    People who wear socks with sandals deserve to be beaten with a wet noodle.

  2. Interesting on IBM Tells Employees To Hold Off WinXP SP2 · · Score: 4, Interesting

    This seems to be a valid theory!

  3. Re:Corporate puppets on States Threaten P2P Companies · · Score: 1

    Must have been drafted by the Gabber Robots.

    We are to protect you.
    We are here to protect you from the terrible secret of P2P.
    P2P has a terrible power.
    Do you have DSL in your house?
  4. Re:Corporate puppets on States Threaten P2P Companies · · Score: 1

    How many times did they use "child pornography" in that document, 15-20?!

    Surely $EVIL_PORN is so evil that it trumps any other concern? No one may argue that we need $TECHNOLOGY, because it could be used for $EVIL_PORN?

    It sure makes a pretty good excuse to reduce everyone's rights:
    • We had to ban P2P, because it could be used for child pornography.
    • We had to ban encryption, because it could be used for child pornography.
    • We had to ban Usenet, because it could be used for child pornography.
    • We had to ban non-NGSCB hardware, because it could be used for child pornography.
    • We had to ban the printing press, because it could be used for child pornography.
    • Oh yeah, and these things might violate copyright, too.
  5. Re:Bullets that MAME on States Threaten P2P Companies · · Score: 1

    That makes me think of the SMB game where Mario has to jump over the giant bullets..

  6. Re:Camping bastards... on Ready, Aim, HACK! · · Score: 1

    If you design and place a very powerful 2.4GHz emitter

    Yeah, good thing the FCC doesn't care about people using powerful homemade UHF transmitters. Oh that's right, they do.

  7. Re:Of course we're going to need firewalls... on First Trojan for Windows CE Released · · Score: 1

    Heh, I read that as PowerPC antivirus software. Gotta love those acronym namespace conflicts..

  8. Re:Figures on Intel Begins Shipping 64-bit Prescotts · · Score: 1

    Intel basically tried to pull a PS/2 with the Itanium.

    Want to sign your contract
    Want to sign today
    Gonna give you lots of money
    Workin' for MCA

    Apparently, Skynyrd got burned on IBM's PS/2 Micro-channel arch.. ;)

  9. Re:Figures on Intel Begins Shipping 64-bit Prescotts · · Score: 1

    They went more than 3YEARS without driver updates for those cards

    Say what you will about drivers in Linux, but at least we're not dependant on Creative to put out a new EMU10K driver. If anything, this shows why we need open source drivers, not just binary drivers. *Stares intently at Nvidia*

  10. Re:I know. on Microsoft has Delayed SP2, Again · · Score: 1

    Micro-Soft? Hmm, that sounds familiar. Oh yes, they made a rather crappy BASIC for my Commodore. Don't tell me they're still around?!

  11. Re:Comparison? on The PHP Anthology - Volume I, 'Foundations' · · Score: 2, Informative

    I haven't yet read the subject of this book review, but I did find O'Reilly's Programming PHP to be a useful and comprehensive overview of the language. Of course, it was published in 2002, so today I would recommend going with something a little newer. But really, the documentation on http://php.net is excellent -- I'd check that out before spending money on dead tree.

  12. Re:A word if I may: on The PHP Anthology - Volume I, 'Foundations' · · Score: 1

    $ which php
    /usr/bin/php

    Not *just* a hypertext preprocessor, thank you very much.

  13. Re:Forbes doesn't like you. on SCO Spreads Rumors About IBM Lawsuit · · Score: 1

    How about his last article, where he described Groklaw simply as "an anti-SCO website"?

  14. Re:Powerbook experiences. on Laptops with the Longest Battery Life? · · Score: 1

    including the processor, oddly enough

    Nothing odd about that. DVD decoding takes a non-trivial amount of processing power.

  15. Re:"The Hard-Bodied Sounds of the Gay Circuit..."? on iTunes For Linux, Thanks To CodeWeavers · · Score: 1

    You don't have to be gay to listen to Circuit music. But it helps.

  16. Re:Good and bad of stored procs on Stored Procedures - Good or Bad? · · Score: 1

    This is one reason it no longer supports MySQL.

    Then you should probably move your demo server off MySQL in that case.. :)

    Warning: Access denied for user: 'demo@10.5.1.36' (Using password: YES) in /home/groups/h/he/hermesweb/htdocs/demo/hermes/DBA L_mysql-1.0.0-b.php on line 40

    Warning: MySQL Connection Failed: Access denied for user: 'demo@10.5.1.36' (Using password: YES) in /home/groups/h/he/hermesweb/htdocs/demo/hermes/DBA L_mysql-1.0.0-b.php on line 40

    Warning: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /home/groups/h/he/hermesweb/htdocs/demo/hermes/DBA L_mysql-1.0.0-b.php on line 81

    Warning: MySQL Connection Failed: Can't connect to local MySQL server through socket '/var/run/mysqld/mysqld.sock' (2) in /home/groups/h/he/hermesweb/htdocs/demo/hermes/DBA L_mysql-1.0.0-b.php on line 81

    Warning: MySQL: A link to the server could not be established in /home/groups/h/he/hermesweb/htdocs/demo/hermes/DBA L_mysql-1.0.0-b.php on line 81
    Error connecting to database. Was unable to process your request!
    Login failed
  17. Re:Same players...New game... on Swedes Dominate Counter-Strike Championship · · Score: 1

    My Ikea computer desk is getting wobbly.. hope it doesn't give out!

  18. Re:Javascript window "features" on Mozilla UI Spoofing Vulnerability · · Score: 1

    Hah, that you would even make that suggestion shows how little real-world design you have done.

    Wow, nice attitude. You should try to accept constructive criticism instead of lashing out.

    Try making a select box, however you want, that displays results from searching up to 9 different fields, and 80k records. The popup is simply a better method.

    The problem is not trying to add that much functionality to a select box, it's about reducing the complexity so that a simple interface is all that's needed.

    For instance (using my school's web portal again), to select my current semester, the page opens a pop up window where I select my major. Then, it opens another pop up window where I select my semester. Finally, I select 'Go', and my classes are displayed. There is absolutely no reason my program and semester couldn't be simple select boxes, instead of these complicated pop-up interfaces. Or at the very least, they could use cookies to remember my last choices.

    I don't know what your project requirements are, but pushing unnecessary complexity on the end user is always bad design.

  19. Re:ThinkPad T41? on Linux Journal Editors Choice Awards · · Score: 1

    A quick Google found this site selling them from $1,367, not a bad price.

  20. Re:Marked confidential? on Mozilla UI Spoofing Vulnerability · · Score: 2, Interesting

    Good point, but chances are people aren't going to work their way full the source of a program on the off chance of finding a critical issue. With awareness of a problem, it's much more likely that J. random developer will take a look at it.

    Anyway, as another poster stated, this is a problem with the XUL design, not really a coding error. I like the solution of just alerting the user that a website is attempting to run a custom XUL interface, and leave the decision whether to trust the site or not up to the user.

  21. Re:No way i would post to this on The File Sharing Database · · Score: 1

    Perhaps my tinfoil hat is a bit too snug today, but this database they're creating would at least give the ??AA a starting point for investigations. I agree they probably wouldn't be able to successfully sue just for something somebody wrote on a website.

  22. Re:No way i would post to this on The File Sharing Database · · Score: 1

    Ha, namespace conflict.. I didn't even notice.

  23. Re:No way i would post to this on The File Sharing Database · · Score: 1

    Actually, AC, what we they're making is a handy database of IP addresses and specific IP violations. It's one thing for the occasional remark about piracy on /. or other web boards. These remarks are usually too general, vague, and scattered for the industry to bother with.

    But if you have a handy web site that specializes in collecting very tangible confessions of piracy, it doesn't take a genius to realize this is either a honeypot or a very tempting target for subpeona for the IP industry. And if you think having bought the CD will grant immunity, think again. In a perfect world, it would work this way. But recent legal rulings have stated that even downloading copies of works you already own is infringemen.

  24. No way i would post to this on The File Sharing Database · · Score: 5, Insightful

    Admitting to copyright violations to some random website doesn't sound like a good idea. How do we know this isn't a honeypot for the ??AA to collect IP addresses?

    Nice idea, but I would recommend not posting to it unless immunity were to be granted somehow.

  25. Re:Double standards? on Mozilla UI Spoofing Vulnerability · · Score: 1

    Thanks, I just changed it (too many sig ideas, too little time).. At first I thought of using the * operator then realized that would be the value of 'here', not it's location.. ;)