Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
orlp
on Aug 2, 2023
|
parent
|
context
|
favorite
| on:
Ask HN: Do you still use a hand held/desktop calcu...
No, I use a Python interpreter that is always open in tmux on the first tab. I have a bunch of predefined functions that I use a lot:
https://github.com/orlp/dotfiles/blob/master/pcalc/pcalc
The killer pre-defined functions? copy(x) and paste(). You can guess what they do.
overnight5349
on Aug 3, 2023
|
next
[–]
Interesting, I'll have to give this a try!
eternityforest
on Aug 3, 2023
|
prev
|
next
[–]
I have Units usually open in a terminal window, I probably use it more often than anything else on the CLI
zaptheimpaler
on Aug 3, 2023
|
prev
[–]
based
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
The killer pre-defined functions? copy(x) and paste(). You can guess what they do.