• 2 Posts
  • 50 Comments
Joined 10 months ago
cake
Cake day: September 13th, 2023

help-circle

  • You only saw the tabs open on this workspace.

    But yeah I don’t have hundreds of tabs open. It is incompatible with my workflow. Only the “tabs” directly relevant to whatever is currently happening in the current workspace are kept open.

    A link either gets read or it doesn’t. If I don’t have time to read a link somebody sends me personally, I just tell them that. I don’t string anybody along about a link I know I will never read. I can’t allow for any link backlog. That leads to . . . dark places.

    Also, I don’t really use bookmarks either. When I disable search suggestions and use firefox suggest, it leave more space for history. It works so well I don’t really need to bookmark anything. Frequently opened sites make their way to the top on their own.






  • The same applies to Android OS development. All of it. Android requires a very powerful 1000 USD desktop or laptop computer with 20 gigs of ram and 200 gigs of SSD hard drive space just to compile. This is unacceptable.

    Meanwhile, mainline phone linux, like dreemurrs archlinux or postmarketos, can be developed using the same phone it runs on!!! All you need is a 20 USD bluetooth keyboard. It is fully awesome. Imagine a world where anybody with just a smartphone and a bluetooth keyboard could be an OS developer!






  • etuomaala@sopuli.xyztoMemes@lemmy.mlthose ppl...
    link
    fedilink
    arrow-up
    1
    ·
    edit-2
    8 months ago
    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.
    




  • etuomaala@sopuli.xyztoMemes@lemmy.mlthose ppl...
    link
    fedilink
    arrow-up
    4
    arrow-down
    3
    ·
    8 months ago
    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.)