/*------------------------------------------------------------------------------ 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.
O abraço trocado entre Lula e Marina, duas lideranças há anos afastadas, encarna a nossa possibilidade de defesa perante inimigos tão ferozes
Por Sidarta Ribeiro.
"No início de setembro, o governo anun-ciou a inclusão de mais 804 mil famílias no Auxílio Brasil, elevando a 21 milhões o número de beneficiadas. Para todas elas, a sereia canta com requinte de crueldade ao acenar com a possibilidade de obtenção de empréstimos descontados diretamente na folha da ajuda emergencial. Segundo a proposta, o beneficiário poderá empenhar para o pagamento do empréstimo até 40% do valor mensal que recebe, fixado em 400 reais, uma vez que os 600 reais pagos atualmente só permanecerão até dezembro.
O detalhe onde o diabo habita é que o governo não determinou um teto para os juros a serem cobrados pelos consignados. Por isso, operadoras financeiras mais gananciosas caçam clientes nas filas do recebimento do Auxílio Brasil com propostas que preveem juros escorchantes de 4,96% ao mês (78,8% ao ano). A título de exemplo, os juros cobrados pelos grandes bancos nos empréstimos consignados a aposentados e pensionistas é de 2,14% ao mês."
leia reportagem de MAURICIO THUSWOHL
"Nem mesmo na galeria dos canalhas criados pelo cronista e dramaturgo Nelson Rodrigues é possível encontrar um personagem que se compare, em atrocidade machista, à figura presidencial. Reli agora quase todos os episódios da série “A vida como ela é” e repassei as principais peças rodriguianas. Nem o doutor Werneck, no seu moralismo religioso de araque, alcança esse patamar bolsonarista no texto de “Bonitinha, mas ordinária”. O Peixoto, no mesmo drama, também não é páreo. Muito menos o pobre Edgard diante daquele cheque de 5 mil cruzeiros que o sogro usa para testar o seu caráter."
maisno artigo de Xico Sá
E da costela de Bolsonaro foi criado o pior canalha brasileiro
“Is it possible that such minds are fit to govern?”
– Samuel Taylor Coleridge
As one of the world’s largest, and most troubled, nuclear power facilities has become a radioactive pawn in an increasingly savage and internecine war, the atomic clock is about as close to ringing Midnight as it can get. Yet most of the world seems to be sleeping–or sleepwalking–soundly, either unaware or unruffled by the immediacy of the peril in Ukraine.
How can this be? After cowering under the nuclear menace for nearly eight decades, after Trinity, Hiroshima and Nagasaki, after the big blasts at Novaya Zemlya, Amchitka and the Marshall Islands, after the radioactive disasters at Church Rock, Three Mile Island, Rocky Flats, Chernobyl, Hanford, and Fukushima? How can a demonic technology that has left only death, destruction, environmental ruin, cancer, sterility and genetic mutation as its legacy be treated so cavalierly by so many? We’ve reached the point where even Oliver Stone is pushing the virtues of nuclear power, despite its inextricable ties with the military-industrial complex he’s assailed most of his career.
In large measure, this dismal state of affairs is the consequence of the deepening fractures in the global environmental movement, a large swath of which has desperately embraced nuclear power as an atomic shield–dubious though it will prove to be–against cataclysmic climate change.
The emerging compact between the nuclear industry and some high-profile environmentalists is surely one of the most surreal–and treacherous–alliances of our time. Freelance nuclear shills, such as the odious James Hansen and the clownish George Monbiot, have left carbon footprints that would humble Godzilla by jetting across the world promoting nuclear energy as a kind of technological deus ex machina for the apocalyptic threat of climate change. Hansen has gone so far as to charge that “opposition to nuclear power threatens the future of humanity.” Shamefully, many greens now promote nuclear power as a kind ecological lesser-evilism.
Of course, there’s nothing new about this kind of rationalization for the doomsday machines. The survival of nuclear power has always depended on the willing suspension of disbelief. In the terrifying post-Hiroshima age, most people intuitively detected the symbiotic linkage between nuclear weapons and nuclear power and those fears had to be doused. As a consequence, the nuclear industrial complex concocted the fairy tale of the peaceful atom, zealously promoted by one of the most devious conmen of our time: Edward “H-Bomb” Teller.
After ratting out Robert Oppenheimer as a peacenik and security risk, Teller set up shop in his lair at the Lawrence Livermore Labs and rapidly began designing uses for nuclear power and bombs as industrial engines to propel the post-World War II economy. One of the first mad schemes to come off of Teller’s drafting board was Operation Chariot, a plan to excavate a deep-water harbor at Cape Thornton, near the Inuit village of Point Hope, Alaska, by using controlled (sic) detonations of hydrogen bombs.
In 1958, Teller, the real-life model for Terry Southern’s character Dr. Strangelove, devised a plan for atomic fracking. Working with the Richfield Oil Company, Teller plotted to detonate 100 atomic bombs in northern Alberta to extract oil from the Athabasca tar sands. The plan, which went by the name Project Oilsands, was only quashed when intelligence agencies got word that Soviet spies had infiltrated the Canadian oil industry.
Frustrated by the Canadians’ failure of nerve, Teller soon turned his attentions to the American West. First he tried to sell the water-hungry Californians on a scheme to explode more than 20 nuclear bombs to carve a trench in the western Sacramento Valley to canal more water to San Francisco, the original blueprint for Jerry Brown’s Peripheral Canal. This was followed by a plot to blast off 22 peaceful nukes to blow a hole in the Bristol Mountains of southern California for the construction of Interstate 40. Fortunately, neither plan came to fruition.
Teller once again turned to the oil industry, with a scheme to liberate natural gas buried under the Colorado Plateau by setting off 30 kiloton nuclear bombs 6,000 feet below the surface of the earth. Teller vowed that these mantle-cracking explosions, marketed as Project Gasbuggy, would “stimulate” the flow of natural gas. The gas was indeed stimulated, but it also turned out to be highly radioactive.
More crucially, in 1957 at speech before the American Chemical Society Teller, who later helped the Israelis develop their nuclear weapons program, became the first scientist to posit that the burning of fossil fuels would inevitably yield a climate-altering greenhouse effect, which would feature mega-storms, prolonged droughts and melting ice-caps. His solution? Replace the energy created by coal and gas-fired plants with a global network of nuclear power plants.
Edward Teller’s deranged ideas of yesteryear have now been dusted off and remarketed by the Nuclear Greens, including James Lovelock, the originator of the Gaia Hypothesis, with no credit given to their heinous progenitor.
There are currently 460 or so operating nukes, some chugging along
far past their expiration dates, coughing up 10 percent of global energy
demands. Teller’s green disciples want to see nuclear power’s total
share swell to 50 percent, which would mean the construction of roughly
2100 new atomic water-boilers from Mogadishu to Kathmandu. What are the
odds of all of those cranking up without a hitch?
COUNTERPUNCH
Isso faz da universidade um lugar de legitimação de certos grupos sociais cujos membros, ao passarem pelo ensino superior e por certas instituições de prestígio, são “autorizados” a participar de espaços de poder e decisão. Não seria exagero dizer que a universidade brasileira sempre foi um sistema de validação racial e de classe.
Se as cotas não eliminaram essa lógica, certamente conseguiram subvertê-la. Ficou mais difícil com as cotas considerar natural a ideia de que ser médico é “ser branco”. Ficou mais difícil considerar natural que a filha da empregada seja herdeira da mesma profissão da mãe, já que se abriu a possibilidade desta mesma filha ser médica, advogada ou engenheira."
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER