Live & Rare (Reagan Youth album)

Live & Rare is an album by punk band Reagan Youth. It was released after the break-up of the band in 1989 and the suicide of lead singer Dave Rubinstein in 1993.

Live & Rare
Compilation album by
Released1998
GenreHardcore punk
Length35:49
LabelLoveCat Music
Reagan Youth chronology
A Collection of Pop Classics
(1994)
Live & Rare
(1998)
Punk Rock New York
(2007)

Track listing

  1. "It's a Beautiful Day" – 3:53
  2. "Degenerated" – 2:18
  3. "Go Nowhere" – 1:22
  4. "(Down with The) New Aryans" – 1:17
  5. "No Class" – 1:34
  6. "Urban Savages" – 1:23
  7. "Brave New World" – 4:30
  8. "Acid Rain" – 1:55
  9. "Anytown" – 2:00
  10. "(Are You) Happy?" – 1:33
  11. "USA" – 1:22
  12. "I Hate Hate" – 1:58
  13. "In Dog We Trust" – 2:50
  14. "Reagan Youth" – 1:15
  15. "USA" – 1:22
  16. "I Hate Hate" – 1:58
  17. "Degenerated" – 2:18
  18. "Postlude" – 1:01
gollark: Do you like my `argv[0]`-setting code, by the way? I think that's what it has to use to deceive `ps ax`.
gollark: It's not like you can check, except by checking.
gollark: My thing provides different names for each.
gollark: They do in `ps ax` but not `ps -A` or `top`.
gollark: ```pythondef set_first_argv(name): libc = ctypes.CDLL(None) getenv = libc.getenv getenv.argtypes = [ctypes.c_char_p] getenv.restype = ctypes.c_void_p envloc = libc.getenv(b"USER") scan = b"python3" ssize = len(scan) buf = ctypes.create_string_buffer(ssize) for i in range(0, -2048, -1): ctypes.memmove(buf, envloc + i, ssize) res = b"".join(buf[j] for j in range(ssize)) if res == scan: argv0 = envloc + i break else: return del buf name += b"\x00" * 128 buf = ctypes.create_string_buffer(len(name)) buf.value = name ctypes.memmove(argv0, buf, len(name))```↑ GAZE upon it
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.