Skip to content

July of 2022

Computer Science

GNULinux

NeoMutt

  • New: Delete/undelete all messages.

    To delete or undelete all:

    1. Press D or U.
    2. Enter ~A to mark all.

Programming

Debugging

  • New: Better-exceptions.

    Pretty and more helpful exceptions in Python, automatically.

    pip install better_exceptions
    export BETTER_EXCEPTIONS=1