bbs scene

art :: the roots of ansi/ascii art

acid underword bbs circa 2018

i've been a long time fan of text mode art. i got my first glimpse into that world back in the nineteen hundred and nineties, with groups like ACiD and remorse. back in pre-modern internet days we had to dial up a BBS (bulletin board system) to chat or download files. over time, these systems became either mail/chat hubs or w4r3z distros. because of the questionable legality of some of these releases a login system was added to all BBS' (though many supported a "guest" login"). some had open registration while others were invite only.

Read: bbs scene »

git with the program

code :: source code management with git

git is a distributed revision control and source code management (SCM) system with an emphasis on speed. git was designed by linus torvalds, of linux fame, for managing the development of the kernel. every git working directory is a fully fledged repository, complete with revision tracking abilities independent of a network or centralized server. git is 100% open-source, freeware, and distributed under the GNU general public license v2.

Read: git with the program »

ascii airlines

art :: text based c++ gui

i have been working on my c++ final project. since we haven’t been working with gui interfaces, our apps are all text based. so what better thing to do than make the app oldskool bbs style. here's some ascii from my airline flight reservation system...

ascii airlines

Read: ascii airlines »