Slashdot Mirror


User: Blobule

Blobule's activity in the archive.

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

Comments · 22

  1. Re:So Cloud v Cloud.... on Lightning Strike KOs Amazon, Microsoft EuroClouds · · Score: 1

    I don't usually correct another's spelling, but since you incorrectly spelled MacLeod while pointing out someone else's spelling mistake, I thought it prudent :)

  2. Re:Carts before horses on Pdf.js Reaches First Milestone · · Score: 1

    These problems are generally disjoint. Identical cross browser rendering depends on everyone playing the standards game or everyone playing the let's add fixes for every browser game. The AI problem depends on solving the problem of genuine artificial intelligence without the need to pay attention to cross platform compatibility. That said, I doubt we'll see real AI this decade either :)

  3. Re:Just because PHP is popular on Survey Says C Dominated New '08 Open-Source Projects · · Score: 1

    I have literally never seen anyone use PHP for something that was not a website

    You don't get out and about often do you? PHP has an excellent CLI facilitating easy production of shell scripts.

  4. Re:Just because PHP is popular on Survey Says C Dominated New '08 Open-Source Projects · · Score: 1

    aside from its actual technical merits or shortcomings, most programmers worth their salt would really rather not be using PHP

    Please cite real studies done that back up this opinion. Thanks. Just because you say it's so, doesn't make it so.

  5. Re:Plato on The Universe As Hologram · · Score: 1

    Science has, arguably, improved our lives in very real and very practical ways. It's a bit harder to make that case for philosophy.

    That's the problem with not being able to see outside of our reality. If our reality was just turned on a second before you made that statement, then for all considerations of our existence, science is at the exact same stage it was when you popped into existence with a complete repertoire of conjured memories. Consider what happens when you boot up a game and everything is pre-oriented as the game was staged. So too may be true for reality. Given that argument, maybe science has done nothing for us ;)

  6. Re:Oh yes it does! on Are IT Security Professionals Less Happy? · · Score: 1

    Why is it sad that you found him? I would be joyous at having found and stopped such a person. That he committed suicide is his own doing and really shouldn't bear on your own happiness. In fact, when such people commit suicide, deep down I feel happy that they didn't drag their victims through the legal system nor waste even more of society's resources and time.

  7. Uploading Files on W3C Publishes First Public Working Draft of HTML 5 · · Score: 2, Insightful

    I didn't see anything new for uploading files. It would be great if improved support for uploads could be considered. Currently uploading 10 files requires 10 file widgets and performing the browse/select process for each one. It would be nice if the kind of interface found on sites like facebook for uploading multiple images/files could be achieved without the need for Flash or Java.

  8. Re:All the browsers have issues... CCs? on Users and Web Developers Vent Over IE7 · · Score: 1
    Conditional comments are awesome... I've found I can fix almost any IE rendering flaw with the following:

    <html>
    <body>
    <!--[if IE 7]>
    <div id="ie7">
    <![endif]-->
    <!--[if lt IE 7]>
    <div id="ie6">
    <![endif]-->
    <!--[if IE]>
    <div id="ieX">
    <![endif]-->

    CONTENT GOES HERE

    <!--[if IE]>
    </div>
    <![endif]-->
    <!--[if lt IE 7]>
    </div>
    <![endif]-->
    <!--[if IE 7]>
    </div>
    <![endif]-->
    </body>
    </html>
    That fixes things to a presentational level. But it still doesn't make up for the huge deficiency of CSS support in IE.
  9. Re:I've said it before and I'll say it again: on The PHP Anthology 2nd Edition · · Score: 2, Informative
    Get with the program please: http://www.php.net/manual/en/function.eval.php

    Return Values

    As of PHP 4, eval() returns NULL unless return is called in the evaluated code, in which case the value passed to return is returned. If there is a parse error in the evaluated code, eval() returns FALSE and execution of the following code continues normally. It is not possible to catch a parse error in eval() using set_error_handler()
  10. Re:Ironic side link on Spam Sites Infesting Google Search Results · · Score: 1

    Why is that irony? It's contextual advertising working as it was designed.

  11. Re:I think you mean.. on Realtime ASCII Goggles · · Score: 1

    I know Fu-Bar!

  12. Not necessarily true on A Campaign to Block Firefox Users? · · Score: 1
    There are two very distinct sides to the argument. Namely why sites that rely solely on advertising revenue feel ripped off when all their ads are blocked. And conversely, why visitors who get spanked with a myriad of annoying flashing, moving, often very scammy ads are pissed off. But to respond to your comment:

    If I use Adblock, this implies that I specifically installed it because I do not want to look at ads, so I block them.
    I recently loaded up konqueror to test out my http://www.swarmbuy.com/ site and was quite surprised to find that by default all ads had been blocked. Now, this isn't Firefox, but it does indicate that such functionality, maybe down the road, isn't necessarily specifically installed by the user.
  13. The joke's on us on 3 Ton Meteorite Stolen · · Score: 5, Funny

    I think someone is Putin us on!!

  14. Bleh! on The $200 Billion Broadband Rip-Off · · Score: 0

    100 Mbit connections? WTF, even Canada sucks!

  15. Marketing Strategy on Linux Foundation Calls for 'Respect for Microsoft' · · Score: 4, Interesting

    Microsoft's marketing strategy is actually quite simple. It follows the triple E system. Embrace, Extend, Exterminate. It also has another strategy is the triple B system. Buy Out, Bloat Up, and Bilk.

  16. Re:Is that all they're offering? on Google Rolls Out Online Storage Services · · Score: 1

    While I agree it's quite expensive especially since it's recurring. One advantage to be had is that it provides a mechanism for an off-site storage location. Your house or business burns down and you still have your data. Part of the question I guess is how easy it would be to backup data to the remote storage area. I imagine that will become very easy using a fuse driver to mount the google storage space as a hard drive. This is superior to using gmail since one would presume changes to the storage mechanism would cause corruption grief :)

  17. Re:XHTML/HTML divergence on Finally We Get New Elements In HTML 5 · · Score: 1

    That's right, because the content within the layout would use the appropriate semantic tags to describe that very content. Layout is just layout, semantically the table is described as layout, but the content within if you need amphasis or a title can still use the appropriate semantic tag.

  18. Re:XHTML/HTML divergence on Finally We Get New Elements In HTML 5 · · Score: 1

    Yes it does, it says it's not tabular data, it's layout data :)

  19. Re:XHTML/HTML divergence on Finally We Get New Elements In HTML 5 · · Score: 1

    That should have said: Also if layout has no place in HTML please explain the purpose of the tag and the tag if not for layout.

  20. Re:XHTML/HTML divergence on Finally We Get New Elements In HTML 5 · · Score: 1

    No way, that's going back to the old table mess. HTML is semantic, lay-out has no place in it. Your new tag is not semantic. Sure it's semantic. It's telling the browser it's plain old layout. That IS semantic. I'm not saying get rid of CSS, CSS is great, but the way CSS and divs currently complicate what used to be simplistic with tables IMHO is a strong argument for the return to simplicity of using a table for layout. Also if layout has no place in HTML please explain the purpose of the tag and the tag if not for layout.
  21. Re:XHTML/HTML divergence on Finally We Get New Elements In HTML 5 · · Score: 2, Interesting

    If thay can add a tag wrapper around a tags top change the semantics then I think they should consider also adding a tag wrapper that tells browsers the table used within is for layout purposes only. Then we can be done with the craptastic state of using CSS div kludges to layout data. Old pages wil lbe compatible, future browsers will understand that the table within is just for layout.

  22. Re:hireing more people is better then over working on Hiring Programmers and The High Cost of Low Quality · · Score: 1

    Hiring 1 person that works 40 hrs/week is better than hiring 5 people that work 40 hrs/week and produce the same results.