Skip to content

2022

Duplication – Code with Jason

Duplication - Code with Jason –Duplication can pose serious maintenance problems to codebases. Developers’ attempts to fix duplication can even sometimes introduce new problems. Certain popular approaches to addressing duplication exist, such as the rule of three and the refrain duplication is cheaper than the wrong abstraction. I think these advice snippets treat duplication in an oversimplified way that doesn’t […]

VisiData

VisiData –Command-line interactive multitool for tabular data.VisiData is an interactive multitool for tabular data. It combines the clarity of a spreadsheet, the efficiency of the terminal, and the power of Python, into a lightweight utility which can handle millions of rows with ease.

Everything you need to know

Everything you need to know –A quirky guide for people joining this particular HCI research lab: "This material should take you a week to go through. It'll help you in doing HCI work and research in general. 1) Start with a talk by Richard Hamming called You and Your Research about picking research problems: https://ift.tt/2qemNPJ then look over…

Marta

Marta – A sophisticated new FInder replacement or at least supplement. Seems to be a little like Norton Commander coming back. Probably not as good though !

SSH Tips and Tricks | Carlos Becker

SSH Tips and Tricks | Carlos Becker –Since I joined Charm, I’ve been working and learning more about SSH, and I thought I would share a few quick tips and tricks with you.
Forward Yubikey Agent If you use a Yubikey (you should), you can use it in your remotes by having the key in a SSH agent and forwarding it.
To manage the agent, I strongly recommend yubikey-agent.
You can then forward it in your ~/.ssh/config like the following: