Slashdot Mirror


User: Tribbles

Tribbles's activity in the archive.

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

Comments · 63

  1. Re:Try Tomatoes.. on Gardening for Geeks? · · Score: 1

    Almost impossible to kill.

    Like hell. I tried my first tomatoes last year. Two things you must do:

    1) When they grow too large for the seedling pots, put them in something larger. Don't leave it for 3 months and then do it.

    2) When it's nice and sunny, make sure they're watered.

    3) If you don't put a solid stake in the ground, they tend to wander around and then fall over.

    Guess which 3 things I didn't do :)

    I've still got their dried up stalks in the plant pots - haven't come around to remove them yet. I don't know if I'll try again this year...

  2. Re:Again, can someone on Castle Denies GPL Breach · · Score: 1

    Other way around, and also incorrect.

    1) The Castle RiscPC predates the LART project by a few years (the RiscPC came out in '93 FWICR, the earliest bit of news on the LART is '99). This /does not/ run RISC OS 5 (it runs RISC OS 4).

    2) The Iyonix uses the XScale processor, whilst the LART uses the StrongARM - the XScale's predecessor.

    So to say it's a ripoff of the LART is incorrect.

  3. Re:Oh joy... over bufferflow on OpenBSD Gets Even More Secure · · Score: 1

    Under RISC OS 3.5, we get something similar:

    oflaoflaoflaoflaoflaoflaofla

    (except with accented characters).

    I call it the "ofla" crash...

  4. So microwave radiation is safe... on U.S. Air Force Developing Microwave Weapon · · Score: 1

    ...must remember to leave the door open on the microwave and see how my food's doing ;-)

  5. V6 and V8 comparisons on Wahoo P4 Stratagem System Review · · Score: 2

    V6 engines normally outperform a V8 with the same size - the V6 has less rotary momentum to worry about, and so has a faster rev increase. V8s have a higher rotary momentum (more pistons), and so will be slower to rev.

    Just a little side-piece...

  6. Re:Beware of romans bearing gifts... on Passport for Linux On the Way · · Score: 2

    Romans?

    What have the Romans ever done for us? ;-)

  7. Re:Doubleclick Privacy: 404 on DoubleClick Settles Privacy Investigation · · Score: 2

    Try removing the space in the second "privacy", and it works. For some reason (probably IE's fault), the URL always ends up with a space in it (it was doing it when I was previewing this).

  8. Re:The movie on Yale Students Capture Asteroid On Film · · Score: 2

    But yours would'nt clear the screen...

    I'd already thought of this:

    sub plotRandomStars()
    {
    srand(123456);
    foreach (0..500) {
    $image.plot(rand() & 127, rand() & 127, rand() & 255);
    # Assuming grey-scale image
    }
    }

    It's kinda Perl, but won't work...

  9. The movie on Yale Students Capture Asteroid On Film · · Score: 4, Funny

    foreach $frame (0..100) {
    $image = newImage(128, 128);
    $image.plotRandomStars();
    $image.plot(10 + $frame, 10 + $frame);
    $image.write();
    }

  10. It's entirely possible that such an exploit exists on McAfee Manufactures Virus Threat · · Score: 2, Insightful

    Just because an image file consists of data, if a poorly designed decoder has been written, then if the data is corrupted, you could end up spewing data over stack or even main memory.

    If you had some control over what data is written, then you could get the decoder to write out what amounts to a virus, and then get the decoder to execute it (by trashing the stack).

    I won't use JPEG as an example, but some lossless compression, such as GIF. Instead of having the image compressed, you could have your program compressed. Decompressing the data would effectively copy the code into some memory location. The difficult bit would be getting the decoder to actually execute it.

    Don't forget that such a virus doesn't actually need to spread itself in images; it could be a simple bootstrap loader in the images that downloads a larger virus with its own payloads.

  11. Re:Digital TV could bring so many advances to home on Digital TV Still Indecisive · · Score: 1

    The main differences between PAL/SECAM and NTSC are due to the country's mains electrical supply frequency. By having a vertical sync that is synchronised with the mains supply reduces EMF induced interference on the display.

    Quite why there's different standards for the same frequency, I don't know (or why there's PAL-I and PAL-II for that matter).

  12. Is there anything that RMS likes? on RMS Condemns "UnitedLinux" per-seat License · · Score: 1

    Practically every story I've seen on /. has been "RMS doesn't like X", or "RMS condems Y", or "RMS speaks against Z".

    Is there anything that he likes?

  13. This doesn't surprise me on Linux On a Used Cash Register · · Score: 1

    I used to work at Burger King, and we had our cash registers upgraded (this was about 9 years ago now). Inside the registers was basically a 386 processor, networked to the office (and then on to the head office) so the managers could keep track of how much we were selling.

    It was quite amusing wathcing them reboot every so often...

  14. GPS as well? on Toshiba Bluetooth Portable Storage Device · · Score: 1

    Hook it up to your Bluetooth GPS, and have your own "where am I today?" web server. Or a bluetooth web-cam for "what am I doing today?"

  15. Lipsync (SGI songs) on Corporate Anthems Go Corporate · · Score: 2, Interesting

    We have an ex-employee from SGI working for us, and he's told me that SGI have an event called "Lip sync", where departments have to come up with the most outrageous and over the top songs for their department. Notable entries were "CAD to the bone" ('bad to the bone') and "Drugs do work"...

  16. Sirius Cybernetics Corporation on Flesh and Machines: How Robots Will Change Us · · Score: 2, Funny
    Definition of a Robot:

    Your plastic pal who's fun to be with!

  17. Re:Not used for what you think on Valve Announces "Steam" Content Delivery System · · Score: 5, Funny
    ... then "allowing" you to purchase it with a single click of the mouse.


    Wouldn't Amazon complain about this?

  18. Living in Britain on Surveillance in Washington DC And At Bookstores · · Score: 5, Interesting
    As I live in Britain, I'm not worried at all by all the cameras that we have here. It doesn't bother me that I can be seen going from A to B to C - the only thing I'd like to know is why someone would want to know where I've been ;-)


    We've had a number of high profile cases where surveillance cameras have been instrumental in solving crimes, and I really don't have a problem with that - in fact, I'm pretty pleased with the results.

  19. You could look at the WBXML standard... on XML Compression Options? · · Score: 1
    It's by the WAP Forum, but you'll need to register to get the specifications.

    Basically, it's a serialisation of XML using a tokenisation system - tags, attributes and even values become tokens, and has extensions for unknown items.

    It also has extensions for string tables, where commonly used words or phrases can be given, with a lookup into the string table index used.

    Although it doesn't actually compress XML per sé, it does do a fairly good job (unfortunately, I don't have any figures to hand).

  20. IEEE 1394 on Testing the Audigy · · Score: 1

    I rather like the idea of having an on-board IEEE-1394 controller; now all we need are some mLan compatible synthesisers, so everything can be controlled from one wire!
    Cool!

  21. Re:Jagged arrays on C# From a Java Developer's Perspective · · Score: 1

    I suppose if you take a multidimensional array to mean a contiguous array of data (as the document later asserts), but the code given really does look like the above code.

  22. Jagged arrays on C# From a Java Developer's Perspective · · Score: 2, Informative

    You know, I'm not entirely sure that his assertion that subdimensions of a multidimension array must have the same dimension (topic 5).
    After all, in C, I'd use:

    int* array[2];
    array[0] = (int*)calloc(sizeof(int), 3);
    array[1] = (int*)calloc(sizeof(int), 9);


    True, this doesn't use heap-based stack, but to me, the functionality is the same...

  23. I had a similar experience... on Exposing Spammers For All They're Worth · · Score: 2, Interesting

    I really enjoy it if the spammers have a telephone number I can call, or better still a fax number.
    One spammer I called I tied up his line demanding why I was being spammed for so long, he put the phone down on me.
    Another I faxed with an invoice for $300. I live in the UK, and this guy was in the States. About a month later, I received by **post** a print-out of my invoice, with hand-written notes (in orange highlighter pen) effectively telling me to get stuffed, and wishing my mother would die. A few people in the office suggested I reported them for threatening behaviour, but I never got around to it - after all, there's only so many hours in the day...

  24. I knew this was going to happen. on OpenCores.org ARM Clone Removed From Web · · Score: 1
    There was a slashdot posting here. I'd made the point that ARM were very protective of their IP, and it doesn't surprise me at all that it was taken down. I'd seen that it wasn't there for a while now, but hadn't heard that this was the case until today.

    I believe that their patents include the use of banked registers in a particular way. I have been wondering if it's possible to create an ARM code compliant processor, but don't do all the patentable features of the ARM itself...

  25. Re:Offtopic: question about StrongARM chips on Psion Releases A Rugged, Water-Tight PDA · · Score: 1
    The StrongARM processor is an ARM RISC processor, originally developed by Digital, and now manufactured by Intel.

    According to some old documentation I have here, @200MHz, it delivers 230MIPS, consuming <900mW. However, there are other variants in the StrongARM family, and it's unclear as to which it is.

    It's been quoted that an ARM processor @14MHz is roughly equivalent to an x86 @40MHz, so you're looking at the equivalent of around 600MHz in x86 power.

    Since it's a RISC processor, it isn't too expensive - unfortunately I haven't bought any for a while (last ones I bought were about 2-3 years ago), so I can't quote a figure.

    I can't believe you're saying that you don't need power ;-)

    It's been superceded by Intel's XScale processor, which FWICR is 1GHz and greater.