Slashdot Mirror


User: EvilIdler

EvilIdler's activity in the archive.

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

Comments · 945

  1. Re:What if they pull a Lutris? on Transgaming Bringing Windows Games to Linux(?) · · Score: 1

    I'd just like to point at that they *are* releasing their
    source - just grab their CVS! I've been using it for some
    time now, and it is seeing improvements now and then.

    Try:
    cvs -d:pserver:anonymous@cvs.winex.sourceforge.net:/cv sroot/winex login
    cvs -z9 -d:pserver:anonymous@cvs.winex.sourceforge.net:/cv sroot/winex co wine

  2. Re:VBR on What Sounds Better, MP3 or Ogg? · · Score: 1

    I was going to post about r3mix.net myself - it's definitely
    a good way to do it. Here's my 'hiq' script that I use with my 'rip' script to encode my own CDs:

    #!/bin/bash
    if [ $2 ]; then
    lame -V1 -b128 -h -mj -q1 $1 $2
    fi

    For those who jump at people's throat for using joint
    stereo, you should know that all it means is to make
    both channels a pointer to the same audio frame when
    the sound is exactly the same in both left and right
    channels.

    This sounds very good on my Cambridge Soundworks
    speakers. For encoding to my RIO, I usually just
    encode some MP3s to a lower bitrate - the earbuds
    are so crap it doesn't make any difference. This
    script is handy for low-quality encoding to Rio:

    #!/bin/bash
    if [ $2 ]; then
    lame --mp3input -b64 -h -mj -q1 $1 $2
    fi

    I have not tried Ogg - I'm not sure if it has the same
    sort of variable bitrate options, joint stereo, high-
    quality special voodoo etc. I'm happy with Lame.

  3. Nice, but is it necessary? on Winamp Alpha for Linux · · Score: 1

    Nice of the lads to port WinAmp, and actually use
    proper GUI tools - as far as I could tell, it used Gtk+.
    But as far as I could tell, there was also a timer to make
    sure we couldn't see much of it before it crashed :P

    Anyway, I would stick to XMMS as I'm actually happy
    with it - it plays sound, music, movies, and whatever
    else these crazy plugins do. I think I'll make a picture
    viewer for it (with slideshow options) just to not have
    to mess with even more programs ;)

  4. Re:Not a virus, not a worm on Cross-Platform Pseudo-Virus: Don't Panic · · Score: 1

    >Ah yes, the good old bootblock viruses .. I even
    >remember a bootblock virus detector/cleaner too.
    >I grew up on Amigas, amusingly enough to most I
    >assume. Bootblocks were great for lots of things.
    >I forget how big they were.. first 512 bytes of
    >the disk?
    1024 bytes (two blocks), actually ;)

    I learned 680x0 assembler from disassembling these
    beauties. Started with the S.C.A. virus
    ("Something wonderful has happened..."), then went
    on to other bootblock viruses and antivirus tools.
    There was even a viruskiller that hooked into the
    memory like a virus, except it got priority over
    everything. Never managed to decode that thing :(

  5. Re:I'm so confused on Tiny, Secure Music/Data CDs Due in the Fall · · Score: 1

    Here's an interesting link to a site dedicated
    to MP3-encoding:
    http://r3mix.net

    (Cut and paste, as I post with plain old text)

    In short, LAME is considered a pretty good encoder.
    When using certain VBR options, it's possibly to
    get the music so close it fools stereophiles,
    or so it claims. All my CDs are encoded with the
    recommended options: lame -V1 -b128 -h -mj -q1

    This has been listened to carefully by two half-
    deaf cynics (me and a mate), and we find it good.
    Try it; you might find it a tad better than the
    plain 160kbps encoding some swear by.

    VBR *will* make a difference, and joint stereo
    will save space.

    (Side note:Many mistake joint stereo for something
    else; in MP3-encoding it means that when both the
    left and right signals are equal, only one is
    saved. Definitely a good idea.)

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

    The X11 libraries have an option to put an image
    in the border or the title bar. Just look up the
    manpages and documentation on a nearby unix-
    workalike computer.

  7. Re:Only 0.5Mbit/sec on Preview of Linux Based FreePad · · Score: 1

    They used DECT because it is more standard in
    Norway, or so I parsed it from the article.

    It will be sold separately outside Scandinavia,
    and they're working on getting 802.11 in potential
    US-versions. The article *did* mention a Californian office...

    This thing could be neat, and if the motherboard
    in the unit supported higher frequencies, I'd go
    for a Transmeta Crusoe whenever these mythical
    beast are available.

    Time to visit ma as an excuse to buy a new toy ;)

  8. Re:Courtney said this best.... on Revenge Of The MP3 Quickies! · · Score: 1

    VAXman spewed:
    >There is NO obscure music on Napster - only
    > teenybopper music.
    Actually, there *is* obscure music. What do *you*
    consider obscure, if not Dr.Demento's collection
    of insane songs, including Kinko the Kid-loving
    Clown? Or Ren & Stimpy's "Don't whiz on the
    electric fence"? Or some real music, like Funker
    Vogt, Front 242, Front Line Assembly, VNV Nation,
    Hawkwind and Blue Man Group?

    Neither of the above are available in the shops
    around Dublin, so *I* label these artists as
    'obscure'. But that's only my opinion.

  9. Re:What's the hype about? on Diablo II Collector's Edition · · Score: 1

    >Baldur's gate suffered from too many
    >crippling flaws to come near diablo as far
    >as my experience went. I've played through
    That may be so, but Diablo is more of an
    action hack & slash game with adventure
    elements, while Baldur's Gate is actually
    trying to be an adventure game, with story
    and plot and all that new-fangled nonsense
    game-reviewers are so fond of ;)

    You're comparing two different fruits.

  10. Re:braces on XHTML 1.0 now a W3C Recommendation · · Score: 1

    2-4 seems like a nice tabsize for me; I change it
    on occasion, depending on language, really.

    In shell scripts, you typically end up with tons
    of indentation (and not to mention Lisp...)

    C, on the other hand, is recommended to have no
    more than three levels of indentation; divide it
    up into sub-procedures as much as you can.

    And Gnu code...yes, I agree with those who say
    it should be indented six feet below ;)

  11. Re:get MPAA goons for perjury? on Jon Johansen Indicted by the MPA(A) · · Score: 1

    No matter how backwards the Norwegian government
    is, they treat minors different from adults.

    The only problem is the equipment which the gov.
    will hold on to, and do nothing with. They have
    absolutely NO clue when it comes to computers;
    in the kiddiporn cases, they grabbed printers,
    games and everything else that couldn't possibly
    be useful in any way whatsoever. There have been
    other cases, with people I know...

  12. Re:TV-Out on Matrox to fund DRI Development · · Score: 1

    You might be interested in some source from the
    Dxr2 project at opensource.creative.com.
    There's one BrookTree chip in the Dxr2 which is
    usually disabled when playing DVD on Linux :)

    (The usual comment is "Please turn this on if you
    want to avoid pirating your dvds" ;)

  13. Re:Alpha Centauri on Loki Porting Alpha Centauri, Sim City 3k and More · · Score: 1

    What, worms can actually *win* over someone?
    The way I've seen it, the mindworms reduce the
    hitpoints of the defending unit by a miniscule
    percentage, then die. Quickly. If you design the
    right units, psi units won't have a chance ;)

  14. Re:Alpha Centauri on Loki Porting Alpha Centauri, Sim City 3k and More · · Score: 1

    Alpha Centauri (and Alien Crossfire) are serious
    addictions. If you haven't spent money on the
    now-reduced Linux versions, I suggest you go get
    the Loki port when it's out. I've lost most of
    my xmas vacation to AC+AX. But I had the flu,
    anyway.

  15. Re:The "Other" DVD Copy Protection on DVD CCA Applies for Restraining Order · · Score: 1

    I'm using the Dxr2in Linux myself. The player
    makes a call to one function in the driver to
    turn Macrovision OFF right at the beginning :)

  16. Re:And the point of this being...? on V2 OS · · Score: 1

    Yay! Another one who understood it!
    Thanks, Freedent, I was seriously starting to
    fear Slashdot was overrun by people with no
    hacking spirit.

    To the rest of you:
    It's for *fun* not for profit, dammit! If you
    could use stuff from this to make LILO cooler
    and more useful, maybe we could shut people up? ;)

    (What happened to that idea somebody had about
    making a free BIOS replacement for Linux/*BSD*
    boxes?)

  17. Great piece on Historical Unix, Open Source Legal Battles, and John Lions · · Score: 1

    Here's me doing my Keeanu impression: Whoah.


    It seems like I'll have to read Salon on a
    regular basis now; good writing and interesting
    material. And it's about something we all should
    care about. Aaahh...

    (And guys 'n gals - stop flaming eachother every
    time there is mention of the three-letter acronym
    described as open sores!)

  18. Good thing! on It's Official: Red Hat Buys Cygnus · · Score: 1

    This means my most important tools will be
    better - gcc and snes9x :)
    Mmm...well-financed compiler development...

  19. What made me switch to Linux? on Candidates for 1999 GNU Free Software Award · · Score: 1

    OK, I have the most original reason: The serial
    port on my Amiga stopped working. I ran out and
    got some hardware nobody was using, installed an
    850MB harddrive and Slackware. Didn't really take
    too many hours setting it up properly, either :)
    (I even got it reading the Amiga filesystem after
    my first kernel compile!)

  20. Re:Hey! "Microsoft Bob" was innovative... on Microsoft Adresses World · · Score: 1

    I suspect Bob has been reincarnated already; there
    is a setting in IE5 to allow completion of just
    about anything you type in little boxes. And that
    includes passwords. Of course it defaults to 'on'.

  21. Re:annoying, but almost necessary now on SuSE Coming on DVD · · Score: 1

    I think you could do it quite easily:
    Put the raw iso image of each distribution on the
    DVD, and mount the ones you need. Should work
    without any pain whatsoever.

  22. Re:cheapbytes: not yet on SuSE Coming on DVD · · Score: 1

    It would be a best-seller, if they could make a
    generic bootdisk that started the respective
    installer programs for the distribution you want.

    One problem: Who gets to be on the top of the
    list? ;)

  23. Re:piracy on LinuxDVD CSS Decrypt - Source Available · · Score: 1

    The nice people at cdmediaworld.com can give some
    pointers to at least ripping the trailers.
    By pure coincidence, these very same instructions
    could work on some movies, too ;)

  24. Re:Ng looks interesting on Photogenics To Be Released For Linux · · Score: 1

    I think you should consider open-sourcing Ng, Paul!
    I would definitely have use for parts of it.
    Maybe it could be used in an unholy union with SDL? ;)

  25. Re:methinks a Be port is in order on Photogenics To Be Released For Linux · · Score: 1

    I am using Linux, but will start using Be when
    I get me another harddrive - I'd like to see
    Photogenics ported to both, of course, but would
    I then have to buy two licenses? Or would it be
    possible to get a license to use many versions of
    it on one computer?