Holdypaws
Holdypaws is the second album by the indie rock band Deerhoof. It was released in 1999 on Kill Rock Stars.
Holdypaws | ||||
---|---|---|---|---|
Studio album by | ||||
Released | July 13, 1999 | |||
Genre | Indie rock, avant-garde, noise pop | |||
Label | Kill Rock Stars | |||
Producer | Deerhoof | |||
Deerhoof chronology | ||||
|
Review scores | |
---|---|
Source | Rating |
Allmusic | |
Pitchfork Media | (5.7/10) link |
Track listing
All songs written by Deerhoof.
- "Magic Star"
- "Queen of the Lake"
- "The Moose's Daughter"
- "Satan"
- "Crow"
- "Flower"
- "Lady People"
- "The Great Car Tomb"
- "Dead Beast Queen"
- "Data"
Personnel
- Rob Fisk – guitar
- Satomi Matsuzaki – bass guitar and vocals
- Greg Saunier – drums and vocals
- Kelly Goode - keyboard
gollark: A link-local one.
gollark: As I said, it should be a multicast address.
gollark: It's on my laptop, which isn't currently on WiFi or anything, so yes.
gollark: ```rust let multicast_addr: Ipv6Addr = "ff02::aeae".parse().unwrap(); let socket = Socket::new(Domain::ipv6(), Type::dgram(), Some(Protocol::udp()))?; socket.set_only_v6(true)?; socket.set_multicast_loop_v6(false)?; socket.join_multicast_v6(&multicast_addr, 0).with_context(|| "join multicast failed")?; socket.bind(&SocketAddr::from((Ipv6Addr::UNSPECIFIED, PORT)).into())?;```
gollark: It's likely that my code is just setting up the socket wrong somehow, since I mostly just used the multicast-looking things in the docs and rearranged the calls until it stopped saying stupid things like "OS error 22".
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.