https://github.com/maaslalani/sheets #spreadsheets #ASCIIart #innovation #sarcasm #HackerNews #ngated
Sheets Spreadsheets in Your Terminal
https://github.com/maaslalani/sheets
#HackerNews #Sheets #Spreadsheets #in #Your #Terminal #terminal #productivity #spreadsheets #coding #tools #open #source
I'm starting to realize that one of the amazing knock-on effects of vibe coding is that it makes you think meta, larger.
You keep looking for ways (and finding them!) to automate fucking everything. I now know how to run Cloudflare tunnels to my local machine, register domains and change DNS from the CLI, everything is deploy on push or with CLI tools.
GUIs are so 2010.
🗂️ IBM, sonic delay lines, and the history of the 80×24 display
📝 What explains the popularity of terminals with 80×24 and 80×25 displays? A recent blog post \' 80x25 \' motivated me to investigate this. The ... [...]
🔗 https://www.righto.com/2019/11/ibm-sonic-delay-lines-and-history-of.html
🏷️ #history #hardware #retro #terminal #technology #interesstingRead #jasonsFeedReader
Wow, this is a gem 💯
🕵️ **proxelar** — Intercept HTTP traffic from the terminal
🔥 MITM proxy with TUI, web UI & Lua scripting
⚡ Inspect, modify, mock requests in real time with full HTTPS interception
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/emanuele-em/proxelar
#rustlang #ratatui #tui #networking #proxy #security #http #terminal
Wusstet ihr, dass `find` und `xargs` zusammen echte Superkräfte haben?
`find . -name "*.log" -mtime +30 | xargs rm`
Löscht alle .log-Dateien älter als 30 Tage. Einmal verstanden, nie wieder vergessen – und das Terminal fühlt sich plötzlich weniger einschüchternd an. 🐧✨
Found an amazing tool for fixing broken Git history 💯
⏪ **git-time-machine** — A TUI for navigating Git reflog
🔥 Rebase, reset, undo any Git mistake quickly with a visual timeline
🦀 Written in Rust & built with @ratatui_rs
⭐ GitHub: https://github.com/dinakars777/git-time-machine
#rustlang #ratatui #tui #git #history #vcs #devtools #productivity #terminal