PCalc, an Origin Story

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • numi

    Beautiful calculator app for macOS

  • I always geek out showing others Numi: https://numi.app/

    The ability to use variables in a calculator is exciting to me because it is so easy and because it helps lessen error.

  • Gource

    software version control visualization

  • I would be interested to see how the codebase itself changed over 30 years, using something like [1] "gource", but it predates a lot of version control systems :)

    Also, I prefer the earlier UI designs that are more skeuomorphic and look like an actual calculator... but that's just me, they all look great.

    [1] https://gource.io/

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • dotfiles

    My dotfiles. (by orlp)

  • I have a program always open called pcalc as well, but it's something homebrew and short for Python calculator. It's just a Python repl (enhanced by python-prompt-toolkit) with a bunch of my own pre-defined functions: https://github.com/orlp/dotfiles/blob/master/pcalc/pcalc

    I use it all the time, it's so incredibly useful. My most used pre-defined functions are... copy(s) and paste(). E.g. doubling a comma-separated list of numbers is one simple

        copy(", ".join(x*2 for x in eval(paste())))

  • free42

    Free42 : An HP-42S Calculator Simulator (by thomasokken)

  • I used Mathpad for longer calculations, a bit of a niche application by Mark Widholm, which exists since System 7 or 8. It's a bit like Matlab, and also a bit like those apps where you write small steps and can track the computations (Soulver is one of those), but simpler and more direct than the former and much more capable than the latter.

    For simple calculations, I used the standard calculator in "normal" mode. I've also always got one or two calculators on my desk (currently a NumWorks and an HP Prime). And since a few months, I also have Free42 on laptop and iPhone. If you like RPN, check it out: https://github.com/thomasokken/free42

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts