DEV Community

Ben Halpern
Ben Halpern

Posted on

Tell me some useless (or useful) software trivia

Tell me a factoid I might not know about. It could be some weird edge case, a moment in history, or little known reasons for why some software behaves the way it does.

Top comments (56)

Collapse
 
gypsydave5 profile image
David Wickes

From the top of my head:

  • C, as in the language, stands for Christopher.
  • D in MS-DOS originally stood for Dirty.
  • We call anonymous functions 'lambdas' either because the Greek letter was easier to print than a hat, or because someone played eenie-meenie-minie-mo.
  • Ken Iverson was able to get IBM to build a whole new printer, with new characters on it, to write his APL programming language.
  • The first programming language used on a Unix machine was dc, a stack based Reverse Polish calculator still present on Linux/Mac today.
  • Type M-x doctor in Emacs to get access to a Rogerian psychotherapist.
  • The QWERTY keyboard layout was designed to slow down your typing
  • The reason keyboard rows are offset is to allow the hammers on a typewriter to fit inbetween them.
  • The Caps Lock key only moved to its current location in 1984 to satisfy the increasing number of secretaries using computer keyboards. It used to be Control.

... I'll have a think and come back ...

Collapse
 
kenbellows profile image
Ken Bellows

The QWERTY keyboard layout was designed to slow down your typing

This one seems to be an urban legend, probably not actually true
smithsonianmag.com/arts-culture/fa...

Collapse
 
gypsydave5 profile image
David Wickes

That's fun! Although I'm not sure if it's any better to know that QWERTY is an efficiency hack for transcribing telegrams from Morse.

Collapse
 
kenbellows profile image
Ken Bellows • Edited

We call anonymous functions 'lambdas' either because the Greek letter was easier to print than a hat, or because someone played eenie-meenie-minie-mo

Can you elaborate on this one? "Lambdas" are named after the lambda calculus, which originated in the 1930s... Is the stuff about hats and eenie-meenie related to the name of the lambda calculus?

Collapse
 
gypsydave5 profile image
David Wickes

Willingly. You'll find most of it on the Wikipedia page under History, but in brief:

  • either Alonzo Church picked a random Greek letter, in his own words by eenie-meenie.

  • or he started with a 'hat' over a variable - like Γͺ - which got shifted to the left to become an upside down V. Which looks like a capital lambda, and so it was lowercased.

Collapse
 
djtai profile image
David Taitingfong

I was informed that C was named so because it came after the B language (made by Bell Labs) - where did this Christopher thing come from?

Collapse
 
gypsydave5 profile image
David Wickes • Edited

So B came from BCPL, the Basic Combined Programming Language at Cambridge. Which came from the (unimplemented) CPL - Combined Programming Language.

The C also stood for Cambridge. But it was also known as Christopher's Programming Language after one of its inventors, Christopher Strachey.

source: The Art of Unix Programming

Collapse
 
johnfound profile image
johnfound

The Caps Lock key only moved to its current location in 1984 to satisfy the increasing number of secretaries using computer keyboards. It used to be Control.

I always remap caplock as a Ctrl in my keyboards. Very comfortable.

Collapse
 
gypsydave5 profile image
David Wickes

I always remap caplock as a Ctrl in my keyboards.

If you don't YOU'RE A MONSTER!

Thread Thread
 
pinotattari profile image
Riccardo Bernardini

Actually, on my ezbook (with US keyboard) I remapped the Caps Lock to the "Compose" key in order to type accented letters (for everything else there is Shift-Ctrl-u + unicode) :-)

Collapse
 
johnylab profile image
JoΓ£o Ferreira

I'm a monster, cause I only use Shift (with little finger)

Collapse
 
kaspermeyer profile image
Kasper Meyer

This one blew me away when I first read it years ago.

Behold: The case of the 500-mile email

ibiblio.org/harris/500milemail.html

Collapse
 
johnylab profile image
JoΓ£o Ferreira

This is gold

Collapse
 
johnfound profile image
johnfound

That is good, but you MUST read the FAQ to this story. There is a link in the header.

Collapse
 
lukewestby profile image
Luke Westby • Edited

Microsoft Excel originally (and perhaps still?) treated the year 1900 as a leap year in its date computations even though it is not a leap year. It was an intentional choice. The existing spreadsheet software with the greatest market share at the time of Excel’s release was Lotus 1-2-3. Lotus 1-2-3 had the same behavior via a legitimate bug. By replicating the behavior, Excel could import Lotus 1-2-3’s file format with no unexpected outcomes for the user. This made the switch to Excel seamless and it quickly dominated the market.

Collapse
 
peter profile image
Peter Kim Frank

Fascinating!

Collapse
 
hjess profile image
Howard Jess

Nice note. In the 80s, I worked on a 3D spreadsheet program named BitsCalc (later BoeingCalc). We inserted the same behavior, for the same reason.

Collapse
 
molly profile image
Molly Struve (she/her)
Collapse
 
mcsh profile image
Sajjad Heydari

Do you know lisp uses () instead of [] solely because the keyboard that was used to develop its first versions had a problem with [ key?

Collapse
 
taillogs profile image
Ryland G • Edited

When Apple acquired NEXT in 1996, they mostly did it so Jobs could return to his previous role. But Apple/Jobs also saw the NEXT OS as a serious improvement over the existing Mac OS.

Because of this, Apple chose to build the next OS on top of NEXT. In fact, up until recently (might even still be the case) if you peeked into the source code of OSX you would still find original unmodified NEXT files. So in some ways if you’re running OSX you are still running part of NEXT.

Collapse
 
thefern profile image
Fernando B πŸš€

That's why tons of classes have NS in the beginning, Next Step.

Collapse
 
cjbrooks12 profile image
Casey Brooks

In 2009, a carrier pigeon was faster and more reliable at data transfers than the Internet in South Africa.

Source: wired.com/2009/09/in-africa-a-pige...

Collapse
 
aaronpowell profile image
Aaron Powell

Heres a few of mine:

  • JavaScript has both +0 and -0
  • The original version of the .NET framework was written in Java
  • C# is actually an implementation of an ECMA spec
  • PowerPoint is Turing-complete (along with a surprising list of other things)
Collapse
 
triptych profile image
Andrew Wooldridge

Magic: The Gathering is Turing-complete: toothycat.net/~hologram/Turing/

Collapse
 
jckuhl profile image
Jonathan Kuhl • Edited
  • Binary isn't the only system. A bi-quinary system was also proposed that would have, due to the wavelength nature of electricity, given us the ability to have a decimal system in our computers. Five levels of voltage above ground, five levels of voltage below. However, such a system was complex, power-hungry, and unreliable due to quantum mechanics (if the wavelengths were too small, it got difficult to precisely measure which level its at, and if the wavelengths are too big, it was too energy inefficient.)

youtube.com/watch?v=thrx3SBEpL8

Collapse
 
codercatdev profile image
Alex Patterson

Did you know the inventor of Atari also invented Chuck E Cheese 🀯

en.m.wikipedia.org/wiki/Nolan_Bush...

Collapse
 
lukewestby profile image
Luke Westby

Wi-Fi doesn't officially stand for anything and is just a pun on the abbreviation "hi-fi"

Collapse
 
mmphego profile image
Mpho Mphego

Lies it stands for Wireless Infidelity

Collapse
 
chiangs profile image
Stephen Chiang

The hashtag/pound sign, #, is originally known as the octothorpe.

Collapse
 
johnfound profile image
johnfound

Actually, in my youth, we called it "trace" (and I still use it sometimes) because the TRACE command in Apple II BASIC, outputs the line numbers prefixed with #.

I learned much later that in some places # is used instead of β„– character.

Collapse
 
jmcp profile image
James McPherson

WellActually that's the proper name for it, from a typesetting point of view.

Collapse
 
thefern profile image
Fernando B πŸš€

Do you know this exists? Is a cool flowchart visual program developed by USAF. raptor.martincarlisle.com

And this is useless but funny, have you ever read any discord changelog?

I'm sure you know the arrow in the fuel gauge pointing towards the fuel tank.

Collapse
 
david_j_eddy profile image
David J Eddy

That Raptor page sent me right back to 1995.

Collapse
 
thefern profile image
Fernando B πŸš€

Lmao, is stuck in the last century. Don't get fooled by that, Raptor is an awesome program.

Collapse
 
lukewestby profile image
Luke Westby • Edited
document.all instanceof HTMLAllCollection;
// => true
typeof document.all === 'undefined';
// => true
Collapse
 
jmcp profile image
James McPherson

Americans pronounce "cache" as "kaysh", but Australians are more likely to pronounce it like "cash".

Oh, and UK/Eire-denizens pronounce "router" like "rooter" - but that's got certain connotations here in AU/NZ ;)