Slashdot Mirror


User: vrai

vrai's activity in the archive.

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

Comments · 442

  1. So ... on Battlefield 1942 Franchise Goes To Vietnam · · Score: 5, Funny
    When do we get the localized versions where each country plays as a member of that country..the americans can play as americans only and japanese can play as japanese, and when they fight, it's with real valor and honor?

    Somehow I don't think this would sell very well in France or Italy ...

  2. OT: GIF patch for GD on What Is The Future of PNG? · · Score: 2, Insightful
    This site, http://www.rime.com.au/gd/, has the patches needed to build a GIF compatible version of GD.

    Obviously if you are in a country where the Unisys LZW patent is valid this is illegal, but in eleven days time who's going to care?

  3. Re:Amazing on Trepia: A Buddy List Of Strangers · · Score: 4, Funny
    I live to code and build cool things so anything that interferes with that is bad.. which includes drugs, alcohol, caffine, and women.

    No birds, drugs, booze, or Moutain Dew? Right at this moment I am so glad I'm not you ...

  4. The Apollo Program ... on Chinese Moon Base by 2012 - or 2006? · · Score: 1

    ... a splendid fusion of American money and Nazi German rocket techology!

  5. D'oh! on Game Creation Software for Kids? · · Score: 1
    You're right, the Speccy was 3.5Mhz, though it often felt like 1Mhz, hence the need for assembler.

    One of my old machines definitely ran at <1Mhz though - and I shall not rest (or do any work) until I find out which one it was!

    The original point still stands though. If all programmers were introduced to low-level coding (even C would be a start) from a young age then the overall quality of their output would be much higher. Any monkey can read Sommerville and learn how to write overblown OO code, it takes skill to write code that is elegant and efficent.

  6. Don't joke ... on Game Creation Software for Kids? · · Score: 1
    I was coding Z80 assembler when I was nine. Given that I had a ZX Spectrum 48K+ (with a massive 950Hz CPU) I didn't have much choice. Luckily the manual came with a ASM->Hex translation table so I could assemble the stuff by hand.

    Learning is easy when you're young, and learning assembler will give kids a far better grasp of what a computer actually does when executing a program than starting them on some high-level toy language.

  7. OT: Addison-Lee on Using GPS to Hail Cabs · · Score: 1

    Addison-Lee do use GPS. I use them around once a week (their standard service, with the MPVs) and every car I've been in has a dash mounted GPS navigation system. Admittedly it isn't much use in the centre, but out in the wilds of South London it appears to work OK.

  8. Re:Boot from USB Ramdisk? (Or convert?) on A Truly Silent Desktop PC · · Score: 2, Interesting
    Why bother with USB? Compact Flash has an IDE interface so you just need a cheap CF->IDE adaptor (like this, 13 GBP) and a bog standard CF card (about twenty-five quid for 128Mb).

    As far as the computer is concerned it is just another IDE device and will boot from it as normal. Even in the over-priced UK this comes in at under forty pounds. Less money and much less hassle than trying to boot from a USB drive.

  9. PHP installation is difficult? on PHP MySQL Website Programming · · Score: 1
    From the PHP INSTALL file (it assumes you have the Apache and Mysql tarballs as well):

    QUICK INSTALL (Static)

    $ gunzip -c apache_1.3.x.tar.gz | tar xf -
    $ cd apache_1.3.x
    $ ./configure
    $ cd ..

    $ gunzip -c php-4.x.y.tar.gz | tar xf -
    $ cd php-4.x.y
    $ ./configure --with-mysql --with-apache=../apache_1.3.x
    $ make
    $ make install

    $ cd ../apache_1.3.x
    $ ./configure --prefix=/www --activate-module=src/modules/php4/libphp4.a
    (The above line is correct! Yes, we know libphp4.a does not exist at this stage. It isn't supposed to. It will be created.)
    $ make
    (you should now have an httpd binary which you can copy to your Apache bin dir if it is your first install then you need to "make install" as well)
    $ cd ../php-4.x.y
    $ cp php.ini-dist /usr/local/lib/php.ini
    You can edit /usr/local/lib/php.ini file to set PHP options.
    Edit your httpd.conf or srm.conf file and add:
    AddType application/x-httpd-php .php

    I've installed PHP on a number of machines (PCs, Sparcs, SGIs) running a variety of Linux distros and this process has always worked. Have you been following this, and if so what has been going wrong?

  10. Re: Riddle me this.... on Anti-Censorship Efforts And Port Scanning · · Score: 1

    Yes, but port scanning a machine isn't using the proxy server (though anyone who is stupid enough to have an unsecured proxy running deserves everything they get). All they are doing is discovering the proxy exists. A computer on the internet is not like a house on a private plot, because the internet is not a private place. It is more like a shop front in a mall, where anyone can wander by and see whether it's open. If you don't want people knowing what ports your computer has open, firewall it off. Otherwise accept that people are going to pry a little.

  11. UK Games mags ... on Can Game Developer Unrest Lead to Revolution? · · Score: 1

    ACE was brilliant during the 1980s, and Edge was great during the 1990s. But since Edge's decline in to a run-of-the-mill games mag there isn't really anything worth buying. Luckily GAME, a UK games retailer, allows you to return a games within 14 days for a full refund (and for any reason, including: "it sucked"). Thus I just buy games I think I'll like and play them for a week - if it's crap I can return it and try another one.

  12. Re:Rich people can afford things shocker! on Slashdot Subscribers Now See The Future · · Score: 2, Insightful
    Hey, I resemble that comment!

    Don't be so hard on yourself, I'm sure you look nothing like a line of text.

  13. Horrible waste money ... on The Space Elevator · · Score: 1

    ... yep it would be like wasting $19bn a year failing to eradicate drug usage, or paying out £100bn a year so people don't have to do any work, or giving 30bn to farmers to keep their fields empty ... wait a second ...

  14. Slightly lacking in sympathy ... on Salon Asks for Help · · Score: 1
    Any company (or person) that signs a decade long lease on a property, at the top of an obvious real estate boom, deserves to go bankrupt. I realise they needed an office, but what was wrong with getting a 2 year lease? I fail to see why 'trendy indie nu-media' outlets are always forgiven for repeatedly making idiotic business decisions.

    If Salon survive then cool. If not then I hope it acts as another reminder that even in a boom a company should be frugal with its spending - the downturn is never that far away.

  15. Re:Juvenile & extrememly bad idea on Opera Releases "Bork" Edition · · Score: 1

    Wget and vi? Pah! I just telnet to port 80, like God intended us to do!

  16. No ... on Finally, A Working NES! · · Score: 1

    ... it just means you have to completely rebuild your NES from scratch every 4 months.

  17. Re:This is just great on Australia May Adopt DMCA-Style Copyright Regime · · Score: 1
    The European parliament has no power, it is simply a sham to convince the various EU countries populations that they are living in a democracy. All the power lies with the (unelected) commission. Given that the EU doesn't even bother with double entry book keeping we can safely assume that the commissioners are at least as corrupt as American politicians.

    Corrupt politicians and centralised law making means lots more DMCA type laws.

  18. Re:VAT while across the ocean on Evolution Of The Online Tax Debate · · Score: 5, Insightful

    That would be the point. What's wrong with private schools and toll-roads? What's the betting that they'd be both better and cheaper than the current state provisioned systems.

  19. Re:Hostile takeover on Microsoft to Buy Vivendi Games Division? · · Score: 1

    No they can't, because Nintendo is a limited company (i.e. Nintendo Company Ltd) and so its shares aren't traded on the open market. Thus the only way Microsoft could purchase the firm is to approach the current owners (it's a family owned business AFAIK) with a big pile of cash. Even then I think their answer would be short, to the point, and negative.

  20. Re:Oooohhh Oooohh I have a printer! on More 3D Printer News · · Score: 2, Funny
    ... the printers print more sophisticated printers on you.

    Only if you're in Soviet Russia.

  21. The screw ... on New Gameboy Announced · · Score: 1
    ... doesn't adjust the constrast, it changes the level of current going to the screen. Less current = more light reflecting off back of screen = lighter picture.

    Be warned though, in the UK at least Nintendo have warned that adjusting the screw can reduce the lifespan of the LCD screen and invalidates your warrenty.

    vrai.

  22. So what you're saying ... on Project Entropia's Universe Solidifies · · Score: 2, Funny

    ... is that Entropy is basically "Libertarian Online". Should be popular with /.ers then.

  23. Re:wait a few weeks on One Answer To Spam: Sell Your Interruption Time · · Score: 2, Insightful

    Yes because Bayesian filters are 100% perfect and spammers never-ever attempt to circumvent them. Clearly I also missed the announcement that Mozilla had been ported to PDAs/mobiles so business people (i.e. people who live in the real world and not with their parents) can take advantage of this flawless filtering technology.
    Either that or you're just trolling for Mozilla (which we get enough of from CmdrTaco) and have no idea what you're talking about.

  24. Re:Cost comparison on Transrapid (MagLev) Test Successful In China: 405 · · Score: 1
    ... and what are the Chinese people supposed to use on this wonderful lowcost autobahn? Bicycles? Car ownership in China is still very low and is unlikely to change soon. By building a highspeed rail network the government can bring lowcost transport to the masses, and avoid the crippling dependency on foreign oil that afflicts car oriented cultures.

    The real question is why build a maglev rather than a conventional raillink. I agree that it is needless for the short City -> Airport route. But as a testbed for future development it could be very useful indeed. China is a big-ass country and travel by maglev would be faster than by train, but cheaper than by air (at high speeds maglev uses less energy than conventional trains). Implementing new ideas should not be limited to a select few nations.

  25. Registration Free Link on Human-Mouse Hybrids? · · Score: 5, Informative