Slashdot Mirror


User: dirtyrat

dirtyrat's activity in the archive.

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

Comments · 2

  1. Easier way? on SSH Key Management Part 2 · · Score: 2, Informative
    Here's my .xsession. Works on Red Hat Linux, and needs ssh-askpass-gnome installed.

    #!/bin/sh

    if [ ! "$SSH_AGENT_PID" ]; then
    exec ssh-agent $0
    else
    ssh-add
    exec /etc/X11/xinit/Xclients
    fi

  2. Check their claimed speeds on FPGA Supercomputers · · Score: 2
    I saw an early announcement some years ago referring to this machine. Their performance claims were something like a sustained speed of 13 trillion operations per second executing 4-bit adders. The speed quarters when you use 16-bit adders instead; imagine what happens when you try to implement something complex.

    I emailed them about this at the time, but didn't receive a reply 8o)