diff --git a/docs/jargon-org.txt b/docs/jargon-org.txt index fe2b937..c187fa3 100644 --- a/docs/jargon-org.txt +++ b/docs/jargon-org.txt @@ -19,7 +19,7 @@ Free Documentation License". * Generated -This file last generated Tuesday, 16 October 2018 10:00PM UTC +This file last generated Tuesday, 16 October 2018 10:04PM UTC * Glossary ** ( @@ -1411,6 +1411,9 @@ n. That which is compellingly the correct or appropriate thing to use, do, say, 2. The Stanford Artificial Intelligence Language used at SAIL (sense 1). It was an Algol-60 derivative with a coroutining facility and some new data types intended for building search trees and association lists. +*** SBC +Single Board Computer. Typically with an ARM CPU. The most common example is the Raspberry Pi. SBCs are a playground for hackers because they're cheap and run GNU/Linux. + *** SCNR abbrev [common] Sorry, Could Not Resist. Normally used to semi-apologize for an obvious wisecrack. diff --git a/docs/jargon.1.gz b/docs/jargon.1.gz index 79647aa..d86d077 100644 Binary files a/docs/jargon.1.gz and b/docs/jargon.1.gz differ diff --git a/docs/jargon.html b/docs/jargon.html index 1f00a04..6b76f7c 100644 --- a/docs/jargon.html +++ b/docs/jargon.html @@ -18,7 +18,7 @@ Free Documentation License".

Generated

-This file last generated Tuesday, 16 October 2018 10:00PM UTC +This file last generated Tuesday, 16 October 2018 10:04PM UTC

Glossary

@@ -1720,6 +1720,10 @@ This file last generated Tuesday, 16 October 2018 10:00PM UTC

1. The Stanford Artificial Intelligence Lab. An important site in the early development of LISP; with the MIT AI Lab, BBN, CMU, XEROX PARC, and the Unix community, one of the major wellsprings of technical innovation and hacker-culture traditions (see the WAITS entry for details). The SAIL machines were shut down in late May 1990, scant weeks after the MIT AI Lab's ITS cluster was officially decommissioned.

2. The Stanford Artificial Intelligence Language used at SAIL (sense 1). It was an Algol-60 derivative with a coroutining facility and some new data types intended for building search trees and association lists.

+

SBC

+

+ Single Board Computer. Typically with an ARM CPU. The most common example is the Raspberry Pi. SBCs are a playground for hackers because they're cheap and run GNU/Linux. +

SCNR

abbrev [common] Sorry, Could Not Resist. Normally used to semi-apologize for an obvious wisecrack. diff --git a/entries/SBC.txt b/entries/SBC.txt new file mode 100644 index 0000000..f663258 --- /dev/null +++ b/entries/SBC.txt @@ -0,0 +1,5 @@ +SBC + +Single Board Computer. Typically with an ARM CPU. The most common example is +the Raspberry Pi. SBCs are a playground for hackers because they're cheap +and run GNU/Linux. \ No newline at end of file