Oba-La-La - Sergio Mendes
IN MEMORIAM SERGIO MENDES
/*------------------------------------------------------------------------------ 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.
Mat Snow
A CULT HERO in the Anglophone
world but a giant in Brazil, at 81 Mil-
ton Nascimento is just four months
younger than one of his inspirations Paul Mc-
Cartney – Abbey Road is a particular favourite,
he tells MOJO. Debuting on 33rpm in 1967,
his own catalogue is similarly classic-packed.
His delightful new album Milton + esperanza
spalding, not only boasts a sensational version
of A Day In The Life, but such stellar guests
as Paul Simon, Dianne Reeves, Lianne La
Havas and Shabaka Hutchings. From early on
Nascimento has attracted jazz
and jazz-adjacent A-listers;
as myriad stars have found,
to hear him is to love him. The respect and
affection is mutual.
“Some of the biggest dreams I realised in
my career were because of Wayne [Shorter]
and Herbie [Hancock],” he tells MOJO.
“In the late 1960s I met Herbie at Marcos
Valle’s house in Rio, and when he saw me
playing, he recorded several of my songs.
A few years later, Wayne was in Brazil with
Weather Report and watched the show
Clube Da Esquina. In 1974, Wayne gave
me one of the greatest gifts of my life,
recording Native Dancer. Wayne and Herbie
are my blood brothers.”
He has an unmistakable singing voice
ranging up to ethereal falsetto – “in my
childhood head, only women sang,” he says,
“Ray Charles’s Stella By Starlight changed
all that” – and a no less signature way with a
tune, as his wistful, philosophical songs float,
flutter and trill just above life's adversities a la
Marvin Gaye. Yet he is inspired rather than
stiffled by colaborations. Having worked with
the likes of Sarah Vaughan, Carlos Santana and
Earth, Wind & Fire, he seems to bring out the
inner Milton in everyone he plays with, even
Duran Duran, whose 1993 song Breath After
Breath he co-wrote and performed on.
Friendship is key, he explains. Adopted by
a musical white couple who’d employed his
mother as a maid, Nascimento grew up in tiny
Três Pontas in Minas Gerais, deep in south-
eastern Brazil. Energised
by the bossa nova boom
spearheaded by Tom Jobim,
João Gilberto, Sérgio Mendes
and Elis Regina, as well as The
Beatles, he and friends would
perform covers of Brazilian
and foreign hits played by
Rio de Janeiro and Sao Paulo
radio stations which barely
made it through the Serra da
Mantiqueira mountain range.
When these transmissions’
harmonies were inaudible,
he’d make up his own, his
harmonic gift a musical
mutation inspired by creative
necessity and over the years
embellished by orchestral and
choral arrangements.
Yet for all his diversity over
the decades, his early songs
remain core repertoire, with
1967’s Outubro, as in his
birth month October, revis-
ited on the new album. “This
song is part of my beginning as
a national artist. My partner,
Fernando Brant, wrote the
lyrics and it was the second
song we wrote together,” he
says. “It’s a song that talks
about a kind of rebirth.”
MOJO
"Birding – an outdoor pursuit involving a camera or binoculars – would seem a high-risk activity in the West Bank. Yet enthusiasm for the hobby has been growing in the occupied territories in recent years.
For Shuaibi, it offers solace amid the violence. His ambition, he says, is to organise an exhibition to show the biodiversity of Palestine.
“I want to show the world this is not just a country of war. It’s not just death, bombings and killings. There are people who are interested in wildlife, even when nothing is available to them,” he says. “There is life here. And we love life.”
Positioned between Africa, Europe and Asia, this region is a bottleneck and an important stopover for hundreds of migratory species travelling between their wintering grounds and breeding sites."
read report by MARIA VIDAL
"Quem vive nesse prédio vê pela janela o que o outro não tem. A indiferença é o que sustenta a desigualdade. Em uma dessas imagens, o primeiro plano da fotografia é um varal com roupas secando. Atrás, a favela. Ao fundo, em último plano, prédios altos, envidraçados – classificados como de luxo. É uma imagem que poderia ter sido feita em qualquer cidade do país.
Entretanto, quero falar das roupas penduradas naquele varal na favela. É uma corda e há umas doze ou treze peças de roupas. Essas roupas nos contam que no barraco mora uma família de seis pessoas: Seu Renato, dona Ana e quatro filhos."
leia texto de Nilza Valeria Zacarias Nascimento
Um retrato da desigualdade brasileira - Le Monde Diplomatique
" For decades now, Americans have been
living in a period of all-conquering artistic populism; our culture
industry has fully absorbed the notion that there is no sin greater than
snobbery when it comes to appreciation of music or movies or
television. We’ve essentially gotten rid of the divide between
children’s and adult entertainment, insisting that it’s perfectly fine —
maybe even preferable — to have the same tastes as an adult that you
had as a child."
read essay by Freddie deBoer
"The expert also believes Musk at his core is a man with practically no principles “except whatever will enrich him, and a deep need for attention and validation. He’s been getting the latter in spades from the far right ever since he started on his rightward radicalisation and he’s constructed for himself the world’s largest echo chamber, which will only continue to fuel that.”
The expert added: “It’s worth noting he has rarely, if ever, experienced consequences for his actions, and has found success in attempting to bully reality into conforming with his beliefs.”"
rea d report by Alex Hern
Elon Musk’s journey from humanitarian to poster of rightwing memes | Elon Musk | The Guardian
"In a political battle for minds and hearts, intimacy is a powerful
weapon. An intimate friend can sway our opinions in a way that mass
media cannot. Chatbots like LaMDA and GPT-4 are gaining the rather
paradoxical ability to mass-produce intimate relationships with millions
of people. What might happen to human society and human psychology as
algorithm fights algorithm in a battle to fake intimate relationships
with us, which can then be used to persuade us to vote for politicians,
buy products or adopt certain beliefs?"
rea the essay by Yuval Noah Harari
Yuval Noah Harari: What Happens When the Bots Compete for Your Love? – DNyuz
The family watched the rare 3,500-year-old jar, believed used for wine or oil, being restored at the Hecht Museum
"Roee Shafir, a restoration expert at the museum, said the repairs would be fairly simple, as the pieces were from a single, complete jar. Archaeologists often face the more daunting task of sifting through piles of shards from multiple objects and trying to piece them together.
Shafir added that the artefacts should remain accessible to the public, even if accidents happen because touching an artefact can inspire a deeper interest in history and archaeology.
“I like that people touch. Don’t break, but to touch things, it’s important,” he said."
read more>>
Boy, four, who broke bronze age jar returns to museum in Israel | Israel | The Guardian
"O Brasil vivia sob uma ditadura militar, Rubens Paiva tinha sido cassado
alguns anos antes e forçado a deixar a política, havia gente exilada,
sequestros de embaixadores, violência policial, luta armada. Mas,
naquela família barulhenta, cheia de vida, de arte, de encontros, de
luz, de sol, a esperança de um Brasil melhor parecia algo latente, que
se podia quase tocar."
LEIA RESENHA DE TETE RIBEIRO
IAN HARRISON
TAKEN IN Wetherby Mansions in Earl’s Court,
the cover image of his 1970 solo debut
The Madcap Laughs contained intriguing clues.
Did the vase of wilting blooms signify his own
impending drift into endless silence, and the desth
of the flower power hippie dream?
Barrett, poised like a frozen sprinter, wasn’t
telling, and seemed somehow stuck to
floorboards painted in alternating shades of
of orange and purple.
Part of the striking graphic appeal of the
sleeve – taken by Mick Rock in 1969 – were
these floorboards, which have occupied their
own place in the Barrett mythos ever since.
Now, 55 ywars on, the flooboards have been
found and sold by Newton-le-Willows-based
music specialists Omega Auctions.
Omega Auctions director and co-founder
Paul Fairweather recalls being contacted by
th new owners of Barrett's old flat
years ago. “They were having renovations
done and pulled up the carpets, and discovered
the floorboards pretty much s they
were when Syd originally painted them,”
says Fairweather. “When they realised what
they had, they contacted us.”
He says there are 70 sturdy, hand-painted
oak boards in total, some of them three metres
in length. “I handled a good 50 per cent of the
boards as we uploaded the van, he says of the.
the boards’ transfer to their premises. “You
can see there’s been a life lived on them –
there’s stuff stuck to them, holes where the
nails have been, cigarette burns, plenty of
footprints and plenty of dust. Somebody
painted the ceiling at some point, so there are
specks of paint all over them… if you looked
closely, you could probably piece together the
specific boards matching where
he was actually sat.”
With a list price of five
to 10 thousand pounds, the
auction director admits there
were enquiries from certain
interested parties. By the time
you read this, the floorboards
will have been sold, on July 2:
Fairweather imagines the
buyer will either keep the
boards together and possibly
recreated the floor or sell them
off in smaller increments.
He adds that Omega are
planning further sales, includ-
ing an October auction of items
from Peter Hook’s collection
of Haçienda memorabilia: the
famous club’s original doors,
stained glass and posters will be
included. They’ve previously handled Danny
Baker’s record collection, the Mark E Smith
archives, parts of the BBC’s record collection
and handwritten David Bowie lyrics. A Beatles
fan, Fairweather admits that Fabs-related
lots have their own frisson. In March this year
they sold three 1966 cassettes of audio diaries
made by Ringo for £10,000. “We listened to
those tapes as we were cataloguing them,” he
says. “It was incredible, because other than
ourselves and Ringo, there’s not many people
that will have actually heard them. The weird-
est thing we sold was probably John Lennon’s
tooth in 2011, which came
from his housekeeper and it
did 20 grand.
“It’s why I’m always check-
ing e-mails to see what comes
through,” adds Fairweather,
who says his own taste in music
runs through classic ’60s pop,
post-punk, Madchester and
indie, and admits he does covet
the Haçienda doors. “With
something like the floorbaords
there’s such a thrill because they
are such a fantastic bit of his-
tory. I used to be a collector, but
the hrill for me now is finding
these things and selling them
on behalf of our vendors. That’s
where I get my kicks.”
MOJO
A Justiça decidiu, portanto, que os perfis oficiais não podem ser usados durante a campanha por terem acumulado seguidores ao se beneficiar disso. A decisão parece partir do princípio de que o ganho do candidato foi em seguidores e de que, ao impedi-lo de usar aqueles perfis, o problema foi neutralizado. Mas ele não foi banido, tampouco proibido de se manifestar pelas redes. Foi autorizado a criar novos perfis — e os criou.
odos os que assistiram aos muitos vídeos que Marçal divulgou ao longo do fim de semana tiveram, porém, outra impressão. Acreditam que ele foi censurado. Perseguido pelo sistema. Não bastasse isso, a premissa em que o tribunal se baseou é falha. O que faz um vídeo viralizar não está necessariamente relacionado a ter origem num perfil com muitos seguidores. Em algumas redes, como o TikTok, a relação é até bastante baixa. O ponto é o seguinte: o TRE-SP identificou o que considerou abuso na prática de motivar seguidores a participar de um concurso de cortes com promessa de pagamento. A sanção imposta compensa o desvio?
Há muito estudo sobre o que os americanos chamam de deplatforming: tirar a plataforma digital de atores políticos, tirar os perfis de certas redes. Os perfis do ex-presidente Donald Trump no Facebook, no Instagram e no então Twitter foram suspensos em janeiro de 2020, logo após a invasão do Capitólio. Ele ainda estava na Casa Branca, e a decisão partiu das próprias empresas. Trump ficou mais de três anos sem os perfis da Meta, o do X foi devolvido pouco depois de Elon Musk comprar a companhia. Não importa. Ele nem voltou ao X, embora possa voltar quando quiser. Não importa porque todas as redes continuam com uma imensa quantidade de conteúdo trumpista, e ele segue com altíssimas chances de chegar à Casa Branca novamente. Não fez diferença. Será uma eleição difícil para ambos os candidatos, mas não ter perfis oficiais parece ter tido efeito irrelevante na capacidade de Trump se comunicar pelas mídias sociais.
Os estudos apontam para resultados que não são óbvios. Sim, tirar das redes os responsáveis por desinformação diminui o problema. Mas tirar políticos com o perfil de Marçal, Jair Bolsonaro ou Trump das grandes redes tem efeitos mais ambíguos. O resultado, em geral, é animar mais seus seguidores. Provocar migração para outros perfis ou atiçar o crescimento de comunidades em ambientes digitais mais difíceis de controlar, onde a desinformação é pior. Há indícios de que aumenta a radicalização do movimento, aglutina mais o grupo. Consolida mais opiniões.
Essa é a história que a extrema direita conta no mundo. Já tratamos disso aqui. É uma história de perseguição: “Nós representamos o povo e combatemos uma máquina que impede o país de dar certo”. Uma máquina que opera nas entranhas do Estado, representando interesses obscuros, e bloqueia a ascensão do povo. Bolsonaro conta essa história, Nikolas Ferreira, Trump. Todos. Quando a Justiça tira os perfis do ar, confirma para os eleitores e para os que simpatizam com os candidatos do autoritarismo que essa máquina existe e de fato os persegue.
Pode parecer contraintuitivo, mas a decisão do TRE-SP poderá servir de propaganda para Marçal.
"Back then, it felt like a rush of sneering vocals, distorted guitars that were equal parts Slade and the Sex Pistols circa Never Mind the Bollocks and tunes that seemed undeniable and immediately familiar, sometimes because you did actually already know them. Now, I find it weirdly moving. The cocktail of oddly wistful, melancholy lyrics and melodies and the seething, barely contained frustration and aggression in their delivery sounds like a perfect evocation of a desire for escape, for something better than the circumstances in which the songs’ narrators find themselves, undercut by uncertainty: they sound like songs about loudly expressed big plans made by people unsure whether they have the wherewithal to pull them off. I also suspect a certain nostalgia has potentiated my view of (What’s the Story) Morning Glory?’s epic closer Champagne Supernova. Nearly 30 years later, it sounds like the 90s equivalent of the rash of celebratory, elegiac songs that documented the waning of the glam rock era – Mott The Hoople’s Saturday Gigs, T Rex’s Teenage Dream, Slade’s How Does It Feel – which seems pretty exalted company to keep."
more in the artice by ALEXIS PETRIDIS
Will an Oasis reunion be a success? Definitely. Will it be worth it? Maybe | Oasis | The Guardian
"A rare bronze age jar – its history stretching back at least 3,500 years – had long graced the entrance of the Hecht Museum in Haifa, Israel, offering visitors a closeup look at an intact artefact believed to predate the biblical King David and King Solomon.
That is, until it was accidentally smashed by a four-year-old earlier this week."
read more>
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER