TIL is my collection of short, technical daily learnings. 206 and counting.
Git Porcelain and Plumbing š½
Git has two kinds of commands: āporcelainā and āplumbingā. ...
TIL is my collection of short, technical daily learnings. 206 and counting.
Git has two kinds of commands: āporcelainā and āplumbingā. ...
Today I accidentally I found a calculator on my computer, bc. Letās look at it! ...
Iāve been hacking on a TypeScript file all day, but I need transpiled JavaScript for any testing. How did I reduce cycle time (and mitigate many chances to forget to build at all)? ...
In MCP server code using stdio, you canāt use any functions that print to stdout. ...
Watch and re-transpile any TypeScript file with: tsc file.ts --watch ...
Throwing a JavaScript Error test to your observability tool? Thereās a better way. ...
Suppose your package.json specifies a Node engine of greater than or equal 24. Does this mean all engineers on your team will use Node 24? No, unless you use this one weird trick! ...
Hello World! Today Iām posting a TIL using MCP (Model Context Protocol). ...
Iāve been known to cat README.md | pbcopy a file. Thereās a better way: the input redirection operator! ...
To toggle back and forth between two Tmux sessions, use <leader>-L.