Slashdot Mirror


User: Istealmymusic

Istealmymusic's activity in the archive.

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

Comments · 530

  1. Re:Sweet! on FreeBSD Passes 9000 Ports · · Score: 1

    If I did that I'd have to restart X, which I must avoid. Restarting is for Windows users.

  2. Re:Can anyone explain that? on Reviving A Dead Hard Drive The Hard Way · · Score: 1
    Oh yeah, and the WD's had a firmware bug that caused problems when used in a RAID configuration... sucked.
    I have the same hard drives (WD1200JB) in a RAID configuration (Promise TX2000), and have had no problems. What is the bug?
  3. Re:Telnet and POP? on Two Wheeled Wi-Fi Sniffing Robot · · Score: 1

    Use webmail.

  4. Re:Worst annoyances ( USB ) on Worst Linux Annoyances? · · Score: 1
    I have OnChip USB 2.0 support on a VIA chipset and am using it under FreeBSD, with no problems. I also have OnChip Firewire support as well as Ethernet over Firewall which is correctly detected, although I haven't messed with it yet.

    Maybe its the drivers that suck?

  5. Re:Unmounting devices on Worst Linux Annoyances? · · Score: 1
    WRONG! Whenever I have to use lsof to find a goddamned open file handle on the CD-ROM, my blood boils.
    I didn't read all the responses justifying this bug, but how the hell can you have an open file on an unmounted drive? Since, of course, you have to unmount your CDROM in order to eject it, wouldn't unmounting close all open files on that partition?
    umount -f /cdrom
    "-f" is for "force"; it should unmount your CD-ROM drive and allow you to eject it. I don't get you Linux users.
  6. Re:Unmounting devices on Worst Linux Annoyances? · · Score: 1
    2. what if you don't want to kill that app? Often you're already browsing a completely different directory or -in case of Konqueror instead of Nautilus- you have a number of additional tabs open.
    I didn't read all the replies justifying this bug, but in Galeon, you can do File -> Exit with session. Once you restart Galeon, all your tabs and open windows will be restored. Very cool. All Unix applications should have this feature.
  7. Re:Dont know if I agree on The Introvert Advantage · · Score: 1
    Is personality, or certain personality traits immutable?
    Only if you chattr +i /dev/personality/*.
  8. Re:What if we just don't like stupidity? on The Introvert Advantage · · Score: 1

    Median is a type of average.

  9. Re:awesome on FreeBSD Passes 9000 Ports · · Score: 1
    "I recommend" is basically a euphemism for "I highly am pleased with". I thought everyone knew that.

    Nothing wrong with saying "I recommend FreeBSD". This statement of fact uses a timeless tense, spreading across the spectrum of time endlessly. It does not refer to a particular instance, or even imply that one exists. It does not suggest that I have ever even recommended FreeBSD; merely that if I was asked for a recommendation, that I would recommend it.

    "I recommend" is more like one's political beliefs than a recount of history or what was has done in the past. You should try using this idiom sometime; you'll get suprising results.

  10. Re:compaq triflex ide controller on FreeBSD Passes 9000 Ports · · Score: 1
    You might want to contact Soren Schmidt; he is currently developing the ATA driver last time I checked. His website is freebsd.dk, this is an excerpt of the relevant text:
    I'm currently the author and maintainer of the FreeBSD ATA driver (disk, cdrom, DVD, ZIP, LS120 etc).

    I also wrote the Linux emulator, the FreeBSD console driver syscons and libvgl graphics lib, plus various other bits and pieces, most of which I have handed over to new maintainers to concentrate on the ATA driver.

    The latest patches/enhancements to the ATA driver can be found here A list over supported CDR / CDRW drives (burncd + ATA driver) is here If you have ATA/ATAPI/IDE hardware that is not supported, please contact me at sos@FreeBSD.dk

    I remember one day, long ago, upgrading my FreeBSD system and noticing the hard disk names changed from /dev/wd to /dev/ad (for ATA disk). I'm pretty sure SOS was responsible for that; today, I'm using a RAID subsystem (/dev/ar0) with a CD burner supported by the ATA driver. (/dev/acd). Very cool. I'm sure I'm not the only one that appreciates his work.

    Definitely get in touch with Soren, I'm sure he would be able to help. There may be licensing issues in porting the Linux driver; though. Probably best to write it from scratch (as is sadly common with BSD and GPL software today.)

    Good luck...

  11. Re:Sweet! on FreeBSD Passes 9000 Ports · · Score: 1
    I can crash my system with Alt-Enter in X. Apparantly this is a "key sequence" to cause X to switch video modes; to an invalid mode in this case. After I do this, I have to use Ctrl-Alt-Bang to terminate X, and my console window is heavily dimmed, and X won't start again. So I have to reboot. I think we can say that I have crashed FreeBSD, since its GUI is now useless.

    Note: I've done all this as a normal user. I'd like to configure FreeBSD's X to not recognize the Alt-Enter keystroke in any case. How?

  12. Re:off topic and wrong. on FreeBSD Passes 9000 Ports · · Score: 1
    By the way, it is illegal to steal copyrighted material through file sharing. It's the law.

    Alright, its illegal to steal copyrighted material through file-sharing. How do you suggest I steal copyrighted material?
  13. Re:Only a brief mention to the loss of the Milky W on An Enlightened Look at an Over-Lighted World · · Score: 1
    There was a show a while back on broadcast television about a portion of land set off for zero electromagnetic energy. It was well out of the range of civilization; and everyone that lived there rode bikes. (No cars - the sparks create EMF). Of course, light is itself a form of electromagnetic radiation.

    If you're going to dim all light, attenuate the EMF too! Its arguably more harmful, and you might as well kill several trillion possible wavelengths than just a small, limited, range of visible light. EMFs (electromagnetic fields) are much too pervasive in our daily life's, and it would be something to be able to travel to a place where none exist.

    Thanks for reading.

  14. Re:SCO adds $32 to the price... on AMD Demonstrates Linux-Based PDA at LinuxWorld · · Score: 2, Insightful

    You don't think so?

  15. Re:Why not try it out indeed? on Perl 1.0? · · Score: 1

    That's very torpor of you.

  16. Re:There's one good thing about it. on Perl 1.0? · · Score: 1

    Then why don't you use an EDITOR that eliminates repetitive tasks?

  17. Re:I have been working on another one on Replacing SMTP? · · Score: 1
    That's pretty cool. Consider, the Internet itself is:
    • Unreliable
    • Untrusted
    • Unsecure

    All of the above. Various technologies have been developed to assuage these problems with IP (not really problems; as they can be "fixed" at higher layers, but if you use IP directly you definitely have to worry about reliability, trust, and security).

    To address the unreliability of IP, TCP was developed.

    To address the sniffability/insecureness of IP (anyone with access to a router, proxy server, or wireless network can see certain traffic that passes through), SSL/TLS and other encryption was developed.

    I see your project, CAKE, as the final step. Layered over TCP for reliability, one could send mail with verified authenticity without the slowdown of encryption. Very nice. \

  18. Re:Why not try it out indeed? on Perl 1.0? · · Score: 1
    Maybe you should read the Carp POD documentation.

    Secondly you contradict yourself. First you say: I mean crap, as in the stuff that comes out of everyones ass.. This cleary coincides with the first definition of crap:

    1 a usually vulgar : EXCREMENT b usually vulgar : the act of or product of defecating
    However, then you say: Perl is crap!. Needless to say this usage corresponds to the second definition:
    2 sometimes vulgar : NONSENSE, RUBBISH; also : STUFF 4b

    You appear to be confused, I suggest you read the Carp documentation, its very informative, and you'll learn a lot about Perl.

  19. Re:KDE/GNOME/etc is much more useable than XP on Windows XP Edges Out KDE in Usability Test · · Score: 1
    How do I make a window always-on-top in any version of Windows?
    http://fadsoft.com/AlwaysOnTopMaker.htm
  20. Re:start leading.. on Windows XP Edges Out KDE in Usability Test · · Score: 3, Interesting
    I actually tried this, but it sadly falls short.

    Maybe my pirated windows installation is fucked, but when I change virtual desktops, it appears that all the windows are minimized. The transisition is very choppy. Contrast to my GNOME install, which is much more quick (even with a slower CPU).

    I tried a couple illegally-downloaded cracked commercial "virtual desktop" utilities but none of them made the cut. Whilst trying to find the software I ripped off; I came across a Slashdot article: Virtual Desktops for Win32. Maybe those stuck on Microsoft will find it useful.

    Interestingly enough, the linked article recommends LiteStep, a GPL'd application for a Win32 virtual desktop alternative shell. So here I am, on a cracked commercial OS, downloading cracked software, and I find that the freely available programs (LiteStep and GNOME for Unix) work better.

  21. Re:The title must not say it all on Perl 1.0? · · Score: 1
    Also on my annoyance list: "Needless to say." If it's needless to say, then why say it?
    The clause "needless to say" is used to avoid patronizing the more advanced readers, while still providing seemingly-obvious information to the neophytes. Needless to say, what is obvious to one is not necessarly obvious to another; therefore what needs to be said to a neophyte does not need to be said to a guru.
  22. Re:Why not try it out indeed? on Perl 1.0? · · Score: 0, Troll

    Never knew "crap" was an adjective. Maybe you mean Carp? (Its not an adjective either.)

  23. Re:There's one good thing about it. on Perl 1.0? · · Score: 1
    Um, vi? or awk? or sed? or even ed?

    Maybe the reason Perl programmers like it so much is that they're too lazy to learn any other tool. Just as if the only tool you have is a hammer, every problem looks like a nail, then if you're a Perl hacker, every problem looks like it needs a Perl solution...

    Perl is more like a swiss army knife than a hammer.
  24. Re:There's one good thing about it. on Perl 1.0? · · Score: 1
    Oh, so now I need a special text editor to use Python.
    No, all you need is to learn how to repeatedly press the spacebar instead of the tab.
  25. Re:Some things to point out. on Perl 1.0? · · Score: 1

    Nothing wrong with dispatch tables. Very maintable in my opinion.