Slashdot Mirror


User: ardu

ardu's activity in the archive.

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

Comments · 13

  1. Re:Nice Summary. on What's the Secret Sauce in Ruby on Rails? · · Score: 1, Funny

    Be positive!
    A slashdot editor that read TFA: priceless!

  2. Re:NOW HEAR THIS on Smart Holograms Used as Biosensors · · Score: 3, Funny

    ha!
    Are you one of those who think Slashdot's editors RTFA?

  3. No news here... on Microsoft Rolls Out iLoo · · Score: 1

    The Designed for Microsoft Windows sticker is attached on my toilet for years.

  4. The scoop!! on SCO Claims Kernel Contains UnixWare Code · · Score: 1

    The linux kernel people are in a very big trouble: evidences of the theft are in many places:

    $ grep -n '#define max(' -r .

    ./drivers/net/pcmcia/wvlan_mdd.h:140:#define max(a,b) (((a) > (b)) ? (a) : (b))
    ./drivers/telephony/ixj.h:66:#define max(a,b) (((a)>(b))?(a):(b))
    ./include/linux/kernel.h:162: #define max(x,y) ({ \

    $ grep -n '#define min(' -r .

    ./drivers/net/pcmcia/wvlan_mdd.h:143:#define min(a,b) (((a) < (b)) ? (a) : (b))
    ./drivers/scsi/isp/isp_linux.h:735:#define min(a,b) (((a)<(b))?(a):(b))
    ./drivers/scsi/isp/scsi_targe t.c:92:#define min(a,b) (((a)<(b))?(a):(b))
    ./drivers/telephony/ixj.h:63: #define min(a,b) (((a)<(b))?(a):(b))
    ./include/linux/kernel.h:156: #define min(x,y) ({ \

  5. Luckily the world is safe... on New Windows Worm Inching Around Internet · · Score: 5, Funny

    since the worm doesn't try the most common password: ******

  6. Re:One of my favourite conspiracy theories on Stealth Asteroid Misses Earth · · Score: 1

    GNU forces you to make any modifications public.

    Sorry, this is simply wrong!
    As long you don't distibute your derived work you are not forced to release the modifications!

  7. So... on P4 2.2GHz Overclocked to 3.5GHz · · Score: 1

    ..."top security manager" doesn't really mean "top security manager", or something.

  8. Re:LegOS Should Be Renamed on LEGO Responds to Business 2.0 · · Score: 1

    This is my proposal: BrickOS

  9. Re: Less Secure --- Fixed! on YA Microsoft Linux Screed · · Score: 1

    No problem, I've got the Word document source, so I've made a quick fix...

    On page 3 of the Linux report:

    7. Less^H^H^H^H More Secure
    "Open source" means that anyone can get a copy of the source code. Developers can find and fix security weaknesses very easily with Linux. The same is not true with Microsoft Windows.

  10. Fix on YA Microsoft Linux Screed · · Score: 1

    I've got the Word document source, so I've made a quick fix...

    On page 3 of the Linux report:

    7. Less^H^H^H^H More Secure
    "Open source" means that anyone can get a copy of the source code. Developers can find and fix security weaknesses very easily with Linux. The same is not true with Microsoft Windows.

  11. Re:N2k on Netscape 6 · · Score: 1
    I'd much rather see software versioned by release year, or something like that...
    Netscape 2000.1, netscape 2000.2 etc...

    well, you can have it NOW

  12. Re:Oh. You wanna *start* w/an OS? on Computer Science Curriculum Using Linux? · · Score: 1

    I do not understand why people are looking for projects that tweak the OS itself, or add to it

    To find a job at Microsoft perhaps?

  13. What if we publish the code... on DeCSS Author Arrested · · Score: 1

    on the web encoded with a simple algorithm (rot13? :) without any informations on how to read it in clear?

    For many of us (if not all) it will be very easy to find the encoding scheme but legally the code is not public because of encoding, so nobody can sue us.

    If some lawyer thinks there is some DeCSS code inside our pages ... well, boys, we can sue him for unauthorized decoding of informations.