Pulp - Tina
Screwing in a charity shop
On top of black bin bagsFull of donationsThe smell of digestive biscuits in the airWelcome back to dreamlandWe all know your nameT I N A, still reads her book on the train/*------------------------------------------------------------------------------ this template is a mash up of the 2 column template http://webhost.bridgew.edu/etribou/layouts/skidoo/2/ from ruthsarianlayouts http://webhost.bridgew.edu/etribou/layouts/ and the blogger code from Blogger Template Style Name: Minima Designer: Douglas Bowman URL: www.stopdesign.com Date: 26 Feb 2004 and code tidying up http://djmaniak777.blogspot.com plus inserts & adaptations of codes by ricky goodwin ------------------------------------------------------------------------------*/ /*----start ruthsarian layout-------------------------------------------------*/ /*----start base.css----------------------------------------------------------*/ #pageWrapper { margin: 0; width: auto; min-width: 500px; } #outerColumnContainer { z-index: 1; } #innerColumnContainer { z-index: 2; } #innerColumnContainer, #contentColumn { margin: 0 -1px; width: 100%; } #leftColumn, #rightColumn, #contentColumn { float: left; position: relative; z-index: 10; overflow: visible; /* fix for IE italics bug */ } #leftColumn { width: 200px; margin: 0 1px 0 -200px; } #rightColumn { width: 200px; margin: 0 -200px 0 1px; display: none; /* comment this out and edit borders.css to create the third column */ } #footer { position: relative; } #masthead h1 { display: inline; /* personal preference to keep the header inline. you could just as easily change padding and margins to 0. */ } .clear { clear: both; } .hide { display: none; /* hide elements that CSS-targeted browsers shouldn't show */ } html>body #innerColumnContainer { border-bottom: 1px solid transparent; /* help mozilla render borders and colors. try removing this line and see what happens */ } /*------------------------------------------------------------end base.css----*/ /*----start vnav.css----------------------------------------------------------*/ .vnav ul, .vnav ul li { margin: 0; padding: 0; list-style-type: none; display: block; } .vnav ul { border: solid 1px #000; border-bottom-width: 0; } .vnav ul li { border-bottom: solid 1px #000; } .vnav ul li a { display: block; text-decoration: none; padding: 2px 10px; } * html .vnav ul li a/* hide from IE5.0/Win & IE5/Mac */ { height: 1%; } * html .vnav { position: relative; /* IE needs this to fix a rendering problem */ } /*------------------------------------------------------------end vnav.css----*/ /*----start hnav.css----------------------------------------------------------*/ .hnav { white-space: nowrap; margin: 0; color: #000; padding: 3px 0 4px 0; } * html .hnav/* Hide from IE5/Mac (& IE5.0/Win) */ { height: 1%; /* holly hack to fix a render bug in IE6/Win */ } * html .HNAV { height: auto; /* above IE6/Win holly hack breaks IE5/Win when page length get beyond the point that 1% height is taller than the text height. IE5/Win does not need this holly hack so we remove it here */ padding: 0; /* IE5/Win will resize #hnav to fit the heights of its inline children that have vertical padding. So this incorrect case selector will remove that padding */ } .hnav ul { text-align: center; list-style-type: none; line-height: normal; margin: 0; padding: 0; } .hnav ul li { display: inline; white-space: nowrap; margin: 0; } .hnav ul li a { text-decoration: none; color: #000; background-color: #eee; margin: 0 -1px 0 0; padding: 3px 10px 4px 10px; border-left: solid 1px #000; border-right: solid 1px #000; } * html .HNAV ul li a { width: 1%; /* holly hack for IE5/Win inline padding by default this hack fixes different rendering bugs in 5.0 and 5.5. Width is used instead of height because if the document is too long, these elements become very tall and disrupt the look of the document. too wide an element is better, visually, than too tall a document. */ } .hnav ul li a:hover { text-decoration: underline; } .hnav ul li a:hover { text-decoration: none; } /*------------------------------------------------------------end hnav.css----*/ /*----start colors.css--------------------------------------------------------*/ body { background-color: #665; color: #fff; } #outerColumnContainer { border-left-color: #eec; /* left hand column background color */ border-right-color: #bb8; /* right hand column background color */ } #masthead, #footer { background-color: #885; color: #fff; } #outerColumnContainer { background-color: #fff; /* this sets the background color on the center column */ color: #000; } #leftColumn, #rightColumn, #contentColumn { color: #000; } .vnav ul li a { color: #336; background-color: #cc9; } #rightColumn .vnav ul li a:hover, .vnav ul li a:hover { background-color: #336; color: #fff; } #rightColumn .vnav ul li a { color: #336; background-color: #ddb; } .hnav, .hnav ul li a { background-color: #cc9; color: #336; } .hnav ul li a:hover { background-color: #336; color: #fff; } #pageWrapper, #innerColumnContainer, #masthead, #footer, .hnav { border-color: #000; } /*----------------------------------------------------------end colors.css----*/ /*----start borders.css-------------------------------------------------------*/ #pageWrapper { border-style: solid; /* explicitly defined within eact selector in case you want change border styles (to mix it up) between elements */ border-width: 1px; /* puts a border around the whole page */ } #outerColumnContainer { border-style: solid; border-width: 0 0 0 200px; /* sets the width of the borders used to create the left and right columns' background color. */ /* border-width: 0 200px; */ /* for three columns */ } #innerColumnContainer { border-style: solid; border-width: 0 0 0 1px; /* puts borders between center and the side columns */ /* border-width: 0 1px; */ /* for three columns */ } #masthead, .hnav { border-style: solid; border-width: 0 0 1px 0; } #footer { border-style: solid; border-width: 1px 0 0 0; } /*---------------------------------------------------------end borders.css----*/ /*----start fonts.css---------------------------------------------------------*/ body { font-family: arial, helvetica, sans-serif; font-size : medium; voice-family : "\"}\""; voice-family : inherit; font-size : medium; } #footer { text-align: center; } /*-----------------------------------------------------------end fonts.css----*/ /*----start gutters.css-------------------------------------------------------*/ body { margin: 0; padding: 2em; } .inside { padding: 0.5em 1.5em; /* this padding is applied to every major box within the layout for a uniform gutter between borders */ } #masthead, #footer { padding: 1em; } .vnav { margin: 1em 0; } .vnav h3 { margin-bottom: 0; padding-bottom: 0; } /*---------------------------------------------------------end gutters.css----*/ /*----start screen.css--------------------------------------------------------*/ @import "base.css"; @import "hnav.css"; @import "vnav.css"; @import "colors.css"; @import "gutters.css"; @import "borders.css"; @import "fonts.css"; /* see http://www.dithered.com/css_filters/css_only/index.php for tips on how to block inclusion of whole css files for certain browsers */ /*----------------------------------------------------------end screen.css----*/ /*---------------------------------------------------end ruthsarian layout----*/ /*----start minima template---------------------------------------------------*/ a:link { color:#3333FF text-decoration:none; } a:visited { color:#9933FF text-decoration:none; } a:hover { color:#c60; text-decoration:underline; } a img { border-width:0; } /*----Header------------------------------------------------------------------*/ #masthead h1 a { color:#666; text-decoration:none; } #masthead h1 a:hover { color:#c60; } #description { display:inline; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:# #949494; text-align: right; } /* Headings ----------------------------------------------- */ h2 { margin:1.5em 0 .75em; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:#BB0000; } /* Posts ----------------------------------------------- */ .date-header { margin:1.5em 0 .5em; } .post { margin:.5em 0 1.5em; border-bottom:1px dotted #ccc; padding-bottom:1.5em; } .post-title { margin:.25em 0 0; padding:0 0 4px; font-size:140%; font-weight:normal; line-height:1.4em; color:#c60; } .post-title a, .post-title a:visited, .post-title strong { display:block; text-decoration:none; color:#c60; font-weight:normal; } .post-title strong, .post-title a:hover { color:#333; } .post p { margin:0 0 .75em; line-height:1.6em; } p.post-footer { margin:-.25em 0 0; color:#ccc; } .post-footer em, .comment-link { font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } .post-footer em { font-style:normal; color:#999; margin-right:.6em; } .comment-link { margin-left:.6em; } .post img { padding:4px; border:0px solid #ddd; } .post blockquote { margin:1em 20px; } .post blockquote p { margin:.75em 0; } /* Comments ----------------------------------------------- */ #comments h4 { margin:1em 0; font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:#999; } #comments h4 strong { font-size:130%; } #comments-block { margin:1em 0 1.5em; line-height:1.6em; } #comments-block dt { margin:.5em 0; } #comments-block dd { margin:.25em 0 0; } #comments-block dd.comment-timestamp { margin:-.25em 0 2em; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } #comments-block dd p { margin:0 0 .75em; } .deleted-comment { font-style:italic; color:gray; } /* Sidebar Content ----------------------------------------------- */ #sidebar ul { margin:0 0 1.5em; padding:0 0 1.5em; border-bottom:1px dotted #ccc; list-style:none; } #sidebar li { margin:0; padding:0 0 .25em 15px; text-indent:-15px; line-height:1.5em; } #sidebar p { color:#666; line-height:1.5em; } /* Profile ----------------------------------------------- */ #profile-container { margin:0 0 1.5em; border-bottom:1px dotted #ccc; padding-bottom:1.5em; } .profile-datablock { margin:.5em 0 .5em; } .profile-img { display:inline; } .profile-img img { float:left; padding:4px; border:1px solid #ddd; margin:0 8px 3px 0; } .profile-data { margin:0; font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } .profile-data strong { display:none; } .profile-textblock { margin:0 0 .5em; } .profile-link { margin:0; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } /*-----------------------------------------------------end minima template----*/
This site will look much better in a browser that supports web standards, but it is accessible to any browser or Internet device.
Assinar
Comentários [Atom]
Fragmentos de textos e imagens catadas nesta tela, capturadas desta web, varridas de jornais, revistas, livros, sons, filtradas pelos olhos e ouvidos e escorrendo pelos dedos para serem derramadas sobre as teclas... e viverem eterna e instanta neamente num logradouro digital. Desagua douro de pensa mentos.
Screwing in a charity shop
On top of black bin bagsFull of donationsThe smell of digestive biscuits in the airWelcome back to dreamlandWe all know your nameT I N A, still reads her book on the train
/i.s3.glbimg.com/v1/AUTH_da025474c0c44edd99332dddb09cabe8/internal_photos/bs/2025/R/v/hBlM50TAe3CTF3SZNlIw/guimaraesrosa.png)
"— Rosa comete atitudes muito rebeldes e que o colocaram em risco — diz
Nossa. — Como autor, ele já foi muito criticado por não ser engajado,
algo que o incomodava muito. Ele argumentava lembrando que seus
personagens são sertanejos, boiadeiros, vaqueiros, gente atravessada por
conflitos reais, por violência, por questões sociais profundas. Ou
seja, há um engajamento ali, mas que não passa pelo discurso explícito, e
sim pela forma como ele constrói esse Brasil. "
leia resenha de BOLIVAR TORRES
" It’s not just the rampant misogyny that oozes from the pages of these documents. Women as chattel. Women as objects. Women as objects of both hate and desire.
It’s darker than that. Because it’s something that we do not want to see, that we cannot comprehend, that’s as sickening as it’s pervasive.
What Epstein shows us is that we live in a paedophiliac culture.
It’s not just Epstein. That’s what these files reveal. "
read stack by Carole Cadwalladr

JEFFREY ST. CLAIR >
For reasons that are not mysterious
The weak are sent to the wall
They have reservations in heaven
Down here, they’re not so fashionable
Save me from the people who would save me from my sin
They got muscle for brains
– Gang of Four, “Muscle for Brains”
The Iran war is a war of choice. But that doesn’t tell us much, does it? All wars are wars of choice. The questions are: was it a necessary choice? Was it a good choice? Was it a rational choice? Were the consequences considered? Who made the choice and why? We still don’t know the answers to these questions.
The Iran war is a war of aggression, launched by two nuclear powers against a non-nuclear nation that has been weakened by years of economic sanctions, targeted assassinations, industrial sabotage and cyber-attacks. This is a war of aggression that was initiated during bad-faith negotiations by the US, where diplomacy was used as a cover for a looming bombardment. The gloating over the ease with which US and Israeli airstrikes decimated Iran’s leadership was appalling, given the circumstances under which it occurred. Wars of aggression are crimes. But who is left to enforce international laws? If you can get away with a genocide, as the US’s war partner has done, every conceivable atrocity is fair game. Israel turned Gaza into rubble and still the bombs fall.
What is the objective? To destroy Iran’s nuclear facilities? To kill the Ayatollah? To topple the Islamic Republic? To emasculate the Republican Guard? To de-industrialize Iran? To wreck the Iranian economy? To “liberate” Iranian women? To spark a revolution? Who knows. Probably not Donald Trump. He claims he’ll “feel it in his bones,” though surely he meant his bone spurs.
The US generals don’t seem to have much of an idea, even though nearly 40% of the US military is now zeroed in on Iran, burning through billions of dollars of weapons every week. If we take the bombastic Pete Hegseth at his word, it’s to “rain death and destruction” on Iran and Iranians without much, if any, discretion on who is being killed or what is being destroyed. That sounds about right to me.
The timid Democrats have criticized Trump for not having a “plan,” as if having a plan would legitimize his criminal war. But they do have a plan and the plan is maximum destruction. The plan is for a spectacle of bomb-blast light shows and mass death. One of the first kill shots was an attack on an Iranian girls’ school that murdered 200 people, including teachers and students. Helluva way to liberate women.
Trump tried to blame the girls’ school strike on the Iranians, saying they’d somehow acquired a US-made Tomahawk cruise missile. Even the Pentagon wouldn’t back up this murderous lie. The school was on the target list. Bad intelligence? Not if the intelligence came from the Israelis, as it likely did. As we know from Gaza, the Israelis targeted schools as if they were ballistic missile batteries.
US airstrikes destroyed Iran’s Russian-supplied air defenses within the first couple of days of the war. Since then, the US and the Israelis can bomb at will, the only risk being an F-35 encountering a little rain or wind that might send it into a tailspin.
Every bomb now is being dropped on a defenseless population. And every bomb from now on is likely to turn that population, even those violently opposed to the rule of the Mullahs, against the bombers. For a war waged by two hyper-nationalist countries, the attackers don’t seem to realize that nationalism cuts both ways, that each bombing of a school, hospital, mosque, factory, desalination plant, or historic site solidifies the bombed in support of their country. And this isn’t just any country: this is Iran, this Persia, this is one of the oldest, proudest and most sophisticated civilizations on the planet. It’s a nation with a long cultural memory and it won’t soon forget the day the US and Israeli missiles hit four oil refineries and the skies of Tehran rained Black Death over a city of 13 million people.
Pete Hegseth boasted that there “will be no quarter given.” What does that mean? It means prisoners of war will be killed. It means the injured will be killed or left to die. Hegseth is a creep, but his fustian outbursts provide clarity on the sadistic objectives of the war. “We have only just begun to hunt,” Hegseth crowed. “We are punching them while they’re down, which is exactly how it should be.” Close the door, put out the light! Hegseth dismisses war crimes as an artifact of woke lawyers and seems eager to have the troops under his command commit every one on the books. No wonder he wanted to court-martial Sen. Mark Kelly for appearing in that video advising US troops to disobey illegal orders.
Trump has never spent much, if any, time considering the consequences of his decisions in business, sex or politics. In fact, he brags about going on his gut. But making a bad bet on a steak company, mail-in university (diploma mill), porn star or casino is one thing. Wrecking the global economy by dismissing the likelihood that Iran would close the Strait of Hormuz if attacked reflects a kind of hubristic madness that makes Hitler’s decision to invade Russia seem sound by comparison. But Trump learned in business that the costlier his mistakes, the more likely he was to get bailed out. He’s rarely paid a personal price for any of his blunders. Now he’s in the position of begging countries and leaders that he has ritually humiliated and deprecated as part of his tiresome political schtick to come to his rescue and help calm the chaos his impulsive and criminal war has set in motion. He may well find he’s bombed himself into a crater this time so deep there’s no clear path out, no easy fix, no insurance policy to shield him against the political and economic shockwaves he has unleashed.
The blowback from this war will be intense and is likely to last for decades, assuming the planet has that many years left. The war has already spread across the Middle East to Lebanon, Turkey, Iraq, Dubai, Kuwait, Bahrain, Oman and Yemen. The oil shock from the closure of the Strait of Hormuz has jolted an already wobbly global economy. Soon, refugees will be pouring out of Iran and Lebanon. In choosing to go to war aligned only with Israel, the US will inherit its pariah status across the Muslim world and beyond. Trump doesn’t seem capable of learning lessons, but he may soon find out that it’s easier to impulsively choose to start a war of aggression than to decide when and on what terms the war ends.
COUNTERPUNCH
"O Irã é uma sociedade cujos níveis de desenvolvimento humano e de educação contradizem a imagem de medievalismo que tantas vezes lhe é atribuída. Segundo o Relatório de Desenvolvimento Humano 2025 do Pnud (Programa das Nações Unidas para o Desenvolvimento), o Irã integra a categoria "desenvolvimento humano elevado", com pontuação acima do Brasil, ou seja, é um país com bases sociais e educacionais relativamente sólidas. Em dezenas de outros indicadores socioeconômicos, como expectativa de vida à nascença ou anos médios de escolaridade da população adulta, o Irã está na dianteira do Brasil.
Ao contrário da imagem internacional, o regime iraniano não governa
uma massa compacta de fanáticos religiosos ou uma sociedade etnicamente
fragmentada ou mirrada; governa uma sociedade antiga relativamente
instruída e urbanizada, com expectativas sociais suficientemente
elevadas para produzir uma cidadania politicamente exigente, mesmo
quando sua ordem política permanece inquisitorial. A história milenar da
civilização persa pode ser testemunhada com uma visita a Persépolis ou à
praça Naqsh-e Jahan, em Isfahan."
leia analise de RODRIGO TAVARES
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER