Slashdot Mirror


User: aDc_73

aDc_73's activity in the archive.

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

Comments · 11

  1. Re:Why do people use MySQL over Postgres? on Comparing MySQL Performance · · Score: 1

    Why post as A/C? You made a good point. *adc is a noob* ;)

  2. Re:Why do people use MySQL over Postgres? on Comparing MySQL Performance · · Score: 1
    Well if you like perl and bash you probably like dollar signs, but can you explain wtf is with this syntax (taken from the postgres manual):
    $function$
    BEGIN
    RETURN ($1 ~ $q$[\t\r\n\v\\]$q$);
    END;
    $function$
  3. Re:Why do people use MySQL over Postgres? on Comparing MySQL Performance · · Score: 0

    I have used both MySql and Postgres on my Linux server. From a beginner's perspective, syntax is my main reason to use MySql over Postgres. For example compare Postgres's sequences:

    create sequence seq_id_Folder increment 1
    minvalue 1
    cycle;

    create table Folder (
    FolderId int primary key default nextval('seq_id_Folder'::text),
    ...
    );

    To MySql's auto_increment:

    CREATE TABLE `folder` (
    `FolderId` int NOT NULL auto_increment,
    ...
    );

    btw did I mention that the MySql installer for windows rocks!
  4. Re:What is wrong with an "X"?? on E-Voting Glitch: 19,000 Voters, 144,000 Votes · · Score: 1

    Even if they were volunteers, the cost of printing all the ballot paper would be more than using computers to tally the results.

  5. Re:Microsoft running on Linux? on Netcraft Claims Apache Now Runs 2/3rds Of The Web · · Score: 2, Interesting

    Well actually I know that not everyone eats their own dogfood all the time:

    HP using NT4

    SGI using Linux

    Sun using Netscape Enterprise instead of SunONE

    Apple moved part of their backend from MacOSX to Solaris

    My point was while IBM where encouraging other companies there are still using AIX themselves. Do they know which product they are pushing? ... On the other hand I tend to agree with Quazion's point ;-)
  6. Re:Microsoft running on Linux? on Netcraft Claims Apache Now Runs 2/3rds Of The Web · · Score: 1

    Perhaps not quite as interesting as this given that IBM seems to be pushing Linux elsewhere

    MS uses Akamai to help prevent DoS attacks right? What are IBM's reasons for sticking with AIX...

  7. eVACS *is* secure on E-Voting Done Right - In Australia · · Score: 1

    Actually the electronic voting system described in the article is secure because all voting takes place on a local LAN disconnected from the internet. The voting boxes are locked down and people watch the voting process to prevent tampering.

    In the ACT, when people go to vote their identity is checked (driver's license or whatever) then their names are marked off the electoral list. With eVACS they are then given a little card with a bar code on it which allows them to "sign-on" to the voting machine.

    The point of electronic voting in this case is not so people can be lazy and vote from home (insecurely) but so the votes can be counted quickly and accurately.

  8. Re:SVG is the future on GIMP goes SVG · · Score: 1

    SVG in the KDE 3.2a also looks pretty sweet ;-)

  9. Re:A question on Linux SMP Round-Up · · Score: 1

    My dual PIII 733's give me a nice responsive GUI when I am compiling software or doing other CPU intensive jobs (provided that I am only using one CPU and not 'make -j 2' or similar). One CPU does the grunt work while the other ensures that my DVD/oggs/other remain smooth.

  10. Re:From a Canberran .. on Bushfires Destroy Historic Mt. Stromlo Observatory · · Score: 1

    At ~3pm yesterday in Calwell (a suburb in the south of Canberra) it was dark enough to be midnight just from the smoke cover overhead.

  11. Re:Who downloads it anyway? on Gamespy Installer Spreads Nimda · · Score: 1

    I've used it a couple of times to play Halo across the internet and probably will keep using it when MS releases their subscription service (since it's free :-)