Sister Morphine (1969 Version) - Marianne Faithfull
Here I lie in my hospital bedTell me, Sister Morphine, when are you coming round againOh, and I don't think I can wait that longOh, you see that I'm not that strong
/*------------------------------------------------------------------------------ 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
Postagens [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.
sim, ainda ouço albuns inteiros....
DAQUI
MILTON + SPERANZA
FLOR DO MURERÊ - CROA
RODRIGO OGI - ALEATORIAMENTE
THALIN, CRAVINHOS, VCR SLIM, PIRLO & ILOVEYOUANGELO - MARIA ESMERALDA
FELIPE CORDEIRO - CLOSE DRAMA REVOLUÇÃO & PUTARIA
ANTONIO ADOLFO - LOVE COLE PORTER
STHE - BITITA (CAROLINA MARIA DE JESUS)
WILSON DAS NEVES - SENZALA & FAVELA
PATRICIA BASTOS - VOZ DA TABA
CABEZA DE NEGO & MBE & LADYBLACK - MIMOSA
LINIKER - CAJU
(entre albuns que ouvi pela primeira vez durante o ano
- e pela ordem em que me chegaram...)
Procurem também ouvi-los !!!
amanhã: os dacolá (2º semestre, 2024)
"As for the guy with the megaphone prattling on about the cheese cubes? Well, rather than take that one guy’s megaphone away, we just gave everyone at the party their own megaphone. And guess what: that didn’t much improve things! Everyone had to shout to be heard, and the conversation morphed into a game of telephone, of everyone shouting variations of the same snippets of language, phrases, slogans. The effect is so disorienting that after a long period of scrolling through social media you’re likely to feel a profound sense of vertigo.
Not only that: the people screaming the loudest still get the most attention. And it was in this setting that the guy with the loudest megaphone, the most desperate, keening need for attention in perhaps the entire history of the United States, rose to power."
read essay by CHRIS HAYES
JAMIL CHADE
As políticas de deportação de Donald Trump estão levando famílias a evitar enviar seus filhos para as escolas. Na região de Boston, Nova York e Chicago, o UOL coletou relatos de pais latino-americanos - inclusive brasileiros - que, sem saber como agir, estão optando por se esconder em casa.
"Não sabemos o que fazer. Tenho medo de mandar meu filho para a escola e nunca mais o vê-lo", disse uma brasileira moradora da cidade de Somerville, região de Boston. A seu pedido, seu nome foi preservado diante do temor em ser identificada.
A taxa de frequência de crianças nas escolas americanas - de cerca de 90% a cada dia - caiu para 85% nos dias seguintes à posse de Trump, de acordo com o Departamento de Educação.
O Migration Policy Institute estima que cerca de 733 mil crianças estrangeiras estão registradas em escolas pelos EUA sem documentos legais para ficar no país. Ainda que tenha sido no governo de Barack Obama que as deportações atingiram seu auge, o momento atual de tensão se dá por conta do discurso de ameaças e mudanças de regras do atual governo. Trump, assim que assumiu, admitiu que sua política de deportação incluiria "locais sensíveis", como igrejas e escolas. Em menos de uma semana, mil pessoas foram presas.
O medo entre mães se espalhou nesta semana depois que uma blitz na cidade de Marlborough, 40 minutos de Boston, resultou na prisão de vários estrangeiros entre a Rota 85 e Main Street.
Um brasileiro foi detido, deixando uma mulher grávida em casa com sua filha de três anos. Parte da comunidade brasileira se revoltou, acusando as autoridades locais de terem contribuído.
O governo do estado disse que não vai trabalhar com os agentes federais e garantiu que não teve informação sobre a blitz. Num gesto de aproximação, as autoridades planejam um encontro com a comunidade brasileira numa igreja para explicar a situação.
"O medo que era 80% agora é de 200%", disse Heloisa Maria Galvão, que comanda a Brazilian Women's Group. Segundo ela, a forma de proteção é saber os direitos, procurando as organizações brasileiras. "O que dá segurança não é se isolar. Ninguém solta a mão de ninguém", disse.
Informações sobre as crianças precisam de consentimento dos pais
Nos últimos dias, as autoridades de diversos estados têm enviado cartas aos distritos escolares dando garantias.
Numa delas, de 24 de janeiro e obtido pelo UOL, a procuradora-geral de Massachusetts Andrea Campbell escreveu para todas as escolas do estado explicando que os estabelecimentos de ensino estão "proibidos de fornecer, oralmente ou por escrito, informações de identificação pessoal de um aluno contidas em registros educacionais a terceiros, inclusive agentes do ICE, sem o consentimento específico e informado por escrito de um pai/responsável".
Também fica estabelecido que "se um agente do ICE solicitar acesso a um aluno, as escolas devem encaminhar o agente ao escritório central do distrito para garantir que o protocolo adequado seja seguido".
"A escola ou o distrito também deve notificar imediatamente os pais ou o responsável pelo aluno. No caso de um agente do ICE pedir para interrogar ou retirar um aluno da sala de aula, as escolas devem obter o consentimento específico e informado por escrito de um dos pais ou responsável ou receber um mandado judicial válido assinado por um juiz federal ou estadual", escreveu.
"Se o agente apresentar um mandado, o distrito escolar deve consultar imediatamente a assessoria jurídica da escola e analisar o mandado para confirmar que se trata de um mandado judicial e não administrativo e para determinar o escopo da autoridade de busca ou prisão que o mandado fornece", alertaram.
No coração de Manhattan, um dos locais que abriga imigrantes.- o Stewart Hotel - é a imagem do medo. Nesta semana, o UOL esteve no prédio durante os horários de escola. Mas se deparou com pelo menos duas dezenas de menores. "Ninguém que se arriscar", contou a equatoriana Sonia Castro, mãe de duas meninas. Ela vive há um ano sem documentos nos EUA. Mas seus filhos frequentam a escola desde que chegaram.
Ao seu lado, outra família centro-americana confirmava o temor. "Vamos ficar juntos", insistiu o pai, que pediu para não ser identificado.
As leis de Nova York proíbem a entrada de agentes de segurança nas escolas. Mas, ainda assim, também há medo. Marta Bustamante, coordenadora de uma rede de apoio a imigrantes, conta também que muito ainda depende da disposição da direção dos estabelecimentos de ensino em proteger os imigrantes.
Em um comunicado, a governadora democrata do estado, Kathy Hochul, insistiu que as escolas não podem se recusar a registrar os alunos com base em seu "status migratórios". A Suprema Corte americana também determinou que todos têm direito à educação gratuita.
Existem também casos de resistência. Em Chicago, escolas rejeitaram a entrada de agentes.
Numa declaração, as Escolas Públicas de Chicago alertaram que "embora o Distrito entenda que há uma ordem executiva para rescindir a linguagem sobre 'locais sensíveis', incluindo escolas", os funcionários do distrito se recusariam a "compartilhar informações privadas" com o ICE.
O superintendente das escolas públicas de Denver, Alex Marrero, emitiu orientações específicas este mês, aconselhando os funcionários das escolas a recusar a entrada de funcionários do governo que cheguem aos prédios escolares e que não tenham "negócios" ou um "compromisso" na escola.
Universidades alertam estudantes estrangeiros
Os problemas não se limitam às escolas. Depois da vitória de Donald Trump, nas eleições de novembro, universidades iniciaram uma preparação para o que poderia ser uma deportação de seus próprios estudantes e funcionários. Em novembro, todos eles receberam um email sugerindo que, depois das festas de Natal, retornassem aos EUA antes da posse do republicano.
Uma dessas universidades que enviou o email foi a de Massachusetts. Na Universidade Yale, um seminário virtual foi realizado com estudantes estrangeiros para que possam conhecer seus direitos.
Mais de 400 mil estudantes sem documentos estão nas universidades americanas.
UOL
"As posições de Eunice acabaram prevalecendo, e o governo declarou a área como terra indígena no ano seguinte.
"Quase fomos extintos, muitas doenças vieram com os brancos, e muitos de nossos parentes foram mortos por invasores", diz à BBC News Brasil Panderewup Zoró, cacique geral do povo.
"Isso só cessou com a demarcação e homologação do nosso território e, com certeza, a doutora Eunice Paiva contribuiu neste processo", prossegue.
"Se não tivéssemos tido a cooperação de parceiros para provar em documentos nossa existência e posse da terra desde a nossa ancestralidade, teríamos sido exterminados."
reportagem de JOAO FELIET
'Ainda Estou Aqui': como Eunice Paiva ajudou a evitar extinção de povo indígena - BBC News Brasil
É dificil
Saber das notícias pelos poemas
Contudo homens morrem miseravelmente a cada dia
Por falta
Do que ali nao se encontra
Williams Carlos Williams
"O desabamento do teto da Igreja que é considerada uma das mais importantes do país matou uma pessoa e feriu outras; no Centro do Rio, a Igreja da Ordem Terceira do Carmo, sem manutenção há mais de 10 anos, pode ter o mesmo destino, mas ganhou incríveis 9 anos pra fazer as obras necessárias"
reportagem de Larissa Ventura
"It was diplomacy by the seat of his pants, the force of his will and his certainty that every beautiful beach deserves a Trump international property, or its equivalent. And it was wrapped in an explanation that there was no other way to start the process than by evicting everyone and bringing in the bulldozers.
Mr. Trump’s chosen foreign policy tools are the bulldozer in Gaza and the wrecking ball to the hard-to-assemble infrastructure U.S.A.I.D. built around the world."
read analysis by David Sanger
‘Riviera’ in Gaza and Aid Agency Assault Capture Trump’s Vision of U.S. Power – DNyuz
Veja você, arco-íris já mudou de cor
Uma rosa nunca mais desabrochou
E eu não quero ver você
Com esse gosto de sabão na boca
Arco-íris já mudou de cor
Uma rosa nunca mais desabrochou
E eu não quero ver você
Eu não quero ver
Veja, meu bem, gasolina vai subir de preço
Eu não quero nunca mais seu endereço
Ou é o começo do fim ou é o fim
Eu vou partir pra cidade garantida, proibida
Arranjar meio de vida, Margarida
Pra você gostar de mim
IN MEMORIAM
Garry Wills
Any one of us who kept mispronouncing a proper name, after repeated coaching on the right way, would be written off as stupid. But Donald Trump kept calling his adversaries Barack HUSSEIN Obama and Ka-MAH-la Harris as a sign to his followers that these creatures, exotically named, were not one of us. They were part of the THEM that WE must keep out. The THEM he had in mind is a large and varied lot, since the WE is such a select body. It has no room for losers, for captives or corpses or the needy—not even for the bodies of men who died defending their country. Trump’s courtiers allegedly had to spook a battleship out of his sight because it was named for a man he had denounced for having been a captive.
All outsiders are losers. They cannot say “America first” because they are not real Americans. Anyone who needs help is a loser. Women who go out of their place are losers—they should stay to be grannies and take care of the children of other women who stay in their place. Experts and regulators, relying on fancy degrees and studies, who tell us how to live, are losers and the fomenters of losers (out of their “deep state”). The sick, the disabled, and their caretakers are losers, wasting the time and money of the winners. The needy are losers. The winners do not need them. Trump’s dictatorial buddies—Putin and Xi Jinping and Viktor Orbán—do not use power to help the helpless. That is what makes them winners.
Well, Trump’s election shows us who wins. He put the losers in their place. Like women, they must learn to stay in it. Pardon me if I do not celebrate. I, like everyone I know, am a loser, in the past or future or now. I am currently losing to age, and need those expert doctors with their wasteful caretaking. I always needed regulators who kept poison out of my food, and water, and air. The THEM that Trump is extruding includes all who need or care for the needy.
That is a lot of us, though at times we do not recognize our right to be in the THEM being condemned. We should not only own that right and build on it, but also see that we share it with all the losers being overlooked by Trump’s dictator pals, like the Palestinians being slaughtered in Gaza with American weapons. We losers have a lot to learn. But we are doing it. Trump is our teacher.
"Trump’s promise has shocked the Middle East, his opponents and his domestic allies. Pursuing such a course would mean the displacement of 2 million Palestinians from their land — Trump proposed setting up “various domains” for them elsewhere — and injecting Americans into the cauldron of the Middle East.
It would also in all likelihood require a massive mobilization of U.S. troops, despite Trump’s years-long attacks on the concept of foreign nation-building.
The immediate question is, of course, whether he’s actually serious. Here are a few theories"
read analysis by Aaron Blake
4 explanations for Trump’s shocking Gaza proposal - The Washington Post
"One of the special privileges of being the president of the United States is that people have to take what you say seriously no matter how bananas. So it is with President Donald Trump’s suggestion that Washington facilitate the ethnic cleansing of the Gaza Strip and then, when that task is accomplished, own the territory. The conflict between Israelis and Palestinians needs new ideas, and Gaza, in particular, presents a set of extremely difficult problems, but Trump’s proposal is not just morally bankrupt—it is sheer lunacy.
Where to begin?"
read article by STEVEN COOK
O plano de Trump para Gaza: blefe ou cartada final? – Blog da Boitempo
"Control of those mechanisms could allow someone to choke off money to
specific federal agencies or even individuals, a fear that Democrats
have expressed about DOGE. On Monday, Senate Democrats warned
of DOGE’s encroachment into the payment system. “Will DOGE cut funding
to programs approved by Congress that Donald Trump decides he doesn’t
like,” said Senator Chuck Schumer of New York. “What about cancer
research? Food banks? School lunches? Veterans aid? Literacy programs?
Small business loans?”"
read report by Vittoria Elliott Dhruv Mehrotra Leah Feiger Tim Marchman
"What exactly is “masculine energy” anyway? Other than a woo-woo way to talk about old-fashioned ideas about gender roles, I mean? The Meta CEO didn’t define its parameters, but I have helpfully done some digging and compiled a quick guide to boosting your masculine energy in five Zuck-approved steps."
Jeffrey St. Clair>>
+ A Pew Research Center analysis of Census Bureau data finds that for the first time in nearly twenty years, the share of unpartnered adults — who are neither married nor living with an unmarried partner — in the United States has declined. Is this because Elon moved his entire harem into one compound?
+ They may be living together (out of economic necessity, most likely), but they don’t seem to have much interest in the reproduction of the species. According to a piece in the Financial Times, fertility rates have collapsed in some of the world’s biggest economies (one reason, especially in China, is the rush to develop AI and automated workforces)…
+ Who can afford to have kids in a cat food economy? (A cat food economy where the cat food is now too expensive to afford cats.)
Os deportados de Donald Trump, confusos e acorrentados, permanecerão como a imagem de um tempo vergonhoso, em que assistimos ao regresso da crueldade enquanto política de Estado num grande país democrático;
O pior é que o espetáculo ainda mal começou. Na passada quarta-feira, o
presidente americano afirmou que enviará 30 mil imigrantes em situação
irregular para a Base de Guantánamo, em Cuba. Nas próximas semanas
testemunharemos episódios cada vez mais extremos e degradantes.
Acordo todos os dias com uma dor em algum lado da alma, e nem sei se estou sofrendo de velhice ou de lucidez. O pior que pode acontecer — e está acontecendo — é a normalização do inaceitável. Quando deixarmos de nos horrorizar com as persistentes agressões de Trump e dos seus rapazes aos direitos humanos, à ética, à moral, à gramática e ao simples bom senso, então, sim, eles terão vencido.
Ninguém imigra para experimentar os encantos do desenraizamento. Algumas pessoas procuram uma vida melhor. Outras, apenas vida. Há quem fuja da pobreza, da falta de perspectivas, e quem tente escapar à brutalidade de ditaduras, de guerras, ou das calamidades naturais (e das outras, não tão naturais, que são consequência direta da irresponsabilidade humana).
Simpatizo com imigrantes e exilados. Sou um deles. Sei quanto custa viver longe do país em que nascemos e crescemos. Pátria é o lugar onde não temos de explicar quem somos; é o lugar onde rimos de piadas que mais ninguém compreende; é onde estão aqueles odores que nos levam de volta à infância; é — como me disse, na sua cidade natal, a Cidade do Cabo, o escritor J. M. Coetzee, hoje radicado na Austrália — conhecer a linguagem das ruas. O exílio é ser privado de tudo isso. Imigrantes, legais ou ilegais, não deveriam ser tratados como assassinos. Para Trump, contudo, todas essas pessoas são “terríveis criminosos”, e alguns “tão ruins que nem confiamos nos seus países para os manterem, então vamos mandá-los para Guantánamo”.
Se eu fosse americano estaria agora procurando um país onde me exilar. Seria um refugiado da vergonha. Não iria para uma grande metrópole. Procuraria uma ilha distante, absorta, encharcada de luz, onde ninguém me perguntasse ao saber a minha origem:
— E o Trump?! — com um grão de troça (ou de pena) na voz.
Por exemplo, o lugar que eu mesmo escolhi para viver — a Ilha de Moçambique, cidade histórica, uma das mais antigas da África Austral. Não por ser um lugar pequeno. Não há lugares pequenos. O que há é lugares que não conhecemos bem. Dentro dos mundos minúsculos prosperam mundos enormes. Pouco a pouco, enquanto nos aprofundamos neles, vamos compreendendo que são infinitos. As grandes cidades não são mais vastas — apenas mais fragmentadas.
Assim, viver na Ilha de Moçambique não é muito diferente de viver em qualquer outro lugar. A dimensão de um espaço não se mede pelo número de seus habitantes, mas pela profundidade das vidas que nele se desenvolvem.
A Ilha de Moçambique é tão grande que nem sequer presta atenção a Donald Trump.
GLOBO
I feel we’ve been circling the drain for months, and now are being rinsed down the plughole. Hello, darkness, my old friend. I’m nauseous and have difficulty breathing. If I looked in the mirror—which I do often these days, purely as a function of disbelief, because I feel I no longer exist—I fancy I would see Ford Madox Ford, a soup strainer moustache and the appearance of a boiled egg in his mouth, but actually only a gasp because “mustard gassed voiceless some seven miles behind the lines at Nancy or Belleau Wood.” As the poet said. Preserve my words, preserve my words. The wantonness and wickedness of it. I’m sorry for the rest of the world for having something as rancid and pampered and apparently resistless as America in it. Who ever thought male suffrage was a good idea? Come on in, the water’s boiling in this reddened and ever redder and reddening state. Not much meat on these snow crab legs, but you’ll enjoy the crack of your tax cut. Or is it the vertebra of the last surviving trade unionist? It says in our new constitution we’re allowed to hunt and fish. Well, halle-fucking-lujah. And $2 gas a birthright in perpetuity. If only it were some small and out of the way place. Make Armorica Great Again. Make Armorica Great Again. Make Armorica Great Again. But no, this is that shining city, and that last best hope. Gone, all gone. Stick a fork in it. There is only money, bare-faced lies, and evil intentions. The playground inversion of everything. You’re the fascist, you’re the racist, you’re the one threatening me with violence. It’s no consolation, but this country will not know what hit it, and first the low-information electors with their red caps for brains. No overstatement is possible. I feel species disgust. Of course, impetuous. Of course, poet and fine frenzy and all that. Of course, nonsense and hysteria. Oligarchopolis, here we come. Yes, we only live in it. It’s yours, and don’t I know it. How can one not see through something so threadbare, so self-serving, so randomly and contemptuously thrown out by the self-adoring crooner. The oligarchs enter the ark two by two, as once the animals. The T because he faces both ways on every issue. Heads I win, tails you lose. Words without consequences. But they’ll do for a brand. Mine on my forehead, please.
Jeffrey St. Clair>>
+ Wednesday’s nonsense from Trump: “We identified and stopped $50 million being sent to Gaza to buy condoms for Hamas. And you know what? They used them as a method of making bombs.” Move over, Underwear Bomber!
+ Pamela Zoslov: “Trojan missiles?”
+ Trump says he’s going to deny visas and deport any pro-Hamas college students in the US. Will ICE try to determine the kids’ political sympathies by searching their dorm rooms for Hamas condoms?
"In the screen and also in life, Marianne Faithfull experienced something similar to her contemporary Anita Pallenberg – the condescension of being treated like an icon or a muse. Maybe her very real success in music ruled her out of a serious acting career in the eyes of some, but Faithfull for a while occupied the epicentre of the late-60s pop culture zeitgeist, for an intense flashbulb moment she found herself in the overlapping worlds of music, movies and the explodingly important world of celebrity itself."
read obit by Peter Bradshaw
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER