/*------------------------------------------------------------------------------ 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.
confira o levantamento feito por
"No futuro distópico da HQ “Nem todo robô”, cada família tem um autômato para chamar de seu. A máquina trabalha para os humanos, mas não em serviços domésticos. Os robôs são tão desenvolvidos que possuem inteligência artificial e são eles que trabalham fora, para obter o sustento dos donos
Assim, as famílias se tornam financeiramente dependentes das máquinas, que reclamam publicamente da condição. Para as criaturas eletrônicas, nós, humanos, além de emotivos, precisamos de manutenção constante. E de três refeições por dia!
“Ouvi falar que tem humano que dorme até oito horas por dia!”, comenta, surpreso, um robô em um programa de TV, ao vivo."
leia reportagem de TELIO NAVEGA
A máxima "bandido bom é bandido morto" surgiu na conversa pública brasileira em 1986, logo após o fim da ditadura militar. Era o slogan da campanha à Assembleia Legislativa fluminense do delegado José Guilherme Godinho Ferreira, o Sivuca.
A princípio não deu certo. Embora fosse uma estrela no submundo policial carioca e um dos principais nomes da Scuderie Detetive Le Cocq, mais conhecida como Esquadrão da Morte, Sivuca passou longe de se eleger. A mensagem não estava madura.
Dois anos depois, ele moderou sua ambição e concorreu à Câmara Municipal do Rio. O mesmo slogan, o mesmo fiasco: com 6.057 votos, classificou-se apenas como quinto suplente do PFL na casa.
Mesmo derrotado, porém, Sivuca viu as coisas começarem a mudar. Seu lema ganhava circulação na sociedade, adotado pelo baixo jornalismo sensacionalista (Ratinho foi um dos primeiros a pular a bordo), por motoristas de táxi e tiozões de churrasco.
Outro sinal de virada: na mesma campanha de 1988, entrava na Câmara carioca um capitão do Exército recém-reformado após um nebuloso julgamento por suspeita de ato terrorista —um certo Jair Bolsonaro.
Quando, dois anos depois, Jair saltou da Câmara Municipal para a Federal, Sivuca conquistou finalmente um mandato de deputado estadual, que renovaria em 1994. "Bandido bom é bandido morto", a mensagem, começava sua trajetória vitoriosa.
Não se pode atribuir ao delegado a autoria propriamente dita da máxima. Tudo indica que se trata de uma criação coletiva, provérbio germinado num pântano moral carioca em que chapinhava bastante gente.
De todo modo, foi ele quem colou a frase na testa como policial e político. Morreu em agosto do ano passado, numa pacífica cama, de Covid, aos 90 anos, e seu legado está mais vivo do que nunca.
Quando bate palmas para a chacina da Vila Cruzeiro e tergiversa sobre o assassinato de Genivaldo de Jesus Santos por policiais rodoviários, lamentando que a mídia "sempre tem lado, o lado da bandidagem", o presidente da República se confirma fiel à sua origem no mesmo brejo moral de onde saiu a frase —uma origem da qual sempre se orgulhou.
Ao glorificar a execução extrajudicial —ou seja, bandidagem— de bandidos, a máxima do Esquadrão da Morte é atravessada por uma contradição insolúvel. Isso não a impede de contar com forte apoio popular numa sociedade em que a segurança pública é uma ferida aberta e infeccionada.
Seu sucesso tem raízes históricas profundas. Desde o Império, as classes dirigentes do país sempre mobilizaram as forças de segurança contra o povo com grande ferocidade, tentando controlar a violência que, mais do que previsível, é inevitável quando se cultiva uma desigualdade social tão obscena quanto a nossa.
É por isso que, para a turma do "bandido bom é bandido morto", nem importa saber quantos dos chacinados na Vila Cruzeiro eram mesmo bandidos ou que Genivaldo, definitivamente, não o era. Eram pretos, pardos, pobres? Basta. Sempre bastou.
Quando caíram os últimos defensores do arraial de Canudos, "um velho, dois homens feitos e uma criança, na frente dos quais rugiam raivosamente 5.000 soldados" (Euclides da Cunha, "Os Sertões"), já pairava no ar, latente, o slogan de Sivuca.
Essa competente peça de comunicação expressa uma doença brasileira ancestral e só deixará de eleger oportunistas de extrema direita no dia em que nosso apartheid for coisa do passado. Um dia que não se vê no horizonte.
FOLHA
foto> Armas apreendidas em operação na Vila Cruzeiro, no Rio -
"Though much of the world’s focus in the war has been on Russia’s disorganized and flawed campaign, Ukraine, too, is struggling. Ukraine’s army has suffered heavy losses, shown signs of disarray and, step by step, fallen back from some long-held areas in Donbas, the eastern region that is now the war’s epicenter.
The momentum Ukraine generated after pushing Russian forces back from Kyiv, the capital, and Kharkiv, the second-largest city, has given way in the east to weeks of give-and-take over villages, heavy shelling — and a stream of Ukrainian dead and wounded from the battlefields.
Ukraine’s troops now face a Russian force that has shifted strategy from the hasty, reckless advances of the early weeks of the war to a creeping, grinding march enabled by massive artillery bombardments."
"This blurring of public figures and private lives can do a number on us—as bystanders, as an audience. We end up being torn between our parasocial relationships with celebrities (we identify with them; we pretend that, gee, we actually know them) and our need to see public personalities taken down a notch or two—and taken down publicly—so as to make our wounded selves feel better in comparison. As Aldous Huxley put it in Brave New World, we are hooked on soma, a drug that we think is making us feel better but is actually numbing us. (Huxley, of course, wouldn’t blame us as we go about braving our new world of COVID variants, monkeypox, Ukraine, politics, and mass murders.)
And courtroom porn does just the trick."
read article ny MONICA LEWINSKY
"Reclusive hospital custodian Henry Darger spent his early years, after both parents died, in an orphanage and the Illinois Asylum for Feeble-Minded Children. He spent his almost completely solitary adult life in a second-floor room on the North Side of Chicago, attending Mass daily (often several times a day), before passing away in 1973 in the same old age home in which his father died. He had one friend, left only four photographs of himself, and his few acquaintances were never even sure how to pronounce his last name (it’s a hard “g”). In his last diary entry, New Year’s Day, 1971, Darger wrote, “I had a very poor nothing like Christmas. Never had a good Christmas all my life, nor a good new year, and now… I am very bitter but fortunately not revengeful, though I feel should be how I am.”"
DORRIT HARAZIM
Toda obra de arte, se relevante, é política.
Do caso contrário, serve apenas para decoração ou para ganhar dinheiro.
-AI WEI WEI
Oh, joy, a Patriot Act for you, me and our pets: “Democrats are vowing to push through domestic terrorism legislation to improve intelligence sharing and coordination between law enforcement agencies following the mass shooting in Buffalo — despite growing Republican opposition.”
+ Remember how Bill Clinton exploited the Oklahoma City bombing to push through his Comprehensive Anti-Terrorism and “Effective Death Penalty Act”, which Biden escorted through the senate? It did nothing to suppress the growth of racist violence in the US. In fact, it seems to have fertilized it. But it did gut habeas corpus, expand the surveillance state, create joint FBI “terror” task forces that manufactured crimes which they used to entrapped unwitting, often mentally disabled, people, placed severe limits on asylum requests from refugees fleeing political repression, and expanded the death penalty to crimes not involving murder. None of this had the slightest effect on “terrorism”, as the country learned the hard way four years later…
+ The Patriot Act didn’t materialize out of Dark Lord Cheney’s head fully formed like Athena after 9/11. Most of it was already sitting on the shelf, the key provisions having been drafted by Clinton’s Justice Department…
+ Murder was a crime before the 10 Commandments. Terrorism has always been a crime. New more punitive laws will not stop murders or terrorism. What terrorist is going to think twice because they might get 3 life terms instead of 2, if they’re white & survive their mass slaughters? New laws create new crimes. But they don’t stop crimes from taking place. They will however be used to harass, surveil and disrupt any political movement (environmental, antiwar, civil rights, animal rights, Palestinian rights, abortion rights, homeless, religious minorities) that criticizes the policies of the government or the corporations that suborn the people who run the government.
JEFFREY ST. CLAIR
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER