Slashdot Mirror


User: AndroidCat

AndroidCat's activity in the archive.

Stories
0
Comments
7,894
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 7,894

  1. First submission! on Canadian Surgeons Perform Telerobotic Surgery · · Score: 1

    Wheeee! Sorry, I had to. I am now batting .100 on submissions, f34r me! :^)

  2. It turns my stomach, that's for sure! on Another Garbage Patent · · Score: 2, Insightful

    These aren't "innovative devlopments that deserve to be protected", this is Look'n'Feel Wars round XIV. I figured that we were done with this shtuph a decade ago. I guess not. (Good thing I renamed the "trash can" to "toilet" on my Atari ST, I might just need to reboot it sooooon...)

  3. And now for something completely different... on Server In A Fly · · Score: 1
    A man with a web server up his brother's nose!

    I see (by the updated page 8:40pm EST) that his next project will involve either a dead (crunchy?) frog or mouse with a web server and able to twitch by web command. Umm, in a necro rut perhaps? (The cockroachcam sounds cool. Talk about Reality TV!)

  4. Not just the fly is down -- His next project on Server In A Fly · · Score: 1
    The fly has been down for over a year, but it looks like the site talking about it was taken down by Garnet. (All those pictures, all those slashdotters probably cost a pretty penny.) He now has a text page talking about his next project and a pop up that if we click on, his friend will give him a nickel. (Obvious not a good friend! :^) Here's the text:

    Slashdotters - please bookmark this page and visit it over the next week. If you have any questions about my work, email me at garnet [at] vividworks [dot] com or phone me at (306) 664-9495 - I am happy to talk to you.

    I am currently building a project with a preserved frog (or mouse) with an implanted webserver and camera, with user-controlled twitching legs. This project will be launched in October 2003. Bookmark conceptlab.com for details.

    After that, I am planning on trying to build user-controlled living cockroaches mounted with cameras (which is completely possible from a technical perspective).

    I will re-enable the images and video on this page over the next couple of days.

    If you want to support my work, check out my friend's wierd/neat stuff on the popup window (or click here - lots of gadgets, and he gives me a nickel for each click-through. His four rotor helicopter/camera thing is pretty neat. If you buy something, tell him that Garnet sent you and that you should get some free stuff thrown in.

    I wonder if he's thought about goat servers?

  5. Just be glad .. on Lupin III Coming to Hollywood · · Score: 1

    That there wasn't any of that tenticle stuff!

  6. Re:CliffHanger on Lupin III Coming to Hollywood · · Score: 1

    Holy cow! They've got ours! (Definitely not based on an anime. :^)

  7. Re:CliffHanger on Lupin III Coming to Hollywood · · Score: 1

    Waaaaag! Sorry, I used to work for an arcade game company back then, and if I hear the attract cycle for that game one more time, I'll get .. disgruntled .. at somebody. (I think that was one of the ones that they used home laser players in. They died like flies -- except no one ever stuck web servers up their bums.)

  8. Re:Best one I've seen... on Server In A Fly · · Score: 1

    Thanks. Someone later posted basically the same thing upstream of it and got another 4 karma. *sigh* :^)

  9. Re:Dungeon Master Was a Classic. on Source Code To Dungeon Master Java Released · · Score: 1

    But the Dungeon Master support MIDI sound? (Sure, I could reassemble my ST and try it out -- don't make me go there!)

  10. Re:hehe on Server In A Fly · · Score: 1
    Pretty stale, both of those have already been over used.

    Let's see.. Always backup your servers -- make sure your fly is zipped!

  11. Re:PETA bred on Server In A Fly · · Score: 1

    If he wanted to avoid any sympathy, he could have used a cockroach. Even PETA should be okay with that. However, there is then the dangerous possiblity of "cockroach cluster" jokes -- which could lead to Python.

  12. I can imagine... on Server In A Fly · · Score: 1
    A newbee admin walks into the lead admin's cubie. Holding up some tweezers, he says "Hey look, I found a fly in the server."

    Lead admin sighs, holds head and mutters "that was the server..."

  13. Re:/. death on Server In A Fly · · Score: 1
    I know an old lady who slashdotted a fly. I don't know why she slashdotted a fly...

    Actually, his fly has been down for over a year.

  14. Re:wonder if it will catch fire? on Server In A Fly · · Score: 1

    You think the electrodes and stuff were uncomfortable? Just wait until the geeks start pondering case mods and overclocking!

  15. Re:Future IBM Commercial: on Server In A Fly · · Score: 1
    Have you seen their latest series of commercials?

    "There are no magic dead fly servers"

  16. Re:Are we sure it's not a hoax? on Server In A Fly · · Score: 1

    See my later post up a couple. It does actually web serve, with SLIP no less! There are lots of neat controller applications these could be used for. (Throw a whole bunch of them along some cabling, and you could centrally control .. thermostats, burglar alarms, etc..)

  17. Re:Gotta love art-bullcrap... on Server In A Fly · · Score: 4, Interesting

    I eat my words! As you can see here there is a package for the chip that supports a SLIP connection with a limited TCP/IP stack. Wow! Impressive! Granted it doesn't do a lot, but for the sort of applications it would be used for, it doesn't need to.

  18. Re:Are we sure it's not a hoax? on Server In A Fly · · Score: 1

    Huh, it looks like there is a package to do a web server Cute hack.

  19. Re:Are we sure it's not a hoax? on Server In A Fly · · Score: 2, Interesting
    Hard to say. From the specs there's not much to this chip. 1k code EEPROM, 64 bytes data EEPROM, 64 bytes ram. It obviously doesn't handle any of the networking: You pass it a single HTTP command via a serial port, you get the response back. (One person could slashdot this thing!)

    Could it be done with the 64 bytes ram? Maybe. (It's the stack space too remember.) It would be a tight hack. It would also be much easier to keep all the web functions on the external computer and use the microcontroller just to turn on/off the LEDs. So much easier, that I really suspect that we're being hosed about the server really being done on the fly.

  20. Re:Gotta love art-bullcrap... on Server In A Fly · · Score: 1

    Rethinking. You don't need a line buffer, just a teeny-weenie state engine to parse the stream as it comes in. (It's been a while since I had to think in a space that small.) Very very tight.

  21. Re:Gotta love art-bullcrap... on Server In A Fly · · Score: 2, Interesting
    I really wonder just what he meant by a "web server". Take a look at the microcontroller and tell me how likely it is that this supports to slightest sub-set of HTTP. There's 1k of EEPROM code space, 64 bytes of ram, and 64 bytes of data EEPROM. Note also that's there's no hardware networking or serial port. (No biggie in software if you use the timer, but it still eats part of the code space.) Also, think about the 64 bytes of ram and your line buffer as the HTTP command comes in. Hmmm. Now, don't get me wrong, you can do a lot in 1k of code, but I smell something that flies are usually found near.

    Could it be that they've got a midget in the pedestal playing the chess moves, err, another computer doing the web page and using the Fairchild chip as an LED controller?

  22. Re:Slashdotted? on Server In A Fly · · Score: 2, Funny

    Ah well, it would have interesting to see that site. Did anyone use a fly-cacher?

  23. Re:woops on Server In A Fly · · Score: 5, Funny

    Perhaps someone should send him an email: "Excuse me, your fly is down"? Or should we just be polite and not say anything?

  24. Re:Ahhh, good times. on Source Code To Dungeon Master Java Released · · Score: 1

    You practice rouge skills in front of a mirror. Rogue skills on the other hand... :^P

  25. Re:Dungeon Master Was a Classic. on Source Code To Dungeon Master Java Released · · Score: 2, Informative
    Stereo sound on the Amiga and Atari systems was used for directional sound.

    Quibble: the sound on the Atari ST was mono. But in perspective, the PC/DOS world at the time was CGA/EGA and sound was the PC speaker.