/*------------------------------------------------------------------------------ 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.
"Several times in her 74 years of life, Marianne Faithfull has boomeranged from the brink of death.
First there was the summer of 1969, when she overdosed on Tuinal sleeping pills in the Sydney hotel room she was sharing with her then-boyfriend, Mick Jagger; as she slipped under, she had a long conversation with his recently deceased bandmate, Brian Jones, who had drowned in a swimming pool about a week prior. At the end of their spirited talk, Jones beckoned her to hop off a cliff and join him in the beyond. Faithfull declined, and woke up from a six-day coma.
That was before she became addicted to heroin in the early 1970s: “At that point I entered one of the outer levels of hell,” she writes in her 1994 autobiography “Faithfull.” It took more than a decade to finally get clean. Since then she’s survived breast cancer, hepatitis C and an infection resulting from a broken hip. But, as Faithfull told me on the phone from her London home one afternoon in February, her recent bout with Covid-19 and its lingering long-term aftereffects has been the hardest battle she’s fought in her entire life.
“You don’t want to get this, darling,” she said. “Really.”
She said it, of course, in That Voice, coated with ash but flickering with lively defiance underneath."
READ ARTICLE BY LINDSAY ZOLADZ
"A ideia inicial de que a pandemia impactaria a vida das pessoas de maneira igual durou pouco; na verdade, ela escancarou ainda mais as desigualdades brasileiras. “Me sinto abandonada. A parte da população que mais necessita de ajuda fica de fora e sem apoio”, afirma Ieda Mandelli. A área mais impactada pela epidemia nas capitais, ou seja, a periferia, provavelmente será a última a mitigar o vírus, se a estratégia de vacinação continuar a mesma. “Estamos nessa situação de falta de coordenação nacional e de pouca vacina, e isso tudo faz com que a discrepância se acentue”, afirma o epidemiologista Netto."
leia reportagem de Amanda Gorziza e João Gado F. Costa
CLICK TO READ THE FULL STORY:
When “Peanuts” Went All-In on Vaccinations | The Nib: Charles Schulz used his culturally monolithic comic strip to advocate for public health. But his approach had some serious shortcomings.
HUGO SUKMAN
As projeções de crescimento da economia para o ano que vem começam a cair para a casa do 1%. É apenas chute vagamente informado, mas essa bola deve cair mesmo no pântano em que vivemos faz tempo. Em 2022, bicentenário da Independência, serão nove anos de pobreza piorada. Ainda estaremos colonizados pelos nossos piores monstros.
Imagine-se uma brasileira que teve a boa sorte de terminar a faculdade no último ano antes da catástrofe, em 2013, nos seus 21 anos. “Boa sorte” porque apenas 1 de cada 4 jovens de 18 a 24 anos está no ensino superior ou concluiu este curso. Há quem tenha largado a escola muito antes e terá vida pior. No ano que vem, essa brasileira fará 30 anos. Terá passado a primeira parte de sua vida adulta em um país em destruição. É apenas um símbolo de uma catástrofe duradoura, uma de várias gerações perdidas.
No ano que vem, o país ainda será mais pobre do que era em 2013: a renda (PIB) per capita deve ser ainda 7,5% menor. Pelas estimativas atuais, voltaremos a 2013 apenas em 2027. Mas chute econômico não é destino. Assistir bestificado à presente destruição vai nos garantir futuro tenebroso.
Mal ou bem, países do centro do mundo planejam a reconstrução depois da epidemia. São grandes projetos de economia verde e pesquisa científica e tecnológica, como biotecnologia e inteligência artificial.
Qual o lugar do Brasil nesse futuro? Uma zona de catástrofe ambiental e sanitária, talvez por isso objeto de sanções econômicas e políticas.
Nossos produtos industriais logo serão ainda mais obsoletos em termos tecnológicos e ambientais. Talvez não queiram também nossos grãos, ferro e petróleo, por prevenção ambiental ou porque a China passou a plantar soja na África ou porque o país é infecto ou avilta o trabalhador. Com o troco que nos sobrar, compraremos produtos “verdes” ou máquinas inteligentes reais e virtuais etc. inventados com pesquisa subsidiada no mundo rico.
O plano Bolsonaro é o avesso podre dos planos de reconstrução: é devastação ambiental e da Educação, sob mando de um adepto do espancamento de crianças. São tempos de dr. Jairinho e dr. Jairzinho.
Desmontam-se agências e a participação democrática nos conselhos de Estado, avilta-se ou se assedia o corpo técnico de servidores, perseguem-se professores, acelera-se a destruição da pesquisa científica. Capangas oficiais e paramilitares, milícias, talvez colaborem para a implantação de um autoritarismo temperado por farisaísmo, fundamentalismo religioso, patriotada militaresca e ignorância lunática.
Nos acostumamos aos quase nove anos de catástrofe econômica assim como nos acostumamos agora aos 3 mil mortos por dia ou aos crimes de responsabilidade semanais de Jair Bolsonaro. Resta força apenas para combater o regresso autoritário. O Brasil se acostumou a não ter futuro.
É pior do que nos anos perdidos para o horror social e a inflação dos 1980/90. Então se tentava reconstruir um país: Constituição, estabilidade econômica, alguns direitos sociais.
Ainda assim, nossos desastres vêm de longe, pelo menos desde a recessão que começou em 1981, desatino final da ditadura militar. Desde então até 2019, o PIB per capita do Brasil cresceu 36%. O dos países já ricos (OCDE), 85%. O do mundo, 75%. É o aspecto econômico de um fracasso longo e maior. A diferença agora é que morreu ou está para morrer, sem UTI, a ideia de sucesso ou de progresso.
“Não Verás País Nenhum”, dizia o título do romance presciente de Ignácio de Loyola Brandão (aliás de 1981). Tratava de um Brasil em que a Amazônia se tornou um deserto, em que São Paulo fede a cadáveres e em que militecnos comandam um governo autoritário.
"Indicado a 6 Oscars, entre eles o de melhor filme, "Minari", falado em coreano, retrata a luta pela sobrevivência de imigrantes da Coreia do Sul nos EUA. Em entrevista, o diretor e o ator do filme, ambos de origem asiática, falam de como o sucesso do longa é um marco para levar mais diversidade a Hollywood e despertar o interesse das plateias por outras culturas."
LEIA REPORTAGEM DE ANA MARIA BAHIANA
"Neither intimate looks into stars’ living rooms nor scantily clad pop stars performing provocative hits have been able to stop audiences from tuning out award shows this year. The ratings for the Grammys were down by 53 percent. The Golden Globes plummeted by more than 60.
Now, as Hollywood prepares for a coronavirus-delayed Academy Awards telecast on April 25 on ABC, it is faced with the ultimate doomsday scenario: that the viewing public is ready to toss its premier showcase into the entertainment dustbin, plopped next to variety shows. Oscar, meet Lawrence Welk and his bubbles.
At a time when the traditional film industry is fighting for its primacy at the center of American culture — with at-home entertainment soaring in popularity and pandemic-battered theater chains closing — a collective shrug for the Oscars would send Hollywood deeper into an identity crisis."
read newstory by
Nicole Sperling and
"De shortinho jeans e camiseta rasgada, Jimmy "Lama" vaga pelas ruas de Lençóis, na Chapada Diamantina, virando copos de cachaça pura enquanto falava com moradores da região que não fazem ideia de quem ele é. Cenas como essa eram comuns nos anos 1990, quando um dos maiores astros do rock manteve uma casa na cidade por um período.
“Lama” era como os nativos supostamente chamavam Jimmy Page, ex-guitarrista do Led Zeppelin, por causa do aspecto molambento que ele apresentava. O apelido é uma das lendas que envolvem a relação de décadas do artista britânico com o Brasil.
Essas histórias são reunidas e contadas pelo músico e jornalista Leandro Souto Maior no livro “Jimmy Page no Brasil”, publicado, graças a um financiamento coletivo, em edição bilíngue, português e inglês."
leia reportagem de Lucas Brêda
No Brasil, Jimmy Page era discreto, bebia cachaça e andava malvestido, diz livro | O TEMPO
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER