Christopher Schreiner

Christopher Schreiner (born February 16, 1983) is an American guitarist.

Christopher Schreiner
Christopher Schreiner at Bryant Park, July 2008
Background information
Birth nameChristopher Andrew Schreiner
Born (1983-02-16) February 16, 1983
Norwalk, Connecticut, U.S.
GenresBlues rock, instrumental rock, avant-garde
Occupation(s)Musician
InstrumentsGuitar
Years active2005–present
LabelsESC

He was described by the Wall Street Journal as "spacey, quietly flashy and intense."[1]

Career

Schreiner released his debut album Only Human, in September 2008.[2] In 2011 he joined the right-wing rock band Madison Rising.[3] They released their self-titled debut album that year and performed for protesters at an Occupy Congress event on January 19, 2012.[4]

Awards

Muse's Muse Editors' Choice Award: Best Instrumental – winner – An Interlude In Bléu, 2009 [5]

Guitar Player magazine's Guitar Superstar Competition – finalist – Icarus 2008[6]

Discography

  • Only Human (2008)
  • ATAU: And They Are Us (2014)
gollark: Really? Hmm. Explain.
gollark: And it mutates some shared state.
gollark: As you can see, it has to explicitly manage a "waitgroup" for synchronization and whatnot.
gollark: ```go log.Println("Fetching feeds...") var feeds []*rss.Feed var wg sync.WaitGroup for _, source := range sources { wg.Add(1) src := source go func() { defer wg.Done() feed, err := rss.Fetch(src.String()) if err != nil { log.Printf("Error fetching %s: %s", src.String(), err.Error()) return } feeds = append(feeds, feed) log.Printf("Fetched %s", feed.Title) }() } wg.Wait()```So here is something which is meant to fetch a bunch of RSS feeds in parallel.
gollark: Somewhat? There doesn't seem to be a better way to do it.

References

  1. Fusilli, Jim (September 16, 2008). "A Guitar Contest With a Winning Surprise". The Wall Street Journal.
  2. "Instrumental Guitarist & Talented Artist". Musical Escapades. October 10, 2008. Archived from the original on July 14, 2011. Retrieved April 23, 2010.
  3. Smith, Kyle (September 4, 2011). "Hey, hey, we're the rightees". New York Post.
  4. "'Occupy Congress' is serenaded by right-leaning band".
  5. "Muse's Muse Awards" (PDF). Muse's Muse. November 9, 2009.
  6. Fusilli, Jim (2008). "Guitar Player Magazine's Guitar Superstar Competition". Guitar Superstar.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.