/*------------------------------------------------------------------------------ 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.
"In other words, generation loss is built into many of the key technologies of the digital age. The freshness of the original disappears, and is replaced by a degraded copy.
Sometimes the decline happens so slowly, most people don’t even notice it.
This problem is almost impossible to fix in a culture that relies heavily on algorithms. The algorithm is, by definition, a repeating pattern that always looks backward. It does something in the future based on what worked in the past.
So the algorithm that recommends music or videos on a web platform will never deliver a totally fresh and new experience for you. It always gives you something similar to what you consumed last week—or last month, or last year.
This is a simple example of a cultural doom loop."
READ ARTICLE BY TED GIOIA
"In the 2020s, it’s easy to feel at a precipice in the antique rocker story. Enough of the biggest names from a 1960s hit parade – including artists like Bob Dylan, Stevie Wonder and Joni Mitchell, as well as the two surviving Beatles – are active today in a way that feels unlikely to be the case in a decade’s time. They are sufficiently old, in their late seventies and early eighties, for this to feel striking. They are old in a way that is very new.
read analysis by Fergal Kinney
"The Amazon is at the most vulnerable of its remarkable history of stability. A key study was posted in the prestigious publication Nature, finding that 75% of the Amazon rainforest is losing “resilience,” or the ability to recover from droughts and fires
How to fix it? But when and what to do? And why wasn’t it addressed much sooner?
There are no answers to those questions. The Amazon rainforest, Antarctica, and climate change are not highly ranked in public polls, e.g., according to a Gallup Poll, Dec. 12, 2024, the top concerns include immigration, inflation, the economy, healthcare, and poor government leadership. Climate change didn’t make a showing. It’s of little surprise there is not an effective effort to quantify the risks and recommend what should be done, assuming anything is actually possible, probably not, re anthropogenic destruction of life-supporting ecosystems. But scientists know all about it. Just ask them. Oh yeah, almost forgot, the incoming administration doesn’t believe in science."
read artiole by Robert Hunziker
Amazon’s Global Warming Counterweight Threatened - CounterPunch.org
By Kate Knibbs-WIRED
Meta announced a series of major updates to its content moderation policies today, including that it’s “getting rid” of restrictions on speech about “topics like immigration, gender identity and gender” that the company describes as frequent subjects of political discourse and debate. “It’s not right that things can be said on TV or the floor of Congress, but not on our platforms,” Meta’s newly-appointed chief global affairs officer Joel Kaplan wrote in a blog post outlining the changes.
In an accompanying video, Meta CEO Mark Zuckerberg described the company’s current rules in these areas as “just out of touch with mainstream discourse.”
In tandem with this announcement, the company made a number of updates across its Community Guidelines, an extensive set of rules that outline what kinds of content are prohibited on Meta’s platforms, including Instagram, Threads, and Facebook. Some of the most striking changes were made to Meta’s “Hateful Conduct” policy, which covers discussions on immigration and gender.
In a notable shift, the company now says it allows “allegations of mental illness or abnormality when based on gender or sexual orientation, given political and religious discourse about transgenderism and homosexuality and common non-serious usage of words like ‘weird.’”
In other words, Meta now appears to permit users to accuse transgender or gay people of being mentally ill because of their gender expression and sexual orientation. The company did not respond to requests for clarification on the policy.
Meta spokesperson Corey Chambliss told WIRED these restrictions will be loosened globally. When asked whether the company will adopt different policies in countries with strict regulations governing hate speech, Chambliss pointed to Meta's current guidelines for addressing local laws.
Other significant changes made to Meta’s Hateful Conduct policy Tuesday include:
The updates similarly preserve a number of older restrictions that Meta has had in place for years. The current version of the policy maintains prohibitions on Holocaust denials, Blackface, insinuations about Jewish people controlling the media. It also adds a specific ban against comparing Black people to “farm equipment.”
Meta also preserved its previous list of what it calls protected characteristics, which include race, ethnicity, national origin, disability, religious affiliation, caste, sexual orientation, sex, gender identity, and serious disease, as well as its policy about “protecting migrants, immigrants, and asylum-seekers” from what it characterizes as “Tier 1” or “most severe” attacks, such as content targeting people or groups of people based on their protected characteristics or immigration status.
In keeping with the previous version, Meta continues to ban calling immigrants, as well as people in “protected characteristic” groups, insects, animals, pathogens, or “other sub-human life forms” as well as alleging that they are criminals or immoral. It appears that some of the most xenophobic remarks made by high-profile figures—like President Trump’s 2023 statement about undocumented immigrants “poisoning the blood of our country”—may still violate Meta’s policies if posted to its platforms. Meta did not respond to WIRED’s question on whether that specific statement would be permitted.
MANUELA DÁVILA :
O anúncio de Zuckerberg não é o mero anúncio de uma nova política de moderação de conteúdo da empresa Meta. O que ele anuncia é um dos maiores fatos políticos - senão o maior - desse tempo em que vivemos.
Eu pesquiso no doutorado as políticas de regulação da internet no mundo e a relação disso com as ideias de liberdade norte-americanas. O que Zuckerberg diz, com todas as letras, é que a liberdade defendida pela extrema direita, as ideias de Trump e Musk, serão as suas e de sua empresa. Ideias que ameaçam instituições e democracias. Ideias de violência e tortura.
para isso, zuck operará em parceria explícita com o governo dos Estados Unidos. E o Velho excepcionalismo americano: a ideia de um povo predestinado a salvar todos os povos. O custo disso testemunhamos com as guerras promovidas por esse Império, o que mais guerreou da história.
O anúncio soa mesmo como uma declaração de guerra ao mundo. Ele menciona China e América Latina e ao se referir a regulação europeia, refere-se a Alemanha, protagonista da construção da regulação daquela região. Ao mencionar o X como sua referência, ele menciona a rede cujo proprietário opera direta e explicitamente ameaças a vida democrática de diversas regiões do planeta.
E um fato imenso. Não errem tentando coloca-lo no âmbito da “internet”. Não imaginem que se trata de algo afeito a comunicação ou moderação de conteúdo. Não subestimem acreditando que pode ser resolvido pelas secretarias de comunicação dos governos. Essa é a agenda central da geopolítica do nosso tempo. Só uma resposta institucional organizada poderá nos permitir enfrentar essa ameaça.
"Trocando em miúdos: Zuckerberg subordina a Meta aos interesses políticos de Trump e do governo dos EUA, alinhando de forma explícita as plataformas da empresa a um tipo de funcionamento mais semelhante ao do X de Elon Musk. Com a derrubada dos filtros de conteúdo, especialmente nas publicações sobre imigração e gênero, direitos individuais e coletivos serão mandados às favas, para o delírio da militância de extrema direita ao redor do planeta"
leia artigo de Bernardo Cotrim
"Zuckerberg’s announcement comes as CEOs and business leaders across sectors are currying favor with the incoming administration of President-elect Donald Trump. Meta, along with other tech companies, donated $1 million to Trump’s inaugural fund, and ahead of the election, Zuckerberg praised Trump in an interview with Bloomberg Television without offering an outright endorsement. Ahead of Trump’s inauguration, Meta has reportedly appointed Republican Joel Kaplan to lead its policy team, and on Monday, the company announced that UFC’s Dana White, a long-time supporter of Trump, would join its board."
read more>>
Meta is ending its fact-checking program in favor of a ‘community notes’ system similar to X – DNyuz
"He insisted that “the races are unequal,” that anyone with AIDS was “a kind of leper” and that “Jews have conspired to rule the world.” He called America “a mongrel nation,” dismissed Hitler’s gas chambers as “a detail” of history and said that the wartime Nazi occupation of France was “not especially inhumane.”"
Read obit by Robert McFadden
Jean-Marie Le Pen, Rabble-Rousing Leader of French Far Right, Dies at 96 – DNyuz
"Tenho amigos no Globo de Ouro. Sei que a profissão não anda fácil e que acesso a lançamentos e coletivas de imprensa pode ser uma grande diferença no fim do mês.
Mas não podemos tampar o sol com a peneira e achar que tudo é lindo. É preciso contextualizar tudo. E tem jornalista esquecendo alguns “poréns”, só destacando o oba-oba das indicações do filme brasileiro."
leia artigo de Rodrigo Salem
(e assine a newsletter Desafiador do Deconhecido!)
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER