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
ReleasedJuly 13, 1999
GenreIndie rock, avant-garde, noise pop
LabelKill Rock Stars
ProducerDeerhoof
Deerhoof chronology
The Man, the King, the Girl
(1997)
Holdypaws
(1999)
Halfbird
(2001)
Professional ratings
Review scores
SourceRating
Allmusic link
Pitchfork Media(5.7/10) link

Track listing

All songs written by Deerhoof.

  1. "Magic Star"
  2. "Queen of the Lake"
  3. "The Moose's Daughter"
  4. "Satan"
  5. "Crow"
  6. "Flower"
  7. "Lady People"
  8. "The Great Car Tomb"
  9. "Dead Beast Queen"
  10. "Data"

Personnel

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.