The Guests

Just because the Geeks are forced to play Oregon Trail for 24 hours doesn’t mean that you’re stuck watching just them.  Our crack team has brought together a fantastic array of entertainment to keep your attention focused over the course of the entire event.  From talented musicians to geeky personalities, we aim to please!

Famous Guests

Anthony Carboni

Appearing At: 10:00pm on Saturday

Friend of the show, television host extraordinaire, gorgeous man and all around nice guy, Anthony Carboni is many things to many people.  To the viewers of Bytejacker, he is the face of the Gods of Independent Gaming.  To Revision3, he is a dynamic personality who hosts a myriad of programs for their internet television network.  And for the Geeks With Issues, he is the tugboat that drags our derelict behinds out of the depths of the wee hours of the morning.

To Learn More About Anthony, Visit his Website Here.

Tammy Twotone

Appearing At: TBD

Never has the English language faltered as much in the in attempt to describe as person as it does trying to describe stand up comedian Tammy Twotone. Tammy’s twisted sense of humor, combined with a set of life experiences which defy codification, creates a unique performance which leaves audiences both amazed and amused at this comedy queen.

To Learn More About Tammy, Visit Her Youtube Site Here.

Giles Aston [AKA Jean Luc Picard]
Appearing At:  TBD

Giles Aston is just like every other British Star Trek fan – he wears his uniform at conventions, he talks about his favorite episodes, he takes pictures with other fans.  Of course, it’s not like every British Star Trek fan who has the genetic predisposition to work as a professional Patrick Stewart impersonator.  Aston has appeared in many Star Trek related programs, both licensed and fan-run, as Captain Jean Luc Picard, and will be appearing on the Battle Against Dysentery to discuss his career, his unique perspectives on fandom, and the Final Frontier!

To Learn More About Giles, Visit His Website Here.

Musical Guests

Tony Lee Thomas
Driving the Wagon At: 3:00am on Sunday

Tony Lee Thomas is the Geeks With Issues’ own Music Geek, and a fine one at that.  Tony’s soulful, throaty voice fills the Basement of Dreams with his unique brand of southern-style rock, mixed in with just enough geek to make you smile.  We are thrilled to have Tony with us again at The B.A.D. for a second year, and to have him as a part of the GwI team.

To Learn More About Tony Lee, Visit his Website Here.




google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);