Slashdot Mirror


User: oliverthered

oliverthered's activity in the archive.

Stories
0
Comments
5,212
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,212

  1. EJB? on No More Players for World of Warcraft - For Now · · Score: 1

    I should imagine that they've used something like EJB too, since Oracle is javacentric.
    It's not to hard to design an EJB system that chokes under load, and they had quite a load, now if only they had found out what load the system could manage before releasing the software.

  2. and you will have to desolder the flash on Closed Digital Cameras - Does Anyone Care? · · Score: 1

    Can't you use a socket? or a a meatier flash that supports some debugging functions.
    I can't believe that the electronics world is stuck in the stone age.

  3. Re:living systems and their components on Patents and Open Source Biotech · · Score: 1

    probably, it had the ability to grow into another pine tree.

  4. Re:This is only a 20% difference on Are Extensible Programming Languages Coming? · · Score: 1

    With a few macros is not much more effort and type safe so no more bug prone than C++, and I get 'direct' vtable access without hacking which is more control and more reliable. I also get the benifit of nice compile times and portability and not having mangled names at the mercy of the compiler.

    Personally I'm a C++ man, but only because operator overloading is cleaner and doing it the C way, and I get templates and namespaces in C++.

  5. Re:Is this guy serious? on Are Extensible Programming Languages Coming? · · Score: 1

    Ever tried to program in visual basic?

    'coding' in xslt isn't too bad, and sometime's it's really useful, jsut look at struts.

  6. Re:This is only a 20% difference on Are Extensible Programming Languages Coming? · · Score: 1

    It's easy with stucts and you get more controle,
    operators and renderer are a bit of a pain but not too much.

    main(){
    Renderer* renderer = CreateRenderer();
    renderer->vtable->spin(renderer ,cube);
    }

    spinfunction(renderer* This, Cube* cube){

    }

    Renderer* CreateRenderer(){
    Renderer* renderer'
    renderer=malloc(sizeof(*renderer));
    renderer->vtable->spin = spinfunction;
    return renderer;
    }

    a->vtable->function(a,b,c);

  7. Re:living systems and their components on Patents and Open Source Biotech · · Score: 1

    1 pot of rooting hormone.+ 1 splinter = 1 tree.

    If it's a willow splinter you don't even need the rooting hormone.

  8. Here's the next question. on Patents and Open Source Biotech · · Score: 1

    Given all you know about genetics.
    Does a virus have the 'potential' for life, e.g. could it one day develop into a multicell organism.

    Personally I take the mirror image view on life and say that everyone and thing is just a collection of particles and life is just an electro-chemical reaction.

    That's why I talk to my computer, one day it will be alive.

  9. Re:living systems and their components on Patents and Open Source Biotech · · Score: 1

    And when I patent your genes I'll be synthesising you in a lab so I can do cosmetics experements.

    It's also possible that you 'are' a virus, or at least retro viruses (that are part of your DNA) may have had some effect in human development.

    Which bit of you can I patent before it becomes unacceptable?

  10. that's not true. on Patents and Open Source Biotech · · Score: 1

    Usually they patent the method of producing the drug not the drug itself.

  11. living systems and their components on Patents and Open Source Biotech · · Score: 2, Interesting

    1 problem.

    Is a Virus living?
    What about bacteria?
    What about the single protein that causes CJD?
    What about a pint of beer, or some new way of making a plastic that uses designer bacteria in the process.

  12. Re:General Logic on Programming Job Skills Test? · · Score: 1

    I thought it sounded quite melodramatic, 'thousands of miles from !!NOWHERE!!'

    too many B movies.

    I'd still like to squat the island.

  13. Re:MacGyver a Powered Transmitter? on Programming Job Skills Test? · · Score: 1

    You've got enough stuff to make a generator, food for life a nice beach view and hot running water, why bother with the SOS.

  14. Re:Don't fret over this on Programming Job Skills Test? · · Score: 1

    After a while it doesn't matter any more, it takes less time to pick up a new language to a generally competent level (the level of most programmers I know) as it does to fit into the new job.

  15. so that it can be hacked? on On The Durability Of Usability Guidelines · · Score: 1

    Skins just look like another way to break an application to me. It takes quite a bit of work to design a good sandboxed skinning framework, probably more work than designing a SpyBot remover.

    If you want skinning, use X and QT or GTK, both support skinning out-of-the box at a toolkit level.

  16. Re:Acts of God on FBI Warns: Many Tsunami Relief Pleas Are Fake · · Score: 1

    You pay tax and get ripped of by your Christian government who seems to like killing too.

    Deal with it.

  17. If people knew basic economy on FBI Warns: Many Tsunami Relief Pleas Are Fake · · Score: 1

    1: Credit cards take interest at the end of the month, if you pay off first then you make the equivilent interest.
    2: You get interest on the money in your account until you make a debit transaction, because you have to take cash out before you shop you loose interest on it for the time it is in your pocket.
    3: They didn't teach me that at school your officer, so the Government can't think that's it's that important.

  18. Re:Wait until they fork off 2.7 on Tuning The Kernel With A Genetic Algorithm · · Score: 1

    Trying to make it work in 2.6.1 is much easier than trying to make it work in 2.6.10.

    Stabler ABI's would mean that it was just as easy to get the driver working in 2.6.1 as 2.6.10.

    If you want 'cutting-edge' use cj patch-sets to the main branch. If you want 'bleading-edge' go for unstable.

    The kernel is getting too many drivers for the level of ABI stability, someones got-to support those drivers or the quality of the kernel drops.
    I don't mind poking around and fixing a few bugs here and there but I don't want to make a day job of it (well unless someone will pay me!).

  19. Re:A worm that deletes everything. on Extremely Critical IE6/SP2 Exploit Found · · Score: 1

    'It's not stupidity. It's a different way of viewing computers'

    When I say stupid I mean stupid ignorant not stupid IQ lower than 20. A lot of non-techie people can quite haply update their computer. Think of this, your friend is so 'lazy' that they get you around to cook their food, so one day you decide that it's better for then to stay hungry so that they actually bother to do something for themselves.

    Most of the people I know who don't cook, don't because they are too ignorant to bother finding out how to, just like most computer uses who don't patch their PC.

    They won't really starve if you delete all their files[probably spy-ware, porn and a few flash games] and they may start to learn a bit more about the computer.

  20. Re:Wait until they fork off 2.7 on Tuning The Kernel With A Genetic Algorithm · · Score: 1

    Well, the linux kernel has never had a stable ABI.

    My version of stable is bugs being fixed not new features being added or the function of existing ones completely changed.

    I have worked on and fixed some drivers and areas of the kernel, things like ADSL modem drivers, a PCMCIA network card, and a couple of broken things in USB, so i don't have a problem fixing things (so long as the target isn't moving faster than I am!)

  21. Re:A worm that deletes everything. on Extremely Critical IE6/SP2 Exploit Found · · Score: 1

    "I realise you're not being 100% serious, but this reasoning is stupid."

    I would say the people not patching are so stupid that his reasoning fits quite well.

  22. Wait until they fork off 2.7 on Tuning The Kernel With A Genetic Algorithm · · Score: 1

    I've had lots of problems with the 2.6 series, I kinda hoped it would be a bit more stable after 2.4 and the VM. The sooner the fork to 2.7 the better.

  23. Re:didn't you learn to share from your parents on Software Firms Lobby for Stronger Copyright Laws · · Score: 1

    'In other words it will do nothing.'
    Except make more people poorer.

  24. such as device drivers? on Being Free is Hard to Do · · Score: 1

    How is the GPL hampering ATI from fixing their crappy driver?

    The 'trade secret' argument for most drivers holds about as much salt as a tin foil hat, ATI or NVidia may have a couple of fancy routines that are general but most optimisations would be tied to the hardware.

    It is also trivial for anyone (Say Cheep3d Inc) who's got a couple of months to spare to reverse engineer the interesting bits of the driver.

    ATI can't say that it's closed because they need to maintain quality, because their drivers crap anyhow.

  25. Re:I wouldn't lose any sleep over this. on Security Issues in Mozilla · · Score: 1

    It's easy to encrypt /etc and /home under linux I don't know why distributions more don't do it as standard. 25% extra CPU for loading apache.conf isn't going to kill anyone.