Willie Colón & Mon Rivera - Tinguilikitín
IN MEMORIAM WILLIE COLON
/*------------------------------------------------------------------------------ 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
Comentários [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.
In the clearing stands a boxer
And a fighter by his tradeAnd he carries the remindersOf every glove that laid him downOr cut him till he cried outIn his anger and his shame"I am leaving, I am leaving"But the fighter still remains

"The fact that Wiseman’s half-century-long project is a series of cinéma-vérité documentaries about American institutions, their titles often reading like generic brand labels — “High School,” “Hospital,” “The Store,” “Public Housing,” “State Legislature” — makes its achievement all the more remarkable but also easier to overlook. Beginning with “Titicut Follies” (1967), a portrait of a Massachusetts asylum for the criminally insane that remains shocking to this day, Wiseman has directed nearly a picture a year, spending weeks, sometimes months, embedded in a strictly demarcated space — a welfare office in Lower Manhattan, a sleepy fishing village in Maine, the Yerkes Primate Research Center at Emory University, the flagship Neiman Marcus department store in Dallas, the New York Public Library, a shelter for victims of domestic violence in Tampa, Fla., a Miami zoo — then editing the upward of a hundred hours of footage he brings home into an idiosyncratic record of what he witnessed. Taken as a whole, the films present an unrivaled survey of how systems operate in our country, with care paid to every line of the organizational chart.
They
also represent the work of an artist of extraordinary vision. The films
are long, strange and uncompromising. They can be darkly comic,
uncomfortably voyeuristic, as surreal as any David Lynch dream sequence.
There are no voice-overs, explanatory intertitles or interviews with
talking heads, and depending on the sequence and our own sensibility, we
may picture the ever-silent Wiseman as a deeply empathetic listener or
an icy Martian anthropologist."
read essay by MARK BINELLI


"Associações, empresários e frentes parlamentares definiram um plano para tentar frear o fim da jornada de trabalho 6x1 —seis dias de trabalho e um de descanso— com três tipos de abordagem. Eles planejam atuar para que a votação fique para depois da eleição, preparar estudos e campanhas para mostrar os pontos negativos da mudança e apresentar propostas alternativas, como a desoneração da folha de salários ou autorizar o pagamento por hora trabalhada."
leia reportagem de
Raphael Di Cunto
Fernanda Brigatti

"The Trump administration and its Department of Homeland Security have made frame perversion a signature feature of their social media presence. On Valentine’s Day 2025, the White House posted images of Trump and his border czar, Tom Homan, set against a pink backdrop and paired with a sing-song rhyme: “Roses are red / Violets are blue / Come here illegally / And we’ll deport you.” As Christmas approached later that year, the official ICEgov Instagram account shared an AI-generated image of an “ICE AIR” flight full of deportees pulled through the sky by Santa’s reindeer, captioned: “Avoid ICE AIR and go Ho Ho Home…” In each case, cheerful, familiar holiday imagery provides the setup; state violence supplies the punchline.
The frame perversion pattern reached its
most chilling form in another White House post labeled “ASMR: Illegal
Alien Deportation Flight.” ASMR—short for “Autonomous Sensory Meridian
Response”—usually refers to videos designed to produce calm or pleasure
through soft, repetitive sounds. Here, that “soothing” frame was
supplied by the hum of jet engines, the metallic rattle of chains pulled
from a crate, the click of handcuffs, the quiet clink of leg shackles
with each step up the gangway. These sounds are meant to relax the
viewer, even as they mark the forcible end of someone’s life as they
know it. Frame perversion, in this case, does not merely normalize
cruelty. It invites the audience to relax pleasurably within it."
read analysis by

"By the time Klaus Barbie went on the payroll of an American intelligence organization in 1947, he had lived several lifetimes of human vileness. Barbie sought out opponents of the Nazis in Holland, chasing them down with dogs. He had worked for the Nazi mobile death squads on the Eastern Front, massacring Slavs and Jews. He’d put in two years heading the Gestapo in Lyons, France, torturing to death Jews and French Resistance fighters (among them the head of the Resistance, Jean Moulin). After the liberation of France, Barbie participated in the final Nazi killing frenzy before the Allies moved into Germany.
Yet the career of this heinous war criminal scarcely skipped a beat before he found himself securing entry on the US payroll in postwar Germany. The Barbie was shipped out of Europe by his new paymasters along the “ratline’ to Bolivia. There, he began a new life remarkably similar to his old one: working for the secret police, doing the bidding of drug lords and engaging in arms trafficking across South America. Soon, his old skills as a torturer became in high demand."
read more by Jeffrey St. Clair
Meu pai me disse algo quando eu era muito pequeno para me prover de confiança. "Ninguém no mundo vale mais do que você, mas também ninguém vale menos". É uma visão egualitária que tenho carregado pela vida. É por isso que sou a favor do ensino gratuito., de universidades gratuitas, de saúde gratuito e de creches gratuitas. Porque a nossa sociedade pode bancar isso. Nos Estados Unidos, as pessoas acham que democracia social é algum tipo de comunismo. Pensam que capitalismo é liberdade. Não é. É apenas a liberdade de explorar as pessoas. "
Stellan Skarsgård, ATOR
Era una ciudad de plástico
De esas que no quiero ver
De edificios cancerosos y un corazón de oropel
Donde en vez de un Sol amanece un dólar
Donde nadie ríe, donde nadie llora
Con gente de rostros de poliéster
Que escuchan sin oír y miran sin ver
Gente que vendió por comodidad
Su razón de ser y su libertad
IN MEMORIA WILLIE COLON
I'm a high school lover
And you're my favorite flavour
"Dubbed “AI Scott Adams,” the synthetic creation, which first popped up on X and YouTube, looks and sounds nearly identical to the actual Adams. Its appearance has sparked a clash between the Silicon Valley wing of MAGA, which finds it all pretty remarkable, and many of Adams’s fans and family, who are horrified."
read more>
Dilbert Creator’s AI Resurrection Not So Comic for His Family
Bernardo Mello Franco
VINICIUS TORRES FREIRE
No começo de fevereiro, reinício oficial do ano oficialesco, líderes dos três Poderes assinaram o "Pacto Nacional Brasil contra o Feminicídio". Basicamente, criaram uma comissão, que pode dar em nada ou em alguma coisinha, a depender da política. É o "Comitê Interinstitucional de Gestão", de acompanhamento de dados e ações, com representantes dos Poderes, do Ministério Público e das Defensorias Públicas.
O que tem isso a ver com as conversas do momento, de bandalheira, besteira e acordão nos Poderes ou de governo e oposição envolvidos nessa história de escola de samba do Lula? Nada. É o problema: mais do que de costume, estamos bestificados a assistir um palco tomado por podres e bobagem. Convém lembrar do que não estamos cuidando por causa disso. Por exemplo, feminicídio.
No reinício do ano político-jurídico, ainda estava na memória mais comum a história de horror de Tainara Souza Santos, torturada ao ser arrastada pelo carro de um homem. Morreu aos 31 anos, na véspera do Natal do ano passado. Desde então, teriam morrido outras 228 mulheres, dado o número médio de quatro feminicídios por dia. Deve ter sido bem pior.
A taxa média de solução de homicídios no Brasil tem ficado entre 30% e 40% nos últimos nove anos, segundo dados compilados pelo Instituto Sou da Paz. Até o fim de 2024, apenas 36% dos homicídios dolosos que ocorreram em 2023 tinham sido esclarecidos —o instituto avisa que não há informações para todos os estados, mas em geral para algo em torno de 17 deles, por precariedade até do mero registro dos homicídios.
Quantos mais feminicídios há enterrados nessa violência obscura toda? Quanta subnotificação de feminicídio há mesmo entre as mortes registradas e investigadas?
Por falar em homicídio: em 2024, dado mais recente, houve no Brasil 44.127 "Mortes Violentas Intencionais", segundo o Anuário Brasileiro de Segurança Pública. Cerca de 37 mil pessoas morreram no trânsito. Não importa a conversa fiada do calor e do amor no país do Carnaval (que nem é mais muito disso): um lugar que convive sem revolta maior com esse morticínio é monstruoso e morto. "Ah, vão votar (talvez) uma PEC da Segurança". Planos reais, com coordenação nacional, apoio político, projetos e supervisão de gente especializada, com verificação de resultados, não existem. Não sabemos nem mesmo quem foi morto, por qual motivo.
O que isso tem a ver com o tumulto vexaminoso na cúpula dos Poderes e agregados? Com a República afundando ainda mais, como na lama do Master? Há até esforços meritórios e que devem aparecer no palco do ano, como a tentativa de Flávio Dino de conter a roubança com emendas parlamentares ou a lambança com penduricalhos. Mas que esses casos estejam no STF e sejam sabotados pela politicalha também é mau sinal. Assim como tantos outros assuntos fundamentais, o feminicídio não tem nada a ver com isso. Perde o lugar.
Qualquer cidadão prestante pode fazer sua lista de assuntos cruciais e ignorados no centro do debate constante: pobreza e ineficiência crônicas, baderna da energia, ciência precarizada, ou notas sempiternamente ruins nas escolas. Ignoramos até assuntos da moda, como o nosso atraso terminal em IA. Nosso assunto é desordem institucional, a politicalha mais baixa degradando a função dos Poderes, sem movimento político ou social forte ou de partido relevante de oposição a esse estado de coisas.
FOLHA
On your nights out, you danced alone
You loved the sights, the siren's moan
All the other losers dreaming of a break

"The square started filling well before dawn. Some revelers arrived clad in neon fishnets and doused in glitter. Others, who had been at parties elsewhere, napped on a grassy patch. The musicians came last, lugging drums and trumpets.
It was Sunday morning during carnival in Rio de Janeiro, and the square in the city’s historic center was the setting for the start of a kind of roving marathon block party known as the Boi Tolo.
The Boi Tolo has no set time, script or route, a swell of thousands of euphoric revelers marching through the city at a frantic pace.
Those who miss the start spend the day trying to catch up, firing off messages in group chats: “Where is Boi Tolo?”"
READ REPORT BY ANA IONOVA
AND SEE THE GALLERY BY DADO GALDIERI

" The first time you watch the opening of Francis Ford Coppola’s “The Godfather,” you may not notice the pale man with the hawklike stillness seated quietly in the room. There are so many other things to look at in this seismic opener, including James Caan’s Sonny as he waits restlessly in the background and Marlon Brando’s Don Corleone, who’s seated behind a desk in pooling shadow and holding a cat as he listens to a man ask him to murder someone. The Don declines to do so though promises to handle matters, and then both men stand.
As soon as the petitioner leaves, the pale man suddenly and silently takes his place before the Godfather, materializing from the inky black like an apparition. For the rest of this scene, these two men remain close to each other, the darkness enveloping them like a shroud. Don Corleone is facing the camera while the pale man’s face remains largely obscured. You can’t quite make him out, and he doesn’t say a word as the Godfather speaks, adding to his strange mystery. Yet by the time the scene ends, so much has already been expressed, including the men’s intimacy and the unwavering intensity of the pale man’s supplication. This is a man, you understand, who doesn’t just serve power but also helps make it happen.
In a sense, the same was true of Robert Duvall, who died on Sunday at 95."
read article by MANOHLA DARGIS
Oh, please have some pity
I'm all alone in this big city
I tell you I'm just a lonesome babe in the wood
So lady be good to me
Well, I ain't no cowboy, but I can ride
And I ain't no outlaw, but I've been inside
And there were men of stone, boys, and there were men of sand

"Pelicot explains why she decided to forgo anonymity and make the 2024 trial public. That choice made her a feminist icon, inspiring women all over France to rally around her and to demand change to France’s consent laws.
Still, Pelicot has remained in many ways an enigma. Outside of the trial, she never sat down to tell her story. But over a nearly three-hour interview last month in Paris — her first to be published with an American media outlet — Pelicot gave a candid and emotional account of the early years of her marriage; the toll that the abuse, and then the trial, took on her; the fallout for her family; and how, despite everything she has been through and the many questions that linger, she has found love and some peace in her life again."
INTERVIEW WITH GISELE PELICOT
CONDUCTED BY LULU GARCIA-NAVARRO
As pessoas com vantagens se recusam a crer que são simplesmente pessoas com vantagens. Estão prontos a se definirem como inerentemente merecedoras do que possuem; chegam a acreditar que são "naturalmente" a elite; e, de fato, a imaginar que suas posses e seus privilégios são extensões naturais do seus próprios seres que formam a elite.
C. Wright Mills

"O casal Samuel* e Sara* trabalha há anos numa das várias unidades da Igreja Batista da Lagoinha espalhadas por Minas Gerais. Nos primeiros meses de 2025, um evento na igreja reuniu pastores, funcionários e membros do setor financeiro. Foi quando conheceram o Clava Forte Bank, que lhes foi apresentada como “uma ferramenta espiritual com tecnologia de ponta, criada para destravar o propósito financeiro do Reino”. Convencidos pela proposta, resolveram abrir uma conta no banco da igreja."
leia reportagem de LEANDRO AGUIAR
Fintech de André Valadão sai do ar e entra na mira da CPI do INSS
Chorei toda noite, pensei
Nos beijo de amor que te dei
Ioiô, meu benzinho do meu coração
Me leva pra casa, me deixa mais não
Ya got awards for joyless faces 'cause ya fans like joyless shitYou got poses while the tour photographer polishes the turd, ya prickOn ya head like a parrot, you wear crap clothes like Jasper CarrottYa not a large, you're a tedium, waist down, waist size feedin' 'em
"And then there was Bondi’s treatment of the survivors, beginning with the brutal fact that many of their identities were fully exposed in the DOJ’s unredacted Epstein files. These women had endured cruelty that many of us could never imagine, and Bondi’s DOJ released their names while protecting the men who were accused of these horrendous crimes. The redactions shielded the powerful and exposed the powerless. That decision was a betrayal.
And Bondi refused to apologize to the victims for what she and her office did. When Rep. Pramila Jayapal asked if she would turn to the survivors in the room and apologize for including many of their names in the unredacted Epstein files, Bondi refused. When Rep. Hank Johnson pressed her again, she deflected and remained hostile, accusing Democrats of theatrics and acting as if congressional oversight was some kind of personal attack. Then came the moment that will forever haunt this country. Lawmakers turned and asked the survivors directly: ‘Has the DOJ reached out to you? Have they asked for your statements?’ And one by one, each survivor shook her head. Every single one of them said they had not been contacted. Then they were asked how many had been completely ignored by the Department of Justice. And with silence so heavy it almost swallowed the room, every survivor raised her hand.
That moment should be burned into our collective memory. These were women who had been trafficked, abused, silenced, and erased, many as children, and when they bravely showed up to be heard, the Attorney General of the United States wouldn’t even look at them. That was a display of cowardice. And it gets worse. Many of these women had never publicly disclosed their identities. They were anonymous survivors for a reason: they didn’t want their trauma to become their entire identity, they feared for their safety, and the weight of being publicly linked to Epstein is not something anyone should carry without consent. And yet Bondi’s DOJ published their names. They redacted the names of wealthy men and powerful officials, accused co-conspirators, financiers, and friends of Epstein, but they left the victims exposed. They protected the powerful and betrayed those already bearing the ultimate cost."
more in the stack by Heather Delaney Reese
If those Minnesota Nazis
Are so sure they're part of the master race
Why do they cover their white faces when they're shooting
Friendly white unarmed lesbians in the face
Oh there's Nazis in my neighborhood
Old white bitter people can be so rude
When they deport all of their Mexicans
They'll have to cook their own Mexican food
HEATHER COX RICHARDSON
"Because I do know this… Bad Bunny doesn’t scare you because he’s successful—he scares you because he didn’t crawl, didn’t beg, didn’t audition for your approval, and didn’t flatten himself into something small, obedient, and flavorless enough for your brittle, toothless worldview to gum without choking. He’s out here selling out stadiums so large they look like military installations from space, bending global culture around his voice while you’re still arguing with strangers online about whether deodorant is a government plot.
Every record he breaks, every show he headlines, feels like a breach of contract because you were sold a lie—that your whiteness was a passport, a guarantee, a permanent starring role. He doesn’t look like you. He doesn’t talk like you. And you won’t see “yourself” on that stage, which offends you deeply, because it exposes the bullshit promise you keep being sold every single day.
And oh the goddamn irony of all of this. Oh, the soul-satisfying schadenfreude—of watching you finally choke on the very fragility you spent years mocking in everyone else.
All that time you laughed, sneered, and spat about “safe spaces,” ridiculed anyone who flinched at cruelty, treated empathy like a contagious rash you could shame people out of. And now here you are, whining for emotional daycare because a man singing on television rattled your delicate little sense of entitlement."
read more by JOJOFROM JERZ
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER