• @[email protected]
    link
    fedilink
    47
    edit-2
    1 year ago
    CREATE TABLE display (
        id INT PRIMARY KEY,
        display_property TEXT
    );
    
    INSERT INTO display (id, display_property)
    VALUES
    (1, 'block'),
    (2, 'inline-block'),
    (3, 'flex');
    
    CREATE TABLE divs (
        id INT PRIMARY KEY,
        inner_html TEXT,
        display INT REFERENCES display(id)
    );
    
    INSERT INTO divs (id, inner_html , display)
    VALUES
    (1, 'div1', 1),
    (2, 'div2', 2),
    (3, 'div3', 3);
    
  • pooberbee (they/she)
    link
    fedilink
    431 year ago

    I prefer SQL, because you can pronounce it “sequel” or “es-cue-ell”, and it’s fine. CSS just doesn’t have that kind of flexibility as a language.

    • @[email protected]
      link
      fedilink
      111 year ago

      CSS also pisses me off because it clearly doesn’t cascade… to contrast SQL is a language, it is used for querying… and it’s structured horribly. Please for the love of God let me FROM foo WHERE bar SELECT baz

      • @AnUnusualRelic
        link
        11 year ago

        “Ksssss”

        That’s what I sound like whenever I have to tackle that bag of snakes.

    • Techognito
      link
      English
      51 year ago

      I have also heard some say “school”

        • @zorro
          link
          English
          51 year ago

          I like squeal. MS-squeal, my-squeal

          • @[email protected]
            link
            fedilink
            11 year ago

            Real programmers refuse to refer to MSSQL as anything except TransactSQL or TSQL because 1) MSSQL is a fucking mouthful whether you prefer Sequel or ess-cue-el and 2) because those assholes named their RDBMS SQLServer thud leading to the constant confused “How is the SQL server doing?” 'SQL Server? We’re not a Micro$oft shop…"

            The real complex one is whether you’re a postgre-ess-cue-el, postgres-cue-el, postgres-ess-cue-el, postgre-sequel, postgres-equal or postgres-sequel aficionado… and if you enjoy postgres-equal please fucking leave now.

      • @inspxtr
        link
        31 year ago

        i’m leaning towards “skull” tho

        • Techognito
          link
          English
          31 year ago

          “I dropped a table with skull”

          it has a nice ring to it

  • Oh. Now I want one of these for every pairing. Vim vs Windows. Bubble Sort vs. SODIMM. The beauty is, with LLMs, I can have it! Enter two of any computer terms, and ChatGPT spits out a comparison. And why stop with computer stuff? Eukayryotic vs Republican! The War of 1812 vs The Kessel Run!

  • @Seasm0ke
    link
    181 year ago

    Having worked with tables in both I’m partial to French.

  • @froh42
    link
    181 year ago

    Is this chatGPT generated?

    • Dr Cog
      link
      fedilink
      41 year ago

      Tried to store documents in paint and it ruined the documents, 0/10

      I’ll let you know how my file cabinet art show goes

  • @froh42
    link
    11 year ago

    deleted by creator