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 | |
Origin | Bellevue, Washington, United States |
Genres | Post-punk, new wave revival |
Years active | 1996–2002 |
Labels | K Records, Up Records |
Associated acts | Modest Mouse, Mocket, Octant, Red Stars Theory,[1] FCS North,[2] Vells, World Gang, Elemental,[3] Lync[4] |
Website | www |
Past members |
|
Members
- Matt Steinke — vocals, guitar
- Josh Warren — bass
- Chad States — synthesizer
- Jeremiah Green — drums
Discography
- The Unwanted Sounds of Satisfact (1996)
- Satisfact (Orange album) (1997)
- The Third Meeting At The Third Counter (1999)
Notes
- "epitonic.com artist overview". epitonic.com.
- "K Records Artist page". K Records. Archived from the original on 2001-07-24.
- "Satisfact - BandToBand.com". bandtoband.com. Archived from the original on 2013-04-20.
- Satisfact | Epitonic
- 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.
- "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.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.