As Friends Rust Split with Discount
As Friends Rust Split with Discount is a 1999 EP recording featuring As Friends Rust and Discount After their first recording on the Good Life Recordings label, As Friends Rust returned to the studio to record a single song for this compilation - the first track. The second and third tracks are by Discount. A bonus track was added on the MCD release. [1]
Split | ||||
---|---|---|---|---|
EP by | ||||
Released | 1999 | |||
Recorded | October 1999 | |||
Genre | Punk rock, hardcore punk | |||
Length | 8:40 | |||
Label | Good Life Recordings | |||
As Friends Rust/Discount chronology | ||||
|
Track listing
- "The First Song on the Tape You Make Her" (2:59)
- "Portrait of a Cigarette" (1:06)
- "History is History" (2:04)
- "Home is Where the Heart Aches" (2:30) *
gollark: I did make a bunch of tweaks since I don't like how it did stuff.
gollark: It MIGHT be somewhat entirely derived from JSK.
gollark: ```pythonCORO_CODE = """async def repl_coroutine(): import asyncio import aiohttp import discord from discord.ext import commands"""async def async_exec(code, loc, glob): user_code = ast.parse(code, mode='exec') wrapper = ast.parse(CORO_CODE, mode='exec') funcdef = wrapper.body[-1] funcdef.body.extend(user_code.body) last_expr = funcdef.body[-1] if isinstance(last_expr, ast.Expr): funcdef.body.pop() funcdef.body.append(ast.Return(last_expr.value)) ast.fix_missing_locations(wrapper) exec(compile(wrapper, "<repl>", "exec"), loc, glob) return await (loc.get("repl_coroutine") or glob.get("repl_coroutine"))()```
gollark: <@319753218592866315> What?
gollark: AutoBotRobot actually has to do a bunch of AST hackery to make asynchronousness work.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.