Slashdot Mirror


User: thefon

thefon's activity in the archive.

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

Comments · 8

  1. Only in USA ... on Are Gamers Safer Drivers? · · Score: 1

    I learnt to drive in Australia (on the left). Playing driving games made it easy to drive in America (on the right), it was very natural.

  2. Re:Art of electronics on Where To Start In DIY Electronics? · · Score: 1

    Me too. I have the library copy of TAOE here beside me, but it's hard to justify buying a 20-year old tech book.

  3. Re:doesn't solve all the problems on Bletchley Park Faces Financial Rescue · · Score: 2, Interesting

    I went there about two years ago, it was fascinating. I _liked_ how the exhibits are mostly "as is". Too many museums try to look cool, but I'm there to see the history, not a rock concert. The guides and lectures told me a lot about the history and mathematics, some smart and interesting people. The whole place is a /. mecca!

  4. Open Source RepRap Project on Fab · · Score: 3, Informative
    Soon you can make your own fabricator!

    http://reprap.org/

    A universal constructor is a machine that can replicate itself and - in addition - make other industrial products. Such a machine would have a number of interesting characteristics, such as being subject to Darwinian evolution, increasing in number exponentially, and being extremely low-cost.

    A rapid prototyper is a machine that can manufacture objects directly (usually, though not necessarily, in plastic) under the control of a computer.

    The project described in these pages is working towards creating a universal constructor by using rapid prototyping, and then giving the results away free under the GNU General Public Licence to allow other investigators to work on the same idea. We are trying to prove the hypothesis: Rapid prototyping and direct writing technologies are sufficiently versatile to allow them to be used to make a von Neumann Universal Constructor.

  5. Beowulf cluster on **No Title** · · Score: 1

    Imagine a Beowulf cluster of these!

  6. Re:LabView hacking your course project on True Visual Programming · · Score: 1

    LabView is great! Really, it is the best approach for abstracting hardware control, providing an easy GUI, and handling parallel loops.

    But it has a learning curve like any programming language. If you are paging through huge screens of code, you are doing something wrong -- most of that complexity should be moved into objects or function blocks.

    If you have some code (eg. number crunching) that is better written in text, then code it in C and link in the DLL.

  7. Re:Series Books For Money on The Boy Who Would Live Forever · · Score: 1

    Amber was a highlight for many of us, alas. For something like a fix for your Amber addiction, have you tried the "Well-favored Man" series by Elizabeth Willey?

  8. coLinux (Cooperative Linux) on Xen 2.0 Virtual Machine Monitor Released · · Score: 2, Informative

    I use http://www.colinux.org/ to run linux inside windows 2000/XP. It is free and a lot faster than vmware. You can even download a debian image for a quickstart.