Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ET
Posts
25
Comments
286
Joined
2 yr. ago

  •  
        
    I am not making excuses for Israel's genocide.
    You're right.
    Obviously, Israel is more evil and Israel has more control over this situation.
    But they're both evil.
    All I'm saying is that it is stupid to support the least evil side.
    Fuck them both, really.
    The situation will not be resolved until leadership on *both sides* changes.
    So, yeah, if you don't mind, I am going to "both sides" this.
    
      
  •  
        
    Lemmy uses the system default for monospace font.
    Try changing the monospace alias in /etc/fonts/local.conf:
    https://wiki.archlinux.org/title/Font_configuration/Examples#Default_fonts
    
    That's for system-wide effect.
    For just firefox, go to Settings > General > Fonts > Advanced and
        change the default Monospace font to a monospace font you like.
    
    Source Code Pro and DejaVu Sans Mono are both very good.
    
    
      
  •  
        
    It's an experiment I've been trying for about two weeks, now.
    I am using whitespace to make written English easier to read.
    I put one sentence per line.
    Long sentences are broken into multiple lines
        according to natural breaks in the sentences.
    (I try to aim for an 80 column width.)
    Indentation is used to signal the continuation of a sentence.
    Basically, I am treating English like a programmer would treat code.
    As an interesting and unexpected corollary,
        the English is much easier to edit, and
        diffs are way cleaner.
    (I'm editing this in an external dedicated text editor.)