Skip to content

Index

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

Link: 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

Link: 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: http://www.cs.virginia.edu/~robins/YouAndYourResearch.html then look over..."

Marta

Link: Marta: "Mentioned as a wonderful two pane FINDER replacement. I have been looking for years for a suitable replacement for a classic app NORTON COMMANDER. Maybe this is the one?"

SSH Tips and Tricks | Carlos Becker

Link: 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:"