Slashdot Mirror


User: slim

slim's activity in the archive.

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

Comments · 3,940

  1. Uh... Why? on Serial to NTSC · · Score: 1

    Why on earth would you want an NTSC display anywhere *near*
    your MP3 player unit?
    A backlit LCD ought to be plenty -- or if you *really* want a CRT, possibly a 9" (or smaller) VGA monitor....

  2. Dreamcast on Liquid Coolent System For PCs · · Score: 1

    The Sega Dreamcast has a liquid cooling system for its Hitachi processor.

    It's a bit of a weird idea -- copper tube filled with distilled water sinks the heat.. and if *that* overheats, the thing bursts,
    soaking the motherboard with water, whereupon you have to send the unit back for repair...

    You want trivia? just ask...

  3. Who's playing RMS? on Pirates of Silicon Valley · · Score: 1

    There will be an RMS role, right?

    Episode 1 "Gates invents software hoarding"...

  4. Analogue on How is DivX Doing · · Score: 1

    What about 35mm film? Wanna make that obsolete too?

    Don't forget that part of Pi's unique look is down to its use of an unusual development process, using the "obsolete" analogue techniques of "subjecting a load of chemicals to light"...

  5. No memory protection ? on Response to John Carmack's Comments About Macs · · Score: 1

    Hrm.

    Apparently there's a Windows registry entry which tells the system not to bother with memory protection.

    Magic! No GPFs, ever. Just as reliable as the Mac.

    Bzzt! This is a *bad* thing. All it means is that instead of the app crashing, you'll have crap in your memory space which may or may not cause all hell to break loose, *much* later on, when you won't be able to match cause and effect.

    FWIW, it's about 3 years since I last used a Mac, but when I did, I found they crashed a *lot* even using "mature" apps like Supercard.

  6. the sad truth... on PC software so bad, BugNet refuses to post award · · Score: 1

    If the original author put out the work under the Gnu GPL, then they've explicitly granted any and all permission to fork development if they so wish.

    The truth of the matter is that there are many, many classes of free software, from the mature and well supported (Linux, Apache etc) through to early alpha code (cicq, anyone?).

    It would be *really* interesting to see statistics on the ratio of bug reports to fixes, mean time between report and fix, etc etc

    I bet the "non-beta" free products will look better than proprietary software in these tables.

  7. Quake mod? on BACKLIGHT: The Relativistic Raytracer · · Score: 1

    Maybe one day...

    At the moment quake doesn't even model Newtonian
    physics 100%.

    I read that a forthcoming game "Max Payne" will be the first to bother giving bullets velocity, mass etc, and
    actually model their paths -- the current model is to make the bullet instantaneously hit the first object in its path.

  8. MP3 II ? on Public Enemy Release full single as mp4 · · Score: 1

    I was under the impression that "MP3" was shorthand
    for "MPEG Layer 3", i.e. the audio layer of the
    video encryption standard.

    If this is the case, isn't "MP4" the wrong name?

    Or am I just plain wrong?

  9. virtual hosts (not) accounted for on Apache passes 2 million hosts · · Score: 1

    You're correct in saying that each virtual host counts as a server -- just check out how many "hosts" use thttpd in the UK - and it's all down to Demon Internet's customer homepages.

  10. Boo! on Mozilla to use same Widgets on All Platforms · · Score: 1

    Nice or not, part of the appeal of the web was
    that you could define forms which would look at
    home on whatever system the user had -- Windows
    widgets for Windows, Mac for Mac, etc.

    Unless! These widgets are themeable, and the user can choose to override the theme with their choice.

  11. Good. on Lucas to end Star Wars · · Score: 1

    As I see it, the 6 movies will add up to a
    the whole story of Darth Vader's life. The series
    begins with his birth, and ends with his death.

    Just like Titus Groan ;)

  12. libicq etc on Open Real Time Messaging System · · Score: 1

    I'll agree that the protocol implementation and the UI should be kept seperate. But I'd go further. The UNIX way is to have a small command line program which does the job then exits. cicq is supposedly working towards this:

    $ echo "You there?" | cicq -send slim

    ... a gui should be a wrapper around programs such as these. A "universal" messaging system would also be a wrapper around more specialised programs. i.e. messagesend -send icq:slim would spawn cicq -send slim

    It's the UNIX way. And it's good. Let's not forget it just because some of us feel we're competing against Windows.

  13. BTW - No Piracy on Playstation emulation on Macs · · Score: 1

    worth mentioning that all the PS emus I know of require a CD with the game -- they do not encourage the echange of game ROMs over the 'Net

  14. Security/Authentication on Open Real Time Messaging System · · Score: 1

    There's a few ways to look at this. The first is to compare messages with SMTP mail. Where's the security and authentication in SMTP? Almost none. Do you care? Maybe, but if so you either use PGP to encrypt it, or perhaps you build your own mail network using something like (eek!) Notes, and if
    you really must go over the 'net, use a VPN.
    Most people tolerate the insecurities of SMTP and
    get on with it, without Back Orifice ever getting installed on their machines ;)

    Then there's instant messaging. One comparisom I've heard (thanks Nemo) is "ICQ is like passing notes in class". It's not quite chat, it's not quite mail, but
    for the most part, you take your chances, and if the teacher nabs the note and reads it, well tough.
    Again, if you care, you can use PGP, to build a secure messaging system atop the insecure one -- just as TCP is a reliable network protocol built atop IP's *un*reliable network protocol.

  15. Gatewaying on Open Real Time Messaging System · · Score: 1

    It looks as if Jabber's main strength is in any-to-any
    messageing. Frankly, if they develop an addressing
    scheme that allows me to send a message to just about
    anyone, on any protocol (up to and including email)
    then Jabber is the client I'll use.

    And as people realise "Well, with my ICQ program, I can
    message other ICQ users, but this guy can use Jabber to
    message AIM, ICQ, Mail, IETF, etc", one protocol will emerge the victor.
    Think about how many protocols your email (sometimes) goes through. Do you care? No, because gateways make it invisible.