←back to thread

308 points zdw | 9 comments | | HN request time: 1.123s | source | bottom
Show context
robin_reala ◴[] No.44500076[source]
If you’re one of today’s lucky 10,000 and haven’t heard the original 500-mile email story, you can read it at https://web.mit.edu/jemorris/humor/500-miles.

(discussed previously on HN 5 years ago – https://news.ycombinator.com/item?id=23775404 – and 10 years ago – https://news.ycombinator.com/item?id=9338708)

replies(10): >>44500186 #>>44500188 #>>44500324 #>>44500388 #>>44500395 #>>44500505 #>>44500890 #>>44504294 #>>44504475 #>>44504728 #
jeffhuys ◴[] No.44500505[source]

   > units
   751 units, 62 prefixes
   You have: 10 miles
   You want: meters
    * 16093.44
    / 6.2137119e-05
Huh. Never knew that was a thing!
replies(2): >>44500625 #>>44501068 #
1. bqmjjx0kac ◴[] No.44500625[source]
I always want to reach for `units`, but I'm perennially baffled by the output! What's up with the * and /?
replies(3): >>44500696 #>>44500752 #>>44501101 #
2. Arnavion ◴[] No.44500696[source]
The * value is the result of converting 10 miles to meters, as requested.

The / value is the inverse of that in case you wanted that, ie 0.1 meters in miles.

It's explained in `man 1 units`

replies(1): >>44500998 #
3. barnas2 ◴[] No.44500752[source]
the * is denoting the conversion from your first unit to your second, the / denotes the other way.

You have: 1 miles You want: feet * 5280 / 0.00018939394

In the above example, 1 mile is 5280 feet, and 1 foot is 0.00018939394 miles

If I do 2 miles to feet, the values are doubled (or halved for the reverse conversion)

You have: 2 miles You want: feet * 10560 / 9.469697e-05

4. bqmjjx0kac ◴[] No.44500998[source]
Oh, I know it's explained in the man page. I read it every time and promptly forget because I can't internalize the choice of notation.
replies(2): >>44501018 #>>44501074 #
5. jagged-chisel ◴[] No.44501018{3}[source]
* multiply

/ divide

replies(1): >>44504720 #
6. spacepotato ◴[] No.44501074{3}[source]
If you find the output a bit hard to parse at times (as I do), you might want to try qalc instead, I use it all the time from the terminal to do conversions:

    $ qalc 
    > 3 millilightseconds to miles

      3 milliLightSeconds ≈ 558 mi + 1491 yd + 0.1692913386 ft
I'm not sure if it has all the same units as `units` does, but it replaced my use of it entirely as it can do other useful operations as well
7. Symbiote ◴[] No.44501101[source]
I usually call it non-interactively:

  $ units 1500DKK USD
      * 236.76653
      / 0.00422357
in which case it's always the first line I want.

(The second line is telling me 1USD is 0.00422357 of 1500DKK.)

Note if you use the currency conversions,

  systemctl enable units-currency-update.timer
is needed to keep them up-to-date.
replies(1): >>44509488 #
8. bqmjjx0kac ◴[] No.44504720{4}[source]
I am familiar.
9. tmtvl ◴[] No.44509488[source]
If you only need the first line you can invoke units with --terse.

  $ units --terse 2.4kWh megajoules
  8.64