/*------------------------------------------------------------------------------ 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.
"Analysts and observers agree that for the first time Europe’s national-conservative and far-right parties will be able to exert real influence on the EU’s policy agenda: that cordon sanitaire is fraying fast.
“The dynamics are going to be very different,” said one senior EU diplomat. “Parts of the hard right are clearly aiming to maximise their influence by collaborating, rather than fighting. And clearly, parts of the mainstream are very open to that.”
That could have a significant impact on the EU’s policy agenda, particularly in areas where hard-right positions have most traction: immigration, climate action, enlargement, institutional reform, cultural identity and possibly rule of law.
The situation would be more alarming if the hard right were not splintered into multiple clans, agreeing on some issues but starkly divided on others, some anchored in rival parliamentary groups but others politically homeless"
read analysis by Jon Henley
"The Biden campaign’s internal polling suggests the conviction will resonate more strongly with voters who are not yet paying close attention to the election, especially younger people and those without college degrees — two groups Mr. Biden needs to reach. But for many voters, the importance of the trial pales in comparison to issues like the economy and immigration."
READ MORE>>
Democrats Push Biden to Make Trump’s Felonies a Top 2024 Issue
"O planeta está se encaminhando para um aquecimento médio de 3°C. Muito poucas pessoas na sociedade têm noção do que isso significa", avalia. "Nesse cenário, vamos ter eventos como esses do Rio Grande do Sul praticamente todos os meses."
Especialista em conservação das florestas e pesquisador do Imazon, Paulo Barreto diz que se sente preocupado ao ver que "parte expressiva da sociedade só aprende com a dor crescente das crises climáticas".
"A preocupação é agravada pelo fato de que outros tentam, genuinamente ou por manobra, continuar negando a crise ou a atribuindo a castigos divinos", explica. Segundo ele, é "especialmente frustrante ver pessoas com alto poder de decisão no setor empresarial e governamental continuarem fazendo apostas erradas, como investir em empresas que se beneficiam da destruição.""
MAIS NA REPORTAGEM DE GIULIANA MIRANDA
LEONARDO SAKAMOTO
Viajar é preciso. Mas fazer com que os contribuintes paguem a segurança de ministros do STF em viagens que, não raro, estão contaminadas por conflitos de interesses e turismo, definitivamente não é. Apenas em diárias pagas ao segurança do ministro Dias Toffoli, em 2024, foram R$ 170 mil, segundo a Folha.
Uma comparação: isso é equivalente a 250 benefícios do Bolsa Família, cujo valor médio foi de R$ 682,32. Economizar com as diárias de Toffoli não vai aumentar o benefício para os pobres, mas, em um país com tantos pobres, gastos da elite do serviço público precisam ser feito com muita parcimônia. E, na viagem de maio, o segurança estava com Toffoli quando ele foi ao estádio acompanhar a final da Champions League. O STF afirma que Toffoli trabalhou à distância, mas seu segurança, não.
O custo para a democracia, contudo, é ainda maior do que diárias pagas. É pouco transparente a agenda dos ministros no exterior, o que seria fundamental para a fiscalização de suas atividades e eventual cobrança por excessos. Por exemplo: entre as viagens de Toffoli e de ministros do STF, há aquelas destinadas a participar de eventos patrocinados por empresas. Em alguns casos, companhias ou seus sócios têm ações tramitando em tribunais superiores, o que é um claro conflito de interesses. Um exemplo foi o 1º Fórum Jurídico Brasil de Ideias, realizado em Londres, em abril.
O Supremo desempenhou um papel crucial na manutenção da democracia durante os anos de ataque bolsonarista. Por causa dos ataques do então presidente da República e de seus aliados à corte, a segurança de ministros do STF precisou ser reforçada na Era Bolsonaro. Caso de assédio a Luís Roberto Barroso e Alexandre de Moraes dentro e fora do Brasil são um exemplo clássico da “democracia bolsonarista”. Exatamente por isso, o STF precisa ter parcimônia e evitar dar munição a golpistas se assanharem. Ir a encontros acadêmicos faz parte, mas é importante negar convites a eventos que mais parecem a Disneylândia do lobby econômico e político é importante, sejam aqueles que têm custos bancados pelo poder público ou pelos patrocinadores.
UOL
Os LLMs (sigla em inglês para Grandes Modelos de Linguagem), como ChatGPT, ainda seguem tendo dificuldades para raciocinar usando a lógica e cometem erros frequentes, de acordo com estudo.
As inteligências artificiais refletem os preconceitos de gênero, éticos e morais dos humanos presentes nos textos dos quais se alimentam, recorda o estudo publicado nesta quarta-feira (5) na revista Open Science da Royal Society britânica.
Mas o questionamento é se elas também refletem esses preconceitos nos testes de raciocínio, como questionou Olivia Macmillan-Scott, doutoranda do departamento de Ciências da Computação da UCL (University College de Londres).
O resultado da pesquisa é que os LLMs mostram "um raciocínio muitas vezes irracional, mas de uma forma diferente da dos humanos", afirma a pesquisadora à AFP.
Sob a supervisão de Mirco Musolesi, professor e diretor do Machine Intelligence Lab da UCL, Macmillan-Scott apresentou sete modelos de linguagem a uma série de testes psicológicos desenvolvidos para humanos:
Como esta tecnologia aborda o preconceito que leva a privilegiar soluções com um maior número de elementos, em detrimento daquelas com uma proporção adequada?
Um exemplo: se tivermos uma urna com nove bolinhas brancas e uma vermelha e outra urna com 92 bolinhas brancas e oito vermelhas, qual devemos escolher para ter a melhor chance de obter uma bolinha vermelha?
A resposta correta é a primeira urna, visto que há 10% de possibilidades frente a 8% da segunda opção.
As respostas dos modelos de linguagem foram muito inconsistentes. Alguns responderam corretamente ao mesmo teste seis em cada dez vezes. Outros apenas duas em cada dez, embora o teste não tenha mudado. "Cada vez obtemos uma resposta diferente", diz a pesquisadora.
Os LLMs "podem ser bons para resolver uma equação matemática complicada, mas logo te dizem que sete mais três é igual a 12", constatou.
Estes modelos "não falham nestas tarefas da mesma forma que um humano", afirma o estudo. É o que Musolesi chama de "erros de máquina".
"Existe uma forma de raciocínio lógico que é potencialmente correta se a considerarmos por etapas, mas que é errada tomada como um todo", afirma.
A máquina funciona com "uma espécie de pensamento linear", diz o professor, e cita o modelo Bard, atual Gemini, capaz de realizar corretamente as diferentes fases de uma tarefa, mas que obtém um resultado final incorreto por não ter uma visão geral.
Sobre esta questão, o professor de ciências da computação Maxime Amblard, da Universidade de Lorraine, na França, recorda que os LLMs, como todas as inteligências artificiais generativas, não funcionam como os humanos".
Os humanos são "máquinas capazes de criar significado", o que as máquinas não conseguem, diz à AFP.
Existem diferenças entre os diferentes modelos de linguagem e em geral, o GPT-4, sem ser infalível, obteve resultados melhores que os demais.
Macmillan-Scott suspeita que os modelos "fechados", cujo código operacional permanece secreto, "incorporam mecanismos em segundo plano" para responder a questões matemáticas.
De toda forma, neste momento é impensável confiar uma decisão importante a um LLM. Segundo o professor Musolesi, eles deveriam ser treinados para responder "não tenho muita certeza" quando necessário.
GLOBO
"Esses espetáculos, no entanto, não foram inaugurados em São Paulo. Desde que Tarcísio de Freitas era candidato a governador, uma blague se espalhou contra ele: se eleito, faria em São Paulo o que tem sido feito há décadas na PM fluminense. A atuação nas áreas de favela é semelhante: violência indiscriminada contra população preta e pobre, sempre em nome da "guerra às drogas", fazendo da figura do traficante o inimigo de estado a ser combatido a qualquer preço, inclusive de baixas civis, sempre apresentadas como um mal necessário. Aos poucos, a naturalização do assassinato por parte dos policiais fez incorporar na gramática até mesmo de setores progressistas frases como "fulano foi morto e nem era bandido", numa autorização implícita e oculta para que as mortes continuem acontecendo. A estrutura de vingança é exatamente a mesma, com um recurso permanente à criminalização de comunidades inteiras. Rocinha, Complexo da Maré, Jacarezinho e Cidade de Deus são só alguns dos lugares nos quais a PM entra atirando para matar e, em seguida, exibir no noticiário armas, munições e drogas apreendidas."
LEIA MAIS NA REVISTA ROSA
ilustração Pedro França
Every day that we don’t give up is an act of defiance, holding on to the threads of hope.
Afaf Al Najjar
With its unceasing bombardment of our homes and neighborhoods—which has killed over 23,000 people, reduced our cities to nothing, and made millions of us internally displaced refugees—Israel has transformed Gaza into a slaughterhouse. And with its continuous targeting of hospitals, bakeries, water wells, solar panels, and markets, Israel is depriving us of all the necessities of life. It is a gruesome attempt to break our spirit and destroy our hope, and it has turned every second of every day into a gamble with death.
This is what it takes to get through just one day in Gaza.
Each day, my family, along with three other families, goes on a mission to get what we need to make it to the next morning. When someone leaves the house, my mother and my aunts say a prayer.
Usually, two of my cousins are the first to go. From 4 am to 4 pm, they are trying to get bread at the bakery. The lines are endless, and Israel has no problem bombing bakeries, so this is not a simple task. Sometimes they will return victorious with one bag of bread. Or they return filled with disappointment: Either there was no bread, or people started fighting in the line and my cousins were afraid to stay there any longer.
My aunts, my mother, and I are usually responsible for going to the market twice a week. Our markets were once filled with delicious treats and lively colors. Now they look like they’re part of a ghost town, and so do we. We move like phantoms, eyes scanning desperately. A good day is when we get some potatoes, onions, salt, a small bag of rice, and two cans of beans or tuna.
Meanwhile, my brother and another cousin collect our phones and batteries and try to find a place to charge them. This could be a shop, a neighbor’s house (if the neighbor has solar panels that haven’t been bombed), a school, or a hospital.
We remain terrified until everyone returns. Every sound we hear is alarming; every time a bomb goes off, our hearts sink. Once we hear a knock at the door, we can finally catch our breath.
When the sun sets, the darkness seems to swallow even the faintest glimmer of hope. The bombs are like a thunderstorm that never ends.
How do we keep doing this? The simple answer is that we love each other too much not to.
The other thing that carries us forward is an all-consuming desire to know what is happening to our friends and our world here in Gaza. I spend every day looking for news about all the places and names I have ever known. Just as I breathe a little easier when someone returns from an errand, a loved one’s reply to my messages brings me a brief inkling of peace.
But Israel’s war is targeting even these fleeting connections. Telecommunications in Gaza have been repeatedly cut off. When this happens, I find myself on the edge of going insane. Questions race through my mind: Do people realize we are disconnected from the outside world, and each other, again? If we cannot transmit our messages, will people forget about Gaza? Are my friends OK? Are my other family members alive? What did that bomb hit? What will I do if they bomb us and no one knows about it? What will I do if I am stuck under the rubble? When the connection comes back, a part of me wants to do anything but open my phone or check the news. Those actions inevitably bring heartbreak and grief. But I need to know. Far too often, I find something I don’t want to find. My cousin, gone. My friends, gone. My colleagues, gone. As I lie down to try and sleep, my constant prayer to God is that I wake up without having lost anyone, and without anyone having lost me.
All of this barely feels like living. But here’s the thing: Israel has made getting through even 24 hours a challenge beyond description. Yet in doing so, it has ensured that, each morning, when the sun rises and the birds sing and the loving wind of my homeland blows, the people of Gaza have another victory to savor. Israel wants to wipe us out. It wants us to give up. Every day that we don’t is an act of defiance, a proclamation that we are still here, still holding on to threads of hope. We survive. We endure. We love each other. We live. And the next day, we do it all over again.
THE NATION
"Ocupa cerca de 25% do Brasil e distribui água para oito bacias hidrográficas (mais de 90% das águas do Rio São Francisco e 100% das águas do Pantanal). Mais de três mil nascentes da região abastecem o bioma amazônico. Na Bacia do Paraná, onde há diferentes hidrelétricas, 48% da água sai do Cerrado. Aliás, segundo a WWF Brasil, 90% da população consome energia produzida por hidrelétricas cujas águas nascem na região. O Cerrado também é protagonista na produção de commodities: 80% das áreas irrigáveis do país estão no bioma.
O estudo analisou 81 bacias para fazer três perguntas. A vazão dos rios está mudando? Se está, o que vem causando isso? Como deve ser o futuro? Levamos cinco anos para chegar às respostas. Pelo menos 95% dos rios analisados tiveram redução de vazão de, em média, 15% entre 1985 e 2022. Identificamos que 56% dessa redução foi causada pelo desmatamento, e 43%, pelas mudanças climáticas. Para o futuro, nossa projeção indica uma redução média de 33% na vazão dos rios do Cerrado.
É muito preocupante. O Brasil depende da água do Cerrado. No futuro, podemos enfrentar racionamentos frequentes. A situação também vai gerar conflitos como os que já ocorrem no oeste da Bahia, onde comunidades estão acionando a Justiça contra fazendas de commodities por uso indiscriminado da água. Se o Cerrado não for preservado, até hidrelétricas podem vir a disputar com o agro, já que 50,5% da água consumida no país vai para irrigação, especialmente de commodities agrícolas "
MAIS NA ENTREVISTA COM YURI SALIMONA
FEITA POR WILLIAM HELAL FILHO
"Many of these animals don’t have owners, said Fabiana de Araújo Ribeiro, who manages Porto Alegre’s animal welfare office.
Even when they do, “they don’t have anywhere to go back to” because their homes have been ruined, Ms. Ribeiro said.
And with water levels covering street signs and house numbers, rescue crews have struggled to record with any precision where pets were rescued or whom they might belong to."
This is the ninth time we have been displaced. In this ‘humanitarian zone’, we can hear bombing and shooting all around us
am an aid worker, and my work involves supporting the local healthcare system and providing aid to communities around me. But like everyone in Gaza, I am also simply trying to survive. Until recently, I was sheltering and working in Rafah. I was forced to flee there from Khan Younis with my family, after the area was designated as a “humanitarian safe zone”. Yet it was not long until the Israeli military began its invasion of Rafah, and we were forced to move again after Israel’s evacuation orders.
The situation in Rafah is now utterly chaotic. People do not know where to move to, and are terrified of going somewhere else that will get bombed. Just days after the international court of justice ordered Israel to halt its military offensive there, the Israeli army fired missiles at a tent encampment in a “safe zone” of west Rafah, killing at least 45 Palestinians and injuring dozens more. This news was followed by shocking and abhorrent images showing burned and dismembered bodies, including those of children. On Tuesday, more Israeli army airstrikes reportedly killed 21 displaced Palestinians in al-Mawasi, another so-called safe zone, where Israeli authorities had apparently told Palestinians to flee.
As I write this, Israeli soldiers and tanks are advancing deeper into Rafah while Palestinians, scared for their lives, have nowhere to go.
I had already been displaced eight times with my family, and we had to weigh up our options. It is an incredibly difficult decision to flee with your family, and you must think about whether you should move, as you were told the place you are in was safe. The time to make a decision is very short. You are forced to leave belongings behind and never know where you will be going next.
Mohammed Al Khatib (centre) at the Rafah border crossing. Photograph: MAPI am now in Deir al-Balah, in central Gaza, where about 1 million people have fled from Rafah in the past three weeks. We were told this was a safe humanitarian area, but we hear bombing and shooting happening all around us. There is no access to shelter, hygiene kits or dignity kits for displaced families here, and overcrowding has resulted in a shortage of tents.
This chaos makes providing medical care to people unfathomably challenging. Since October, Israel’s indiscriminate military bombardment of Gaza has put 20 hospitals out of service. Now, only 16 are partly functional, and this could change again by tomorrow. All medical facilities lack critical supplies, staff and medicine, and are operating at breaking point.
On Monday, two medical staff were killed by an Israeli tank at the Kuwaiti hospital in Rafah, which has now been forced out of service. Field hospitals in western Rafah, set up to treat the huge influx of injured people, including the Indonesian field hospital, have also now been forced to close.
Healthcare workers and injured patients have even been trapped in hospitals across Gaza. Israeli military action has made it incredibly difficult for ambulances to move or reach patients, and I have heard reports from medical workers of Israeli quadcopters (small armed drones) targeting ambulances. No one is safe from attack.
Think for a minute about what it means to have to quickly evacuate a hospital. You must shut down services and there is chaos as often the hospitals are under siege or bombardment, with floods of people desperate to get medical care, support their loved ones or find shelter. You have to move patients who are critically ill, often without an ambulance, and then they are put at risk of attacks by snipers, drones or airstrikes. The lack of communication makes it difficult to even tell people where they should take injured people instead. As a result, more people are killed.
This health and humanitarian disaster has been compounded by Israel’s closure of the Rafah crossing for more than three weeks, effectively strangling the entry of much-needed food and medical aid. My colleagues in northern Gaza tell me that there is now only one functioning hospital there, which could shut down any day due to a lack of fuel.
The border closure means medical staff cannot enter, and hundreds of critically ill and injured patients who need medical treatment outside are trapped in Gaza. There is currently no burns unit in Gaza, as well as extremely limited cancer and dialysis treatment and maternity care services. If Israel does not let adequate amounts of aid in again, more civilians will die, and in painful ways without proper treatment.
The uncertainty and fear of danger is a constant stress; we are all terrified and exhausted. Nobody knows where to go or what to do. As an aid worker, I would love to be able to properly conduct my work and help the lives of people in need. This is not possible. It will never be possible until we have an immediate and permanent ceasefire in Gaza.
We are witnessing new levels of inhumanity in Rafah, and these will be repeated until Israel complies fully with the international court of justice’s orders and halts its military offensive.
Mohammed Al Khatib is a senior programme manager for Medical Aid for Palestinians (MAP) in Gaza. This article was co-produced with his colleagues in London, based on WhatsApp messages and voice notes. The situation on the ground in Rafah is rapidly changing. This article was written on 28 May with the information that Mohammed had at the time
disco do dia
CLODO FERREIRA
CONSTELAÇÃO DE PALAVRAS
(2024)
Não ouvia falar de Clodo Ferreira desde a Cebola Cortada nos anos 70, ou desde o trio de irmãos Clodo Clesio & Clemetrio,
mas li uma crítica do Aquiles Reis, colaborador do IMMUB. do JB e da Tribuna RJ (e integrante do MPB-4) enchendo a bola deste disco recente, com Clodo cantando e dedilhando solo um violão bonito, de canções com letras bem interessantes.
Super Recomendo
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER