Slashdot Mirror


User: xiox

xiox's activity in the archive.

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

Comments · 158

  1. RMS does not read the gcc lists! on Intel C/C++ Compiler Beats GCC · · Score: 1

    I think you'll find that RMS does not follow the gcc list himself (too busy, I suspect), so feel free to mail suggestions! (PS I follow the gcc list).

  2. Re:Modula-2 on Do You Remember Bob? · · Score: 1

    Yes - I used FTL Modula 2 on my Amstrad PCW. It was a brilliant compiler!!! I think you can still download the CP/M-80 version on the internet somewhere. The interface files beat C/C++'s header files!

  3. The computer science building in Cambridge on Using 3D Game Engines in Architecture? · · Score: 1

    A bbc article about using Quake for the computer science building in Cambridge.

  4. Turner prize.. on Are Videogames Art? · · Score: 0

    If flashing lights can be art, then video games can.

  5. Try this... on Unlocking a Travelstar 2.5" HDD? · · Score: 1
  6. You might try this on Properly Configuring Terminal Emulation in Unix? · · Score: 4, Informative

    Found this on google.

  7. Re:OSS Test Harnesses? OSS Test Suites? on Kernel 2.4.12 Released · · Score: 1

    gcc has a testsuite. Mozilla has a form of a testsuite.

  8. Re:Multiuser installation? on StarOffice 6.0 Beta Available · · Score: 1

    There was a /net option in 5.2, which allowed you to install it to a read-only network drive. Users could run it from there, and only the bare essentials would be copied to their home directory.

  9. Richard Stallman Posts on W3C Considers Royalty-Bound Patents In Web Standards · · Score: 2, Informative

    Okay, it's after the deadline, but in mailing list

    Date: Sun, 30 Sep 2001 23:51:42 -0600 (MDT)
    Message-Id: <200110010551.XAA04108@aztec.santafe.edu>
    From: Richard Stallman <rms@gnu.org>
    To: www-patentpolicy-comment@w3.org
    Subject: W3C patent policy

    If the World-Wide Web is indeed to remain "world-wide", it must not
    depend on restricted standards. The W3C cannot prevent others from
    developing or using restricted standards, but it should not lend its
    name to them.

    Therefore, the W3C should adopt a policy that all important standards
    must have free patent licenses (and thus allow free software).
    Perhaps there are some standards for specialized kinds of
    business-to-business communication which are sufficiently unimportant
    that it may not be disastrous if they are patented. These standards
    do not really deserve the term "world-wide", but they may still be
    worth the W3C's attention. But standards that really are of
    world-wide importance must be free.

    The "back-door RAND" problem pointed out by Adam Warner is especially
    crucial. When the W3C decides that a certain standard ought to be
    patent-free, no circumstances should be allowed to annul that
    decision.

    Aside from these substantive changes in policy, the W3C should also
    stop using the term "reasonable and non-discriminatory", because that
    term white-washes a class of licenses that are normally neither
    reasonable nor non-discriminatory. It is true that they do not
    discriminate against any specific person, but they do discriminate
    against the free software community, and that makes them unreasonable.

    I suggest the term "uniform fee only", or UFO for short, as a replacement for
    "reasonable and non-discriminatory".

  10. Vote for this on kuro5hin on W3C Considers Royalty-Bound Patents In Web Standards · · Score: 1

    Vote for this on kuro5hin, as more people will be likely to see this. submission story page

  11. Evolution! on ZDNet Reviews KOffice · · Score: 1

    Get ready for Ximian Evolution! A very nice outlook clone. It should work with standard pop/imap servers and does full groupware type stuff.

  12. What can I do in Europe (the UK)? on Congress Plans DMCA Sequel: The SSSCA · · Score: 1

    Would writing to some part of the American government help?

  13. Be careful on Transparent IDE Mirroring Hardware · · Score: 1

    If there's some sort of power glitch, what happens if the data is inconsistent? You'll probably end up with a completely broken file system.

    Consider a simple solution. Add another hard drive and rsync the contents from one to the other every so often. Software raid might be an option, too.

  14. Couldn't you send the SMTP... on The Perpetual Search for the Right (Inter)National ISP? · · Score: 1

    Over a VPN link or on a different port? It'd probably get round their restrictions.

  15. GCC isn't ready yet on RedHat 7.2 Beta: Roswell · · Score: 1
    I read the gcc mailing list, and gcc 3 has a few problems:

    • Won't compile on major platforms
    • _very_ slow at compiling C++
    • Inlining is broken - so no good for C++
    • Slower code than gcc 2.95.2

    In a few months it'll be fine, but not now. Anyway, RedHat can't change ABI in a .x release.

  16. Missing out some classics on Gamespy.com's "Top 50 Games of All Time" · · Score: 1

    It seems very biased towards newer games, when other games were much more important. For example:

    Elite
    Elite II
    Adventure (plus other important adventure games)
    Pacman
    ...

    Okay they put Tetris in there, and I agree with Doom as number 1.

  17. CUPS on Straight-forward Print Quota System for *nix? · · Score: 3, Interesting

    We use CUPS (The Common Unix Printing System) and find it very good. It seems they added quota support in 1.1.5, but I can't find any docs. It may be worth investigating this.

  18. Does cdparanoia work? on Macrovision CD Protection Bypassed · · Score: 1

    I haven't seen any of these titles, but if someone has one, can they try cdparanoia on it? It's a great program to remove all those scratches and so on...

  19. Other good articles in a reputable UK newspaper on Earth to Media: This kid is still in jail · · Score: 1

    Adobe has net martyr e-booked by the Feds

    Hackers plan to bite back as FBI detains Russian

    It appears some newspapers can write good articles. If yours doesn't mention it, write to their editor.

  20. If you're going to use ps2pdf on PDF Alternatives? · · Score: 2

    Use a recent version of ghostscript (eg 7.0), as the pdf generation is a lot better. However the newer versions of GS (always) aren't covered by the GPL, but by the Aladdin licence.

    See ghostscript webpage.

  21. Shame riscos.org doesn't run on riscos! on Solar RISCOS Computer · · Score: 1

  22. Re:No regrets here on Seagate Claims New Drive Silent and Fastest · · Score: 1

    Actually you're more likely to damage the drive by switching it on and off. Continuous use doesn't do much damage usually.

  23. Re:Maybe it's time for Java? on Slashback: Shelter, Panic, Intrusion · · Score: 1

    C++ has a non-fixed-length "string" data type which doesn't suffer from overflows. You just need a programmer who's going to use it.

    Incidently, you could also code a variable length string type in C, and provide functions to access it, like vstrcat, vstrlen...

  24. Must be University of Cambridge on First Ever Webcam to Come Offline · · Score: 1

    I'm there - the new building is called the William Gates Building. It stands next to the new Microsoft lab and the Cavendish Laboratories.

    Grrr... makes one want to take direct action! (Only kidding, CU authorities).

    I suppose they only did it for the money...

  25. ghex on Open Source Hex Editors For Solaris? · · Score: 1

    I find ghex is great - it's GUI, and uses the open source gnome libraries.

    ftp::/ftp.gnome.org/pub/GNOME/stable/sources/ghe x/ ghex-1.1.4.tar.gz