Skip to content

11th Week of 2021

Coding

Python

  • New: Add python landing page.

Javascript

MermaidJS

  • New: Introduce the diagram library and how to make flowchart diagrams.

    MermaidJS is a Javascript library that lets you create diagrams using text and code.

    It can render the next diagram types:

    • Flowchart
    • Sequence.
    • Gantt
    • Class
    • Git graph
    • Entity Relationship
    • User journey

Issues

  • Improvement: Track python dependency errors.

Software Architecture

Architecture Decision Record

  • Improvement: Explain how to show relationship between ADRs.

    Suggest a mermaidjs diagram to show the state of the project ADRs.

Life Management

Automation

Life Automation

  • New: Suggest organize to act on computer file changes.

    organize looks good for automating processes on files. Maybe it's interesting to run it with inotifywait instead of with a cron job.

Operative Systems

Linux

ActivityWatch

Tabs vs Buffers

  • New: Explain how to use tabs, buffers and windows in vim.

Vim Plugins

  • Correction: Forget to use abolish to insert the elipsis symbol.

    Tpope said that it's not going to happen.

  • New: Introduce vim-easymotion.

    EasyMotion provides a much simpler way to use some motions in vim. It takes the <number> out of <number>w or <number>f{char} by highlighting all possible choices and allowing you to press one key to jump directly to the target.

    When one of the available motions is triggered, all visible text preceding or following the cursor is faded, and motion targets are highlighted.

  • Reorganization: Move vim-test to the plugins page.

mkdocs

  • New: Explain how to use MermaidJS diagrams.
  • New: Explain how to test mkdocs plugins.

Peek

  • New: Introduce Peek the screen recorder.

    Peek is a simple animated GIF screen recorder with an easy to use interface.

    If you try to use it with i3, you're going to have a bad time, you'd need to install Compton, and then the elements may not even be clickable.

Vim

  • New: Add vim landing page.

Arts

Writing

Build your own Digital Garden

  • New: Add textstat tests.

    To analyze the text readability

Other

  • New: Introduce Outrun.

    Outrun lets you execute a local command using the processing power of another Linux machine.