Slashdot Mirror


User: xgoat

xgoat's activity in the archive.

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

Comments · 4

  1. My extremely similar tool: dynpk on CDE — Making Linux Portability Easy · · Score: 2, Interesting

    I very recently published a tool that performs a similar task. dynpk (my tool) bundles programs up with packages from your system, then wraps them with some other stuff to create a bundle that essentially allows you to run a Fedora program on a RHEL machine (and probably Ubuntu or Debian, but this is outside my needs...).

    Recompiling loads of libs for RHEL isn't fun or particularly maintainable. Therefore, use the ones from Fedora!

  2. PWM and some interesting stuff... on Building Your Own Glowing Cyber-Balls? · · Score: 1

    The best way of controlling an LED's brightness is though using PWM, and that's a fact. The only thing is how to control the PWM, there are two basic possibilities. The first is to bung in a micro(processor|controller) and multiplex the LEDS in a nice fashion connected to that. The second method, would involve building some (quite simple if you think about it) logic circuitry that controls the PWM from a serial input. The serial input could come from something like your serial port, taken through a MAX233 or MAX232 to get the voltage levels down.

    I think that the processor method is much better, because all you have to do is put some sort of connector on the main board that allows you to add and change the method of control - e.g. serial, parallel or some sort of wireless (which would infact be serial...) thing.

    You could also connect an ethernet device to the bus so that you could control it via ethernet.

  3. Backwards Apostraphe on Keyboard Layouts for the 21st Century? · · Score: 1

    Hey - leave the backwards apostraphe alone - it didn't hurt you did it? It's used in PHP to run shell commands - i.e. `ls *.monster`.

  4. Already Portable on Covalent And Redhat Developing 64 bit Apache · · Score: 1

    Surely apache should be easily ported to 64 bit processors, as the code just needs compiling in a 64 bit compiler.