Slashdot Mirror


User: tolan-b

tolan-b's activity in the archive.

Stories
0
Comments
1,024
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,024

  1. Re:Author seems to live in a vacuum on On PHP and Scaling · · Score: 1

    rubbish, there are all sorts of database queries that might be repeated, and the whole point of caching is that it takes advantage of the fact that recently accessed data is likely to be accessed again soon. not all 10 million users are going to be logged in at the same time...

  2. Re:Not surprising... on Moore Approves Fahrenheit 9/11 Downloads · · Score: 1

    the 150 was a reference to the copies linked from their hacked site, not suprnova, as far as i can tell.

  3. Re:Author seems to live in a vacuum on On PHP and Scaling · · Score: 1

    They can't cache database accesses? Why not?

  4. Re:Author seems to live in a vacuum on On PHP and Scaling · · Score: 2, Informative

    Quite. The advantage of Java when combined with a database (and as you rightly point out how often is a webapp *not* combined with a database?), is that you can take advantage of in memory caching, improving scaling up to a point by reducing load on the database, which is typically the slowest part of a web app transaction.

    Personally I use and love both Java and PHP for web apps, horses for courses certainly, but I would be far more comfortable with Java for a large webapp any day.

  5. Re:Hamster sex? on Microsoft Patents Grouped Taskbar Buttons · · Score: 1

    Superb! Thanks for that, I promised my friend I'd find some hamster pr0n for his new hamster's boudoir. So far she (the hamster) has a framed Keanu Reeves picture, and a zebra skin rug. I made her a bottle of poppers, but daddy wasn't too pleased, so it was removed. I think the porn will go down well though. Perhaps we can make it into a magazine...

  6. No on Does A Pentium 4 Need A Weapons License? · · Score: 0, Troll

    overpriced.

  7. Been around a while.. on Midway Sues Ericsson Over Defender 'Tribute' · · Score: 3, Informative

    'Game' and Tetris have been on Ericsson phones for a while, they were first released on the T29. I was chuffed, defender is one of my favourite classic arcade games..

  8. Re:What if the devices are stolen on Airport Monitoring of Travellers via Blackberry · · Score: 2, Insightful

    biometric encryption eh?

    what was the last count of undefeated biometric id systems? somewhere around zero wasn't it?

  9. Re:Testing the waters? on Java3D Source Code Released · · Score: 1

    "Closed source can ahdere to standards
    just as well as open-source."

    Yet it's remarkable how often it doesn't.

    There's far less motivation for an open-source project to break standards.

    By the way, you probably shouldn't write your replies in OE with text wrap on and c/p them ;)

  10. Re:Correct me if I'm wrong on Next Knoppix Release to Feature GPL'd FreeNX · · Score: 1

    Once bitten, twice shy?

  11. Re:Correct me if I'm wrong on Next Knoppix Release to Feature GPL'd FreeNX · · Score: 1

    Well if the GPL released code is only part of a system then what use is it without the non-GPL parts? In that case, why bother GPL-ing them at all? Unless you expect someone to finish off the missing bits...

    This way they can have the core of their system updated, bug fixed etc by an OSS community, while still selling their value-add version.

  12. Re:Misleading on Linux Journal On Linux's Adoption In U.S. Courts · · Score: 1

    Jobs runs Linux?

    goodness!

  13. Re:THIS IS NOT FUNNY 1.0 inch = 2.540000cm on Our Friend, The Meter · · Score: 1

    I... oh I can barely be bothered....

    Slashdot and the Internet maybe. Not spaceflight or computers, sorry...

  14. Re:Too desperate on ESR's Halloween XI -- Get the FUD · · Score: 1

    "Why? How come you are offended by this? Why do you care so much?"

    I don't know about him/her, but I dislike it because it makes us look like shouty skiddies..

  15. Re:Eh? on Eclipse Reaches Version 3.0 · · Score: 1

    Well you could say the same about the Jakarta project, but that would clearly be stupid, because all you have to do is go and look at the website and read about the sub-projects.

    Eclipse has grown from being an open-source IDE framework, with an 'example' IDE for Java, into a general application framework, still with an 'example' application, being a Java IDE.

    The fact that the Java IDE is superb helps matters.

  16. Re:Unfair comparisons... of course they're going t on Report From "Get The Facts" · · Score: 2, Insightful

    except it's not. anywhere near :)

  17. Re:Interesting... on Surfing on a Surfboard · · Score: 1

    Surely being able to see a surfer's eye view on a big screen during competitions would be good?

  18. The only important question has to be.... on 3D Linux Laptop Available · · Score: 4, Funny

    what about Quake?

  19. Re:Why it has to die on Joel On Microsoft's API Mistakes · · Score: 1

    That's fine if you're dealing with well documented code, but suppose you're using a 3rd party library which doesn't have very good API documentation. In practice being able to look inside the code lets you work out *how* you're meant to use the interface.

    I would consider it a failure on my part if someone had to look inside my code to write client code for it, but that doesn't mean I'm not going to look inside someone else's if it's poorly documented.

  20. Re:Why is this even necessary? on When will 1024x768 Replace 800x600 for Web Design? · · Score: 3, Interesting

    That's all very well but 2 things..

    1. Images don't scale, clients often want nice big branding
    2. Clients will often override the designers wishes. Fixed width sites are still pretty popular.

    Having said that, I'm happy with the minimum target res being 800*600. I don't like browsing full screen and I often nearly have to do that already. The vast majority of users still browse on a PC, handheld devices can force reorganisation of the layout, like Opera for Symbian does.

  21. Re:24 years of BBS & internet experience on UK Firm Patents Software Downloads · · Score: 1

    RTFPatent ;)

    to be fair I haven't read the patent either, but both of the articles imply that this is limited to automatic updates / patches.

  22. Re:Joel Might Be Wrong on Joel On Microsoft's API Mistakes · · Score: 0

    mod parent up!

    *burns karma*

  23. Re:Why it has to die on Joel On Microsoft's API Mistakes · · Score: 1

    I frequently look into (non Sun) APIs when I'm working in Java. If the documentation is unclear then what better way than to just have a look?

  24. Re:24 years of BBS & internet experience on UK Firm Patents Software Downloads · · Score: 1

    RTFP

    It's about automatic updates. The headline is misleading.

  25. Re:FreeBSD is Undead on FreeBSD, Stealthy Open Source Project · · Score: 1

    Have you tried apt / apt-rpm / yum? They all work fine in my experience. The only time you're likely to get problems is if you mix repositories.