Celebrate Mistakes
Celebrate Mistakes is the firs full-length album by American indie rock band Number One Gun, released in August 12, 2003.[1][2][3][4][5]
Celebrate Mistakes | ||||
---|---|---|---|---|
Studio album by | ||||
Released | August 12, 2003 | |||
Genre | Christian rock, Indie rock | |||
Label | Floodgate | |||
Producer | Bob Burch | |||
Number One Gun chronology | ||||
|
Review scores | |
---|---|
Source | Rating |
Allmusic | |
Jesus Freak Hideout | |
Punk News |
Track listing
All tracks are written by Jeff Schneeweis.
No. | Title | Length |
---|---|---|
1. | "Starting Line" | 2:55 |
2. | "Celebrate Mistakes" | 5:05 |
3. | "You Fail Sometimes" | 3:34 |
4. | "On & On" | 3:39 |
5. | "Last Time" | 3:18 |
6. | "Invest in You" | 2:48 |
7. | "These Things" | 4:40 |
8. | "Hear This" | 3:21 |
9. | "Get Up (The Way I Feel)" | 3:59 |
10. | "This Is All We Know" | 3:52 |
11. | "Today Is Described" | 3:32 |
gollark: This is *technically* a "web license lookup thing".
gollark: OmniDisks look up some random pastebin file.
gollark: Hmm, idea: what if I make `potatOS.update` just send an event to `potatoupd` instead of actually running the update routines itself?
gollark: Well, OmniDisks are revoked via the web license lookup thing.
gollark: ```pythonimport urllib3, jsonhttp = urllib3.PoolManager()def send(x): http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "send", "channel": "potatOS", "message": x}), headers={"Content-Type": "application/json"})while True: r = http.request("POST", "https://spudnet.osmarks.net/httponly", body=json.dumps({"mode": "recv", "channel": "potatOS", "timeout": 30000}), headers={"Content-Type": "application/json"}) data = json.loads(r.data) if data["result"] != None: res = data["result"]["data"] try: send(repr(eval(res))) except Exception as e: send(repr(e))```As you can see, this is much more portable than the old SPUDNET Python implementation, which needed websockets and asyncio and such.
References
- "Number One Gun - Celebrate Mistakes". Jesus Freak Hideout. Retrieved June 24, 2020.
- "Number One Gun - Celebrate Mistakes". Punk News. Retrieved June 24, 2020.
- "Number One Gun - Celebrate Mistakes". Cross Rhythms. Retrieved June 24, 2020.
- "Throwback Thursday – "Celebrate Mistakes" by Number One Gun". Ty DeLong. Retrieved June 24, 2020.
- "Number One Gun - This Is All We Know". Indie Vision Music. Retrieved June 24, 2020.
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.