Birth Certificate in WA

Posted on Aug 30, 2023 in Life • Tagged with Life, WA, birth, certificate, health, statistics, vital

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

Order a Birth Certificate

  1. It is suggested that you order by mail if it is not urgent. Otherwise, it is suggested that you order online and use …


Continue reading

Tips on Zoxide

Posted on May 08, 2025 in Computer Science • Tagged with Computer Science, programming, shell, zoxide

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

fzf + find + cd is a better solution than zoxide.

zoxide is a smarter cd command for your terminal.


Manage Your Python Project Using Poetry

Posted on Mar 02, 2019 in Computer Science • Tagged with programming, Python, poetry, build tool, dependency management

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

uv (implemented in Rust) is the new cool kid now and is prefer to poetry.

Tips and Traps

  1. Python Poetry is current the best project management tool …


Continue reading

Managing Virtual Environments in Poetry

Posted on Dec 25, 2019 in Computer Science • Tagged with programming, Python, Poetry, virtual environment, shell

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

uv (implemented in Rust) is the new cool kid now and is prefer to poetry.

Where to Create Virtual Environments

By default, Poetry create virtual environment in …


Continue reading

Disable the Checkers Layer in SpaceVim

Posted on Oct 20, 2019 in Software • Tagged with Software, SpaceVim, Vim, checkers, layer, LSP, language server protocol

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

The SpaceVim project has been abandoned. Check AstroVim instead.

You can use the following command in SpaceVim to disable the checkers layer temporarily.

let g:spacevim_lint_on_save = 0 …

Continue reading

SpaceVim - A Modern Vim/NeoVim Configuration

Posted on Mar 03, 2019 in Software • Tagged with software, SpaceVim, Vim, NeoVim, configuration, tips

Things under legendu.net/outdated are outdated technologies that the author does not plan to update any more. Please look for better alternatives.

The SpaceVim project has been abandoned. Check AstroVim instead.

Installation

curl -sLf https://spacevim.org/install.sh | bash
# enable Python3 support
wajig install python3 python3-pip
pip3 install …

Continue reading