> LESSON 2 OF 2
CULTURE, PRESERVATION, AND THE EXAM
The Wider Culture
The BBS was not just a technology — it was a social environment that attracted people who were curious about computers, communication, and the limits of systems, including the limits that phone companies, corporations, and governments imposed. Understanding that culture is understanding why BBSes developed the way they did, and why the people who built them made the choices they made.
Phone Phreaking
Phreaking — telephone network exploration and manipulation — predated the BBS era and became deeply intertwined with it. Phreakers discovered they could manipulate telephone switching hardware using audio tones at specific frequencies, enabling free long-distance calls and the ability to explore the telephone network in ways its designers had not intended.
The most celebrated early phreaker was John Draper, known as Captain Crunch. In the early 1970s, Draper discovered that a toy whistle included in Cap'n Crunch cereal boxes produced a 2600 Hz tone — the exact frequency used by AT&T's long-distance network to signal an idle trunk. With this whistle (and later custom "blue boxes"), Draper and others could place free calls anywhere on the AT&T network.
2600 Magazine — named for the 2600 Hz tone — launched in 1984 and became the publication of record for the phreaking and hacking communities, covering technical exploits, legal developments, and culture. It continues to publish today.
The phreaking and BBS communities overlapped heavily. Phreakers used BBSes to share techniques; BBS SysOps used phreaking knowledge to reduce the cost of calling distant boards. Boards that hosted phreaking information were often restricted to trusted users — the beginning of the "elite BBS" culture.
The Hacker Ethic
In 1984 — the same year FidoNet launched and 2600 Magazine began publishing — Steven Levy published "Hackers: Heroes of the Computer Revolution." The book documented the MIT AI Lab hackers, the Homebrew Computer Club, and the early game developers of the personal computer era.
In articulating what motivated these people, Levy identified a set of values he called the Hacker Ethic:
- Information should be free
- Computers should be accessible to anyone who wants to learn from them
- Bureaucracy and secrecy are obstacles to understanding
- Decentralisation is better than centralisation
- You can create art and beauty on a computer
These values resonated deeply with BBS culture. The BBS was, in many ways, the Hacker Ethic made concrete: a freely accessible system where information was shared without gatekeepers, skills were valued over credentials, and the community largely policed itself.
textfiles.com and Jason Scott
Jason Scott is one of the most important figures in BBS preservation. His archive, textfiles.com, hosts hundreds of thousands of text files from the BBS era — covering phreaking, hacking, security, humour, creative writing, technical documentation, underground culture, and the full breadth of what BBS users wrote and shared over two decades.
The site is a primary historical record. Documents that would otherwise exist only in the memories of people who were there — or not exist at all — survive because Scott collected and hosted them.
Scott also directed BBS: The Documentary (2005), a multi-part film covering BBS history through interviews with the people who built, ran, and used these systems. It remains the most comprehensive documentary record of the BBS era and is freely available online.
Modern BBS: Technical Facts for the Exam
Several technical details about modern BBS operation appear directly in the Adept exam.
IAC (Interpret As Command) is the escape mechanism in the Telnet protocol. The byte value 0xFF (255 decimal) introduces Telnet option negotiation sequences. When a BBS receives byte 0xFF from a Telnet connection, what follows is a command sequence (DO, DONT, WILL, WONT) rather than user data. BBS software must recognise and correctly handle IAC sequences — either negotiating the options or ignoring them cleanly — to function correctly with Telnet clients.
Modern BBS hosting typically runs on a VPS or home server — a Linux machine (or occasionally Windows) accessible via Telnet (port 23) or SSH (port 22). The dial-up modem bank of the original BBS era is replaced entirely by internet connectivity. The BBS software, the user experience, and the community structure are largely the same; only the transport layer has changed.
CP437 and UTF-8 cannot carry ANSI art interchangeably. The block and line-drawing characters used in ANSI art occupy byte positions 0x80–0xFF in CP437. In UTF-8, those same byte positions are the lead bytes of multi-byte sequences — not the characters you want. A stream of CP437 ANSI art sent to a UTF-8 terminal renders as garbled text. ANSI art requires CP437 encoding to be preserved end-to-end, from creation tool to server to client renderer.
Preparing for the Adept Exam
The Adept exam draws on all four modules in this rank. Key facts to have firm:
FidoNet Governance: Policy 4 ratified in 1989 — the foundational governance document. Zone Mail Hour — all nodes leave lines open to receive mail, Zone 1 historically 0900–1000 EST.
FidoNet Protocols: EMSI handshake — establishes session, exchanges capabilities, replaced Bark/FTSC-0001. Binkp — FidoNet over TCP/IP, port 24554. SquishMail — written by Scott Dudley, introduced SQBASE format and combined tosser/scanner, adopted widely.
Message Networks: RIME (RelayNet) — QWK-based, 1,500 BBSes peak. QWK networking — inter-BBS message exchange, not just offline reading. WWIVnet — WWIV-specific, one of oldest continuously operating BBS networks.
Internet Connectivity: UUCP — dial-up batch exchange of email and Usenet news. NNTP — live Usenet feed protocol. Usenet messages tossed into local BBS message areas.
Door Games: Drop file mechanism — BBS writes DOOR.SYS or DORINFO1.DEF, hands off I/O to door process, BBS resumes on door exit.
BBS Software: Synchronet JavaScript — nearly any aspect of the BBS (menus, services, bots, web, FidoNet, NNTP). Mystic MPL — Pascal-like. MajorBBS/Galacticomm — multi-port serial cards, large simultaneous user counts. PCBoard — Clark Development Corporation. Wildcat! — Mustang Software Inc. MRC — real-time inter-BBS chat, like IRC.
ANSI Art Scene: ACiD Productions — founded 1990, still active, art packs. iCE colours — repurposed blink bit, 16 background colours. TheDraw — Ian E. Davis, released 1986. SAUCE — Olivier "Tasmaniac" Reubens of ACiD, metadata appended to art files, contains author/title/group/date/dimensions. NFO files — iNFOrmation, ANSI art + release details.
Culture and Preservation: Phreaking — Captain Crunch/John Draper, 2600 Hz. 2600 Magazine — founded 1984. Hacker Ethic — Steven Levy, "Hackers: Heroes of the Computer Revolution," 1984. textfiles.com — Jason Scott. BBS: The Documentary — Jason Scott, 2005.
Modern Technical: IAC = 0xFF, Telnet option negotiation. VPS/home server hosting, Telnet port 23, SSH port 22. CP437 required for correct ANSI art rendering.
You have studied the material. The exam is the opportunity to demonstrate it.