Live data from Hacker News

We can't send email more than 500 miles (2002)

web.mit.edu

91–100 of 141 posts

Re: We can't send email more than 500 miles (2002)

#91

The one thing that throws a wrench in this story for me: Lattes. Latte's in 1994? In North Carolina? No way. Maybe on the West Coast, but I moved to Cali in 1989 and they were a rarity until the mid-late 90's. There were only 425 starbucks in the US in 1994 (from their site). The "fancy coffee" craze was just a blip on the radar in the mid 90's but gaining momentum. ;-)

From the FAQ

> My guess, from the office I remember being in, the coworkers I remember speaking about this to, and some other such irrelevant but timely details, place it somewhere between 1994 and 1997.

Re: We can't send email more than 500 miles (2002)

#92
post #59

Best part of reading this is coming away having learned the existence of units the CLI. How did I spend 20 years on the shell and not have needed or discovered this?

units You have: mph You want: kph * 1.609344 / 0.62137119

I have

  alias units='units --verbose
in my shell rc which makes the output much more understandable:

  You have: mph
  You want: kph
          mph = 1.609344 kph
          mph = (1 / 0.62137119) kph

Re: We can't send email more than 500 miles (2002)

#93
post #72

I've had enough years to become wiser, become a fanatic for configuration management, and get over the embarrassment: I'm the consultant that screwed things up. Some background: the Stat department was running a variety of systems besides the Solaris workstations, and there was, within UNC-CH, a separate support organization that was cheaper and more comfortable with Microsoft products where Stat was sending their su…

I’ve read this story many times, it’s hilarious (and could happen to anyone). Thanks for filling in that background - HN is so great for these kind of moments!

Re: We can't send email more than 500 miles (2002)

#95
post #72

I've had enough years to become wiser, become a fanatic for configuration management, and get over the embarrassment: I'm the consultant that screwed things up. Some background: the Stat department was running a variety of systems besides the Solaris workstations, and there was, within UNC-CH, a separate support organization that was cheaper and more comfortable with Microsoft products where Stat was sending their su…

Can I get your autograph? The 500 mile email story has been a story since I was a teenager. Thank you for the comment. It was delightful to hear your take on the (mildly apocryphal, but highly enjoyable) tale.

How about a joint autograph from both the protagonist—Trey Harris, and the antagonist—the consultant to the Stats department :) ?

Trey Harris also on HN [0].

[0] https://news.ycombinator.com/threads?id=TreyHarris

Re: We can't send email more than 500 miles (2002)

#96
post #77
post #59

Best part of reading this is coming away having learned the existence of units the CLI. How did I spend 20 years on the shell and not have needed or discovered this?

One thing I got bitten by was the handling of Fahrenheit/Celsius, because it's a non-linear conversion between the two. When you ask to convert `10 degC` to `degF` you get 18, which is the delta of ºF corresponding to increment of 10ºC. To get the absolute temperature, you have to ask to convert `tempC(10)` to `tempF` which is 50, as expected. https://www.gnu.org/software/units/

"Non-linear" threw me off for a second - I almost never see the mathematically correct definition of linear in computer science spaces. For anyone wondering, Celsius to Fahrenheit is an affine transform, technically not linear, because you have to add an offset, not just multiply.

Re: We can't send email more than 500 miles (2002)

#97
post #26

Does anyone know of stories similar to this? I would like to read more.

The style is very reminiscent from The Register's BOFH line of stories (though without the mischieviousness)--now those are mostly fiction, but they're amusing nonetheless...

Re: We can't send email more than 500 miles (2002)

#98
post #95

Earlier quoted context omitted.

Can I get your autograph? The 500 mile email story has been a story since I was a teenager. Thank you for the comment. It was delightful to hear your take on the (mildly apocryphal, but highly enjoyable) tale.

How about a joint autograph from both the protagonist—Trey Harris, and the antagonist—the consultant to the Stats department :) ? Trey Harris also on HN [0]. [0] https://news.ycombinator.com/threads?id=TreyHarris

Yes. Seriously... I’m willing to pay for the shipping and everything. I’ve told this story countless times to people over the years. This and the “OpenOffice can’t print on Tuesday” bug are two of my favourite troubleshooting stories.

Re: We can't send email more than 500 miles (2002)

#99
post #59

Best part of reading this is coming away having learned the existence of units the CLI. How did I spend 20 years on the shell and not have needed or discovered this?

Be aware that currencies are stuck with rates from several years ago and don’t update.

Running `sudo units_cur` does the trick for me.

  $ units
  Currency exchange rates from FloatRates (USD base) on 2020-05-12
  $ sudo units_cur
  $ units
  Currency exchange rates from FloatRates (USD base) on 2020-07-09
(GNU units, packed by Debian)

Re: We can't send email more than 500 miles (2002)

#100
post #89

Earlier quoted context omitted.

I love that after all these years there are still people discovering this classic for the first time.

That's a great non-cynical non-humbuggy view to have I see something like this and have to consciously think of https://xkcd.com/1053/

thanks, I was looking for this comic for some unrelated reason.
Post reply on HN