When I moved here forty-three years ago, it was common to see abacuses used in similar situations. There's still an abacus school [1] not far from where I live, but it's been a long time since I saw one in use.
Ask HN: Do you still use physical calculators?
21–30 of 130 posts
Re: Ask HN: Do you still use physical calculators?
#22We are getting away from them in the classroom though; just started piloting a program where students use the Desmos app on their phones (requested to be in airplane mode) in class, and we have a department set of air-gapped phones with Desmos pinned for students to use on exams.
Re: Ask HN: Do you still use physical calculators?
#23The biggest reason for me are physical buttons and the fact I know the layout and capabilities. I'm just faster on physical calculator than on Android app.
But to tell the truth, usually I just use Speedcrunch on my computer. Or spreadsheeds. Or Python REPL.
Re: Ask HN: Do you still use physical calculators?
#24Re: Ask HN: Do you still use physical calculators?
#25Re: Ask HN: Do you still use physical calculators?
#26- I need physical buttons. I often find that on touchscreens I mistype something and I don't notice.
- The history feature. Maybe I want to do a serial task or calculation, and I can just replace/correct one of the formulas in the history and it automatically recalculates all of the expressions that came after it.
- I have written some micropython code / utilities for the calculator and I use it all the time.
- I don't want to context switch to do a quick calculation. On my PC I have to open up a new terminal or a website (I might be offline, so I have to hotspot and then connect the wifi and ...) and interrupt my existing work or I have to frequently switch between a PDF or latex or whatever that I'm working on.
- Typing out `sin` or `np.sin` or `sin^-1` on PC is both longer and more error prone. It gets very frustrating very quickly.
- The numerical solver is a godsend. Try solving for the roots of an expression like `xe^x = 10` on your PC without internet. Or with an android application. On my calculator it's just a few dedicated button presses. On the PC, I have to use isympy and typeout `nsolve(Eq(x * exp(x), 10), 1)`, and you wouldn't even get a proper graphical display of the expression while you are typing it.
Re: Ask HN: Do you still use physical calculators?
#27Re: Ask HN: Do you still use physical calculators?
#28- I have a HP 15C to take with me all the time (due to its small form factor).
- I have a HP 48 GX as main calculator, it is most feature complete and has a clock and alarms. I use it a lot for time calculations.
- I have a HP 48 SX, but did not use it much any more after acquiring the 48 GX.
- I have a HP 10bII+, which was a gift of my brother in law when he saw my obsession with HP calculators. I do not use it much, as I am not in financial stuff.
- I have a HP 41 CV, which is less capable as my 48 GX, but I somehow love it so much, that it resides on my desktop and is used a lot.
- I have a Casio Classpad fx-CP400, which I use when I tutor my nephew - it is the best fit for high school requirements (in Germany).
- I have a bunch of TI nspire and voyagers and a TI 83 plus, that I never use.
- I have a TI-92 plus which I used a lot in the past, but I do not like it anymore.
- I have a Casio FX-730P, which I like to write little programs for.
Not to mentions my collection of slide rules.
Re: Ask HN: Do you still use physical calculators?
#29Re: Ask HN: Do you still use physical calculators?
#30During and after grad school, I was using Mathematica or NumPy/Sympy quite a bit. But it felt like using an overpowered system to do basic assignments. Think of taking a Bugatti Veyron for grocery shopping. I indulged myself with another physical calculator - this time a Casio FX-CG50 with a color display and python support. I use it whenever I do self-paced courses or reading the occasional stats/ML paper.