Slashdot Mirror


User: Enahs

Enahs's activity in the archive.

Stories
0
Comments
1,390
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,390

  1. LOL! on Progeny Debian Release Candidate 1 · · Score: 2

    The thing is, I'd almost have to agree with you. I just made the Big Switch from Slack Linux to FreeBSD, and I've gotta say, I was impressed with autoslack. autoslack -iurs was all you needed to do to pick new packages, upgrade packages, delete deprecated. I think it compares (and I'm just now learning about FreeBSD; please be forgiving :-) favorably with tools such as pkg_add and family.

  2. Hm on eFront From Inside · · Score: 2
    eFront From Inside

    Games | Posted by michael on , @:

    Trying out some of the mythical Bender code or something?
  3. Re:screenshots? on QT 2.3, With Anti-Aliased Fonts · · Score: 2
  4. Re:Lets all be honest... on New Star Trek Series Rumblings · · Score: 1
    No joke...I actually skipped out on the first season because I watched the pilot and thought, "This sucks." The local station carrying it dropped TOS for TNG...what a ripoff. Then the third season came along and it was entertaining. Certainly not a cerebral exeprience, but entertaining.

    As long as it's a level above Anddromeda, I'll be happy.

  5. Re:IRC question.... on Project Yourself On Mr. Toad's Wild Ride · · Score: 1

    Shoot, I have to agree. I've even have trouble with people launching smurf attacks when I'm in #linpeople. (Hi ult!) That would be great! People do everything from smurf attacks down to just simple ping -f's. IP address hiding would be highly beneficial. :-)

  6. Re:If only I could filter out RMS like Katz! on Slashback: Stallman, Again, Wanderungen · · Score: 1
    Or has groupthink so infected this site that everyone must bow down before RMS?

    It's been that way since Day 1, sorry. Thou shalt not speaketh vilely of our great patron saint, St. IGNUcius.

    Feh, I think we could do without him, myself. Thanks for starting the GNU project, but sometimes, Mr. Stallman, you get in the way.

  7. Re:Check out this quote. on Slashback: Stallman, Again, Wanderungen · · Score: 1

    I bet you'll be modded down, but hell, you're right. I had someone give me a lecture recently about using Acrobat Reader to view PDFs. Seems that by choosing to use Acrobat Reader instead of XPDF I was giving up my software freedoms. Erm, excuse me?

    To be blunt, I had a choice between the Free XPDF and the proprietary Acrobat Reader. I chose Acrobat Reader. I'm restricting my own rights by choosing it? I think not.

    God, I'm thinking of jumping ship now...how's FreeBSD doing these days? :-)

  8. Re:Editorial on Making Banner Ads Suck Less · · Score: 1

    Hey, I read kuro5hin all the time and I thought to myself, "Oh, good, it's one of those assholes who always says, "-1, already on Slashdot." Heh, I just happened to see this on my weekly pilgrimage to the troll mecca. Funny post, but I sincerely hope you don't do this on kuro5hin. :-)

    -regeya

  9. Re:Unattended MP3 to Vorbis Conversion? on Ogg Vorbis Changes (Just About) Everything · · Score: 1

    for f in `find . -name "*.mp3"` ; do
    mpg123 -w `basename $f .mp3`.wav $f
    oggenc `basename $f .mp3`.wav
    done

  10. Re:Unattended MP3 to Vorbis Conversion? on Ogg Vorbis Changes (Just About) Everything · · Score: 1

    If lame catches up with libvorbis, you could use it to convert mp3s in one fell swoop.

    For the people who prefer command line (and bash):

    for i in *.mp3
    do
    mpg123 -w blah.wav $i
    oggenc blah.wav
    mv blah.ogg $i.ogg
    rm $i #if you want to remove the original mp3
    done

  11. Re:Unattended MP3 to Vorbis Conversion? on Ogg Vorbis Changes (Just About) Everything · · Score: 1

    Well, if you start with good-quality MP3s (not that 96kbps MusicMatch garbage you'll find on Napster) you'll notice no audible difference between the MP3s and the files converted to Ogg Vorbis. I've done it, and incredibly, it still sounds great. :-)

  12. Re:Apt-get rocks? on Petreley on apt-get vs. RPM · · Score: 1
    Absolutely, but I've spent half an hour updating RPM's just to get an ICQ client to work on my Linux box before.



    I hate to say it, but...damn, you must have done something wrong.

  13. Re:Why ca't you use it in RH? on Petreley on apt-get vs. RPM · · Score: 1
    Furthermore, I've been told that apt-get was standard tool in latest Cooker aka Mandrake 8.0beta.
    I while back I had Cooker (when it was "7.3") and it was apt-enabled at that point. That was pretty neat.
  14. Re:Can I do this under apt? on Petreley on apt-get vs. RPM · · Score: 1

    This is a bit sad; at one point, the Cooker was apt-enabled.

  15. Re:Prior art search on Apple Patents GUI Theme Engine · · Score: 1

    Try plig.org/~xwinman. It's an older windowmanager, afaik lisp-based.

  16. Re:wtf? on Turn-Based Games: What Happened? · · Score: 1

    Erm, so you're saying...

    "Hey, Taco, I don't like this. Why are you posting stories I'm not interested in?"

    Jackass.

  17. Re:Loose sense? No, they got it 100% right. on Microsoft Clarifies Jim Allchin's Statements · · Score: 1
    Have you ever tried to use photopaint?

    Yep, and I actually love it. This from someone who used to work with Photoshop several hours a day...and besides, I was tired of handing my files to people and saying, "Oh yeah, before you use that, make sure to convert that to CMYK, 'coz it's still RGB" if I'd been a weenie and used GIMP (and don't ever try to use GIMP for large images...friends don't let friends use GIMP for prepress.)

  18. Re:KDE installer will get many more users... on KDE Installer Project · · Score: 1

    Quite frankly, I feel comfortable in the CLI, but I'd welcome a KDE installer along the lines of Ximian's installer. The only people who won't will be the 'l33t hax0r w4nn4b35' who apparently have nothing better to do than spend a couple of days building KDE2 from source (and whatever you do, don't read those README's! They're for l4m3rZ!)

  19. Re:one sided? on The Silent Kernel Platform War? · · Score: 1
    Um, no. People (like me) who own Macs but want a Unix system at home to fiddle with would naturally be attracted to LinuxPPC. But I also want an OS which actually support my computer's hardware and has a usable UI and applications.

    Ummm....so download the kernel patches.

    Problem solved.

    Or, as someone else here said, try NetBSD, though I can't say I've ever tried it myself.

  20. Re:renaming will occur soon? on IBM Releases GPLd WinModem Support For Linux · · Score: 1

    GNU Image Manipulation Program Toolkit

    GNU==GNU's Not Unix...

    Damn, you've got me. :-)

  21. Only one. on Ask the Man Behind the Legend - Cowboy Neal · · Score: 1

    What's all this business I hear about hugging?

    Inquiring minds want to know.

  22. Re:Can games really work under the GPL? on Bungie's Marathon Infinity on Linux · · Score: 1

    The point was, as I understand it, not that counter-strike is OSS, but that it is apparently written by a small, ragtag group of programmers rather than the main Valve team. OSS programmers tend to be small, ragtag groups as well. :-)

  23. Re:Oh Baby!! on Linux Box As Digital VCR · · Score: 1

    The sad thing is, if it were posted on kuro5hin today, it'd get shot down in 10 minutes.

  24. Re:-1 on Linux Box As Digital VCR · · Score: 1
    You my friend, have no sense of humor.

    Whoops! Guess you don't have one either.

    Sorry.

  25. Re:-1 on Linux Box As Digital VCR · · Score: 1

    Yes, you've proven you can be an asshole not just on kuro5hin, but on Slashdot as well.

    Congratulations.