Oliver Ackermann

Oliver Edward Ackerman (born November 22, 1976) is an American rock musician, who is the founder of the Brooklyn-based effects pedal company Death By Audio; and is the guitarist/vocalist of A Place to Bury Strangers which has been hailed as "the loudest band in New York".[1]

Oliver Ackermann
Born (1976-11-22) November 22, 1976
Allentown, Pennsylvania, United States
OriginFredericksburg, Virginia, United States
GenresNoise rock, shoegazing, post-punk, experimental rock
Occupation(s)Musician, effects equipment engineer
InstrumentsGuitar, vocals
LabelsKiller Pimp, Vacancy Records Important Records, Mute, Dead Oceans, Death By Audio
Associated actsSkywave, A Place to Bury Strangers
Websitewww.deathbyaudio.com

Biography

Ackerman was born in Allentown, Pennsylvania, United States. He spent his childhood in St. Peter, Minnesota and Fredericksburg, Virginia attending Falmouth Elementary School, Drew Middle School, and Stafford High School.

Ackerman studied Industrial Design at the Rhode Island School of Design.[2] He returned to Fredericksburg, Virginia and worked at Zolo Designs.

Ackerman currently resides in Brooklyn, New York and is a contributor to the Death By Audio space and collective.

Musical career

In 1995, Ackerman formed Skywave with Paul Baker. The duo joined with John Fedowitz on drums and put out recordings and toured during 1998 to 2003.

In 2001, Ackerman started the effects pedal company Death By Audio.

While Baker and Fedowitz formed Ceremony, Ackerman moved to Brooklyn in 2003 and formed the band A Place to Bury Strangers with Tim Gregorio on bass and Justin Avery on drums.

In 2007 he teamed up with Richard Fearless from Death In Vegas to form Black Acid only to later disband as A Place to Bury Strangers receives worldwide acclaim.

Death by Audio

At Death by Audio, Ackerman designs and manufactures hand-wired guitar-effects pedals,[1] and has provided custom effects equipment to bands such as U2, Wilco, and Nine Inch Nails.[3]

The Death By Audio location also operates as a live/work environment for artists and musicians, recording studio, and art/music venue.

gollark: ```pythonfrom requests_futures.sessions import FuturesSessionimport concurrent.futures as futuresimport randomtry: import cPickle as pickleexcept ImportError: import pickletry: words_to_synonyms = pickle.load(open(".wtscache")) synonyms_to_words = pickle.load(open(".stwcache"))except: words_to_synonyms = {} synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def add_words(words): s = FuturesSession(max_workers=100) future_to_word = {s.get("https://api.datamuse.com/words", params={"ml": word}): word for word in words} future_to_word.update({s.get("https://api.datamuse.com/words", params={"ml": word, "v": "enwiki"}): word for word in words}) for future in futures.as_completed(future_to_word): word = future_to_word[future] try: data = future.result().json() except Exception as exc: print(f"{exc} fetching {word}") else: add_synonyms([w["word"] for w in data], word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)print(words_to_synonyms["Exception"])```New version which tends to reduce weirder output.
gollark: https://github.com/joelgrus/fizz-buzz-tensorflow/blob/master/Fizz%20Buzz%20in%20Tensorflow.ipynb
gollark: ?remind 5d Misuse ?remind even more. Suggestions: nested reminds (is that possible)?
gollark: Wow, 5 days ago? Cool!
gollark: Stop C-ing.

References

  1. Moseley, Shae. "Louder than Bombs: A Place to Bury Strangers brings the noise". Riverfront Times. Retrieved February 24, 2020.
  2. "Web Page Under Construction". Walrusmusicblog.com. Retrieved February 24, 2020.
  3. Angle, Brad. "A Place to Bury Strangers: Oliver's Army". Guitar World. May 2009.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.