James Stone: TIL

Things I've learned, collected in jamesmstone/til. You may also enjoy my website. Inspired by simonw/til.

Atom feed

Browse by topic: awk 1 · decision-making 2 · github-actions 1 · human 1 · javascript 1 · postgres 1 · sh 2 · swimming 1 · terminal 1 · typescript 1

Recent TILs

sh Adding auto complete in bash - 2024-08-29

in bash code completions are setup using the complete command …

decision-making Decision making - 2024-08-16

if you're unsure what to do, always choose the option that makes the better story. …

decision-making Decision making - 2024-08-15

if you're unsure what to do, always choose the option that makes the better story. …

swimming Swimming pool depth can impact race speed - 2024-07-30

From: Yahoo Sports

terminal Searching scrollback in Alacritty - 2024-07-30

I use Alacritty as my terminal emulator. To be honest I am not sure why... it gets out of my way and seems top be fast enough …

human Blood types - 2024-01-26

I was aware humans have different blood types. A B AB O and you can be positive or negative. …

sh Interactively debug a sh script - 2023-08-16

My common (ba)sh script setup is a bit like this: …

awk AWK from and to pattern matches - 2023-05-13

when using awk to parse a file I was aware it uses this basic structure: …

javascript ESM HTTP imports - 2022-12-22

When using all modern versions of JS you can use esm modules. …

typescript React get a components prop types - 2022-11-24

When using TS with React you may want to get the types of another component. …

postgres Alias plpgsql variables - 2022-11-24

Inside plpgsql function you can often get naming conflicts between input parameters and column / table names …

github-actions Skipping a GitHub Actions step without failing - 2020-08-22

I wanted to have a GitHub Action step run that might fail, but if it failed the rest of the steps should still execute and the overall run should be treated as a success. …

Browse all 12 TILs