Readit News logoReadit News
leonim commented on VisiData – open-source spreadsheet for the terminal   visidata.org/... · Posted by u/andsoitis
ZeroGravitas · 4 months ago
It can do the first example on that page at least.

It calls them derived columns and you can use python to combine and process other columns.

https://www.visidata.org/docs/columns/#derived

leonim · 4 months ago
This is the = command that adds a new column based on a Python expression you provide. You can reference the cells in the current row based on the column name.

It is also possible to create a column based on the output of a shell command.

VisiData is row based, not cell based, so you cannot create expressions that reference data across rows.

leonim commented on Libghostty is coming   mitchellh.com/writing/lib... · Posted by u/kingori
orobus · 6 months ago
I can’t figure out how to get the visidata frequency analysis histograms to render properly. Some render as blocks as expected but others are those diamond-question marks. I know it’s a silly hang up but it’s what’s keeping me on iterm. It’s seemingly impossible to search for (or at least I haven’t figured out the right keywords) to troubleshoot too.
leonim · 6 months ago
Try asking on https://github.com/saulpw/visidata the community there can help.

I am seeing this issue on a Mac with ghostty but not with wezterm, from the same binary. Ghostty shows some correct characters and some diamond-question marks, and a line usually contains one or the other. The ghostty inspector shows the diamonds are not the blocks.

leonim commented on Show HN: A zoomable, searchable archive of BYTE magazine   byte.tsundoku.io... · Posted by u/chromy
leonim · 7 months 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 · 10 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 · a year ago
Also VisiData is an excellent TUI spreadsheet.
leonim · a year 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 · a year 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 · a year 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 · a year ago
Archived. https://archive.is/0H188

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

leonim · a year 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.

u/leonim

KarmaCake day118October 14, 2020View Original