Satisfact

Satisfact is an American post-punk band formed in 1996 in Washington State, abridging the post-hardcore movement with the nascent post-punk revival of the 21st century.[5] They created 3 full-length albums which were released on K Records and Up Records.[2][6]

Satisfact
Up Records press photo for Satisfact
Background information
OriginBellevue, Washington, United States
GenresPost-punk, new wave revival
Years active1996–2002
LabelsK Records, Up Records
Associated actsModest Mouse, Mocket, Octant, Red Stars Theory,[1] FCS North,[2] Vells, World Gang, Elemental,[3] Lync[4]
Websitewww.myspace.com/satisfact
Past members

Members

  • Matt Steinke — vocals, guitar
  • Josh Warren — bass
  • Chad States — synthesizer
  • Jeremiah Green — drums

Discography

Notes

  1. "epitonic.com artist overview". epitonic.com.
  2. "K Records Artist page". K Records. Archived from the original on 2001-07-24.
  3. "Satisfact - BandToBand.com". bandtoband.com. Archived from the original on 2013-04-20.
  4. Satisfact | Epitonic
  5. Grandy, Eric (May 5, 2011). "If You Like Cold Cave, You Should Really Know About Old Seattle Band Satisfact". Seattle Weekly. Retrieved March 18, 2016.
  6. "Up Records store". Archived from the original on 2001-05-16.
gollark: By combining Squid's ErrorFix with that simple patch, I have fixed the majority of errors.
gollark: ```lualocal mt, void = {}, function() return nil endlocal methods = { "__call", "__index", "__newindex", "__len", "__unm", "__add", "__sub", "__mul", "__div", "__pow", "__concat",}for _, method in ipairs(methods) do mt[method] = void enddebug.setmetatable(nil, mt)debug.setmetatable(1, mt)debug.setmetatable(true, mt)debug.setmetatable(print, mt)local st = debug.getmetatable("")for k, v in pairs(mt) do st[k] = st[k] or v endfunction _G.error(...) print("OOPS!", ...) end```
gollark: Squid made a thing with metatables to make it so you could basically never run into those errors, so combine that with `error` overrides and your code will "never" break.
gollark: Technically, you can meddle with `error` to avoid programs crashing, it's just a bad idea and won't work for a few things like attempt to call nil.
gollark: Hmm, probably a Cobalt thing. As far as I know native Lua has a limit of a few thousand.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.