Blog Posts

All my blog posts and articles

Page 16 of 142 (2824 total posts)

August 2022

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…

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:

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 !

PID controller | Wikiwand

PID controller | Wikiwand –A proportional–integral–derivative controller is a control loop mechanism employing feedback that is widely used in industrial control systems and a variety of other applications requiring continuously modulated control. A PID controller continuously calculates an error value e {\displaystyle e } as the difference between a desired setpoint and a measured process variable and applies a correction based on proportional, integral, and derivative terms , hence the name.