Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Am I a weirdo for using the console (F12) in my browser for calculating stuff like tips, rent/utilities for the month, and other such things? Lol.


No, I always use gdb :)

It also has a persistent history, variables, functions, base conversion, etc. I guess it doesn't have unit conversion or a math library, but it's a great programmers calculator.


Hah, I used gdb print expression for a calculator for decades (especially p/x for hex conversions.) I finally switched to "just fire up a python repl instead" around 2010...


Python just makes it too easy. from math import * and you have everything you need.


I love the JS console for this sort of thing. It has autocomplete for math functions, lists and variables. And I know (and have muscle memory for) the JS math library already.

The best part is its available anywhere, on any computer, in any web browser without installing anything.


Seeing as others in this thread use the bog standard console - and I’ve seen other developers do exactly what you’re referencing - it seems such console usage isn’t unique to you at the very least.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: