Slashdot Mirror


User: damiam

damiam's activity in the archive.

Stories
0
Comments
3,626
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 3,626

  1. Re:Things that need to be pointed out. on MS Security Chief: Windows Never Exploited Until Patch Available · · Score: 1
    the VAST VAST majority of Microsoft problems are with outlook, internet explorer, office, IIS, exchange, etc. Technically, these are not windows problems.

    They're not? My copy of Windows shipped with IE, Outlook, and IIS. If they're on the Windows CD, integrated into Windows, and installed by default, than security problems with them are Windows problems.

  2. Re:Hype? on iPod Mini Autopsy · · Score: 5, Insightful

    When you can strap a discman on an armband and go jogging with it, then you'll have a point.

  3. Re:Batteries change too? on Professor iPod Discusses Device's Social Impact · · Score: 1

    I don't know of any specific models, although I have seen them. However, many (replacement) laptop batteries cost more than Apple's iPod battery replacement.

  4. Re:Outside of Debian on Upgrading Your Current System To Kernel 2.6 · · Score: 1

    You mean these lines?

    wget http://www.kernel.org/pub/linux/kernel/people/rust y/modules/module-init-tools-3.0.tar.bz2
    tar xvfj module-init-tools-3.0.tar.bz2
    cd module-init-tools-3.0 ./configure
    make
    sudo make install
    cd ..
    wget http://www.kernel.org/pub/linux/kernel/v2.6/linux- 2.6.3.tar.bz2
    tar xvfj linux-2.6.3.tar.bz2
    cd linux-2.6.3
    make menuconfig
    [clickety clickety clickety]
    sudo make bzImage modules modules_install /sbin/lilo


    The Debian route takes signifcantly less time, effort, and bandwidth. Debian provides 386, P4, and Athlon optimized kernels, in SMP and non-SMP flavors. If you think you can optimize better than the Debian maintainers, then:

    apt-get build-dep kernel-source-2.6
    apt-get install kernel-source-2.6
    cd /usr/src
    tar xvfj [source tarball]
    cd [source tarball]
    make xconfig
    fakeroot make-kpkg --initrd kernel_image
    sudo dpkg -i ../[package].deb


    As I see it, Debian users save three lines and gain a set of sane defaults and the ability to upgrade the kernel without raping the packaging system.

  5. Re:My concerns about debian on Debian Prepares To Vote On Non-Free Software · · Score: 2, Interesting
  6. Re:Batteries change too? on Professor iPod Discusses Device's Social Impact · · Score: 4, Insightful

    Under normal use, the battery has no problems. Under heavy usage situations, battery life can decline (as is also the case with most phones, PDAs, laptops, and anything else with a non-replacable lithium battery). Apple offers a battery-replacement service for $99, or you can do it yourself for half the price. Battery replacement is also covered by AppleCare. I fail to see where this is an issue,unless you think that Apple should wave a magic wand and create a perfect battery, or that iPods should be enlarged to make rare battery replacements more convenient.

  7. Re:COOL! on Linux Kernel 2.2.26 -- 2.2 is not dead! · · Score: 4, Informative

    I use Debian and love it, but let's not be too misleading here. It took a couple weeks for Firefox to get into unstable, and kernel 2.6.0 was still the newest option even for a while after 2.6.2 had been released. Unstable is great, but it's not always up-to-date (it took a year for XFree86 4.3 to get in, although that's a whole other can of worms...).

  8. Re:Microsoft versus Google on Wired Reports on 'Googlemania' · · Score: 1

    There's also a reason the term "Internet Exploder" became prevalent in net culture. It doesn't just crash, it takes everything else down with it.

  9. Re:Tips... on Moving from Linux to Windows Desktop? · · Score: 1

    Better than local admin exploits is the NT password editor. Assuming you have physical access, no box is secure.

  10. Re:hahaha! on Moving from Linux to Windows Desktop? · · Score: 1

    Admin access is much easier than that. No box to which you have physical access is secure. The offline NT/2K/XP password editor is a good example.

  11. Re:The lone dissenter was... on Corbis, DMCA, And John Kerry Photos · · Score: 1

    PATRIOT != DMCA

  12. Re: your sig on A First Look At The GIMP 2.0 · · Score: 1

    Oops, sorry, Edwards didn't vote for the DMCA, he wasn't a Senator at that point. I think it's fair to assume that he would have, though.

  13. Re: your sig on A First Look At The GIMP 2.0 · · Score: 1

    Edwards is mega-rich, influenced by special interests, and voted for the DMCA. Why didn't we vote for Dean again?

  14. Re:I obtained a preview release on A First Look At The GIMP 2.0 · · Score: 1

    Does it have the price tag?

  15. Re:changelog on NSA Releases Updated SELinux · · Score: 3, Informative

    That might be funny, if it were true. Fortunately, it's not.

  16. Re:I can't play Doom on my iPOD? on Adventure Story Game for iPod Released · · Score: 3, Informative

    No one is turning up their noses, but it'd be nice if we could do more. As evidenced by Solitaire, Brick, and Parachute, the iPod is capable of decent graphical games (and other apps), and it'd be nice if Apple would release an SDK allowing their development. Maybe iPod Linux will get there at some point...

  17. Re:Context on NSA Releases Updated SELinux · · Score: 1

    Calling mi2g a "security firm" is a little extreme, don't you think?

  18. Re:GUI Cleanliness on Ars Technica: Deep Inside KDE 3.2 · · Score: 1

    Because it's convenient to have useful configuration options in the app, where people need them. The options that 99% of users never change are gconf-only, because few users want them (you may be one of those few, but most are not) and power users know where to look for them. gconf is not embedded in apps because gconf-editor is ugly compared to a well-designed preferences box, but it's still quite easy to use.

  19. Re:GUI Cleanliness on Ars Technica: Deep Inside KDE 3.2 · · Score: 1
    All GNOME apps provide gconf with XML schema files, which contain documentation for each key. gconf-editor should display it when you select a key. If it doesn't, file a bug.

    I'd be very surprised if you can find me an example of a gconf key not available in gconf-editor.

  20. Re:GUI Cleanliness on Ars Technica: Deep Inside KDE 3.2 · · Score: 1
    I would hardly call using GConf to edit undocumented keys

    GConf keys are well-documented in XML schema files. gconf-editor should show descriptions of each key when you select it. If it doesn't, file a bug.

  21. Re:GUI Cleanliness on Ars Technica: Deep Inside KDE 3.2 · · Score: 1

    I don't know what gconf you've been using, but gconf-editor provides a browsable tree of all gconf keys, similarly to regedit. You never need to spell, type, or even remember any gconf option names.

  22. Re:GUI Cleanliness on Ars Technica: Deep Inside KDE 3.2 · · Score: 1

    If you go to File->Close, and a dialog pops up, you know it's going to ask you if you want to save. What you don't know is which button you need to click (sometimes it's ambiguous even after reading the dialog). Having clearly labeled buttons means that you don't have to read and analyze the entire text, you can just guess the general meaning of the text and click the appropriate button. For those people who have better things to do than disect the text of alert boxes, it's a real time-saver.

  23. Re:GUI Cleanliness on Ars Technica: Deep Inside KDE 3.2 · · Score: 1

    You just described GConf. Developers specify a list of properties, and gconf-editor allows the user to edit them. gconfd manages the back-end, which is generally XML files (although other backends such as RDBMSs are possible). It's well-documented and easy to find and change the settings you want. It also provides for spiffy instant-apply notification. Now, if only KDE would use it...

  24. Re:I question the necessity of PE altogether on Sports Videogame Student Enticements Banned · · Score: 1

    You just proved my point for me. I was not advocating not teaching algebra, but I was countering the grandparent's point about PE. I personally am quite good at math, and enjoy it. I also play varsity soccer, and I think that some type PE is necessary (although not very useful as it's traditionally taught). Physical activity is necessary in many jobs, while basic algebra (solving sets of linear equations, solving quadratics, graphing polynomials, etc.) is not widely used in most occupations. Generally, the concept of solving equations for an unknown variable is taught in middle-school prealgebra (at least, it is where I live).

  25. Re:Yeah it's nice on Subversion 1.0 Released · · Score: 1

    I don't, but most people use the same username in multiple places (Bascule has it as his email address, for example). Further, several of his other posts are cut-and-pasted from other online forums, where they were generally posted either anonymously or from different-named accounts.