Readit News logoReadit News
leonim commented on Show HN: A zoomable, searchable archive of BYTE magazine   byte.tsundoku.io... · Posted by u/chromy
leonim · 6 days ago
Thank you for doing this, this is fun. Also, I love all the nostalgic comments.

I'm surprised no one has mentioned Robert Tinney the artist who illustrated many of the covers. His work is pretty amazing, and seemed to capture all sorts of interesting ideas.

I met him once at a computer show. I was in too much in awe that I didn't really talk with him, but was able to give him some praise for his artwork. Also, I bought one of the t-shirts with his artwork.

leonim commented on Ask HN: What's a tool you use every day that most developers haven't heard of?    · Posted by u/Sourabhsss1
leonim · 3 months ago
One my favorite tools is Visidata (https://www.visidata.org/). It is great for viewing and working with data in the terminal. It is useful if you need to quickly explore data and change some data.

VisiData makes it possible to view a lot of data such as CSV, JSON, databases, etc. All the supported formats are listed in https://www.visidata.org/docs/formats/

There is a wonderful tutorial in https://jsvine.github.io/intro-to-visidata/

leonim commented on A love letter to the CSV format   github.com/medialab/xan/b... · Posted by u/Yomguithereal
saint_yossarian · 5 months ago
Also VisiData is an excellent TUI spreadsheet.
leonim · 5 months ago
One of my favorite tools. However, I don’t think that Visidata is a spreadsheet, even though it looks like one and is named after one. It is more spreadsheet adjacent. It is focused on row-based and column-based operations. It doesn’t support arbitrary inter-cell operation(s), like you get in Excel-like spreadsheets. It is great for “Tidy Data’, where each row represents a coherent set of information about an object or observation. This is very much like Awk, or other pipeline tools which are also line/row oriented.

For CLI tools, I’m also a big fan of Miller (https://github.com/johnkerl/miller) to filter/modify CSV and other data sources.

leonim commented on Numderline: OpenType Ligatures for Number Clarity for 4+ digits   thume.ca/numderline/... · Posted by u/leonim
leonim · 8 months ago
This works great with terminals that can handle ligatures. I've used it with Kitty and recently tried it with Ghostty. The author shows several different examples using the fonts to make groups of 3 digits within larger numbers easier to read by adding underlines, grouping numbers closer, bolding numbers, and adding virtual commas. I say the commas are virtual since they are only visible by the font rendering, if you were to copy and paste the numbers the commas would not be included.

The author provides a font patching tool, however mentions that it does not preserve existing ligatures.

This font can be useful when looking at large numbers. I've used it with successfully with Visidata in sheets with large numbers.

leonim commented on Parasitic worms 'manipulate' mantises onto asphalt roads, say researchers   mainichi.jp/english/artic... · Posted by u/anigbrowl
leonim · 8 months ago
If you are interested in this subject, Carl Zimmer wrote a great book that has all sorts of examples of parasites that control their host: "Parasite Rex: Inside the Bizarre World of Nature's Most Dangerous Creatures"

https://www.amazon.com/Parasite-Rex-Bizarre-Dangerous-Creatu...

leonim commented on A Life-Saving Checklist (2007)   newyorker.com/magazine/20... · Posted by u/Tomte
k310 · 8 months ago
Archived. https://archive.is/0H188

Atul Gawande is the author of several books, the most familiar being "The Checklist Manifesto"

leonim · 8 months ago
Atul Gawande is a surgeon by training and an exceptional writer. He has authored several other wonderful books, known for his ability to explain complex topics in an accessible way. His website (http://atulgawande.com) features his books, articles, and papers along with information about his other endeavors.

I hope he'll return to writing.

leonim commented on VisiData v3.1   visidata.org/blog/2024/v3... · Posted by u/hggh
leonim · a year ago
There was a lot of effort to add many more help guides that provide context-sensitive help where you need it. The main complaint I’ve read from people is that VisiData is too complex. The last few releases have attempted to address these concerns with the guides, the command palette, and the menu system. I think these all provide help when it is needed.

Though I think it is possible to get a lot done with VisiData only knowing a handful of commands/operations.

I think that the Jeremy Singer-Vine tutorial is a great starting point: https://jsvine.github.io/intro-to-visidata/

Also, the VisiData developer Saul Pwanson has a YouTube playlist listing all sorts of VisiData demos and step-by-step videos:

https://youtube.com/playlist?list=PLxu7QdBkC7drrAGfYzatPGVHI...

leonim commented on InteractiVenn – Interactive Venn Diagrams   interactivenn.net/index.h... · Posted by u/histories
leonim · a year ago
This is cool.

I'll mention an alternative way to visualize Venn diagrams are UpSet Plots.

[1]: https://en.wikipedia.org/wiki/UpSet_plot [2]: https://upset.app/ -- points to multiple implementations.

u/leonim

KarmaCake day118October 14, 2020View Original