Para falar do OTA
A íntegra de minha entrevista para O Globo, para falar do OTA:
/*------------------------------------------------------------------------------ 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.
A íntegra de minha entrevista para O Globo, para falar do OTA:
"
Como autor ou editor, ele teve uma vida inteira ligada às histórias em quadrinhos: criou a Garota Bipolar, foi responsável por uma nova coleção de álbuns do Asterix pela Record, participou e escreveu livros sobre HQs, assinou colunas em jornais e editou dezenas de títulos.
Mais de uma vez, retratou a si mesmo em suas produções, sempre com bom humor. Dono de um temperamento forte, teve desavenças com muitos profissionais do mercado, mas nem isso diminuía a admiração que tanta gente tinha por ele."
leia o Otabituário por Sidney Gusman
Morreu o quadrinhista e editor Otacílio d'Assunção, o Ota - UNIVERSO HQ:
.Olá, amiguinhos...
O vídeo do recente jantar em homenagem a Michel Temer lembrou-me uma cena do filme “O Poderoso Chefão 3”, o último sobre a saga da família Corleone, dirigido por Francis Ford Coppola e estrelado por Al Pacino. A ficção mostra um encontro de mafiosos, num ambiente cafona e decadente em cada detalhe da decoração: cristais, pratarias, taças, lustres.
Semelhante também é a disposição dos personagens na cena: senhores cheirando a naftalina, em torno de uma grande mesa para tratar de negócios. No caso, aqui, para celebrar o “business as usual”, depois que Temer afivelou uma focinheira em Bolsonaro e deixou claro quem controla as rédeas do processo golpista que se desdobra desde 2016.
É emblemático que o jantar tenha sido na casa de Naji Nahas, mega especulador que chegou a ser condenado por golpes contra o sistema financeiro, décadas atrás. Entre os comensais, outros arquétipos da elite brasileira. Gilberto Kassab, dono do PSD, o partido que “não é de direita, nem de esquerda, nem de centro”. Poderosos da mídia, juristas, um médico e um suplente de senador completam a confraria. Na ficção, a reunião de mafiosos termina mal. Na vida real, Temer e seus convidados divertem-se a valer.
Nunca um presidente cometeu tantos crimes de responsabilidade contra o povo. Estamos chegando a 600 mil mortos pela Covid. Doença, desemprego e fome dilaceram os sonhos de milhões de brasileiros, lançados ao desespero pelo governo que essa gente ajuda a manter no Palácio do Planalto. Ainda que mal pergunte, riem do que, senhores?
O GLOBO
Marcos Nogueira
Jair Bolsonaro é um tipo que come miojo no quarto do hotel depois do banquete do imperador do Japão.
Ele aglomera no trailer do hot dog. Ele junta gente na pastelaria.
Quando se exibe publicamente em um restaurante, é na churrascaria rodízio, ao lado de caminhoneiros, agricultores e cantores sertanejos.
Ele quer parecer simplão, do povo. Lógico que não é. Mas a audiência do cercadinho engole.
Em Nova York, Bolsonaro e sua comitiva de saltimbancos jantaram em pé, em frente à Slice da Terceira Avenida. É uma pizzaria que vende no balcão, para quem passa na rua, fatias por US$ 3 (algo como R$ 16). Caro para nossos bolsos, mas lá custa só 3 dinheiros.
Ainda na noite de ontem, sites diziam que a delegação brasileira jantou na calçada para burlar a lei municipal que exige atestado de vacinação para entrar em restaurantes.
Não é bem assim. Eles poderiam comer num restaurante sem entrar no restaurante: a exigência não vale para as áreas externas. Mas Bolsonaro preferiu passar seu recado de forma teatral.
Ao comer na calçada com ministros e aspones, o presidente envia uma banana para o antecessor Michel Temer –o ghost writer de sua carta quase limpinha. A banana de Bolsonaro também se destina aos ricos de unhas feitas que riram de sua cara em volta de uma mesa de jantar cheia de vinhos com etiqueta de quatro dígitos.
O truque tacanho funcionou. De novo. Tanto que a presepada do Jair está em todo lugar, inclusive aqui.
Jair Bolsonaro inovou. Antes da pandemia, ele esperava o início da Assembleia Geral da ONU para envergonhar o Brasil. Agora o vexame internacional já começa na véspera.
O presidente embarcou para Nova York sem ter tomado nenhuma vacina contra a Covid-19. Isso obrigou as Nações Unidas a abrirem uma exceção para permitir sua entrada no edifício-sede.
A foto da pizza na calçada, divulgada pelo ministro do Turismo, foi o menor dos constrangimentos da viagem.
Bolsonaro gosta de produzir imagens para se vender como um homem comum, que não teria apego ao luxo e ao poder. A cena da pizza o ajuda a compor esse personagem populista. É o novo pão com leite condensado.
Constrangimento de verdade ocorreu nesta segunda-feira, em reunião com o primeiro-ministro do Reino Unido.
Na parte pública do encontro, Boris Johnson elogiou a vacina da AstraZeneca e disse que todos deveriam tomá-la. Bolsonaro fez sinal de negativo e disse que "ainda não" se vacinou. Johnson olhou para o lado e sorriu amarelo.
Mais tarde, o prefeito de Nova York, Bill de Blasio, criticou o negacionismo do presidente. "Precisamos enviar uma mensagem a todos os líderes mundiais, principalmente Bolsonaro, do Brasil: se você pretende vir aqui, você precisa estar vacinado", disse.
Num só dia, o Capitão Corona submeteu o Brasil a dois vexames internacionais. E a Assembleia Geral da ONU ainda nem começou.
And so castles made of sand, fall in the sea, eventually
Jimi Hendrix / Castles made of Sand from MXJ files / Marijana X Jakelic on Vimeo.
"The great question of America’s twenty-year war in Afghanistan was not whether the Afghans were fit for democracy. It was whether democratic values were strong enough in the US to be projected onto a traumatized society seven thousand miles away. Those values include the accountability of the people in power, the consistent and universal application of human rights, a clear understanding of what policies are trying to achieve, the prevention of corrupt financial influence over political decisions, and the fundamental truthfulness of public utterances. In the first two decades of the twenty-first century, the American republic was fighting, and often losing, a domestic battle to uphold those values for its own citizens.
It is grimly unsurprising that the US could not infuse them into a very foreign country. While the political system of the US was approaching the crisis that culminated in the presidency of Donald Trump and the Capitol riots, its most enduring external adventure could not avoid moving in tandem toward the grim climax of the flight from Kabul. Afghanistan became a dark mirror held up to the travails of American democracy. It reflected back, sometimes in exaggerated forms, the weaknesses of the homeland’s political culture. Critics of the war argued that the US could not create a polity in its own image on the far side of the world. The tragic truth is that in many ways it did exactly that."
read article by Fintan O'Toole
The Lie of Nation Building | by Fintan O’Toole | The New York Review of Books:
"The Afghans now have suffered generation after generation of not just
continuous warfare but humanitarian crises, one after the other, and
Americans have to remember that this wasn’t a civil war that the Afghans
started among themselves that the rest of the world got sucked into.
This situation was triggered by an outside invasion, initially by the
Soviet Union, during the Cold War, and since then the country has been a
battleground for regional and global powers seeking their own security
by trying to militarily intervene in Afghanistan, whether it be the
United States after 2001, the C.I.A. in the nineteen-eighties, Pakistan
through its support first for the mujahideen and later the Taliban, or
Iran and its clients. To blame Afghans for not getting their act
together in light of that history is just wrong."
read the converstion between ISAAC CHOTINER and STEVE COLL
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER