• shalafi@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      11 days ago

      The opening lines were prophetic:

      "… When it gets down to it–we’re talking trade balances here–once we’ve brain-drained all our technology into other countries, once things have evened out, they’re making cars in Bolivia and microwaves in Tadzhikistan and selling them here–once our edge in natural resources has been made irrelevant by giant Hong Kong ships and dirigibles that can ship North Dakota all the way to New Zealand for a nickel–once the Invisible Hand has taken all those historical inequities and smeared them out into a broad global layer of what a Pakistani bricklayer would consider to be prosperity–y’know what? There’s only four things we do better than anyone else:

      • music
      • movies
      • microcode (software)
      • high-speed pizza delivery
  • pelya@lemmy.world
    link
    fedilink
    arrow-up
    1
    ·
    11 days ago

    One big problem is font size. Smaller features of many scripts like CJK are barely visible, and this example shows the same problem.

  • fool@programming.dev
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    11 days ago

    Feeling mischievous?

    Python 3.12.6.
    >>> 𒁎=3
    >>> 𒁎**𒁎
    27
    
    #include <iostream>
    
    int main() {
      int 𒇤 = 2;
      std::cout << (𒇤 + 𒇤) << std::endl;
      return 0;
    }
    
    $ ./a.out
    4
    
    touch 𒇤.java
    nvim 𒇤.java
    
    public class 𒇤 {
     public static void main(String[] args) {
        System.out.println("LMAO");
      }
    }