/*------------------------------------------------------------------------------ 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.
With our friends and family members living outside Gaza, we exchange long messages and detailed phone calls. However, for friends in Gaza, most of communication is limited to a word or two:
“OK?” – “Yes.”
“Updates plz.” – “We’re fine. You?”
And so on.
In a way, I feel that all we need to know is whether the other person is still alive or not.
" Eleição presidencial argentina, no próximo dia 19, em meio a mais uma crise econômica, espelha o impasse do país nos 40 anos de sua redemocratização. De um lado, o ultraliberal Javier Milei, de comportamento instável e esotérico, dado a insultos e ataques de ira após a morte de seu cão, como conta biógrafo em entrevista. De outro, o ministro Sergio Massa, que comanda uma economia com inflação de três dígitos e levanta desconfiança no próprio meio peronista."
LEIA ANALISE DE SYLVIA COLOMBO
"Não é de hoje que uma vasta parcela do pensamento ocidental trata a África como se ela existisse fora da história e do progresso, incluindo-se aí tanto pensadores do maior prestígio quanto o entretenimento oferecido a várias gerações de crianças. Desenhos da Disney mostram entusiasmados canibais africanos seminus cozinhando as suas vítimas em caldeirões suspensos sobre enormes fogueiras.
Pode ser um fato ainda pouco conhecido, mas, ao contrário do que virou rotina afirmar, nunca faltaram civilizações na África, e o continente jamais se manteve alheio aos fatos da história mundial. Excelentes livros reforçam essa noção com profundidade acadêmica, mas em termos acessíveis, e felizmente tornam bem mais complexa a nossa compreensão do passado e do presente da África."
leia resenha de Howard French
"Anything that Israel does there, in a place that has experienced huge levels of killing and destruction, will see them having to deal with more than two million people who will hate them. They could possibly face an insurgency, depending on how long they stay. "
read analysis by Jeremy Bowen
Bowen: Ceasefire demands will grow without proof of Hamas HQ at Al-Shifa - BBC News
"Having raided Al-Shifa Hospital almost 3 days ago, the Israeli forces seem to lack evidence supporting their claims against Al-Shifa Hospital. Throughout the ongoing war, Israel Justified their attacks on the hospitals, especially Al-Shifa, with the claim they were command centres for Hamas. In this video, ‘BBC Verify’ analyses the Israeli footage and that of the BBC and concludes that ‘Israel is either lacking evidence or not sharing it.’"
I read the messages from Rola and Ayham, two of my friends abroad. If I miss a text, they panic. I keep reminding them that we don’t have access to the internet all the time.
Sometimes, they send me audio messages crying, telling me that they feel useless for not being able to take me out of this situation; sometimes they send me jokes and hopeful notes. One time, they started sending messages, back to back, about what we will do together when all of this is over.
Ayham: “We will travel together. I will take you to Italy.”
Rola: “I will invite you to our house to eat my mother’s delicious food.”
Ayham: “We will go bowling, and just like the last time, I will win.”
Rola: “We will go together to all the bookshops in the world.”
I read their messages, smiling and crying. I prepare for another dark night.
"Alisson, fiquei sabendo aqui dentro do quilombo que Bernadete falou que no dia da festa vai cercar tudo de polícia, vai pegar todo mundo aí. Ela tá mandando um carro preto aí cheio de polícia pra tirar fotos das barracas. Tudo é policial civil, diz que vai pegar vocês tudo de surpresa. Ela disse que vai dar risada quando todo mundo estiver na cadeia. Você fique ligado aí, ó
leia reportagem de Natally Acioli, Eric Luis Carvalho, Eder Luis Santana
Someone says: “It is better that your mother did not witness these horrible days we are going through.” I believe this. I am grateful that my mother did not have to go through another escalation, to feel the fear and to be evacuated from her home.
My mother’s safety used to be my big worry. She was an elderly, overweight woman who could barely walk. One time there was bombing and everyone in the building evacuated, but we used to live on the fourth floor so there was no time to go down the stairs at her pace. I remember her, sitting on her couch, with me covering her body with mine, telling her that she will be safe.
Is my mother safe now? In the past, a graveyard in Gaza was bombed. Will the graveyard where my mother is buried be bombed? Will I be able to go and cover her grave with my body and tell her she will be safe?
I miss my mother a lot.
ZIAD IN GAZA
Every inch of my body aches, but I am irritated. I have this urge to scream yet I am too exhausted.
“Would you like to shower?” my friend asks me.
Oh my God! I haven’t showered in four days. Another reason I’m irritated. Usually, when you go to other people’s homes for refuge, taking a shower is off the table. It is enough that they are hosting you, feeding you and keeping you “safe”.
The second family we are staying with is an extended one. One lot lives on the second floor, where we are, and the others on the fifth. We all gather on the second floor at night because it is easier to flee if we have to, and – I’m never sure if this is accurate or not – it’s supposedly safer than upstairs.
The bombing has broken the bathroom on the second floor. So I need to shower on the fifth floor. The others are worried – taking a shower at night could be risky.
They all looked at me while I gathered my stuff as if I was an astronaut preparing his equipment to go to outer space (in my case it was boxers, undershirt and a shirt – I wasn’t going to change my shorts because I have only one pair with me). I had lots of advice.
“Stay close to the stairs and avoid the windows.”
“Do it fast, no more than five minutes.”
“Keep your clothes next to you so you can grab them fast if a bombing happens.”
I was less afraid and more excited; a shower!
I took my shower very quickly, dried my body with the towel that smelled of coconut freshener. After finishing, I vowed that I would never, ever buy a coconut freshener so I wouldn’t remember these days.
I go down, feeling better, and despite all the chaos around, I lay my body over a couch and sleep for a couple of hours … it was great.
"julie Veille, director of French documentaries on Diana Ross, Sting and Stevie Wonder, conceived it. “When creating the film, we kept asking ourselves, ‘If Édith were still with us, what messages would she want to convey to the younger generations?’”, she said in a statement. “Her story is one of incredible resilience, of overcoming struggles and defying social norms to achieve greatness – and is as relevant now as it was then. Our goal is to utilise the latest advancements in animation and technology to bring the timeless story to audiences of all ages.”"
READ MORE>>
Édith Piaf’s voice re-created using AI so she can narrate own biopic | Édith Piaf | The Guardian
Jeffrey St. Clair :
+ James Cameron: “In Star Wars the good guys are the rebels, they’re using asymmetric warfare against a highly organized empire, I think we call those guys terrorists today.”
George Lucas: “When I did it they were Vietcong. That was the whole point.”
A message from a friend abroad asking if I had enough sleep. I tell her that the bombing keeps us awake. She says how sorry she is, and then shares an idea. I am 100% sure she thinks it is helpful. “Why don’t you wear earpieces? You can sleep then.”
People sympathise, but they cannot relate to what you are going through. My friend does not understand that bombing is not about the noises, it is about the possibility of sudden death. Without saying goodbye to our loved ones, before completing the projects we started, before hugging those we care about and asking for their forgiveness. She knows, but definitely doesn’t realise, the severity of the situation. I choose not to respond to the text.
"Vocês lembram do caso do professor Adlène Hicheur? Ele é um renomado físico de partículas argelino que atuou como pesquisador no CERN. Em 2013, ele veio pro Brasil e passou a lecionar na UFRJ. Até ter sua carreira destruída por uma matéria da revista Época, da Editora Globo"
Thread by @historia_pensar on Thread Reader App – Thread Reader App
"Inside a darkened operating theatre in Gaza’s largest hospital complex, staff swaddled dozens of tiny premature babies seven or eight to a bed, in a desperate effort to keep the infants warm – and alive.
With no oxygen supplies or power for incubators, nurses attempted to provide what care they could for 39 babies who were transferred from the neonatal unit in another part of the sprawling complex after a strike on Dar al-Shifa’s intensive care unit.
Just getting them to the theatre was a potentially deadly mission after staff reported attacks on anyone moving inside the hospital compound.
Thirty-nine infants managed to survive the transfer, but their conditions worsened over the weekend. “We lost the life of one baby today. Yesterday we lost two and I am afraid that all of the babies will lose their lives,” said Abu Sada."
morE in the report by RUTH MICHAELSON
""“It is a terrible, terrible situation. There is no room even to sleep on the floor. There is one toilet for 700 or 800 people. No bread, no stoves for cooking. We are drinking irrigation water,”
read report by Jason Burke"
"Algumas famílias viveram no Brasil por alguns anos. É o caso de Ahmad El Ajrami, que trabalhou como motorista de aplicativo e atendente de papelaria no Mato Grosso. No grupo também há um rosto conhecido na cidade de São Paulo grafitado pelo artista Kobra em um mural em frente ao Museu do Imigrante, na Zona Leste: a palestina Noura Bader, que teve filho no Brasil. "
confira a reportagem de ISABELA LEITE
"Cientistas acreditavam que as geleiras do norte da Groenlândia estavam estáveis, mas um novo estudo, publicado nesta terça-feira, mostrou que as plataformas de gelo da região perderam mais de um terço do seu volume, nos últimos 50 anos. A área tem gelo suficiente para elevar o nível do mar em mais de dois metros.
O derretimento do gelo por baixo também pode “desempenhar um papel complexo e crucial no afinamento da plataforma". Quando a camada se torna muito fina, a estrutura fica mais propensa a sofrer um fraturamento.
"Isto torna-os extremamente vulneráveis ao recuo instável e ao colapso da plataforma de gelo. Se a força térmica oceânica continuar a aumentar, o que provavelmente será o caso no próximo século, as consequências em termos de aumento do nível do mar serão dramáticas","
"It is clear that the daily violence being unleashed on Gaza is both unbearable and untenable. Since the Oct. 7 massacre by Hamas — itself a war crime and a crime against humanity — Israel’s military air and ground assault on Gaza has killed more than 10,500 Palestinians, according to the Gaza Health Ministry, a number that includes thousands of children. That’s well over five times as many people as the more than 1,400 people in Israel murdered by Hamas. In justifying the assault, Israeli leaders and generals have made terrifying pronouncements that indicate a genocidal intent.
Still, the collective horror of what we are watching does not mean that a genocide, according to the international legal definition of the term, is already underway. Because genocide, sometimes called “the crime of all crimes,” is perceived by many to be the most extreme of all crimes, there is often an impulse to describe any instance of mass murder and massacre as genocide. But this urge to label all atrocious events as genocide tends to obfuscate reality rather than explain it."
mor in the post by Omer Bartov
What I Believe as Historian of Genocide | Thinkers' Forum USA
Senhoras e senhores estamos aqui
Pedindo uma ajuda por necessidade
Pois tenho irmão doente em casa
Qualquer trocadinho é bem recebido
Vou agradecendo antes de mais nada
Aqueles que não puderem contribuir
Deixamos também o nosso muito obrigado
Pela boa vontade e atenção dispensada
Vou agradecendo antes de mais nada
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER