Skip to content
View ivan's full-sized avatar
🕸️
🕸️

Organizations

@ludios @NixOS @ludiosarchive @machine-manager
Block or Report

Block or report ivan

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. ludios/unbook ludios/unbook Public

    ebook → self-contained HTML; an {epub, mobi, azw, azw3, lit, chm} converter that outputs a single HTML file with images inlined as data: URIs

    HTML 17

  2. ludios/expand-everything ludios/expand-everything Public

    A userscript to click "show more" links to expand all the text on a page, without slowing things down too much

    JavaScript 87 1

  3. ludios/useful-bookmarklets ludios/useful-bookmarklets Public

    Bookmarklets which I use frequently

    9

  4. ArchiveTeam/grab-site ArchiveTeam/grab-site Public

    The archivist's web crawler: WARC output, dashboard for all crawls, dynamic ignore patterns

    Python 1.3k 130

  5. zshrc zshrc
    1
    #!/bin/zsh
    2
    # This is meant to be sourced; shebang line is for editors
    3
    
                  
    4
    umask 027
    5
    
                  
  6. Less-annoying vscode configuration Less-annoying vscode configuration
    1
    # Useful extensions
    2
    
                  
    3
    - https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-ssh
    4
    - https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig will read `.editorconfig` files so that your per-project indentation settings are respected
    5
    - https://marketplace.visualstudio.com/items?itemName=rebornix.toggle will let you toggle settings (or several) with a keystroke