Slashdot Mirror


User: Corporate+Gadfly

Corporate+Gadfly's activity in the archive.

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

Comments · 136

  1. Gentoo bug report for this vulnerability in cvs on Security Holes in CVS and Subversion Found · · Score: 1
    Here is the gentoo bug report for this vulnerability.

    Its already in portage and marked stable.
    emerge sync
    emerge cvs
    should get you going.
  2. Re:Does it still have the same installer? on Gentoo Linux Announces Gentoo Linux 2004.1 · · Score: 1
    Aneurysm9 said:
    Gentoo has an installer?
    There is an installer in the works here.
  3. My List on First Ten Programs on New Install? · · Score: 2, Informative
  4. How is that a good thing? on Andreesssen: Why Open Source Will Boom - in 103 Words · · Score: 2, Insightful
    can anyone use fewer than 103 words and still adduce as many reasons as he does?
    Exactly. Goes to show that if you don't have any substance in your speech, don't bother speaking at all. Looking at the 12 reasons, 1, 2 and 3 say the same thing repeated 3 times. Standing on giant's shoulders sound like a cliche as well. Totally useless list, IMO.
  5. Re:Perfect plan to design a laptop that won't sell on Acer Plans A 16 lb. Notebook · · Score: 1
    I have a Shuttle SB61G2 with a 2.4 GHz HT P4, a gig of ram, a 120 gig hard drive, and a Radeon 9600. It probably weighs about 7 or 8 pounds.
    Would you mind sharing where you bought the laptop from in Canada? I'm in the market for a laptop.
  6. Re:Enhanced Package Management on Rubyx OS - A Testament To The Power Of Ruby · · Score: 1
    There is already stow [gnu.org].
    I prefer to use xstow which is a replacement of GNU Stow written in C++. It supports all features of Stow with some extensions.
  7. biggest problem was non-availability of lm_sensors on Upgrading Your Current System To Kernel 2.6 · · Score: 1

    My biggest problem was non-availability of lm_sensors for the 2.6 series of kernels when I tried them 1 month ago.

    In addition, some java processes (tomcat) started freaking out and taking 100% CPU when running under 2.6. Never happened under 2.4 for over a year and a half.

  8. Re:winder if a new DE will come out of this on Memo Confirms IBM Move To Linux Desktop? · · Score: 1
    But which efficient environments do modern distributions have? On Fedora Core 1 I see four options GNOME, KDE, TWM, and Failsafe Terminal. That is two times bloatware, and two times too primitive for the average user. Where is the nice stable configurable KDE or GNOME like environment, that will not use a lot of RAM and CPU power?
    You ask where is it? It's here and is called FluxBox.
  9. no one has mentioned TortoiseCVS on Pragmatic Version Control Using CVS · · Score: 1

    Its pretty amazing that no one has mentioned TortoiseCVS yet. If you are using CVS and are stuck on the windows platform, then Tortoise CVS is a god send.

  10. Re:Apache 2.0 on Apache 2.0.48 Released · · Score: 1

    I am using mod_perl 2 (really 1.99_10) in production without any problems. You do have to sort of keep up with the mod_perl mailing list, but it has performed without any problems for me so far.

  11. crtc in Canada? on FCC Still Pushing for Number Portability on Nov. 24 · · Score: 1

    And the CRTC in Canada continues to lag behind in mobile number portability. Anyone know if they are planning to follow suit?

    A google search revealed Mobile number portability page on The International Telecommunications Users Group (INTUG) site.

    Here is their position paper on numbering which supports portability.

  12. Clueless reviewer and clueless editor on Java Web Services in a Nutshell · · Score: 2, Informative

    Nice job with the line breaks there, buddy!! Because of your mistake (and the editor's) anyone who is really interested in this topic will have to suffer through horizontal scrolling (big deterrant).

    Don't the editors have a preview button (or common sense for fsck's sake)?

  13. no thanks on Mozilla Thunderbird 0.1 Released · · Score: 1

    Thanks, but no thanks.

    My mail is held on an IMAP server. So, the best email program for my needs is PC-pine on win32 (closed source). When on linux, use pine (open source).

    I like the extra customization ability, the small footprint and the platform independence pine gives me. Attachments are a breeze. Ability to write accents in pine. Good thread support in recent versions (not talking about process/threads). Etc...

  14. Re:Public good v. privacy on U.S. Biometric Passports By Late 2004 · · Score: 1
    Does anyone know how passports originated?
    http://www.fff.org/freedom/0500h.asp has an excerpt from The Invention of the Passport: Surveillance, Citizenship and the State by John Torpey (New York: Cambridge University Press, 2000); 210 pages; $19.95.

    Here's a review of the book.
  15. Re:Who said you had to filter it? on To Allow or Not Allow E-Mail Attachments? · · Score: 1
    I agree: new Outlook Express default policy is even more brain dead. One cannot even download and save attachments unless this virus option is turned off.
    I double agree. There's a little trick that you can use to get OE to download/save attachments. First, open the message that has the attachments. Then click on Forward. Then you can save the attachments to your heart's content. Little bit of a workaround, but still manageable.
  16. print version of same article on RMS Cuts Through Some SCO FUD · · Score: 1

    print version of same article (sans navigation, cruft, etc... plus its easier on the zdnet website).

  17. Re:Good for the web on Red Hat Plans Open Source Java · · Score: 1

    holy crap... as if Mozilla wasn't the most bloated piece of software itself.

    Secondly, what java programs have you not been able to try? Ever heard of J2EE. Stop using client-side java as an excuse.

  18. sun moves in for the kill on SCO Amends Suit, Clarifies "Violations", Triples Damages · · Score: 1

    Sun CEO Sees Opportunity In IBM Legal Fight

    Let's assume for one second that SCO does have a case. In that case, HP-UX and Solaris could be the only major, commercial versions of Unix left. Is IRIX considered a major player any more? I don't think so.

  19. Re:ccache for the compulsive kernel compiler on Linux Kernel 2.4.21 Released · · Score: 1
    Good point.

    You can always use distcc and ccache in combination. From distcc website:
    You might like to also look at Andrew Tridgell's ccache compiler cache, which can avoid running the compiler altogether if the object file is cached from a previous identical run. This is great if you work in several similar source trees. Of course it works well with distcc.
    This way if you DO have multiple machines at your disposal, use distcc (even distcc/ccache combo). Otherwise, if you only have one machine, then use ccache.
  20. ccache for the compulsive kernel compiler on Linux Kernel 2.4.21 Released · · Score: 2, Interesting
    For the compulsive kernel compilers amongst us, ccache is a lot of help.

    From their page:
    ccache is a compiler cache. It acts as a caching pre-processor to C/C++ compilers, using the -E compiler switch and a hash to detect when a compilation can be satisfied from cache. This often results in a 5 to 10 times speedup in common compilations.
    So, if your normal kernel build command is:
    make dep clean && make bzImage modules modules_install
    then, your ccache version of that command would be:
    make dep clean && make CC="ccache gcc" bzImage modules modules_install
    Trust me, it will save you a lot of time, especially if you are constantly tweaking your config settings and recompiling all the time.

    If you compile as root, usually the cache directory will be /root/.cache
    You can tell ccache to only reserve so much disk space for itself by issuing a
    ccache -M 100M
    command to reserve 100M.
  21. Re:What happened to the Law? on Will Microsoft Subsidize WinXP For Lindows Buyers? · · Score: 1
    Dumping is defined as follows URL (
    http://pacific.commerce.ubc.ca/john/baim503/dum p.h tm)
    This might be off topic, but what you call a URL in your case is just a random collection of characters thrown together which have the tendency of producing 404 errors if you don't remove embedded spaces.

    Perhaps you meant to write, dumping is defined as follows
  22. already happened on Verizon to Reveal Customers in DMCA Subpoena Case · · Score: 2, Insightful

    According to this report, the names HAVE actually been turned over today as Verizon Turns Over Names in Piracy Case

  23. Re:Price? on Samsung LTM295W 29" LCD Review · · Score: 1

    RTFA (that's always a good exercise) even click on the Buy button at the top and you'll see that cheapest one is nearly $3100.

  24. Re:The Matrix, our new Sci-Fi trilogy? on Star Wars Episode III: Behind the Scenes Webcam · · Score: 1
    Watch Kurosawa's "The Hidden Fortress." It's the EXACT SAME STORY as Star Wars, only in feudal Japan. Lucas has admitted as such (though the reference escapes me).
    Here's a few (oddball) references from this google search
    * Menace hides Kurosawa's Fortress
    * The Hidden Fortress (1958): Minoru Chiaki, Kamatari Fujiwara, ...
    * Amazon.com: Video: The Hidden Fortress (1960)
    * #39: The Hidden Fortress
  25. off topic soap box - why I never completed my PhD. on Office-Hour Habits of the North American Professor · · Score: 1

    This topic is near and dear to my heart. However, my rant is on an off-topic note. I never completed my PhD. because of how my advisor treated his students during my period at the uni. He was always interested in getting research grants and could care less about the progress the students were making towards their program. I got so disenchanted with my PhD. work that when a part-time web job came up in 1995 I took it up in a snap. Eventually that job turned into a full-time job and a career and the PhD. was forgotten forever. In some ways, I regret not completing it and in other ways I am glad that I never completed i.