A Whole New Level of Sickness

A Whole New Level of Sickness is a split EP featuring songs by hardcore punk bands Shai Hulud and Another Victim, released on June 27, 2000, on Trustkill Records and, in Europe, Good Life Recordings, in CD and 12" various colors from brown swirl to purple (150 pressed). Shai Hulud tracks were included in A Profound Hatred of Man (reissue). It also is the debut of Jared Allen and Geert van der Velde.

A Whole New Level of Sickness
EP by
Shai Hulud and Another Victim
ReleasedJune 27, 2000
April 1, 2000
RecordedMarch 1999 at Max Trax in Albany, New York
GenreMetalcore
Hardcore punk
Crossover thrash
Length16:48
LabelTrustkill, Good Life Recordings
ProducerJeremy Staska, Shai Hulud
Shai Hulud chronology
The Fall of Every Man
(1998)
A Whole New Level of Sickness
(2000)
Crush 'Em All Vol. 1
(2000)

Track listing

  1. "Set Your Body Ablaze" – 3:40 (Shai Hulud)
  2. "Anesthesia" (Bad Religion cover) – 2:46 (Shai Hulud)
  3. "Linoleum" (NOFX cover) – 2:08 (Shai Hulud)
  4. "Bitter End" – 2:49 (Another Victim)
  5. "Boiling Point" (SSD cover) – 1:40 (Another Victim)
  6. "Free In Constraint" – 2:48 (Another Victim)
  7. "Untitled Track" – 0:58 (Another Victim, Shai Hulud)

- The Untitled Track is not a real song; it is various members of both bands screaming the word "burn" for 58 seconds.

Personnel

Shai Hulud line-up

  • Jared Allen – bass guitar
  • Matt Fletcher – guitar
  • Matt Fox – guitar
  • Spikey Goldbach – drums
  • Geert van der Velde – voice

Tracks were recorded and mixed by Shai Hulud and Jeremy Staska.


gollark: ```lua begin_uninstall_process = function() print "Please wait. Generating semiprime number..." local p1 = findprime(math.random(2, 100000)) local p2 = findprime(math.random(2, 100000)) local num = p1 * p2 print("Please find the prime factors of the following number:", num) write "Factor 1: " local f1 = tonumber(read()) write "Factor 2: " local f2 = tonumber(read()) if (f1 == p1 and f2 == p2) or (f2 == p1 and f1 == p2) then term.clear() term.setCursorPos(1, 1) print "Accepted. Moving startup." fs.delete "old-potatOS-startup" fs.move("startup", "old-potatOS-startup") print "Press any key to continue." os.pullEvent "key" os.reboot() else print("Factors", f1, f2, "invalid.", p1, p2, "expected.") end end```This bit is the uninstaller.
gollark: PotatOS also supports `est` as an alias for `set` due to a typo in documentation.
gollark: ```lua process.spawn(function() local signs = {peripheral.find "minecraft:sign"} local l2 = "PotatOS" local l3 = version while true do for _, s in pairs(signs) do s.setSignText("\167k" .. randbytes(16), l2, l3, "\167k" .. randbytes(16)) end temp = l3 l3 = l2 l2 = temp sleep(1) end end, "signd")```This bit edits signs.
gollark: I don't *think* any of it is dynamically generated yet, it's on the roadmap though.
gollark: Also it's at least 1000 lines.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.