Rilkean Heart

Hitherto

The lips the heart / The heart the soul / illuminated

all-flowers Jeff Liz
Terminology | Timeline

from sic itur ad astra

We have never been as happy or as miserable. Our quarrels are portentous, tremendous, violent. We are both wrathful to the point of madness; we desire death. My face is ravaged by tears, the veins on my temple swell. Hugo’s mouth trembles. One cry from me brings him suddenly into my arms, sobbing. And then he desires me physically. We cry and kiss and come at the same moment. And the next moment we analyze and talk rationally. It is like the life of the Russians in The Idiot. It is hysteria. In cooler moments I wonder at the extravagance of our feelings. Dullness and peace are forever over.

I really believe that if I were not a writer, not a creator, not an experimenter, I might have been a very faithful wife. I think highly of faithfulness. But my temperament belongs to the writer, not to the woman. Such a separation may seem childish, but it is possible. Subtract the overintensity, the sizzling of ideas, and you get a woman who loves perfection. And faithfulness is one of the perfections. It seems stupid and unintelligent to me now because I have bigger plans in mind.


A startlingly white face, burning eyes. June Mansfield, Henry’s wife. As she came towards me from the darkness of my garden into the light of the doorway I saw for the first time the most beautiful woman on earth. Years ago, when I tried to imagine a true beauty, I had created an image in my mind of just that woman.

Her beauty drowned me. As I sat in front of her I felt that I would do anything mad for her, anything she asked of me. Henry faded. She was color, brilliance, strangeness.

I want to run out and kiss her fantastic beauty, kiss it and say, “You carry away with you a reflection of me, a part of me. I dreamed you, I wished for your existence. You will always be part of my life. If I love you, it must be because we have shared at some time the same imaginings, the same madness, the same stage.

“You are the only woman who ever answered the demands of my imagination.” She answers, “It is a good thing that I am going away. You would soon unmask me. I am powerless before a woman. I do not know how to deal with a woman.”

In the café I see ashes under the skin of her face. Disintegration. What terrible anxiety I feel. I want to put my arms around her. I feel her receding into death and I am willing to enter death to follow her, to embrace her. She is dying before my eyes. Her tantalizing, somber beauty is dying. Her strange, manlike strength.

He has hurt her pride by desiring her opposite: ugly, common, passive women. He cannot endure her positivism, her strength. I hate Henry now, heartily. I hate men who are afraid of women’s strength. Probably Jean loved her strength, her destructive power. For June is destruction.

What, then, has she moved in me? I have wanted to possess her as if I were a man, but I have also wanted her to love me with the eyes, the hands, the senses that only women have. It is a soft and subtle penetration.


I said, “After all, if there is an explanation of the mystery it is this: The love between women is a refuge and an escape into harmony. In the love between man and woman there is resistance and conflict. Two women do not judge each other, brutalize each other, or find anything to ridicule. They surrender to sentimentality, mutual understanding, romanticism. Such love is death, I’ll admit.”

 
Read more...

from 人机

主题

使用了Minimal Theme by kepano的夜间模式。

文字外观

在黑底上点缀浅色渐变怎么不算是一种qq空间螺钿。 调试色板的工具:Super Color Palette

分享一个低短调渐变色板:

#3D433D
#3D4341
#3D3F43
#3F3D43
#433D42
#433D3D
#43413D

渐变色标签

Colored Tags插件设置标签颜色。一个标签内的混色效果目前是实验性功能。

正文标题渐变色

给正文各层级的标题设置渐变的效果:

CSS snippet摘自 Creating clean gradient headers

/*title color*/
.inline-title {
    color: white;
}

/*header colors*/

/* Fix formatting symbol colors */
.cm-formatting-header {
    color: inherit;
}


/* Add text-clipped background gradients */
.cm-header:not(.cm-formatting),
:is(h1, h2, h3, h4, h5, h6) {
    background: linear-gradient(to right, var(--gradient-header));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}

/* Apply the gradient variables */
.cm-header-1,
h1 {
    --gradient-header: var(--h1-gradient);
}

.cm-header-2,
h2 {
    --gradient-header: var(--h2-gradient);
}

.cm-header-3,
h3 {
    --gradient-header: var(--h3-gradient);
}

.cm-header-4,
h4 {
    --gradient-header: var(--h4-gradient);
}

.cm-header-5,
h5 {
    --gradient-header: var(--h5-gradient);
}

.cm-header-6,
h6 {
    --gradient-header: var(--h6-gradient);
}


/* Add text-clipped background gradients */
.cm-header:not(.cm-formatting),
:is(h1, h2, h3, h4, h5, h6) {
    background: linear-gradient(to right, var(--gradient-header));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}

:root .theme-dark {
    --h1-color: #B2A4FF;
    --h1-gradient: var(--h1-color), #FFB4B4, #FFDEB4, #FDF7C3;
    --h2-color: #D14D72;
    --h2-gradient: var(--h2-color), #FFABAB, #FCC8D1, #FEF2F4;
    --h3-color: #C4DFDF;
    --h3-gradient: var(--h3-color), #D2E9E9, #E3F4F4, #F8F6F4;
    --h4-color: #B799FF;
    --h4-gradient: var(--h4-color), #ACBCFF, #AEE2FF, #E6FFFD;
    --h5-color: #73A9AD;
    --h5-gradient: var(--h5-color), #B3C890, #DBDFAA, #F5F0BB;
    --h6-color: #F2BED1;
    --h6-gradient: var(--h6-color), #FDCEDF, #F8E8EE, #F9F5F6;
}

文件目录渐变色

给二级目录自动设置循环渐变色的效果: CSS snippet取自Iterative Rainbow Folder Colors css,微调了字体大小和颜色:

/* Coloured Folders
a CSS snippet by Lithou

This will allow the colouring of the top level folders into sections that "drop down" when opened. 
This is currently set to be the same colour regardless of theme, but you can change that by copy/pasting the colors from the root section into light/dark theme then changing them according to preference.
The colours are rainbow coloured and 16 in number by default. They are shades such that white/lightgrey text shows up the best. Some have a bit let contrast (the lighter blue and the yellow) but should still be visible. Again, change them however you would like. 
*/
:root{
    /* folder colours */
    --Fold0: #d32f2f;
    --Fold1: #f39b9b;
    --Fold2: #f0ae59;
    --Fold3: #f1ca5d;
    --Fold4: #9dcd78;
    --Fold5: #8ab6e2;
    --Fold6: #aaa5db;
    --Fold7: #d399cf;
    --Fold8: #c995aa;
    --Fold9: #c99595;
    --FoldA: #f0aaaa;
    --FoldB: #f1b86f;
    --FoldC: #7acc93;
    --FoldD: #87c9d9;
    --FoldE: #96abde;
    --FoldF: #eb9fc9;
    --FoldText: black;
    /* line styles for nesting indicators */

}


/* Set up explorer container margins */
.nav-files-container{margin: 0px 5px;}



/* collapse arrow for folders */
.nav-folder.mod-root>.nav-folder-children>.nav-folder>.nav-folder-title>.nav-folder-collapse-indicator{
	position: absolute;
    left: 21px;
    top: 5px;
}


.nav-file-title{
    padding-left: 5px;
}

/* active file increase font size and removes normal highlight marker */
 /*   .nav-file-title.is-active{ 
        color: #000000;}*/
		


/* Folder Title Colors */      

.nav-folder-children .nav-folder:nth-child(9n+2) .nav-folder-title,
.nav-folder-children .nav-folder .nav-folder:nth-child(9n+2) .nav-folder-title,
.nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+2) .nav-folder-title,
.nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+2) .nav-folder-title {
    color: var(--Fold1);
    border-radius: 0; margin-top: 1px;
}
.nav-folder-children .nav-folder:nth-child(9n+3) .nav-folder-title,
.nav-folder-children .nav-folder .nav-folder:nth-child(9n+3) .nav-folder-title,
.nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+3) .nav-folder-title,
.nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+3) .nav-folder-title {
    color: var(--Fold2);
    border-radius: 0; margin-top: 1px;
}
.nav-folder-children .nav-folder:nth-child(9n+4) .nav-folder-title,
.nav-folder-children .nav-folder .nav-folder:nth-child(9n+4) .nav-folder-title,
.nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+4) .nav-folder-title,
.nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+4) .nav-folder-title {
    color: var(--Fold3);
    border-radius: 0; margin-top: 1px;
}
.nav-folder-children .nav-folder:nth-child(9n+5) .nav-folder-title,
.nav-folder-children .nav-folder .nav-folder:nth-child(9n+5) .nav-folder-title,
.nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+5) .nav-folder-title,
.nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+5) .nav-folder-title {
    color: var(--Fold4);
    border-radius: 0; margin-top: 1px;
}
.nav-folder-children .nav-folder:nth-child(9n+6) .nav-folder-title,
.nav-folder-children .nav-folder .nav-folder:nth-child(9n+6) .nav-folder-title,
.nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+6) .nav-folder-title,
.nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+6) .nav-folder-title {
    color: var(--Fold5);
    border-radius: 0; margin-top: 1px;
}
.nav-folder-children .nav-folder:nth-child(9n+7) .nav-folder-title,
.nav-folder-children .nav-folder .nav-folder:nth-child(9n+7) .nav-folder-title,
.nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+7) .nav-folder-title,
.nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+7) .nav-folder-title {
    color: var(--Fold6);
    border-radius: 0; margin-top: 1px;
}
.nav-folder-children .nav-folder:nth-child(9n+8) .nav-folder-title,
.nav-folder-children .nav-folder .nav-folder:nth-child(9n+8) .nav-folder-title,
.nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+8) .nav-folder-title,
.nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+8) .nav-folder-title {
    color: var(--Fold7);
    border-radius: 0; margin-top: 1px;
}
.nav-folder-children .nav-folder:nth-child(9n+9) .nav-folder-title,
.nav-folder-children .nav-folder .nav-folder:nth-child(9n+9) .nav-folder-title,
.nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+9) .nav-folder-title,
.nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+9) .nav-folder-title {
    color: var(--Fold8);
    border-radius: 0; margin-top: 1px;
}
.nav-folder-children .nav-folder:nth-child(9n+10) .nav-folder-title,
.nav-folder-children .nav-folder .nav-folder:nth-child(9n+10) .nav-folder-title,
.nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+10) .nav-folder-title,
.nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+10) .nav-folder-title {
    color: var(--Fold9);
    border-radius: 0; margin-top: 1px;
}

/* Folder Icon Colors */

.nav-folder-children .nav-folder:nth-child(9n+2) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder .nav-folder:nth-child(9n+2) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+2) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+2) .nav-folder-collapse-indicator {
    color: var(--Fold1);
    border-radius: 5px; margin-top: 2px;
}
.nav-folder-children .nav-folder:nth-child(9n+3) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder .nav-folder:nth-child(9n+3) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+3) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+3) .nav-folder-collapse-indicator {
    color: var(--Fold2);
    border-radius: 5px; margin-top: 2px;
}
.nav-folder-children .nav-folder:nth-child(9n+4) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder .nav-folder:nth-child(9n+4) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+4) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+4) .nav-folder-collapse-indicator {
    color: var(--Fold3);
    border-radius: 5px; margin-top: 2px;
}
.nav-folder-children .nav-folder:nth-child(9n+5) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder .nav-folder:nth-child(9n+5) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+5) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+5) .nav-folder-collapse-indicator {
    color: var(--Fold4);
    border-radius: 5px; margin-top: 2px;
}
.nav-folder-children .nav-folder:nth-child(9n+6) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder .nav-folder:nth-child(9n+6) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+6) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+6) .nav-folder-collapse-indicator {
    color: var(--Fold5);
    border-radius: 5px; margin-top: 2px;
}
.nav-folder-children .nav-folder:nth-child(9n+7) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder .nav-folder:nth-child(9n+7) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+7) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+7) .nav-folder-collapse-indicator {
    color: var(--Fold6);
    border-radius: 5px; margin-top: 2px;
}
.nav-folder-children .nav-folder:nth-child(9n+8) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder .nav-folder:nth-child(9n+8) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+8) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+8) .nav-folder-collapse-indicator {
    color: var(--Fold7);
    border-radius: 5px; margin-top: 2px;
}
.nav-folder-children .nav-folder:nth-child(9n+9) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder .nav-folder:nth-child(9n+9) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+9) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+9) .nav-folder-collapse-indicator {
    color: var(--Fold8);
    border-radius: 5px; margin-top: 2px;
}
.nav-folder-children .nav-folder:nth-child(9n+10) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder .nav-folder:nth-child(9n+10) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+10) .nav-folder-collapse-indicator,
.nav-folder-children .nav-folder-children .nav-folder-children .nav-folder .nav-folder:nth-child(9n+10) .nav-folder-collapse-indicator {
    color: var(--Fold9);
    border-radius: 5px; margin-top: 2px;
}


/* the following is modified from the Blue Topaz Themme */

/*----file explorer smaller fonts & line height----*/
.nav-file-title,
.nav-folder-title {
/*  font-size: var(--font-size-folder-and-file);*/
  font-family: var(--font-family-folder-file-title);
  line-height: 1.2;
  cursor: pointer;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: transparent;
  border-image: initial;
  border-radius: 0px;
  padding: 1px 5px 0px 16px;
  color: var(--text-muted);
  display: flex;
  align-items: baseline;
  flex-direction: row;
}

.nav-file-title {
  padding: 1px 5px 0px 4px;
}

.nav-folder-title {
  color: var(--text-normal);
  opacity: 0.8;
}

/*rename*/
.nav-file-title-content.is-being-renamed,
.nav-folder-title-content.is-being-renamed {
  cursor: text;
  border-color: transparent;
  background-color: white;
  color: black;
}

/*---- nav arrows adjust location ----*/
.nav-folder-collapse-indicator {
  position: absolute;
  left: 21px;
  top: 3px;
  transition: transform 20ms linear 0s;
}

.nav-folder-collapse-indicator::after {
  position: absolute;
  content : "↓";
  left: -3px;
  top: 0px;
  transition: transform 10ms linear 0s;
}

.nav-folder-collapse-indicator svg {
  display: none;
  height: 7px;
  width: 7px;
}
 
Read more...

from Sin-é

https://www.reddit.com/r/JeffBuckley/comments/1jt5jtf/true_buckleycore_music_music_that_he

When Buckley was asked to write his own press bio, he even described himself as “the warped lovechild of Nina Simone and all four members of Led Zeppelin with the fertilized egg transplanted into the womb of [Edith] Piaf out of which he is borne and left on the street to be tortured by the Bad Brains.” Nina Simone

Led Zeppelin

Edith Piaf

Bad Brains


On Tim Buckley

My father was dead. I almost just barely touched his life, I was so close. But I lost him.

I was stuck with his cult, his blurry memory, blurred into obscurity ever after by second-hand stories, conjecture, buried jealousies, guilt, secrets, accusations and so much pain…so, so much…an ocean of pain.

With a father like this man, it is no wonder that Tim Buckley was afraid to come back to me. So afraid to be my father. Because his only paradigm for fatherhood was a deranged lunatic with a steel plate in his head.

LORCA – BLUE AFTERNOON – STARSAILOR. HOLY TRINITY. PERIOD.

He was there. He was down. I swear to god that I am serious. I just can’t be a disciple to my own father. Fuck it. He just made some stuff that I didn’t dig so much. It’s human. I wanted to be his son, not his follower.

And I am overcome with the desire to grab him and kiss him and plead for him to please let me be in your band for a while so we can stop this white funk weirdness.

“Starsailor” wasn’t a failure, it was untouchable beauty and I think you must stop thinking of dying and start dancing with that luscious beauty you created.

My life with my ghost father in a nutshell. Six tequila later.


“Nusrat, he's my Elvis”

Your love and your bewitching Eyes have induced me to become A drunkard The whole universe is in a state Of drunkeness; the day, the night The dawn, the dusk, everything Is perpetually intoxicated

The eyes of my sweetheart are so Bewitchingly red that even the best wine of the tavern pales in Comparison

Since the day my eyes met her lovely Ones i am in perpetual state of slight Intoxication

O'lovely cup-bearer although your Repository contains all sorts of wines But i am only fond of the wine that Drips from your drowsy eyes

https://genius.com/Jeff-buckley-yeh-jo-halka-halka-saroor-hae-live-at-sin-e-lyrics


“My Sweetheart the Drunk” was the working title that Jeff Buckley was using while writing and recording the album. The title was mentioned in a poem that Jeff had written titled “Sexpot Despair.”

Andy Wallace remembers the title being discussed: “[Jeff] described the album to me as a guidebook for losers in love.” https://jeffbuckley.com/faq-2

https://www.tumblr.com/moodswingwhiskey/18664227307/sexpot-despair-a-poem-by-jeff-buckley

“Aag Daman Mein Lag Jai” was played as the processional music for the memorial at St. Ann’s Church in New York:

My life will be set on fire \ My heart will become a ball of fire \ Please do not touch my glass of wine \ If you do, your hand will catch fire \ Tears of my love fill my glass \ Do not touch my glass or your hand will burn.

Sketches was dedicated, in turn, to the memory of Nusrat: “You are the sound within the sound, the voice within the voice. Inshallah.”


“People I would like to emulate? Joni Mitchell without the cigarettes. Lou Reed. Leonard Cohen, because still he delivers a song and it's completely untouchable. Bob Dylan. He still confounds and keeps people of out of his fucking world so he can work.”

Interview in Paris With Jeff Buckley https://youtu.be/Gip77qGXWT4?t=380

Jeff Buckley on Leonard Cohen: “He said he'd pull out but he lied” https://youtu.be/wyFGwqcDzm0

“Dylan and Leonard Cohen and Patti Smith, all dark, all romantic. When I say “romantic,” I mean a sensibility that sees everything, and has to express everything, and still doesn’t know what the fuck it is, it hurts that bad. It just madly tries to speak whatever it feels, and that can mean vast things. That sort of mentality can turn a sun-kissed orange into a flaming meteorite, and make it sound like that in a song.” https://www.goodreads.com/quotes/1018972-dylan-and-leonard-cohen-and-patti-smith-all-dark-all


Letter to Bob Dylan

“And the worst of it isn't that your boys were at the gig to hear it — it doesn't really bother me. It just kills me to know that whatever they told you is what you think I think of you. Not that I love you. Not that I've always listened to you, and carry the music with me everywhere I go. Not that I believe in you. And also that your show was great.”

https://sweetdreamsjeff.tumblr.com/post/738064077383974912/heres-his-letter-to-bob-dylan-dear-bob-i-dont


Collab with Patti Smith

https://faroutmagazine.co.uk/jeff-buckley-collaborated-with-patti-smith

Wander I Go

Beneath the Southern Cross

Fireflies

“I’ll always be a slobbering idiot for people I love: The Grifters, Patti Smith, the new Ginsberg boxed set, MC5 ­totally pulled out that one. I listen to Sun Ra. I listen to Kiss, anything. Led Zeppelin, Bad Brains, Shudder to Think, Tom Waits, Lou Reed, De Niro.” Juice Magazine February 1996 https://jeffbuckleyforever.tumblr.com/post/177636975535

 
Read more...

from Sin-é

another dreamer with a six-string with ethereal aura and celestial tenor voice (NY Times)

it's just easier to go any place I want to, it could be like a human radio station

“Phantom” solo tour

Jeff did a solo “phantom” tour of small cafes and pubs starting in December of 1996 under alias names such as A Puppet Show Named Julio, Crit Club, Father Demo, Topless America, Smackcrobiotic, The Halfspeeds, Crackrobats, and Martha and the Nicotines. When asked why he toured and did not let fans know, he replied in a letter that was posted to the official Jeff Buckley web site:

“There was a time in my life not too long ago when I could show up in a cafe and simply do what I do, make music, learn from performing my music, explore what it means to me, i.e. have fun while I imitate and/or entertain an audience who don’t know me or what I am about. In this situation I have that precious and irreplaceable luxury of failure, of risk, of surrender. I worked very hard to get this kind of thing together, this work forum. I have loved it and then I missed it when it disappeared. All I am doing is reclaiming it.”

“They are simply my way of survival and own method of self-assessment and recreation. If they don't happen....nothing else can.”

The Phantom Solo Tour: All dates are 1996: 12/6 – Westborough, MA at Old Vienna as “The Crackrobats” 12/7 – Boston, MA at Kendall Square as “Possessed by Elves” 12/9 – Buffalo, NY at Spot Coffee as “Father Demo” 12/10 – Cleveland, OH at Barking Spider as “Smackrobiotic” 12/12 – Manyunk, PA at La Tazza as “Crit-Club” 12/13 – Baltimore, MD at Ze Bean as “Topless America” 12/14 – Washington, DC at Misha’s as “Martha & The Nicotines” 12/15 – Washington, DC at Soho as “A Puppet Show Named Julio”


“I have read you, everyone. I love you, too. Especially the ones who channel dead spirits from space and also ones who want to murder me. All my hugs and kisses. In hell, baby.”

http://flowersintime.org/pictures.php?type=goodbye


Remember me but forget my fate

I hope that people who liked him resist the temptation to turn his life and death into some dumb romantic fantasy—he was so much better than that. Not everyone can get up and sing something they take a liking to and make it their own, sing true to their heart and be curious about all different strains of music. Corpus Christi Carol was a completely conceived interpretation. I'd never heard the piece before and when I heard the original I realised what Jeff had done was even more amazing. He'd taken it into his own world. That's something my favorite classical musicians can do, be themselves but use all that expertise to make the music more beautiful. Jeff did that naturally. Only a handful of people are capable of that. I was amazed when he did meltdown. I asked him what he wanted to sing and he said he'd like to do one of Mahler's Kindertotenlieder in the original German! Absolutely fucking fearless. He was convinced he could sing it without rehearsal, just because he liked it. In the end he did a Purcell song, Dido's Lament, which is in danger of sounding incredibly poignant in retrospect: 'Remember me but forget my fate'. But he also sang Boy With the Thorn In His Side because he liked it, and Grace to show something of himself. When he started singing Dido's Lament at the rehearsal, there were all these classical musicians who could not believe it. Here's a guy shuffling up on-stage and singing a piece of music normally thought to be the property of certain types of specifically developed voice, and he's just singing, not doing it like a party piece, but doing something with it. My last memory of him was at the little party in the green room afterwards. There were all these people sitting round Jeff who'd never met before – Fretwork, the viol group, a classical pianist and some jazz player —all talking and laughing about music. He'd charmed everybody. I'd much rather remember that than anything.

Elvis Costello from Mojo Magazine, August 1997.

 
Read more...

from budd

inspirations – Pornography

the songs on “pornography” were written either “stream of consciousness” (“streams of extreme drunkenness”!) style on an old typewriter in my bedroom at home in crawley, or on torn scraps of yellow paper on hallucinating early mornings walking through and around horrible bits of london in cold december 1982. they range from acutely personal observations on my immediate surroundings and friends, to general rants against the futility of everything and everyone, to back to the horrors going on inside... it is very difficult to explain the songs, as even within each verse of any one, there are several layers of (logically) unconnected ideas. but i will colour...

100 years – is pure self loathing and worthlessness, and contains probably the key line – the line that underpinned this period of writing: “it doesn't matter if we all die”...everything is empty. this song is despair

a short term effect – is about a drug and it's effect. short-term i thought.

the hanging garden – is something like about the purity and hate of animals fucking, and i think

siamese twins is about the hate and purity of people fucking too...

the figurehead – was a grotesque skull sculpture i discovered in the disused asylum we used in the “charlotte sometimes” video. i took it home to talk to – to confess to? and this song is about guilt.

a strange day – was how i would feel if it would only be the end of the world – and...

cold – is another song about another drug and it's grip...

pornography, the last song, and in fact the last song i wrote for a while, is fueled by the same self-mockery, self-hate, that burned in 100 years, but it is, if only very slightly, a little more hopeful than the others... i am escaping (i escaped) by blaming someone else. a murder or suicide? “i must fight this sickness...”

“pornography”, an album that almost chokes on itself, remains a dairy of one of my blackest times. but it's one of my favourites!!!!

robert

http://www.picturesofyou.us/fanzines/curenews-9.htm

1.《Pornography》:抑郁与痛苦的“腐化”之路

《Pornography》是The Cure最具代表性的黑暗专辑之一,标志着乐队情感表达的巅峰与极限。1982年发布的这张专辑充满了深沉的忧郁、孤独感和对生命的绝望。其音乐风格以沉重、阴郁、低沉为特点,歌词充满了对人性的质疑、对存在的痛苦以及对社会的疏离感。Robert Smith的嗓音在这张专辑中表现出一种极度的压抑与绝望,与音乐的音效配合无缝衔接,共同营造了一种几乎无法承受的情感重量。

在《Pornography》中,情感的“腐化”表现得尤为突出。歌曲如《One Hundred Years》展现了对生命无望的情绪,歌词“It's been one hundred years, and still I'm crying”传达了无尽的苦痛与内心的纠结。这种情感的“腐化”通过音乐的结构、音效的设计和歌唱方式得以完全体现。吉他和合成器的重复性音效,以及密集的打击乐,使得整张专辑的氛围充满了压迫感和黑暗色彩。

此外,专辑中几乎没有明确的旋律,许多歌曲呈现出的是一种渐进式的情感变化,音效和节奏的变化为歌曲赋予了更多的不确定性与不安感。这种音乐语言的“腐化”不仅仅是情感上的剖析,也是一种艺术上的追求:它挑战了传统摇滚音乐的结构,打破了旋律与节奏的传统框架,使得情感得以更为深刻和多维的表现。

2.情感的裂变与“重生”:从《Disintegration》到《Wish》

随着时间的推移,The Cure的情感表达发生了显著的变化。《Disintegration》是The Cure的另一张关键专辑,虽然它的情感依旧复杂且阴郁,但其中不乏对爱的探索和情感的反思。特别是专辑中的《Lovesong》与《Pictures of You》,这些歌曲传达出了一种情感上的成熟和对爱的向往,这与《Pornography》的绝望感形成了鲜明的对比。

《Disintegration》展现了乐队音乐上的“重生”,情感不再是单纯的压抑与痛苦,更多的是对内心复杂情感的多角度表达。尤其在《Lovesong》一曲中,虽然其旋律简洁明快,但其情感却显得深刻和充满了渴望,歌曲中的音效不仅强调了情感的深度,也让旋律变得更加丰富。《Pictures of You》则通过清晰的旋律线条和层次分明的音效设计,讲述了一段爱情的回忆与怀旧,使得情感的表达变得更加生动与真切。

The Cure乐队的音乐美学风格特征、历史继承与创新 https://music.douban.com/review/16472771


1

The first track off of 1982’s Pornography, The Cure open up their gothic “piece de resistance” with an innovative wildly flanging guitar, and African polyrhythmics. Smith’s opening words: “It doesn’t matter if we all die” are a sampling of the bleak existentialism and in many cases pessimism that will dot the album. The song is about the drollness of post industrial life and at some points a parallel to the book 1984 by George Orwell in allusions to police patrolling streets under the night and shooting rebels down.

While Smith has never come out and said that the song (or its title) were inspired by The ‘Hundred Years War’, it should be noted that The Hundred Years War was a long-running bloody conflict between England and France about which family line should have the French throne. It is possible that the song’s metaphors of personal suffering are being compared to the Hundred Years War (or simply its title).

“One Hundred Years” showed up on the 10” single and double 7” gatefold single of “The Hanging Garden” (often labeled as A Single). However, a UK promotional 7” was released that put “One Hundred Years” on the A-side and “The Hanging Garden” as its B-side.

2

The second track on the Cure’s gothic milestone, Pornography, is centrally about the “short term effect” of drug-taking, something the band had been doing a lot of during the production of the album (and its predecessor, Faith), although, on another level, it deals with the same themes of the shortness and futility of life that are touched on on a number of Pornography’s other tracks.

Sound-wise, it continues in the same vein as “One Hundred Years”, sustaining the already-intense atmosphere with a quick, driving drum pattern and screaming, backwards guitar noises. The major triad that opens the track also strikes an unsettling dissonance with the dark, whirring backing.

3

“The Hanging Garden” was the sole commercial single release from The Cure’s album Pornography. Two releases of it were under the title A Single. It reached #34 in the UK, becoming their second-highest charting single there at the time – until the following year when “The Walk” broke the top 20.

Cure frontman Robert Smith said in a fanzine, “The Hanging Garden is something like about the purity and hate of animals fucking.” While it’s not very specific, that’s all that’s really known about the song’s meaning. However, the title may be a reference to The Hanging Gardens in Mumbai, India, which is well known for its view of the Arabian Sea and its hedges, which are carved in the shapes of animals.

4

After stating that “The Hanging Garden” was written about “the purity and hate of animals fucking”, he added “And I think “Siamese Twins” is about the hate and purity of people fucking too…”

Some fans believe the song is a metaphorical description of a quite psychologically traumatic first sexual intercourse, losing virginity to a prostitute, as seen through the prism of narrator’s twisted, morbid, traumatized imagination in a style somewhat resembling stream of consciousness, involving a series of striking images, torn out of time just like our memories are. He painfully recalls every single detail of the past night over and over, exaggerating it to the point where narrative becomes nightmarish and disturbing. The name of the song is a metaphor for a heterosexual intercourse, where a man and a woman become intertwined as if they were a single creature, just as Siamese Twins are, and, in case of the narrator, start hating each other, just as the aforementioned Siamese Twins might.

“Siamese Twins” is one of the instrumentally lighter tracks on the album, with a sonic emptiness akin to what is heard on Seventeen Seconds and Faith, but Smith’s tortured vocals and Lol Tolhurst’s pounding drum cycle help sustain its dramatic intensity.

5

In a fanzine, Robert Smith shared that “The Figurehead” was inspired by “a grotesque skull sculpture I discovered in the disused asylum we used in the “Charlotte Sometimes” video. I took it home to talk to – to confess to – and this song is about guilt.”

6

“A Strange Day”, a song about, according to Robert Smith, “how I would feel if it would only be the end of the world”, is backed by the same driving force that appeared on “A Short Term Effect”, only this time it’s slightly slower. The drums and prominent bassline are also reminiscent of the band’s 1981 single, “Charlotte Sometimes”.

7

Introduced by an ominous cello line (played by Robert Smith himself), crashing, plodding drums soon pull “Cold” into a synth-laden abyss of sound. The track is slow and formidable, with lyrics dealing with the effect of drugs in Pornography’s uniquely ambiguous manner.

8

The Cure’s landmark gothic rock album, Pornography, closes with perhaps the group’s most harrowing and difficult track to date. It opens with a cacophony of voices whose words are near-impossible to make out, creating a claustrophobic atmosphere that mirrors Robert Smith’s drug-induced schizophrenia. Lol Tolhurst’s pounding toms gradually fade in, followed by a menacing organ and bass sound. Smith’s vocals and dissonant guitar bursts then add fuel to the fire of this hellish concoction.

The lyrical content is akin to that of the album’s opening track, “One Hundred Years”, a series of images which don’t really connect or flow in any way, painting a picture of violent and chaotic destruction. The precise meaning of the lyrics is frequently debated amongst Cure fans, as most of Pornography was written streams of consciousness while Smith was high or drunk, making the words extremely difficult to interpret.

Genius Annotation https://genius.com/The-cure-pornography-lyrics

https://www.last.fm/music/The+Cure/_/Pornography/+wiki


Faith: https://violaine.xyz/s/trWiEXbdDwjtmDW Pornography: https://violaine.xyz/s/45ZyTZmfcHTKiWD Disintegration: https://violaine.xyz/s/FYnLbxJ26EYCGtz

 
Read more...

from osmium

2025年5月18日 香港麥花臣場館

【SETLIST】 01 人間を被る 02 The Devil In Me 03 Spilled Milk 04 13 05 Phenomenon 06 The Perfume of Sins 07 朧 08 VINUSHKA 09 THE FINAL 10 Merciless Cult 11 朔-saku- 12 落ちた事のある空 13 Eddie EN GDS 14 C 15 鼓動 16 鱗 17 詩踏み https://www.threads.com/@sho.guitar/post/DJy-MgfigGI

 
Read more...

from osmium

I am now forgetting even the colours of your tears and love So just please don't go Please don't go Holding on strong to what lies ahead

STUCK MAN

1ポンドの肉を削ぎ落とせない苦しみ 2日ばかりで記憶から消えて行く幸福 3度目の正直なんて誰も信じない oh

夢の形をした愛の亡い明日と 大海原へ脱皮しようか

萎える日常なら 鍵を開けて... 喰らえない物理学の憂鬱か?

風はいつ語る?日差しと落ちた瞼 愛し合えない双生児

https://www.degwiki.com/wiki/%E6%9A%81

獣慾

悪阻に溶けた苦い罪を重ね演じた きらびやかな過去に抱かれよう

OBSCURE

黄金色 棘の生えた蜘蛛に成りたい 涙色 記憶を巡らせて 目眩色 夜が始まり人が犇めく 柘榴色 棘を刺して彼方は消える

 
Read more...

from 被问罪的魂灵模范

Today I added 2 Nassarius Snails, 2 Blue Legged Hermit Crabs, and a Royal Gramma. This species of snail burrows into the sand and looks for detritus to eat, while most hermit crabs eat various species of algae.

 
Read more...

from 有希吃书笔记

#还活着 #womenwriter #queerwriter

新作者的第一部发表的短篇集。作者是亚裔跨妹,这本某种意义上是trans lit,主角都是20来岁的酷儿。比较有趣的是作者有时候很不愿意gender她的人物,一般故事进行到了一半以上才会有context clue告诉你人物的性别。比较集中的体现了“酷儿知识分子”这个demographic的经历,就voice来讲确实是比较清新,可以关注一下这位作者今后的发展。

 
Read more...

from 有希吃书笔记

2024炸药期间的照片

1970- 韩国人,韩语写作 #还活着 #womenwriter #炸药

韩国知识分子家庭出身。被小白人发现是从《素食者》拿曼布克奖开始的,但是我感觉白人很多其实并不能够理解韩江描述的那种东亚女性的处境。 阅读列表:《素食者》《少年来了》《白》《希腊语时间》《不做告别》都是长篇,短篇再议(((

《少年来了》 做了很多心理准备才敢打开,虽然有点不尊重但是打开的时候是当作自己国家的民运创伤的代餐来读的。看的时候就是看了两三章要停下缓缓所以分了几天才看完。 具体的暴力的部分其实花的笔墨较少,更多的是所谓aftermath就是事件对于生者的影响。全书也完全没有讨论到事件的政治背景和对于韩国民主化的影响,我觉得是一个好的选择,不是说要淡化政治而是不应该去衡量这种human condition的价值,也就是“牺牲值得不值得”这种讨论不应该在纪念逝者和面对survivors的时候发生。 有点意外的是全书描写6个不同人物的经历,用的都是第一或第二人称。一般来讲使用第一或第二人称可以拉近读者和人物距离,或者用来做一些有限视角叙事,但是这里写的都是真实的现实中的人物经历很残忍的事情。残忍的文本如果使用第三人称的话,读者会被一种距离感保护;但是使用“我”和“你”,读的时候有一种被强行拉到了残忍的现场的感觉,困在人物的视角背后不得不观看残酷的现实。 另一方面值得说是选择的人物。我们说到民主运动上大街一般脑子里出来的都是学生,但是这里选的除了两个死去的男学生,还有一位女学生(后来成为编辑),一位女工,一位男学生后来成为工薪阶层的男性,和学生的母亲。这里的学生只有当时牺牲的才能永久拥有学生的身份,活下来的都不得不继续面对生活。女工的部分则是在光州运动之前就经常参与工人运动并且受到过国家机器的暴力的。韩江写民运,不把焦点放在政治领袖上,而放在这些参与者的“普通人”的生活上。这些人也并没有受到任何来自政府的补偿,而是各自面对痛苦活着,有的在光州事件之后继续遭到来自国家的暴力。极端的暴力事件发生的时候往往引人注意,但暴力的后果是持续的,残忍的,难以消化的,需要关注的。韩江把这些很诚实的写了下来。

 
Read more...

from 有希吃书笔记

2017年的作者

1940- 法国人,法语写作 #还活着 #womenwriter #炸药

比较独特的是这位写作以自传体裁为主,文学界这么干的比较少。因此在这里介绍作者生平好像也有点多余因为还是推荐大家亲自看()写作风格非常简练,一般通过白描的形式记录下发生的事情,极少渲染。因此作品大多很短,很快就能读完。

在发生 L'Événement 可能是作者最著名的作品,讲在堕胎合法化之前的法国,一名年轻女性(作者几集)在意外怀孕之后寻求堕胎的过程。内容写的很简练,英译只有96页,有声书只有两小时。过程非常忠实的记录下来了当事人寻求医疗帮助的困难,他人的冷漠,和整件事情对于她本人的心理冲击,可以说是堕胎权支持者必读。读之前没料到的是这里面包含了五毛钱的对于当时法国社会的阶级问题的评论:作者说到她当时遇到的医护人员态度都很垃圾,其中有一个医生在她住院的时候冲进她房间大声质问她为什么没有告诉他她是大学生(即和他同属上层阶级),因为他之前以为她是working class,因此对她非常恶劣。当事人的朋友也对她有同样的指责。当然因为作者文风的简练和克制,记录就只到这里,没有进一步的评论。换我们的话可能已经嘲讽开大吐槽五千字了。 本书出版一年之后就立刻被改编成同名电影了。但是建议大家愿意的话还是看原作,因为原作这种写作风格很有力量。

 
Read more...