Rick Fairless

Rick Fairless is a maker of custom choppers. His business, Strokers Dallas, sells custom choppers in Dallas, Texas.

Victory motorcycle customized by Fairless

life

Rick Fairless has a regular radio show on KRLD-FM in Dallas/Fort Worth: The Texas Hardtails Scooter Show.[1] He now produces the show from his shop and video podcasts can be seen at his website.

Fairless has appeared on Discovery Channel's Biker Build-Off and SPEED Network's Texas Hardtails. Examples of his custom and theme choppers are shown in the book Choppers: Heavy Metal Art.[2] In 2008, the William J. Clinton Presidential Center exhibited bikes by custom builders, and two Fairless choppers, Coors and Bettie, were included.[3]

gollark: Okay, I fixed some bracket handling, great.
gollark: OH NOSEGMENTATION VIOLATIONDEPLOY BEES
gollark: It's not actually finished yet, either.
gollark: ```rust let parser = Parser::new_ext(md, options).map(|ev| match ev { Event::Text(txt) => { match &*txt { "[" => { // wikilink has opened, two consecutive [ if was_bracket { in_wikilink = true; was_bracket = false; } else { was_bracket = true; } Event::Text("".into()) }, "]" => { // wikilink has closed, two consecutive ] if in_wikilink && was_bracket { was_bracket = false; return Event::Html("<a href='/bees'>commit</a>".into()); } if in_wikilink { was_bracket = true; } Event::Text("".into()) }, _ => { let w = was_bracket; was_bracket = false; if w { return Event::Text(format!("bracket!{}", &*txt).into()); } was_bracket = false; if in_wikilink { wlbuf.push_str(&*txt); Event::Text("".into()) } else { Event::Text(txt) } } } }, _ => ev });```
gollark: <:bees:724389994663247974> this is convoluted.

References

  1. "Texas Hardtails Scooter Show".
  2. Lichter, Michael (2004). Choppers: Heavy Metal Art. Motorbooks International. pp. 94–102. ISBN 0-7603-2053-5.
  3. "William J. Clinton Presidential Center Debuts Exhibit-on-Wheels (2008 Press Release)".


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.