/*------------------------------------------------------------------------------ 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.
"Não é só, nem principalmente, o resultado da pesquisa. A gente vê que esse governo não empolga. Tem pouco que possa apresentar diante do eleitorado para pedir um novo mandato. Podemos atribuir a muitas circunstâncias externas, da situação mundial à herança do governo Bolsonaro e à correlação de forças interna. Mas seria preciso um eleitorado muito politizado para colocar tudo isso devidamente na equação. E esse eleitorado politizado pensaria também se não faltou vontade política para o enfrentamento de muitas destas questões – se, paralisado por sua política de frente desmesuradamente ampla, o governo não se acomodou ao quase nada que lhe era permitido fazer."
leia a análise de LUIS FELIPE MIGUEL

Art and culture have long enabled us to confront dispossession, assert identity, and resist erasure by colonization and now genocide. Cultural resistance emerged amidst pervasive repression, becoming essential to our attempts to preserve and assert our narrative.

"Em seu segundo mandato, Trump parece ainda menos contido e mais incoerente às vezes. Ele usa mais palavrões, fala por mais tempo e regularmente faz comentários com base em fantasia em vez de fatos. Ele continua dizendo que seu pai nasceu na Alemanha quando, na verdade, nasceu no Bronx, em Nova York. Ele repete uma história inventada sobre seu tio, professor do Instituto de Tecnologia de Massachusetts, contando-lhe sobre ter ensinado o terrorista conhecido como Unabomber.
Ele divaga em tangentes estranhas —uma divagação de 8 minutos em uma recepção de Natal sobre cobras venenosas no Peru, uma longa digressão durante uma reunião de gabinete sobre canetas Sharpie, uma interrupção de uma atualização sobre a guerra com o Irã para elogiar as cortinas da Casa Branca.
Ele confundiu a Groenlândia com a Islândia e mais de uma vez se gabou de ter encerrado uma guerra fictícia entre Camboja e Armênia, dois países separados por quase 6.500 quilômetros.
Mesmo antes de atacar o papa Leão 14 no domingo à noite, e depois postar uma imagem de si mesmo como uma figura semelhante a Jesus antes de deletá-la, Trump havia chocado muitos com suas explosões contra críticos."
"Why the hell is she doing this right now? Nobody asked her. Nobody forced the issue. The Epstein noise had actually been dying down. Trump launched a war with Iran — critics allege partly to drown out the DOJ’s catastrophically inept release of the Epstein files — and the MAGA machine had, for a hot second, moved on. So why is the First Lady suddenly at the podium with the energy of someone who just checked their phone and did not like what they saw?
The answer, if you follow the thread, is a 41-year-old Brazilian woman currently sitting in Brazil — furious, freshly deported, with 23 years of receipts — who, the day before Melania’s presser, posted on social media that she was about to blow the entire thing up.
Her name is Amanda Ungaro. And before we get to her, we need to talk about the man who connects every single dot in this story. "
read stack by DEAN BLUNDELL
"Because he doesn’t have to sell it. Because he knows the cult will believe whatever the fuck he says. He knows it doesn’t matter that it’s ridiculous on its face. It doesn’t matter that no one on the planet is dumb enough to believe he thought that was a doctor. Nobody actually believes he looked at that image and thought “doctor.” No one. Not one person with a pulse and a partially functioning cerebrum. It doesn’t matter that a plastic houseplant wouldn’t buy it, that RFK Jr.’s dead brain worm would perform immediate seppuku rather than co-sign that level of stupidity."
read stack by jojo from jerz
O seu requebrado é falsificado
Ritmo que é bom você também não tem
Dá paralisia toda vez que vai ao samba
Fica de perna bamba e não convence ninguém
This is a world destruction, your life ain't nothing.
The human race is becoming a disgrace.
Countries are fighting with chemical warfare.
Not giving a damn about the people who live.
"As animações com o uso de Lego viralizaram, especialmente no Tik Tok e no X.
Elas são atribuídas ao cartunista Mahdi Hemmat, que é de origem iraniana e vive nos Estados Unidos.
É uma produção sofisticada, que vem
acompanhada de versos em rap que descrevem Donald Trump como um mitômano
de dedos pequenos e gordurosos, a serviço de Benjamin Netanyahu."
leia mais<
ZETEO>
History’s cattiest warmonger, Donald Trump, continues to publicly dangle a US invasion of Cuba, the island nation that his administration has been strangling to death with a brutal, months-long energy blockade.
“We may stop by Cuba after we’re finished with this,” Trump said Monday – meaning once his disastrous war in Iran actually ends.
It was an insane moment, as Trump stood next to a woman wearing a “DoorDash grandma” shirt for a corporate White House photo-op. (At the same event, Trump claimed he had only mistakenly committed blasphemy when he posted an image depicting himself as Jesus, because he thought it was “me as a doctor.”)
This isn’t the first time the president has threatened to invade Cuba. It’s not even the first time he’s made this threat during the US-Israeli war in Iran, which is throttling the global economy. “Cuba is going to be next,” Trump said two weeks ago.
It would be one thing if President Trump were only mouthing off for the cameras. He’s not.
In recent days, according to two sources familiar with the situation and another person briefed on it, officials at the Pentagon and elsewhere in the US government were quietly given a new directive that came straight from the Trump White House. The message: ramp up your preparations for possible military operations against Cuba.
Você bem sabe
Eu sou um rapaz de bem
E a minha onda é do vai e vem


IN MEMORIAM ALVIN L
Todos eles querem
Fama, poder
Dinheiro e diamantes
Flashes excitantes
E ela nadando
Em lava fervendo
E ela entrando
Em erupção
Ninguém pra ligar e dizer onde estouNinguém pra ir comigo onde eu vouPor outro ladoNinguém pra abaixar o volumeNinguém pra reclamar dos pratos sujosNinguém pra fingir que eu não amo
I don't like walking around this old and empty houseSo hold my hand, I'll walk with you my dearThe stairs creak as you sleepIt's keeping me awake
A ascensão da extrema direita no mundo é filha das redes sociais —eis uma verdade que, se ainda não foi provada cientificamente, acredito que logo será.
Quando explodiu de vez, perto da virada do século, a internet vinha embalada em fumos humanistas de biblioteca universal e plataforma democrática de informação e voz para todos. Quem se lembra?
Era um progressismo vago que não negava a origem pós-hippie do Vale do Silício. Seu teor de ingenuidade era elevado. A internet permitia fazer coisas antes impensáveis, mas aquele otimismo inicial padecia de um grave viés do bem.
O sonho era que, tendo subitamente acesso imediato a toda a informação disponível na Terra, cada pessoa teria a chance de desenvolver ao máximo seu potencial humano e comunitário.
Os seres humanos se tornariam mais sábios e, devido ao debate permanente de suas sabedorias na ágora imaterial —sempre com a vitória do melhor argumento—, infinitamente ponderados na média.
Corta para o presidente dos EUA anunciando em rede social: "Uma civilização inteira morrerá esta noite". Opa, parece que alguma coisa deu errado, não? Convém voltar algumas casas.
Sim, é óbvio que a internet nunca foi um empreendimento humanitário —aquela era só uma das histórias que ela contava sobre si mesma. Nova fronteira de negócios basicamente privados, logo começava a bombar.
Ao lado da biblioteca e da sala de aula que os idealistas trataram de transferir para o mundo digital, transferiram-se também partes menos nobres e mais rentáveis do empreendimento humano.
JEFFREY ST. CLAIR
+ Markfortwayne Mullin describing, with evident pleasure, his daughter pleading with him not to spank (ie, abuse) her…“She’s like, ‘No, Daddy. No, Daddy, No, Daddy, No. I’m sorry, Daddy. I’m sorry, Daddy.’ … She just couldn’t bring herself to even bend over for me to be able to bust her butt.”
Does Markfortwayne wear his white hat when he beats his daughter?
+ Prerequisites to prove you’ve got what it takes to run DHS under Trump: 1. Shoot your own puppy in the head for being disobedient and toss its body in a gravel pit; 2. Abuse your own daughter for being disobedient.
If you can publicly brag about beating your own child for political points, you probably won’t have much of a problem ripping children, some of them born in the US, from the arms of their parents, keeping them locked up in concentration camp-like prisons hundreds of miles away from their moms and dads, making them act as their own lawyers in immigration court or forcing them to make an impossible choice between being wrongfully deported with a parent or being left in the US as one or both of their parents are shipped off to El Salvador or Haiti.
+ 11,000: the minimum number of children who have had a parent detained by ICE/CBP since Trump retook office.
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER