/*------------------------------------------------------------------------------ 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.
De Tutty Vasques:
São 3 milhões de seguidores na rede social dando força pro cara avançar nas bobagens que diz até que, um passinho em falso, sai todo mundo acusando que “agora ele foi longe demais”.
O humor, como se sabe, reside na fronteira entre a graça e a grosseria. O lado certo todo mundo sabe qual é! Acontece que, quanto mais o autor da piada se aproxima desta linha tênue, melhor seu desempenho.
Read more at blogs.estadao.com.brDe vez em quando – é inevitável! – um infeliz se esborracha no terreno da indelicadeza gratuita.
Nem menino eu era garotinho
Vivia adulto sozinho
Eu nunca fui aonde eu ia
Andava em má companhia
Entrava no livro que lia e fugia
Neguinho me vendo em Quixeramobim
E eu andando de elefante em Bombaim
Não vou pro céu, mas já não vivo no chão
Eu moro dentro da casca do meu violão
Michael Busch tweeted: "Truly outrageous that 99% of the cookies are consumed by 1% of the monsters on PBS."
James McKay came up with: "Why do they need a Big Bird?! It's a recession, what about a medium sized bird?"
Read more at latimesblogs.latimes.comAnd Jon Lustig writes: "Wages at Mr. Hooper's store have frozen since 1982."
As a veteran of many street protests and an amateur historian of popular music rabble rousing, I've been waiting for someone to grab center stage in Zuccoti Square and emerge as a new Bob Dylan or Joan Baez. This political movement gone viral, which some identify as the leftist version of what the Tea Party wrought a couple of years earlier, has no leading musical voice. Who will emerge to take up the challenge, to write the 21st-century version of the great hymn of the labor and civil rights movements, "We Shall Overcome"?
Mostly, though, the music of Occupy Wall Street has been generated not by known performers or even people who necessarily call themselves "artists." It's emerged from the cloud that's spread on the ground. The same 21st-century style organizers who've been holding twice-daily meetings to come to consensus, privileging process over a set of clear objectives, are engaging in the kind of culture-making that dominates the Tumblr-loving, home recording-making, music industry-scorning future thinkers taking pop into its next phase.
At the Occupy protests from New York to San Francisco, people do their own thing and find themselves coming together.Read more at www.npr.org
Deadweight on velveteen
It's retained emptiness
It's not what it seems
Uncover the mystery
Tell everyone what you see
It's not what it seems
Vulgar when brought to light
Dica de Mike Deodato
If you’re going to visit and re-visit a book, it has more reason to be a real book, because of that ability to concentrate and that relationship that you build up with it, as opposed to the relationship that you build up with your screen, rewards replacement. Even on the iPad or the Kindle, you’re rewarded for pressing a button—it’s almost as if it were a Pavlovian thing. There’s a little action that happens. And that there’s always a little pump of adrenaline that happens. But that pump is different when you’re lifting a page as if it was a curtain in a theater to show you another thing.
The book has very specific qualities. Let’s say in 2300 they discover the physical book, after having lived with the digital book for several hundred years. They’ll be able to say, “Look at all the cool stuff you can have in a real book and how different it is.” The differences are manifold.
Read more at www.publishersweekly.comNone of this is about the business model. It has to do with the boutique nature of a book, the idea that, as McLuhan put it, when a technology is replaced by another technology, the previous technology either becomes art or it dies.
Read more at www.theonion.com
Apple CEO Tim Cook announced that in 2012 the company will release the Steve Jobs 2, an updated version of the revolutionary Apple founder featuring a richer, deeper voice and a sleek new white turtleneck.
Mas não consigo, por mais que me esforce,
sofrer a perda de Steve Jobs como se fosse a
de um parente, de um ídolo, de um Lennon, de
um profeta, de um gênio. O que é um gênio,
afinal?
A revolução
é coletiva, vem das bases, das necessidades
humanas que fazem mover a sociedade,
para o bem e o mal. As soluções que Jobs
criou seriam implementadas de uma forma ou
de outra, por ele ou por alguém diferente,
mais cedo, mais tarde, sem diferença fundamental
numa visão “fora” do foco e do contexto
no qual já nos inserimos.
Jobs não “inventou o futuro” coisa nenhuma.
O futuro teria vez sem ele. A perda de
Jobs é a perda de um pensador, um formulador
brilhante.
Foi um empresário. UmRead more at oglobo.globo.com
homem que potencializou um b usi ne ss . Que
recorreu aos mesmos mecanismos de concorrência,
alguns sórdidos, aos quais outros
monstros da indústria tecnológica recorreram:
bloqueou acessos, fez acordos de exclusividade
com operadoras, brecou o download
de aplicativos que confrontassem seus interesses.
Criou, com a linha de iPhones, um frisson
de consumismo galopante que tem muitos
paralelos com o que Bill Gates implementou
com seu Windows, fazendo dos usuários
reféns das próximas versões em cascata.
No caso de Jobs, haveria um agravante:
seus súditos não apenas necessitam da próxima
versão, mas veem nela um sentido
maior, estético, sobrenatural.
The masked "vigilante," dressed in a rubber costume that looks like a combination of used Spawn and Batman outfits, was arrested and sat in King County Jail before he posted $3,800 bail,
Read more at newsfeed.time.comTo give a little background on this crime fighter who seems to be garnering international headlines, Phoenix Jones is apparently the alter ego of mixed martial arts fighter Benjamin Fodor. He is the leader of a group of super-friends called the Rain City Superhero Movement, according to his Facebook page, who pledge to
get in the way every time something happens in the streetintervene when the weak need defending.
The Brazilian government attacks a sexy lingerie ad campaign with übermodel Gisele Bündchen as sexist, prompting cartoons, lampoons—and the underwear company laughing all the way to the bank.
Mac MargolisRead more at www.thedailybeast.com
Maikel Nabil Sanad is today entering his 50th day of hunger strike. The Egyptian blogger has been abstaining from food since 23 August in protest of a three-year sentence handed to him by a military court on charges of “insulting the armed forces” and “spreading false news” in a blog post published last March.
Sanad had accused the Egyptian military of having conducted virginity tests on female protesters earlier that month — a charge that a senior military general later admitted was trueRead more at uncut.indexoncensorship.org
O pior desse capitalismo contemporâneo, o capitalismo financeiro que gira como uma roleta nas bolsas de valores do mundo inteiro, é a dependência material e simbólica que a humanidade vive hoje da economia. Uma tirania mítica em que a economia substitui o indiscutível poder divino da Idade Média, com seu terrorismo financeiro e promessas de apocalipses inquisitoriais, se não seguirmos seus sinais proféticos, suas tábuas de mandamentos.
O mundo precisa dar um jeito de aprender a viver sem a opressão da economia, sem o seu despotismo. Não é possível que, ao acordarmos, nosso primeiro pensamento seja sempre para ela e seus números, como indicação do que faremos pelo resto do dia e de nossas vidas.
A vida é mais importante que a economia, a primeira não pode estar submetida ao despotismo da outra. Os valores de nosso mundo vêm sendo estabelecidos pela aritmética da especulação, sem projeto que inclua o bem-estar da humanidade, para dizer o mínimo. Até já esquecemos o pretexto do progresso que justificava o capitalismo produtivo. Sei que a humanidade não é mesmo lá grande coisa e que o mundo vai estar sempre muito aquém de nossos projetos. Mas, se ignorarmos o desejo contido nesses projetos, perderemos o sentido de nossa existência. É claro que também queremos o progresso. Mas entre o progresso e a civilização, vou escolher sempre a civilização.
CACÁ DIEGUESRead more at www.itamaraty.gov.br
A morte de Jobs me fez pensar num contemporâneo
Lá se vai José Vasconcelos, 85 anos, joia rara do humor brasileiro.
Atuou em teatro, cinema e TV (Record, Band, SBT e Globo) e foi precursor do Stand-Up no Brasil. Seu show “Eu Sou um Espetáculo” lotava os 2 mil lugares do Teatro Paramount com sete sessões semanais (sete!) em São Paulo e ficou uma década em cartaz!Read more at blogdotas.terra.com.br
A reação à suposta piada de Rafinha Bastos pode gerar mais uma interminável discussão sobre os limites do humor. E, associada ao movimento do governo para tirar do ar um comercial com Giselle Bündchen que estaria manchando a imagem da mulher brasileira, deixa a desagradável sensação de que há uma nova censura nos rondando. Não ficou claro quem suspendeu o comediante. Foi a emissora? Foi a produção do programa? Há insinuações de que, como a piada (não vou repeti-la aqui) atingia a mulher de um empresário com fortes ligações nos meios publicitários, o motivo seria pressão comercial.
A piada de Rafinha é machista e sem graça. Mas quantas piadas machistas e sem graça já foram proferidas por esta nova geração de stand ups que tomou conta da comédia brasileira, e ninguém foi suspenso em lugar algum? A Rede Bandeirantes e o “CQC” têm todo o direito de considerar o humor de Rafinha Bastos inadequado para seus propósitos. Mas suspendê-lo por improvisar uma piada polêmica num programa que vive de improvisos, piadas, polêmicas e, principalmente, liberdade é voltar aos tempos de Catifunda.
See more at oglobo.globo.com
SÃO PAULO - A pressão para reduzir os limites de Unidades de Conservação (UC) federais aumentou no Congresso Nacional. A falta de regulamentação fundiária, a ausência de fiscalização e a demora para criar planos de manejo sustentáveis acirram os conflitos sociais e fazem com que deputados de vários estados apresentem projetos de lei para alterar as regras. Em agosto passado, a presidente Dilma Rousseff alimentou a polêmica ao apresentar a MP 542, que revê o limite de três Parques Nacionais na Amazônia.
embora as UCs tenham sido criadas para proteger as florestas, apresentam grande devastação. Segundo o Instituto Nacional de Pesquisas Espaciais (Inpe), o desmatamento em 132 UCs mais do que dobrou na última década, passando de 5 mil para 11,5 quilômetros quadrados - um aumento de 127%.Read more at oglobo.globo.com
Innovative, influential guitarist and founder member of the groundbreaking folk band Pentangle
Of all the guitarists to emerge from the early days of the British folk music revival, it was Bert Jansch, who has died aged 67, who had the most sustained influence, not only within folk circles, but also on the wider music scene. To Led Zeppelin's Jimmy Page, Jansch was "the innovator of the time … so far ahead of what anyone else was doing". Johnny Marr of the Smiths described Jansch's effect on his musicianship as "massive … one of the most influential and intriguing musicians to have come out of the British music scene". Other artists he influenced included Paul Simon, Donovan and Neil Young, with whom Jansch toured in the US in 2010.
Read more at www.guardian.co.ukHis finger-picking playing style included a good deal of improvisation, bending the strings and varying the time signatures to fit the natural rhythm of the words of a song.
CUPERTINO, CA—Steve Jobs, the visionary co-founder of Apple Computers and the only American in the country who had any clue what the fuck he was doing, died Wednesday at the age of 56. "We haven't just lost a great innovator, leader, and businessman, we've literally lost the only person in this country who actually had his shit together and knew what the hell was going on," a statement from President Barack Obama read in part, adding that Jobs will be remembered both for the life-changing products he created and for the fact that he was able to sit down, think clearly, and execute his ideas—attributes he shared with no other U.S. citizen. "This is a dark time for our country, because the reality is none of the 300 million or so Americans who remain can actually get anything done or make things happen. Those days are over." Obama added that if anyone could fill the void left by Jobs it would probably be himself, but said that at this point he honestly doesn’t have the slightest notion what he’s doing anymore.Read more at www.theonion.com
"Não quero diminuir em nada a obra dele, mas estamos vendo um nível de adulação que vai além do que seria merecido"
Ele triturou subordinados e sócios cujo desempenho não o satisfez, arrasou concorrentes que não chegaram aos pés dele e disse a supostos entendidos da indústria que fossem passear. Jobs tinha uma visão da grandeza que brandiu para transformar as indústrias dos computadores, da telefonia e do entretenimento, e não aceitava fazer nenhum tipo de concessão.
Talvez isso decorra simplesmente do desespero que os americanos têm sentido em relação à estagnação da economia do país, mas o anúncio da morte do cofundador da Apple, na quarta feira, pareceu marcar o fim de algo. Numa era de limites, Jobs foi o último grande tirano.
DAVID STREITFELDRead more at www.estadao.com.br
escancarou
foi a ocultação do cadáver de Juan, que escancarou mais uma vez uma prática frequente no Estado do Rio de Janeiro: o desaparecimento de corpos, sinistra herança da ditadura militar.
o número dos desaparecidos no Rio de Janeiro tem aumentado nos últimos anos em razão do advento das milícias.
Read more at www.comcausa.org.brAlém de ser uma morte sem fim, já que não há corpo, sepultura e um momento específico para o luto, um desaparecido que nunca vai voltar, como Mateus, gera uma série de desgastes civis para suas famílias. Sem atestado de óbito, foi demitido por justa causa, sem direito à indenização. Seus dependentes ficaram anos sem direito à pensão nem ao seguro de vida. O carro, com mais da metade das prestações pagas – cuja propriedade seria de Mateus em caso de morte – ficou perdido.
"Steve Jobs, o pioneiro do computador que é uma prisão mas que parece ser cool, projetado para privar os tolos de sua liberdade, morreu.
"Como o prefeito de Chicago Harold Washington disse uma vez sobre o ex-prefeito corrupto Daley, 'Eu não estou contente por ele estar morto, mas estou feliz porque ele se foi.' Ninguém merece ter que morrer - nem Jobs, nem Sr. Bill (Gates), nem mesmo as pessoas culpadas por males maiores que os deles. Mas todos nós merecemos o fim da influência maligna de Jobs na computação pessoal.
Read more at oglobo.globo.com"Infelizmente, essa influência continua apesar de sua ausência. Podemos apenas esperar que seus sucessores, tentando levar adiante o seu legado, sejam menos eficazes."
Muitas são as formas femininas de se posicionar no mundo machista, nas diferentes áreas de trabalho e no privado. Existem as “armas femininas”, além da sensualidade, como a percepção mais sensível e perspicaz da vaidade, do medo, da intolerância que fazem frequentemente da mulher uma interlocutora mais hábil.
Read more at www.viomundo.com.brPor que ela não utilizaria, do jeito que as coisas são e enquanto durarem, uma das mil qualidades e possibilidades que tem?
Marcadores: palavras
A emissora havia afirmado nesta semana que não conseguiria mais produzir a animação sem que reduzisse 45% dos salários dos principais dubladores. Com isso as temporadas 24 e 25 de Homer, Marge, Bart, Lisa e Maggie estão garantidas.
Read more at www.estadao.com.brNesta sexta-feira, Harry Shearer, que dubla o empresário Mr. Burns e o vizinho que teme a Deus, Ned Flanders, se dispôs a ter um corte de 70% em seu salário para salvar o seriado.
RIO - Steven Paul Jobs era um homem pacato. Budista, seguia desde muito jovem a linha zen. Era também um homem agressivo, capaz de demissões sumárias por motivos fúteis. Fez muita gente chorar por broncas duras. Foi um pai amoroso quase toda a vida mas se recusou a reconhecer a primeira filha em seus primeiros anos. Foi um homem ímpar, paradoxal, que marcou profundamente o mundo.
No Vale, principalmente após Bill Gates criar sua fundação, virou praxe para os grandes milionários doar um bom quinhão de suas fortunas para boas causas. Não Jobs. Suas únicas doações conhecidas são para o Partido Democrata.
Estourava mesmo. Nos corredores, os funcionários se desviavam dele. Falavam o menos possível, ninguém queria se expor à demissão repentina sem pista do porquê.
Read more at oglobo.globo.comEm alguns depoimentos, porém, alguns sugerem que a idade e os filhos o amaciaram. Quando fazia produtos pensando em famílias, aquilo lhe era natural. Steve Jobs gostava de família.
e o blog0news continua…
visite a lista de arquivos na coluna da esquerda
para passear pelos posts passados
ESTATÍSTICAS SITEMETER