Tourism/Terrorism

Tourism/Terrorism is an EP by the New York City-based punk rock band the So So Glos, released on October 21, 2008 on Green Owl Records. It is their second release overall, following their 2007 self-titled debut album.[1] It won the "Best Punk Album" category at the 9th annual Independent Music Awards.[2]

Professional ratings
Review scores
SourceRating
The 4055/10[3]
AllMusic[1]
BBC Music(favorable)[4]
DIY6/10[5]
Loud and Quiet3/10[6]
MSN Music (Consumer Guide)A–[7]
Tourism/Terrorism
EP by
ReleasedOctober 21, 2008 (2008-10-21)
RecordedAugust 2008
StudioSor Studios, Staten Island, New York
GenrePunk rock
LabelGreen Owl Records
The So So Glos chronology
The So So Glos
(2007)
Tourism/Terrorism
(2008)
Blowout
(2013)

Track listing

  1. There's A War – 0:31
  2. My Block – 3:34
  3. Throw Your Hands Up – 3:34
  4. Isn't It A Shame – 3:28
  5. Love Or Empire – 3:57
  6. There's A War (Holiday Version) – 0:55
  7. Execution – 3:04
  8. Island Loops – 3:41
  9. Underneath The Universe – 5:03

Personnel

The So So Glos

  • Matt Elkin
  • Alex Levine
  • Ryan Levine
  • Zach Staggers

Other

  • Andrew French – photography
  • Nathan James – mastering
  • Adam Reach – audio engineering, audio production
  • Spidey – mixing
gollark: _continues futile attempts to optimize stuff_
gollark: getItemMeta returns a thing with stackSize, right?
gollark: Also, in that version there, patterns got fed in as a table with numeric indices from 1-9 representing each slot of the crafting table plus an optional qty key for how much the recipe produces.
gollark: Ridiculous. We *need* to be able to break maths in a snippet of code.
gollark: Here is a copy of the code I don't understand from the old version:```lualocal function descend(intermediateFn, terminalFn, i) local pattern = patterns[i] if pattern then intermediateFn(pattern) local pqty = pattern.qty -- Qty keys must be removed from the pattern for collation -- Otherwise, it shows up as a number stuck in the items needed table, which is bad. pattern.qty = nil local needs = util.collate(pattern) pattern.qty = pqty local has = {} for slot, item in pairs(pattern) do if util.satisfied(needs, has) then break end if patterns[item] then descend(intermediateFn, terminalFn, item) has[item] = (has[item] or 0) + (patterns[item].count or 1) end end else terminalFn(i) endendlocal function cost(i) local items = {} descend(function() end, function(i) table.insert(items, i) end, i) return util.collate(items)endlocal function tasks(i) local t = {} descend(function(pat) table.insert(t, pat) end, function() end, i) return tend```

References

  1. Jarnow, Jesse. "Tourism/Terrorism". AllMusic. Retrieved 2017-08-06.
  2. Collini, Eleonora (2014-10-09). "The So So Glos: "Punk is more about staying true to yourself"". The Line of Best Fit. Retrieved 2017-08-06.
  3. Bradley, Kate (2009-12-11). "The So So Glos - Tourism/Terrorism". The 405. Retrieved 2017-08-06.
  4. Cochrane, Greg. "Review of The So So Glos - Tourism/Terrorism". BBC Music. Retrieved 2017-08-06.
  5. Fairclough, Hayley (2009-11-30). "Tourism/Terrorism". DIY. Retrieved 2017-08-06.
  6. Goodwyn, Tom (2009-12-01). "Albums". Loud and Quiet. No. 12. p. 35.
  7. Christgau, Robert (2009-02-01). "Consumer Guide: February 2009". MSN Music. Retrieved 2017-08-06.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.