Slashdot Mirror


User: unixmaster

unixmaster's activity in the archive.

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

Comments · 144

  1. Time interval that patents are valid on Talk To a European Patent Examiner · · Score: 1

    In U.S patents are valid for 17 years. Even if E.U accepts software patents isnt it a long time for a industry like software engineering where patents kills innovation . So if EU accepts to apply software patents will it be valid for 17 years as in US? Or will it be a more reasonable time interval like 5-7 years.

  2. When you say click-through? on Click-Thru Licensing on Open Source Software? · · Score: 1

    You mean that little boxes contains EULA ? What will our free software ones contain? GPL v2 license text or any other open source license text?

  3. Mplayer ( %100 GPL ) already runs on Zaurus on TheKompany Releases DivX Software For Zaurus · · Score: 5, Informative
  4. Seems like OpenSSH 3.4 trojaned too on OpenSSH Package Trojaned · · Score: 2, Interesting

    From freebsd-security mailing list. I am not sure this is for real or fake

    I just upgraded my OpenBSD 3.0 machine to OpenSSH 3.4 last night.
    I downloaded openssh-3.4.tgz ( notice not p1 ). The MD5 I got was
    MD5 (openssh-3.4.tgz) = bda7c80825d9d9f35f17046ed90e1b0a
    And look :
    [root@superfrink /root/upgrades]# tar -tzf openssh-3.4.tgz | grep bf
    ssh/ssh-keygen/bf-test.c
    And then:
    [root@superfrink /root/upgrades]# head -5
    ssh/ssh-keygen/bf-test.c
    /* * Blowfish input vectors are handled incorrectly on HP-UX PL.2 systems.
    * Perform routine compatability checks. */
    #include
    So I guess It's not just openssh-3.4p1.tar.gz that is trojaned.
    /Chad

  5. Re:Is this a good excuse ? on OpenSSH Package Trojaned · · Score: 1

    I mean OpenBSD team when I refer to OpenBSD so send your flames to /dev/null ;-P

  6. Is this a good excuse ? on OpenSSH Package Trojaned · · Score: 1

    People say this is not a fault of OpenBSD because openbsd.org runs on Sun Solaris
    I wonder who said that Sun boxes can be owned , they cant be trusted ?
    Or I never heard someone say "Oh its solaris it can be hacked"
    Or did you ever see Bill G. says : "This site runs on Windows dont blame me!"

  7. Re:Why Mozilla over IE? on Ars Technica Reviews Mozilla · · Score: 1

    >Nonsense... showing your ignorance on how IE works again.

    Oh sorry dear coward I left my Explorer SDK at home . Maybe
    you want to enlighten us other than FUDding around.

    >Available to any browser out there if they choose to install
    >such software... funny how when software YOU people
    like >adds features it's innovation. If Microsoft added this
    >functionality to IE you'd accuse them of trying to put
    >Popup-Ad Killer companies out of business.

    I always like All-In-One design . Which simply doesnt enforce
    you to use 3rd party applications to do simple tasks.

    > and you honestly feel safe because of that? It's brand new
    >software which means it *IS* riddled with bugs -
    they just > >haven't been found yet... they WILL.

    Yes I feel safe only one security hole over this year
    became
    public for mozilla. Whereas there are still
    more than 12 open for ie.

    > 7- Again, what would your response be to Microsoft doing
    >the same thing?

    Frontpage comes bundled with ie ? Heh.

  8. Why Mozilla over IE? on Ars Technica Reviews Mozilla · · Score: 1

    1- Damn it I use Linux :-)
    2- Tabbed browsing fast and less memory utlization
    3-Pop-up Blocking
    4- Can be extendable with add-ons @ www.mozdev.org
    5- There are no news for it like this
    23 July 2002: There are currently 21 unpatched vulnerabilities ( From http://www.pivx.com/larholm/unpatched)

    6- Real helpful developers @ irc.mozilla.org
    7- Has a HTML Editor built in
    8- Its open source :-)

  9. Registration Required ? on NYC Subways Testing Flywheels · · Score: 2, Informative

    From the out_of_the_topic dept.

    If you dont wanna register at NYTimes visit NYT Random Login Generator
    But because NYTimes block based on referrers you got two chances 1 - Disable Javascript or a better one get Multizilla Toolbar for Mozilla
    It has a nice option like "Dont send referrer" .
    Choose it and boom you are in !

  10. Well what I think on Linus: Praying for Hammer to Win · · Score: 1

    Well as far as many people run a P2/P3 on their boxes , when AMD Hammer comes out it would be nice for linux people ( us ) to embrace AMD Hammer and buy it. I mean what did Intel give back to Linux ? They didnt even mention it on supported processors. Whereas AMD shows its processor on 64 bit Linux. So I think AMD deserves more respect on the linux scene.

  11. Re:Question on Linus: Praying for Hammer to Win · · Score: -1, Offtopic

    I had Win XP Beta Tester login for two months and they give 64-bit betas for 9-10 months . I am not sure whats the latest beta build because my login is expired . Well dont share your login with 10 people even microsoft is not that dumb :/ .

  12. For the wondering ones.... on USB 2.0 for Linux Coming Soon · · Score: 2, Informative

    You can read linux-usb news and reach linux-usb team at http://www.linux-usb.org

  13. Re:How to think like a computer scientist on Think Python · · Score: 1

    Well as a CS student what I can say is CS always mess with optimization in the first hand
    And a basic programming language like C/C++
    Hardly ever the idea is to teach a language but how to optimize things

  14. Java ? /me cries on Sun and Apple Team Up for StarOffice for Mac OS X · · Score: 0, Troll

    Java is exactly like interpreted C++ .
    And what I mean by this sentence ?
    C++ is designed to be a compiled language not for run time interpretation like perl/python .
    When Java developers ripped C++ I think they forgot about that
    Now you know why Java is so bloated....

  15. Bill already got his flag and his soldiers on Microsoft Says IBM/Linux Their Biggest Threat · · Score: 1
  16. Grsecurity Patch & Debugging Your application on Additional Security in the Linux Kernel? · · Score: 1

    If you restrict strace in grsecurity you cant seem to be able to debug your application under gdb as normal user but root can still debug. Its a good idea to not to play with strace option if you are in a software engineering environment.

    Other than that it works like a charm.

  17. Why gcc 3.1 ? on Mandrake Linux 9.0 Beta 1 · · Score: 2, Interesting

    Save that I dont use Mandrake and still love my Slack but its nice that Drake guys used gcc 3.1 . Why ?

    Benchmarks ( http://www.coyotegulch.com/reviews/intel_comp/inte l_gcc_bench2.html ) showed that gcc 3.1 produces killer c++ code as intel's compiler and msvc++.

    C++ code was a bottleneck for gcc 2.9x series thats why our pretty Mozilla is slower than its is on Windows. But with gcc 3.1 and upcoming gcc releases this is no true anymore. After this we will have killer c++ code . So this means faster kde & mozilla etc etc.

    And gcc 3.1 is more ANSI/ISO C++ compliant see http://gcc.gnu.org/gcc-3.1/changes.html

  18. Secure By Default ? on Gates and Lasser on Palladium · · Score: 0

    In the email Bill says "Secure by default" . I say watch out they may acquire OpenBSD ;-)

  19. The Importance of All Linux Distros! on The Importance of Being Debian · · Score: 1, Flamebait

    The Importance of All Linux Distros and this includes Debian
    is to give you an idea why you need to use Slackware :)

  20. Re:bad news for Linux? on OpenGL 1.4 Spec Finalized · · Score: 1

    open source clone of opengl? opengl is already open !

  21. Anyway on Crypto Restrictions Are Taking Over the World · · Score: 1

    For all for GPL'd PGP alike application :

    http://www.gnupg.org

    For a nice gtk interface :

    http://www.gnupg.org/gpa.html

  22. Re:The main reason on More Attacks on Linux than Windows · · Score: 1

    What ya talking about ? Apache hole affected all systems but Gobbles security only released *BSD exploit.

  23. The main reason on More Attacks on Linux than Windows · · Score: 1

    The main reason is imho the apache hole which has an ready avaliable exploit for OpenBSD systems and OpenSSH root exploit which has a ready made exploit too . Both exploits are mailled to vuln-dev mailing list of securityfocus.com by GOBBLES security group. So kids have two interesting programs in their hands so what do you think they do ?

  24. Re:Uhrm. on Interview With WOLK Creator Marc-Christian Peterse · · Score: 1

    No this is called Big-O notation in Computer Science and until a exact value always O(n) algorithms is better than O(1) algorithms. But after that value while O(n) algorithms starts to get bigger more O(1) algortihms doesnt do that and get bigger slowly.

  25. Wolk Xfs Alsa 0.9 Yummie Yummie on Interview With WOLK Creator Marc-Christian Peterse · · Score: 1

    I use wolk for Xfs + Alsa integration its realy nice that I dont have to recompile alsa when I recompile my kernel because its integrated into kernel! And nice xfs integration too. No need to mention nice debian boot logo ( although I use slackware :/ ).And much more! Anyway if you want to have a look @ it check www.sourforge.net/projects/wolk or http://wolk.sf.net