Slashdot Mirror


User: DrSkwid

DrSkwid's activity in the archive.

Stories
0
Comments
6,376
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 6,376

  1. Re:Google on SCO Says They'll Sue A Linux User Tomorrow · · Score: 1

    Mac OS X is also pre-installed and may be accessed by holding the OPTION key at boot.

  2. Re:Google on SCO Says They'll Sue A Linux User Tomorrow · · Score: 1

    so, what's your point?

    I was responding to "OS X is Free with every Mac".

    I don't want Linux on *anything* so I'm safe.

  3. Re:Google on SCO Says They'll Sue A Linux User Tomorrow · · Score: 1

    Rob Pike works there now, perhaps he can get plan9 in the mix.

  4. Re:Google on SCO Says They'll Sue A Linux User Tomorrow · · Score: 1


    try saying "can I have that car without the steering wheel for a bit less money please"

    I wonder if you can buy a Mac *without* an OS and out YellowDog on it ?

  5. Re:There seems to have been a slight problem.... on SCO Identifies EV1Servers as Linux Licensee · · Score: 0, Redundant


    so not only will it be /.ed but then the disks will fill up with emails!

  6. Plan9 is the fine art of the hacking world on Hackers: The Art of Abstraction · · Score: 3, Informative

    Plan9; the most beautiful code in the most beautiful OS with the prettiest mascot.

  7. dullards don't preview on Vint Cerf's Disruption-Tolerant Networking · · Score: 1

    the whole point, dullard, is that one uses the title information to elucidate what the 'click here' is.

    i.e. for more information <a href="info.html" title="information on dullards">click here</a>

    Though I wa sonly using that as an example. One should phrase one's content to suit the hypertext model.

    We have plenty of <a href="info.html" title="dullard information">information on dullards</a>.

    It is also useful where one uses an image

    <a href="info.html" title="dullard information"><img src="dullard.gif" alt="a smiling dullard"></a>

    in this way, one can combine a bit of eye candy while providing the required information should images be unavailable

  8. Re:Rocks - Disruption proofing for TCP on Vint Cerf's Disruption-Tolerant Networking · · Score: 0, Offtopic

    the whole point, dullard, is that one uses the title information to elucidate what the 'click here' is.

    i.e. for more information click here

    Though I wa sonly using that as an example. One should phrase one's content to suit the hypertext model.

    We have plenty of information on dullards.

    It is also useful where one uses an image



    in this way, one can combine a bit of eye candy while providing the required information should images be unavailable

  9. Rocks - Disruption proofing for TCP on Vint Cerf's Disruption-Tolerant Networking · · Score: 3, Informative

    This is an excellent user land TCP application that automatically re-connects to dropped TCP connections, even if the IP addresses change.

    http://www.cs.wisc.edu/~zandy/rocks

    There is also an in-depth paper by the authors.

    Rocks protect sockets-based applications from network failures, particularly failures common to mobile computing, including:

    * Link failures (e.g., unexpected modem disconnection);
    * IP address changes (e.g., laptop movement, DHCP lease expiry);
    * Extended periods of disconnection (e.g., laptop suspension).

    Rock-enabled programs continue to run after any of these events; their broken connections recover automatically, without loss of in-flight data, when connectivity returns. Rocks work transparently with most applications, including SSH clients, X-windows applications, and network service daemons.

    bah, slashcode breaks the title attribute in hrefs and co-opts it for it's own use, bad programming.

    It is helpful to blind readers and page indexers esp. if the label text is something like 'click here' to provide some information on the content of the link. grr sometimes I gets so mads

  10. Re:Mmm Perl on Cultured Perl: Fun with MP3 and Perl, Part 2 · · Score: 1


    We're getting more and more users all the time tbh.

    Even Linus pops by to the 9fans mailing list now and again.

  11. Re:Conflicting Feelings on Jail Time for Misleading Domain Names · · Score: 1


    Well that's exactly what I did.

    Study the newspapers for the sentencing for certain activities and then see if not complying / activing out those activities is worthwhile.

    For instance : tv licensing.

    The average fine was 50-100 pounds (for 1st offense) whereas a licence is around 100 pounds.

    For every year you get away without a fine it is profit.

    Get 10 years free and you have saved the value of the maximum fine.

    The economy expects me to act economically rationally but they seem to kick up a fuss when I do just that!

  12. Re:Conflicting Feelings on Jail Time for Misleading Domain Names · · Score: 1

    Yeah, I hope he looses it into my street.

    Someone should invest it in to adult education.

  13. Re:Mmm Perl on Cultured Perl: Fun with MP3 and Perl, Part 2 · · Score: 1

    lol, good comeback

    it's about elegance

  14. Re:Mmm Perl on Cultured Perl: Fun with MP3 and Perl, Part 2 · · Score: 1

    see man ls

    -Q By default, printed file names are quoted if they contain characters special to rc(1). The -Q flag disables this behavior.

  15. Re:Mmm Perl on Cultured Perl: Fun with MP3 and Perl, Part 2 · · Score: 1

    do you really consider that to be quick?

    in plan9 I would just do this

    to play it

    mpg123 /n/home/mp3/Some_file.mp3

    to copy

    cp /n/home/mp3/Some_file.mp3 /tmp

    all this opening applications and dragging, jeesh

    if I didn't know the filename I could do

    ls /n/home/mp3

    then when the text was on screen click to the left of it type 'cp ' click to the right of it type ' /tmp' sweep the desired complete command which is now 'cp /n/home/mp3/Some_file.mp3 /tmp' and middle click, select 'send'

    until you've used plan9, you don't know what usability is

  16. Re:Mmm Perl on Cultured Perl: Fun with MP3 and Perl, Part 2 · · Score: 1

    > Someone complained about for mp3 in *mp3... find . -name '*mp3' -exec.... should do it.

    that's an extra fork, what about symlinks (ugh) and it's dirty

  17. Re:Mmm Perl on Cultured Perl: Fun with MP3 and Perl, Part 2 · · Score: 1

    you are dumb

  18. Re:Mmm Perl on Cultured Perl: Fun with MP3 and Perl, Part 2 · · Score: 1

    so are you

  19. Re:Mmm Perl on Cultured Perl: Fun with MP3 and Perl, Part 2 · · Score: 2, Insightful

    #!/usr/local/bin/rc

    for (mp3 in *.mp3) mpg123 $mp3

    fails if the filename contains a space

    ls -l *.mp3 | awk ' { print "%s is %d bytes\n", $9, $5 } '

    fails if the filename contains a space

    etc.

    spaces in filenames should be illegal

  20. Re:Musicbrainz? on Cultured Perl: Fun with MP3 and Perl, Part 2 · · Score: 2, Informative

    If anyone was interested they should know the code is in C++

    oh well.

    http://cvs.musicbrainz.org/cvs/mb_tagger/

  21. Re:Mmm Perl on Cultured Perl: Fun with MP3 and Perl, Part 2 · · Score: -1, Troll


    filenames with spaces?

    that's the crappiest idea I've ever seen

    get a clue and learn some shell programming

  22. Re:Search Engine Optimization Professional on Yahoo! Vs. Google: Algorithm Standoff · · Score: 5, Interesting

    Besides, in which way does Flash exclude other operating systems?

    Let's see

    Mozilla on FreeBSD (that's me) :

    We are unable to locate a single Web player that best matches your platform and operating system

    Mothra on plan9 (also me)

    We are unable to locate a single Web player that best matches your platform and operating system

    The acceptable list is :

    Windows 98/ME/2000/XP - Internet Explorer/AOL/Netscape/Mozilla/Opera/CompuServe - Flash 7

    Mac OSX / OS9 - Internet Explorer/Safari/Netscape/Mozilla/Opera - Flash 7

    Other Operating Systems
    Linux x86 Flash Player 6 for Mozilla 1.1 - (Not officially supported by Macromedia.)
    Pocket PC Flash Player 6 for Pocket PC 2003 (color devices supported only)
    OS/2 Flash Player 4 for Netscape
    Sun Solaris (Sparc/Intel) Flash Player 6 for Netscape
    HP-UX Flash Player 6 for Netscape
    SGI IRIX Flash Player 4 for Netscape

    On my 500,000 page impression web site, using Flash would have excluded the otherwise successful visitors running the following OS

    CPM
    Windows 3.xx
    WebTV
    OSF Unix
    Aix
    NetBSD

    I will admit that the actual numbers are low but being excluded/ignored is how us non Windows users are treated day in day out. Seems you can't fight the pigopolists.

  23. Re:Search Engine Optimization Professional on Yahoo! Vs. Google: Algorithm Standoff · · Score: 1

    > Depends, for some types of sites it makes sense.

    to keep away the non Windows users

    go for it

    use java menus while you're at it

  24. It's called "Lenticular" not "MultiView Effect" on New Euro Coin Released With MultiView Effect · · Score: 4, Informative

    As these websites will testify

    http://www.depthography.com/

    http://www.world3d.com/

  25. Re:Something else was safer on The World's Safest Operating System · · Score: 1


    > Face it, there are more NetBSD on toaster ovens connected to the internet than Plan9 machines.

    Your point? Do you think this is news to me?

    > I am not being a dickhead, just stating that Plan9 is not a very likely OS to be connected to the internet.

    Come off it, you were trying to be insulting and you know it.

    If you wanted to say "the small number of installed machines running plan9 precludes it's likelihood of attack" then you should have said something like that.

    How likely do you think a Netware machine is to be facing the internet? And yet Netware was included in the report.

    A plan9 machine is *more* likely to be connected to the internet because of it's robust design and network rich environment.

    The fact that cs.bell-labs.com runs plan9 makes it a very visible target, especially to people like you who take pleasure in denigrating something which you know nothing about.