Slashdot Mirror


User: zeldor

zeldor's activity in the archive.

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

Comments · 36

  1. Im 39 on Brains Work Best At Age of 39 · · Score: 1

    but I think my brain worked best 10-15 years ago

  2. a simple device already in existance on New Gadget Blocks 'Spam' Phone Calls · · Score: 1

    http://www.calleridboost.com/p2p.htm

    used one for years now. or at least I gave up a landline for cell only.

  3. Re:my theory is 1 civilization per galaxy on Number of ET Civilizations In Our Galaxy Is 37,964 · · Score: 1

    the equation while mostly meant as a discussion starter as was already mentioned,
    really says how many civs exist in the lifetime of a galaxy. not at this point in
    time. the chances of any even remotely similar civilizations (on the evolutionary
    scale) meeting are tiny. either one is like us and one is a bacteria, or
    we are the bacteria..

  4. black text wheat3 background on Best Color Scheme For Coding, Easiest On the Eyes? · · Score: 1

    inside emacs with color coding turned on.
    a nice crisp somewhat large font and life is good.

  5. Re:Not better technology, just a wider net on RIAA Says No Mystery In Rash of College Complaints · · Score: 1

    I suspect they just wanted to make sure they got all
    the letters out before the students went home for the
    summer.

  6. Re:Why not TiVo? on Why Can't I Buy A CableCARD Ready Set-Top Box? · · Score: 1

    it does vary by market yet. my dct-3416 comcast box shoves
    EVERYTHING out the firewire port and expects the other end
    to honor the 5C flag.

  7. Re:Why not TiVo? on Why Can't I Buy A CableCARD Ready Set-Top Box? · · Score: 1

    mythtv likes firewire tuners, comcast's boxes have firewire outputs.
    quite a nice match in my household.

  8. Re:Moore's law is not about inefficient FPGA inter on Could HP Beat Moore's Law? · · Score: 2, Insightful

    there are lots of uses for FPGAs in radar processing, image recognition, you can even do small
    floating point kernels REALLY fast on FPGAs if done correctly.
    granted on most of them you have to know verilog or vhdl to use them, but there are a couple
    companies that have fully functional C/Fortran programming environments that take it all
    the way down onto an FPGA. using those general codes can run faster on FPGAs.
    plus they are really low power. a room full of general computers running a teraflop
    takes large amounts of power, fpga based systems take 1/20th or so the watts.

  9. Re:Moore's law is not about inefficient FPGA inter on Could HP Beat Moore's Law? · · Score: 1

    I always thought 'fold' meant "doubled this many times" or 2^24 in this case.

  10. Re:If you need gigaflops... on High performance FFT on GPUs · · Score: 2, Informative

    not so custom really if you go with the right integrator.
    SRC computers puts out FPGA based systems that has a nice
    32bit floating point fft library already in their development
    environment. Most customers using the fft are for radar image
    processing where the best PC solution is 50 times slower
    then the fpga based solution. Think UAVs with smart
    tracking off their radar.
    http://www.srccomputers.com/

  11. Re:some resources on Self-wiring Supercomputer · · Score: 1, Informative

    plus the computer company
    SRC computers
    http://www.srccomp.com/
    who makes fpga based computers now and their
    software development environment isnt vaporware.