dut - A disk usage calculator for Linux

Similar to tools like du, dust

“dut” displays a tree of the biggest things under your current directory, and it also shows the size of hard-links under each directory as well.

Single main.c file which includes the how to gcc compile line:

https://codeberg.org/201984/dut
https://news.ycombinator.com/item?id=40932492

Mosaic and Netscape

Video: https://pmarca.substack.com/p/the-true-story-as-best-i-can-remember
Who is Marc: https://en.wikipedia.org/wiki/Marc_Andreessen

And then, and basically we just, so there was a big fight argument around that. And we weren’t making progress on it. And then I just did a, cause I controlled, you know, I controlled Mosaic at that point. So I just did a fait accompli and I just declared it and I created the image tag.

The site frozen in time (1994?):
http://mosaic.mcom.com/index.html

Version 1.2? (The most used version?):
mosaic

Extract cover image from epub ebook

It may extract multiple images, not perfect in any sense:

file=book.epub
unzip "$file" "$(zipinfo -1 $file | grep -i cover | grep -E '\.jpg|\.jpeg|\.png')"

p.s. epub may not have any cover.

Quick and dirty script.

^ Convert to txt using https://github.com/kevinboone/epub2txt2 and tries to extract cover image next to the original epub.

EnvyCodeR Nerd Font

Very nice looking inside good old urxvt.

https://www.nerdfonts.com/font-downloads

image host

ASCII Silhouettify

https://meatfighter.com/ascii-silhouettify/

                         _                                                                                        
                     _gP                                                                                          
                 _g@@"                                                                                            
              _@@@@W                                                                                              
            g@@@@@@                                                                                               
          _@@@@@@@@@                                                                                              
         @@@@@@@@@@@@                                                                                             
       _@@@@@@@@@@@@@@g                                                                                           
      /@@@@@@@@@@@@@@@@@@_                                                                                        
     {@@@@@@@@@@@@@@@@@@@@@_                                                                                      
    j@@@@@@@@@@@@@@@@@@@@@@@@g,                                                                                   
   ;@@@@@@@@@@@@@@@@@@@@@@@@@@@@_                                                     _                           
   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a                                               __B'           ____             
  !@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@_                                       __@@@F        ,Lg@@@@@@@@@@p_        
  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@g_                               __g@@@@"         _@@@@@@@@@@@@@@@@g       
  @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@g_                        _o@@@@@@P          ,@@@@@@@@@@@@@@@@@@@g-._=  
  [@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@a_                  ,@@@@@@D            /@@@@@@@@@@@@@@@@@@@@'  `=  
   @@@@"   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@g_              _@@@@@F             @@@@@B>"""""<=BBB=""         
   \@@      @@@@@@@>"Q@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@_          _@@@@"             _@@@B"                         
    V@       Q@@@f    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@g_    _@@@@@,             g@@B                            
     T\       "@@     @@@@@B"   "4@@@@@@@@@@@@@@@@@@@@@@@@@g_@@@@@@@@g          _@@@'                             
                %g    @@@P        `@@@@@@P=4@@@@@@@@@@@@@@@@@@@@@@@@@@@g      _@@@W                               
                      ""            \@@@g        `"Q@@@@@@@@@@@@@@@@@@@@B  ,g@@@@@                                
                                      <@@           l@@@@@@@@@@@@@@@P" __a@@@@@@@                                 
                                        "1           @@@@@@@@@@@@@@@@@@@@@@@@@@@?                                 
                                                    j@@@@@@@@@@@@@@@@@@@@@@@@@@@                                  
                                                   o@@@@@@@@@@@@@@@@@@@@@@@@@@@'                                  
                                                 g@@@@@@@@@@@@@@@@@@@@@@@@@@@@@            _@                     
                                              _@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@g__________@__P*                   
           ~qg_______                      _g@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@'            %                      
              "@@@@@@         __~gg@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@D               "                     
                @@@@@L____~g@@@@BBBBBBBBBBBPBBB@@@@@@@@@@@@@@@@@@@@@@@@@@@@E__                                    
                 @@"   ""                          "4@@@@@@@@@@@@@@@@@@@@'    [B==.                               
                 `                                    [D"<@@@@@@@P*"""*@      [                                   
                                                     ,'    "F           '_                                        
                                                    j        \            L                                       
                                                 _g@L         "_         +""",                                    
                                                "    "        /[ ".                       

The Perceived Speed of Computers

https://www.datagubbe.se/stupidslow/

This feeling of perpetual annoyance comes from somewhere, and I believe it’s increased over time. Input lag, for example, was something I hardly ever experienced during the 1990s, but it seems to have crept in everywhere since then.
https://cr.yp.to/bib/1995/wirth.pdf < A Plea for Lean Software (1995).

Starship scale

image