msmart | 3 years ago | on: Nushell.sh ls | where size > 10mb | sort-by modified
msmart's comments
msmart | 3 years ago | on: Building a Virtual Machine Inside ChatGPT
msmart | 3 years ago | on: Building a Virtual Machine Inside ChatGPT
msmart | 4 years ago | on: Neal Stephenson – Announcing Termination Shock
[1]: https://www.amazon.de/Chasm-City-English-Alastair-Reynolds-e...
msmart | 4 years ago | on: ReleaseHub Environments as a Service Gets 2.7M Seed from Sequoia
msmart | 7 years ago | on: Ask HN: Best Command-Line Applications?
msmart | 8 years ago | on: Interview with Mr. Money Mustache
msmart | 9 years ago | on: What it's like buying a $128k side project
msmart | 9 years ago | on: What it's like buying a $128k side project
Codetree looks great! Good luck!
msmart | 9 years ago | on: Offer HN: Free logo design for an open source project
open Cargo.toml | get dependencies | transpose | rename dep version | each { |row| if (($row.version | get -i version | default "" ) != "") { $row.version.version } else { $row.version } }
not sure whether that's the best way.