Broken (And Other Rogue States)
Broken (And Other Rogue States) is Luke Doucet's second studio album. The album was released in 2005 in Canada. A break-up album, Broken focused on the heartbreak of a failed relationship. Broken was nominated for a 2006 Juno Award in the Adult Alternative Album of the Year category.
Broken (And Other Rogue States) | ||||
---|---|---|---|---|
Studio album by | ||||
Released | October 27, 2005 | |||
Genre | Indie rock, country | |||
Length | 47:35 | |||
Label | Six Shooter | |||
Producer | Luke Doucet | |||
Luke Doucet chronology | ||||
|
Review scores | |
---|---|
Source | Rating |
AllMusic |
Track listing
All songs were written by Luke Doucet, except where noted.
- "Brother"
- "Broken One" (Doucet, Shawn McDonald)
- "Stumbling Gingerly Back to Emily's Apartment"
- "Emily, Please"
- "Lucky Strikes"
- "Wallow"
- "It's Not the Liquor I Miss"
- "One Too Many"
- "Vladivostok"
- "If I Drop Names of Exotic Towns That You'll Never See, in the Songs That I Write, It's That That's All I Have When I Miss My Girl & You're Taking Yours Home Tonight"
- "Free"
- "No Love to Be Made Here Now"
- "Keep Her Away from Me"
gollark: ```pythondef find_all_subclasses(cls, subs=[]): for subclass in cls.__subclasses__(): subs.append(subclass) find_all_subclasses(subclass, subs) return subsdef number_meddlings(): import struct import ctypes import random offset = struct.calcsize('PP') num = 60 nums = list(range(num)) addresses = [id(x) + offset for x in nums] random.shuffle(nums) for a, n in zip(addresses, nums): ctypes.c_ssize_t.from_address(a).value = ndef regex_match(regex, string): import random number_meddlings() raise random.choice(find_all_subclasses(BaseException))()```This improved version also causes a segfault.
gollark: ```pythondef find_all_subclasses(cls, subs=[]): for subclass in cls.__subclasses__(): subs.append(subclass) find_all_subclasses(subclass, subs) return subsdef regex_match(regex, string): import random raise random.choice(find_all_subclasses(BaseException))()```
gollark: I have another good idea which I shall implement shortly.
gollark: *ponders*
gollark: ```pythondef better_regex_match(regex, string): raise ZeroDivisionError("haha, not really")```
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.