Aftermathematics
Aftermathematics (styled AFTERMATHematics) is a collaborative album by Grand Mixer DXT and Bill Laswell, released on December 5, 2003 by Sub Rosa.[1][2]
Aftermathematics | ||||
---|---|---|---|---|
Studio album by | ||||
Released | December 5, 2003 | |||
Recorded | Orange Music, West Orange, NJ | |||
Genre | Illbient, dub | |||
Length | 55:37 | |||
Label | Sub Rosa | |||
Producer | Bill Laswell | |||
Bill Laswell chronology | ||||
|
Track listing
No. | Title | Writer(s) | Length |
---|---|---|---|
1. | "4D" | Bill Laswell, Robert Musso, Derek Showard | 5:07 |
2. | "Cut Virus" | Bill Laswell, Robert Musso, Derek Showard | 5:50 |
3. | "Scratch Code" | Skiz Fernando, Bill Laswell, Derek Showard | 5:53 |
4. | "Ghost Dub" | Bill Laswell, Derek Showard | 4:46 |
5. | "Subcut" | Bill Laswell, Robert Musso, Derek Showard | 6:09 |
6. | "Black Dust" | Bill Laswell, Robert Musso, Derek Showard | 6:13 |
7. | "Lo-Tek" | Skiz Fernando, Bill Laswell, Derek Showard | 5:33 |
8. | "Phase Draft" | Bill Laswell, Robert Musso, Derek Showard | 5:52 |
9. | "Posthuman" | Skiz Fernando, Bill Laswell, Derek Showard | 4:30 |
10. | "Dark Black" | Skiz Fernando, Bill Laswell, Derek Showard | 5:44 |
Personnel
Adapted from the Aftermathematics liner notes.[3]
- Musicians
- Sly Dunbar – drums (4)
- Skiz Fernando – drum programming (3, 7, 9, 10)
- Grand Mixer DXT – turntables, keyboards, percussion, effects
- Bill Laswell – instruments, musical arrangements, producer
- Robert Musso – drum programming (1, 2, 5, 6, 8), engineering
- Technical personnel
Release history
Region | Date | Label | Format | Catalog |
---|---|---|---|---|
Belgium | 2003 | Sub Rosa | CD | SR216 |
gollark: I don't think there are any wordpress-specific issues as long as the rest of your config is right.
gollark: Well, what didn't work, then?
gollark: They aren't that hard. You just use `server_name` in the `server` block.
gollark: Not specifically wordpress, no.
gollark: I would probably use nginx, because I'm used to it and it has nicer configuration:```nginxhttp { # whatever important configuration you have for all HTTP servers, `nginx.conf` probably ships with some # fallback in case someone visits with an unrecognized Host header server { listen 80 default_server; listen [::]:80 default_server; return 301 http://somedomain$request_uri; } server { listen 80; # you may (probably do) want HTTPS instead, in which case this bit is somewhat different - you need to deal with certs and stuff, and use port 443 - also you should probably add HTTP/2 listen [::]:80; # IPv6 server_name domain1.com; location / { proxy_pass http://backend1:8080/; } } server { listen 80; listen [::]:80; server_name domain2.com; location / { proxy_pass http://backend2:8080/; } }}```
References
- "Aftermathematics". Allmusic. Retrieved October 19, 2014.
- "Bill Laswell: AFTERMATHematics instruMENTAL". Sub Rosa. 1999. Retrieved October 19, 2014.
- Aftermathematics (booklet). Grand Mixer DXT and Bill Laswell. Bruxelles, Belgium: Sub Rosa. 2003.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.