TIL
TIL (Today I Learned) section. Tiny notes on cool things I learned or stumbled upon. Mostly references for my future, forgetful self.
- Grepping inside Vim
- ONNX Models Segmentation Fault
- Azure ML Components and a mysterious segmentation fault error
- Fixing bad resolution modes of a generic display on Linux
- How to list all installed PGP certificates in your system
- Launching a generic UDP listener using netcat
- Setting up a Wireguard connection from a .conf file in Gnome
- Solve 'Attempt To Read Or Write Outside Of Disk' Error
- How to change your SIM PIN code on Android
- How to Jump To a Heading on Emacs Org-mode
- How to modify Scikit-Learn's ConfusionMatrix low-level attributes
- Multiple displays on i3
- How to Copy A Private GPG Key To Another Machine
- How to free up space from pacman's unused files
- How to set-up aspell on a per-project basis
- Ox-hugo auto-export mode with Doom Emacs
- How to edit a multiline command in the shell
- How to bypass MacOS app verification
- Sargable queries in SQL
- How to render emojis as traditional unicode symbols
- How to record and play a macro on Doom Emacs
- How to emulate Doom Emacs + Swiper search on VSCode
- How to switch between terminal and editor on VSCode Emacs-style
- How to update Arch Linux's packages database without upgrading anything
- How to fix Emacs org-super-agenda keymap with evil-mode on
- How to use breakpoint() on IPython
- How to get help about an object in the Python interpreter
- pytest and the tmp_path fixture
- About short-circuiting in Python
- How to insert shell commands output in Vim
- How to opt out of OpenAI's data collection
- Narrowing to a subtree (and un-narrowing it later) in Emacs
- Jumping to symbol definition and more in VSCode
- How to check if two sets are disjoint in Python
- How to split data by groups of items (instead of items only) with scikit-learn
- How to make Org-mode tags stay at the end of the line
- How to Access a Mount Point on Databricks
- How to restart the Jupyter kernel of a Databricks notebook the right way
- Training YOLOv8 on Databricks without a GPU
- Current baluns are superior to voltage baluns in almost every scenario
- Arch Linux repositories stopping getting updates
- The D-layer is what impacts the 20m band the most
- Water affects antennas resonant frequency
- Magnetic anomalies can deflect airwaves
- How To Switch Screens Via Keyboard
- How to debug an AWS SageMaker training container
- Pull requests should have less than 200 changed lines
- How to configure a Python project using Pyenv
- How to open an org file with headings collapsed
- How to add an external domain to Gmail
- How to refresh Emacs agenda view on file change
- How to Enable Python Type Checking in VSCode
- How to move a repo as a sub-directory of another repo while preserving the commits