Slashdot Mirror


User: MSJos

MSJos's activity in the archive.

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

Comments · 30

  1. Re:10 - No! on FOX To Host New Cosmos · · Score: 1

    My condolences for your loss, beadfulthings.

  2. Use deferred constraints on Apple Removes MySQL From Lion Server · · Score: 1

    http://www.postgresql.org/docs/8.2/static/sql-set-constraints.html

    START TRANSACTION;
    SET CONSTRAINTS ALL DEFERRED;
    INSERT INTO a (id, bid) VALUES(1,2);
    INSERT INTO b (id, aid) VALUES(2,1);
    COMMIT;

    Does MySQL support this? Last time I checked (5.1.something?), it did not.

  3. Re:seriously? on Facebook Bans Google+ Ads · · Score: 1

    Behold, the venerable ed(1):

    % ed
    s/foo/bar/x
    ?
    %

  4. Re:Lesser evil on Obama Losing Voters Over FISA Support · · Score: 1

    If you want a President who's scrutinized by a skeptical press and held accountable for his public statements then you should vote for McCain.

    Yeah, right. Check this out: http://www.thenation.com/doc/20080707/alterman Are you saying Eric Alterman is wrong about the MSM's lapdog-like portrayal of McCain?

  5. APOP support on Run For Cover; It's Mozilla 1.4 Alpha · · Score: 1

    Hopefully the next release will have APOP support.