Slashdot Mirror


User: fiji

fiji's activity in the archive.

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

Comments · 35

  1. Check out your connection... on BT Plans Move To IP Telephony, Starting Next Year · · Score: 2, Informative

    [I posted this to the other VoIP thread, but it is a useful tool]

    You can simulate a VoIP call and get the MOS voice quality score. So if you want to see how your Wireless setup fares, visit testyourvoip.com.

    Even if you don't care about VoIP, it is a useful test of the latency and bandwidth of your connection. VoIP is pretty sensitive to late packets so this tool highlights connectivity problems.

    -ben

  2. Test your connection out on Is VOIP Over WLAN DOA? · · Score: 5, Informative

    You can simulate a VoIP call and get the MOS voice quality score. So if you want to see how your Wireless setup fares, visit testyourvoip.com.

    Even if you don't care about VoIP, it is a useful test of the latency and bandwidth of your connection. VoIP is pretty sensitive to late packets so this tool highlights connectivity problems.

    -ben

  3. Re:"Content" on OSDL Releases New Paper on SCO's Claims · · Score: 2, Funny

    Ah... we refer to it as GDP (Gross Domestic Product).

    -ben

  4. Check out the "NPR Jazz" site (and your library) on What Jazz Records Would You Reccommend? · · Score: 1

    The NPR Jazz sit at www.nprjazz.org is a great resource. An especially good starting point at that site is the Basic Jazz Record Library.

    You should also consider looking at the stuff your local library has. If they loan out CDs you can see what you like before you buy it.

    -ben

  5. Private Perl [was Re:Conclusion] on Hijacking .NET · · Score: 3, Informative

    Well... you can jump through hoops in Perl to make something _really_ private if you want:

    {
    my $private_val = 4;
    my $private_sub =
    sub { return "whee" };

    sub public_accessor {
    print %$private_sub . $private_val;
    }
    }

    As long as you declare your private subs as code references and use my, then no one can call them from outside that scope. Since Perl doesn't allow you to do pointer arithmetic the values are not accessible (unlike C++) (well, unless you have so craaazy lib loaded, then people can circumvent. But hell, you can always read the raw memory too).

    -ben

  6. Re:Hmm.... Guns, drugs, theft, destruction, violen on The Kid Who Wouldn't Be King (UPDATED) · · Score: 2

    I think Katz is listing the other offences that you can get expelled for, not saying that the student actually did any of those things.

  7. Breaking crypt(1) which is a modified Enigma on Enigma Encryption Vs. Modern Computers? · · Score: 2

    The crypt(1) command (not to be confused with the crypt function used for passwords) is a modified Engima. It is relatively easy to crack and there are toolkits[1] available for it. It is possible to make it more secure by compressing your plaintext thus transforming it from ASCII to binary and making it more difficult to detect a successful decryption. Spafford[2] talks about this in more detail.

    -ben

    [1] Crypt Breaker's Workbench: http://axion.physics.ubc.ca/cbw.html

    [2] Practical Unix and Internet Security: http://secinf.net/info/misc/orelly/puis/ch06_06.ht m

  8. Re:Maybe a better location.... on Linux Beer Hike 2000 · · Score: 1

    Ummm... it _IS_ in England. In the Lake District.

  9. Re:Linux and Copyright-Free ENGLISH DICTIONARY ? on Giving Project Gutenberg Recognition · · Score: 1
    Gutenberg has the complete Websters unabridged dictionary (1913 edition).

    Go to the Gutenberg Search page and search for title dictionary (but turn off match whole words).

  10. Speech not Beer "free" data on TIGER/Line 1997 data set to be released as GPL · · Score: 1

    The data appears to be free as in speech, but in order to get a copy of it, one has to pay the government $1500. However the data is in the public domain so once you have acquired it, you can re-release it for free (in the beer sense) or you can release it under whatever terms you want (assuming you can get someone to buy it).

    So this leads to the question, if there is goverment data that people care about available, can we start a fund to buy it and then release it in the GPL. For instance I would pay $20 for a copy of the data, $10 of which might cover the copying of the CDs, labor and shipping, leaving $10 to go towards the $1500. So if I can get 150 of my closest friends to join in and collaborate then we can all buy a copy from the government and have our own copy of the 6 CDs.

    Perhaps someone* should start a website with interesting goverment data links and allow people to say how much they would pay for the data, and once a certain threshold is hit (say 150% of the price to cover people who change their minds) it would mail everyone for confirmation, they could submit payment and the product could be ordered, duplicated and mailed out. If there was a surplus then a fund could be started to put the extra in so that it could cover unforseen costs or maintenance of the hardware or whatever.

    *note that someone is not currently me since I don't have the time or attention to detail that this would require.

    -ben