Slashdot Mirror


User: cachimaster

cachimaster's activity in the archive.

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

Comments · 239

  1. I always say... on Arm Wrestling Robots Beaten By A Teenage Girl · · Score: 0

    Lets put the woman to work instead of the robots!

  2. uIP on Adam Dunkels on Embedded Sensor Networks · · Score: 0, Interesting

    That piece of software is great, it uses a lot of interesting tricks to work in such small memory footprint. Adam itself helped me to implement it on mi own pet OS Picix , for te PIC18 microcontrollers, and works very well. It almost fills a 10Base-T card, and the processor is only 8 bit and 40 mhz!

  3. Not Antarctica but... on Reading Slashdot From Strange Locations · · Score: -1

    The Patagonia is strange enough?

  4. My own version on Web Server Packed into RJ45 Connector · · Score: -1

    My thesis work is one of these thing, but run on a Pic 18f452 (1,5 Kb RAM, 32 Kb Flash, 10 MIPS, 10 ma) (9$ w/o the nic) and is a complete Preemptive Unix-Like OS, with tcp/stack, i/o redirection AND file system (of course).
    Maybe i will release it Open source, when i finish.

  5. That was my final project on Building a Cheap Oscilloscope Using Your PC? · · Score: -1

    I am a Electronic Technic here in Argentina.
    My ending project was exactly that, A osciloscope in a PC. In fact, by sofware you can also get a spectrum analyzer (16386+ bands, and a 3d one), and a function generator.
    The harware was very simple: a R-2-R network and a comparator (LM311 if i remember) attached to a parallel port. It also has some Operational Amplifiers to support a voltage range of +/- 20 Volts, AC / DC
    The software: named "WAVE" , all in C++, runs on a 386 with 2 MB of ram, but the 3D spectrum analyzer needs a pentium. Runs under DOS with its own Windows Manager. I can give it for free if someone wants it.
    Limitations: The Parallel port has a 500Khz bandwidth, so you are limited to Audio frecuencies, with 10 samples per cicle. (Not much better that a Sound-Blaster) but that was cool back in the '96
    A better aproach will be to program a Microcontroller (PIC 16F877 sure is the best choice) yo sure can get 10 Bits and 10 MHZ fron those little chips, and interface it with your computer by parallel port or something. Just an idea.

  6. test on Building a Cheap Oscilloscope Using Your PC? · · Score: -1, Offtopic

    test

  7. Alpha transparency on Fast Alpha-Blending In Your GUI · · Score: 0

    I have done Alpha transparency in win95/98/ME
    Its slow, but easy, just copy the background bahind the window, draw you window in a memory buffer and make the alpha-blending by hand (in your code).
    I have the delphi code too.

  8. Re:Free Distributed OS available for download on Distributed Computing Overview · · Score: 1

    I forget to say: JAPPS is a SERVER not a client, still there are no client, except the default idle process, Its a "Webmasters" tool, the Central Server is available for download, the clients, well, that is what you can do... sorry.

  9. Free Distributed OS available for download on Distributed Computing Overview · · Score: 1

    A week ago I set up the JAPPS (Java Applet Parallel Processing Server) download page, since then, there was 5 or 10 downloads, but nobody comments it, Is a good example of Distributed Processing OS, kinda Seti@Home, but multi-user, multi-Purpose system, and needs no instalation (Runs in a Browser). Please somebody make a DES-key Crack with it and send it to me :) The URL us http://wk1300.8k.com/japps

  10. X-men and mojo-verse on Forget Napster & Gnutella: Enter Mojo Nation · · Score: 1

    Mojo, is the archi-enemy in some x-men magazine, nobody hear about the mojo-verse, Mojo itself is a big fat and yellow monster that controls a entiry universe...kinda scary to see now a "mojo nation" that sucks ALL you resources...but is funny anyway ;)

  11. Java Applet Parallel Processing Server on Scyld to Release Beowulf 2 · · Score: 1

    Thats the name of my new Distributed-OS-like OpenSource Projects. If you want a easy way to get the CPU power of anyone that load your page, this system is out, and works. 100% java, 100% opensource, SQL support, etc. Take a look at http://wk1300.8k.com/japps

  12. Of course this works fine... on Houston, We have a Space Station! · · Score: 1

    The russians have the Metric System...when the English module get in orbit, that is really hard! ;) (sorry folks at Nasa you are doing a great job)

  13. I am doing exactly THAT and WORKS!!!! on Future Of Internet-Based Distributed Computing · · Score: 1

    And works perfectly. see my post below. I going to release the server under GPL in a week or two.

  14. I have a distributed-java server. on Future Of Internet-Based Distributed Computing · · Score: 1

    I am working in a distributed system to make any java-capable browser to act as a node. And it can take any kind of process. And everyone can add their process simply telneting to the server. I am sending my work to the Argentinian Congress of Computer science ( http://www.unp.edu.ar/cacic2000 ) if anyone are interested, and can read spanish, the paper, in PDF format is at HERE when i finish it i gonna install somewere and try to post it here in /.