Dossier
CSV
Coverage of CSV in the Nexus archive.
- Show HN: A terminal spreadsheet editor with Vim keybindings
A terminal spreadsheet editor with Vim keybindings has been developed, supporting CSV/TSV import/export and a native .cell format. It uses Rust's Cargo workspace and the ratatui library for the TUI, with a formula engine handling basic functions like SUM and IF. The tool is early but usable, and feedback is encouraged.
- Created a new Bitcoin Explorer for bulk searching and exporting
A developer created a new Bitcoin Explorer in Rust for bulk address searching and data exporting, achieving 13k transactions per second indexing into PostgreSQL. The tool allows exporting large datasets (e.g., 100 million rows to CSV) and invites users to test its SQL performance. The explorer currently counts transaction inputs/outputs rather than unique transactions.