Slashdot Mirror


User: paul.schulz

paul.schulz's activity in the archive.

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

Comments · 40

  1. Re:Is this really that hard? on Handling Viruses in an Uncontrolled Network? · · Score: 1

    - Suspension of Service -
    Rather than implement a total draconian policy,
    (if the resources are there) you can place
    suspected infected hosts in a VLAN of their own.
    (Cisco config.)

    Services (ports) could be systematically and selectively filtered. It may even be possible
    to rate limit on services that you know virii
    abuse.

    Known infectees could be completely cut off.

  2. Re:Wow - this technology is so new.... on Minority Report UI For The Military · · Score: 1

    Another example of how similar technology
    is being used: http://www.tinmith.net/

    The camera is mounted on the head and with AR
    goggles, you can manipulate images suspended
    in space.

    Wayne will be at the LCA2005 conference in
    Canberra Australia the week, talking about his
    work.

  3. Re:It hurts publishers too on Newsweek On Click Fraud, Search Engine Response · · Score: 2, Interesting

    The relevance of the advertising also needs to be improved, making them more useful then they currently are. If they 'added more value' to the site for the publisher, then maybe they would be used more, and abused less.

    Suggestion:

    I am an Adsense publisher for a local community based website.

    I would like visitors to see advertising on my site with is relevent to my intended target audience. This could be done by allowing the publisher to add additional keyworks to the Adsence search. (eg. locality name)

  4. Re:The shortcomings of SQL - Postgres on An Alternative to SQL? · · Score: 2, Interesting

    Prior to PostgreSQL, the Postgres database
    was based on another query language other than
    SQL.

    One of the main reasons why
    PostgreSQL took off after this was that
    it changed over to SQL in response to
    community/industry request and requirements
    (and openness to community contributions),
    bringing it in line with the industry
    standard.

    I suspect that the next evolutionary step will
    be to allow multiple query languages to be used
    on the same DB engine.

  5. How far can SpaceshipOne go? on What's Next in the New Private Space Industry? · · Score: 1
    [Looks like we're going ballistic! Quick calculation.. ignoring air friction, time taken for Whiteknight to lift SpaceshipOne etc.]
    Initial speed (as if fired from cannon):

    v^2 = u^2 + 2.as
    => u = sqrt[2.(10).100.1000]
    v = 0 m/s,
    a = -9.8 m/s^2
    s = 100 km = 100,000 m (straight up)
    = 1400 m/s

    Time to reach apex
    a = (v - u)/t
    => t = 1400/10
    = 140 s
    = 2 min 20 sec

    If shot with same initial velocity, but at 45 deg
    angle..

    uy' = sin(45deg).u (velocity upwards)
    = 990 m/s

    ux' = cos(45deg).u (horizontal velocity)
    = 990 m/s

    Time taken to reach apex

    t' = 990/10
    = 99 sec
    = 1 min 40 sec

    Horizontal distance traveled

    sx' = ux'.t'
    = 990.99
    = 98000 m

    Total horizontal distance traveled (x2)
    would be 196 km (or 65 miles), in
    approximately 3 minutes and 20 seconds.
  6. Re:How is Routing Between Two Networks Non-Obvious on An 802.11 Router For 3G Internet Service · · Score: 2, Informative

    Agreed!

    It took me less than 2 minutes to:
    - plug the 3G PCMCIA card into my Fedora laptop
    - 'dialup' (it presented as a serial modem)
    - setup routing from the local LAN
    - setup masquading and firewalling
    - and let local users know that they could now
    start browsing the internet!

  7. Re:Security on Custom DVDs & Players For Academy Members · · Score: 3, Interesting

    This is an example where an open source solution
    may actually benefit everyone..

    - DVD player running uClinux, enabled with
    - GPG private/public keys, and a
    - Web of Trust of the
    Academy of Motion Picture Arts and Sciences

    This would enable encryped DVDs to be distributed
    securely. What happens after they are decrypted
    and played .. well, thats up to how much they
    trust the people with the screener DVD's.

  8. Re:No. not really on Invisible Cloaks, Translucent Walls · · Score: 1

    The technology will also only work when you know
    where the person/camera is whom you are trying to
    be tansparent too..

    eg. The wall and floor examples are good because
    it will look like a picture to the viewer.

    The cloak example will not work as well unless
    you specify the direction of the viewer,
    or the background is resonable uniform (eg. Forrest)

    It may be worse, as it could pickup moving
    object behind you (in a different direction)
    and cause the wearer to stand out due to the
    unexpected movement to the viewer!

  9. Living next door to ground station. on High-Tech Microsatellite · · Score: 1

    I live in Mawson Lakes, and regularly walk past the ITR (The Institute for Telecommunications Research) which is the home the FedSat's ground station.

    A flyby has just happened (UTC 2002:12:26:13:46:15),
    but the next few are at
    2002:12:26:23:23:57, 2002:12:27:01:02:00,
    2002:12:27:11:43:06, 2002:12:27:13:19:23
    (all UTC).

    We went out on the night of Chistmas to see if we could see the tracking dish move as the Satellite
    fly overhead, but it looked like everyone had
    gone home for the day (all the lights were out!)

    Hmm, maybe tomorrow night.

  10. Re:the plot thinkens on De Niro Seeks Science-Oriented Film Scripts · · Score: 1

    Does anyone have a script creating 'wiki'?

    => Author: The Internet

  11. They ported to Linux 2 years ago! on SAS Institute Announces Linux Port Of SAS Software · · Score: 1

    I want on a SAS course in Adelaide, South Australia 2 years ago, and ask about using SAS under Linux. I was told that they didn't officially support it, but that the the wizards at the SAS Institute had already gotten it working under Linux as an unofficial project.

    Given that it alreadly runs on so many Unix's, this should have need an almost no-brainer. Anyone at the Institute care to comment?

  12. A couple of scripts to do this. on The State of Linux Package Managers · · Score: 1


    Here are the scripts that I use to do just what was suggested. This doesn't work with dynamically linked libraries (whose directories still need to be added to /etc/ld.so.conf) and programs which do there own 'directory-thing'[TM] (eg. Sendmail, Apache, Samba). One thing I haven't figured out is the best way to handle configuration files. (In their own etc directory or in /etc?)



    #!/bin/bash
    # Paul Schulz : August 1999

    # usage: local_link (in software home directory
    # For each file in selected subdirectories
    # a link will be created from the corresponding system directories..
    # eg. /usr/local/bin/prog -> /installed/path/prog-x.x/bin/prog
    # unless a link already exists by that neme.

    localpath='/usr/local';
    IFS=:
    dirs="bin:lib:include:doc:info:sbin"
    dirs="$dirs:man/man1:man/man2:man/man3:man/man4"
    dirs="$dirs:man/man5:man/man6:man/man7:man/man8: man/man9"
    dirs="$dirs:man/man1m:man/mann"
    function link_dir
    {
    pushd $1 > /dev/null

    echo "In Directory: $1"
    for prog in *;
    do
    echo -n " Creating: $localpath/$1/$prog -> $prog"
    if [ -L $localpath/$1/$prog ];
    then
    echo " (a link exists)";
    echo `ls -al $localpath/$1/$prog`
    elif [ -e $localpath/$1/$prog ]; then echo " (a file exists)";
    else
    ln -s `pwd`/$prog $localpath/$1/$prog;
    echo " - linked"
    fi
    done
    popd > /dev/null
    }

    for dir in $dirs
    do
    if [ -d $dir ]; then link_dir $dir; fi
    done

    ----- and -----

    #!/bin/bash
    # Paul Schulz : August 1999

    # usage: local_clean
    # removed any links in '/usr/local' that point to
    # nonexistant files.

    localpath='/usr/local';
    IFS=:
    dirs="bin:doc:info:man/man1:man/man2:man/man3:ma n/man4"
    dirs="$dirs:man/man5:man/man6:man/man7:man/man8: man/man9:man/mann"

    function clean_dir
    {
    pushd $1 > /dev/null

    echo "In Directory: $1"
    for prog in *;
    do
    if [ -L $prog ] && [ ! -e $prog ];
    then
    # link=`ls -al $prog`
    echo " Removing stale link: $prog"
    rm $prog
    fi
    done
    popd > /dev/null
    }

    for dir in $dirs
    do
    if [ -d $localpath/$dir ]; then clean_dir $localpath/$dir; fi
    done

  13. Re:Computers in Education on Interview: Physicist Leon M. Lederman · · Score: 1

    Do you think that we are becoming too dependent on computers in our science and engineering. For example, are there useful mathematical techniques being lost because we are relying more on symbolic mathematical packages (mathematica, matlab etc).

  14. Re:Ph. D. Overproduction on Interview: Physicist Leon M. Lederman · · Score: 1

    I've found that there are very few prospects for people with physics degrees. After 5 years of a Mathematical Physics Ph.D., which I did for the love of the subject, I've ended up working as a Linux Sysadmin because that's how I could make a living.

    How can the study of physics be encouraged when this situation continues?

    [I want to go back sometime, and build the biggest beowulf cluster in existance!]

  15. Software Design Documents on Ask Slashdot: On Good Software Design Processes · · Score: 1

    Where I work we are at the end of a project,
    and are just starting to make use of a program called 'doc++' (see freshmeat.net).

    There must be other tools like it (I believe that the GNOME people have something similar that creates SGML docbook documents). It takes inline comments in c/c++ code, above each declaration, and produces a design document (HTML or latex). This could be useful in the design process if used from the beginning (as suggested above) with a change log, and everything stays together in the code.