Cult of Luna (album)
Cult of Luna is the debut full-length album by Swedish post-metal band Cult of Luna, released in 2001. It was originally released by Rage of Achilles, and later by Earache Records after the band signed a record contract.
Cult of Luna | ||||
---|---|---|---|---|
Studio album by | ||||
Released | 2001-09-14[1] | |||
Recorded | KN Studios; Second Home Studios, October–December 2000 | |||
Genre | Post-metal, sludge metal | |||
Length | 59:57 | |||
Label | Rage of Achilles Earache Records (MOSH 271CD) | |||
Producer | Cult of Luna | |||
Cult of Luna chronology | ||||
|
Review scores | |
---|---|
Source | Rating |
Kerrang! | |
Terrorizer |
Track listing
All tracks written by Cult of Luna.
No. | Title | Length |
---|---|---|
1. | "The Revelation Embodied" | 7:45 |
2. | "Hollow" | 9:59 |
3. | "Dark Side of the Sun" | 3:13 |
4. | "Sleep" | 14:01 |
5. | "To Be Remembered" | 5:56 |
6. | "Beyond Fate" | 8:45 |
7. | "101" | 1:42 |
8. | "The Sacrifice" | 9:05 |
Personnel
|
|
gollark: I only need something like two routes so a full web framework is overkill.
gollark: ```nimimport optionsimport asyncdispatchimport httpximport tiny_sqliteimport macrosimport karax/[karaxdsl, vdom]import ./dbmacro includeFile(x: string): string = newStrLitNode(readFile(x.strVal))const css = includeFile("./src/style.css")let database = openDatabase("./monitoring.sqlite3")migrate(database)var threadDB {.threadvar.}: Option[DbConn]proc openDB(): DbConn = if isNone threadDB: threadDB = some openDatabase("./monitoring.sqlite3") get threadDBproc mainPage(): string = let vnode = buildHtml(html()): head: style: text css text "Bee deployed" $vnodeproc onRequest(req: Request) {.async.} = if req.httpMethod == some(HttpGet): case req.path.get() of "/": req.send(body=mainPage(), code=Http200, headers="Content-Type: text/html") else: req.send(Http404) else: req.send(Http404)echo "Starting up"run(onRequest, initSettings(Port(7800), "", 0))```This is what I have so far.
gollark: One per thread is likely sort of better ish slightly anyway.
gollark: Nope, this is probably fine.
gollark: I have a threadvar for each thread's DB connection and a function to get it.
References
- "Cult of Luna". Flowerbooking. Retrieved 2008-01-07.
- Cult of Luna (Media notes). Cult of Luna. Earache Records. 2001. MOSH 271CD.CS1 maint: others (link)
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.