Arquivo para a categoria “Geral”

A few weeks ago I attended some presentations about social 3d worlds. Two of the four presentations were about what can be done on Second Life and how to do it, another was about E-Learning and Virtual Worlds and the last one (actually it was the third) was by Marcos Marado and was a very nice retrospective about virtual worlds dating back to 1968. His presentation showed that many of these virtual worlds was eventually taken over my something newer. Surely many are still used today, but the user base dropped to a shadow of what was before.

My feeling is that the same will happen to second life. And why will that happen? Today I see two classes of problems with second life that need addressing:
Technical Problems
It is a very slow engine! It is open source code so the community should be able to fix it right? Wrong!! The problem is at a level that I do not believe a fix can be produced by changing the client code. As I saw last Saturday most of the performance issues come from the fact that the engine was designed to parse user produced content.

Economical Problems
Second Life is not a game. It does not aim to be a game. It aims to be a simulation of the real world, and it wants to be as perfect as possible. So good a simulation that money inside the virtual world is bought with real €€ and can be converted back.

Second life is an emerging platform for content production and distribution, just like the web was in 95. The main difference is the cost involved in a web presence versus a second life presence. Also back in 95/96 it was easy to imagine why should company A or B be in the web. With second life it is not that easy.

Comments 1 Comentário »

The company I work for (WIT-Software) launched it’s new corporate identity a few days ago. The new web site is up since…… some 15 minutes ago :) .

WIT-Software

I hope you all like the new logo and image.

Comments 8 Comentários »

Clear winner :)

Comments 2 Comentários »

A week ago I stared on my new work. I was at IPN and now I’m on the corporate world working at WIT-Software developing software for mobile systems as well as backend code for Mobile operators.
It was been a wounder full week, with lots of work and new stuff to learn.

As an added bonus last Week I received my last grade and now have my CS degree :)

Comments 1 Comentário »

I must say the S. Francisco is a very nice place. But everything seems to be moving there. But why all this concentration of things? The internet promised us the freedom to be anywhere in the real world and at the same time work anywhere.

Now it is Wikimedia. Lets do a nice backup every once in a while just to be safe from earthquakes.

Comments 2 Comentários »

Hoje tive contacto com uma face menos agradável da América.

Um americano explicava-me que tinha comprado várias casas que arrendava. Já ia em sete casas, mas esperava chegar às dez antes dos 4o anos para poder viver dos rendimentos sem ter de trabalhar. Quando lhe perguntei se não tinha problemas com os inquilinos, por exemplo não pagarem as rendas, explicou-me que não havia problema pois a lei Americana impunha que quem não pagasse era liminarmente despejado (cinco dias). Mais, explicou-me com um sorriso de satisfação, o senhorio podia vender o que estivesse dentro da casa para pagar a renda em dívida.

Finalmente, quando lhe perguntei se teria coragem de despejar uma família em dificuldades, inclusive com crianças, ele olhou para mim com espanto e comentou “Of course, it’s my money!“.

Sei que poderia encontrar alguém com a mesma postura na Europa ou em qualquer sitio do mundo (a ganância é um atributo humano, não tem nacionalidade). Na verdade, o que mais me impressionou foi que esta pessoa é uma das mais inteligentes que já conheci, alguém que tem um espírito aberto, fresco, inovador, uma criatividade como raras vezes vi. E no entanto…

Comments Sem Comentários »

Criei um segundo blog, que pode ser visitado em http://paulasimoes.org/blog. Queria experimentar alguns themes do wordpress e estou bastante satisfeita com o Hemingway alterado pelos Ninja Monkeys.
O tema é absolutamente lindo. Experimentei antes um outro baseado no Hemingway também, chamado Japanese Cherry Blossom, do qual ainda gosto mais, mas que é também mais difícil de costumizar.
O tema tem uma solução que não me agrada que é o facto de partir os posts para ler mais, devido ao próprio layout, mas mesmo com todos os aborrecimentos que posso dar aos leitores, arrisco. Valha-me o facto das feeds irem com o texto completo. Entretanto poderei estar mais à vontade para ir testando o tema :-)
Continuarei a escrever aqui, mas é mais provável que actualize o paula simões’ blog com maior regularidade, nos próximos tempos.

Comments 4 Comentários »

self-righteous:
confident of one’s own righteousness, esp. when smugly moralistic and intolerant of the opinions and behavior of others.

Comments Sem Comentários »

Desde sábado à noite, em Berlim, sem café decente.

Comments Sem Comentários »

…. or then again it might suck.

Personally I find it to be a very complex platform. And with my experience, the more complex a system is, the more bugs it has.

For the last two weeks I’ve been trying to develop a very small application, it consists of a Web Service that is accessed by some EJB Session Beans. The web service is probably working as it gets deployed, and I can get the WSDL from it.

For purposes of reference I’m using jboss-4.2.1.GA with Java 1.6.0_03 on Linux.

Right now I have a jsp file that gets a LibrarySearcher (Remote bean), this in turn gets a WebBookSearcher (Local bean) and this calls the WebService. I’m getting this error:


12:18:52,845 ERROR [STDERR] javax.xml.ws.WebServiceException: java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage
12:18:52,850 ERROR [STDERR] at org.jboss.ws.core.jaxws.client.ClientImpl.handleRemoteException(ClientImpl.java:304)
12:18:52,850 ERROR [STDERR] at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:242)
12:18:52,850 ERROR [STDERR] at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:164)
12:18:52,850 ERROR [STDERR] at org.jboss.ws.core.jaxws.client.ClientProxy.invoke(ClientProxy.java:150)
12:18:52,850 ERROR [STDERR] at $Proxy145.bookSearchXML(Unknown Source)
12:18:52,850 ERROR [STDERR] at sessionsbeans.WebBookSearcherBean.searchBooks(WebBookSearcherBean.java:29)
12:18:52,850 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
12:18:52,850 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
12:18:52,850 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
12:18:52,851 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
12:18:52,851 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
12:18:52,851 ERROR [STDERR] at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
12:18:52,851 ERROR [STDERR] at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
12:18:52,851 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,851 ERROR [STDERR] at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
12:18:52,851 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,851 ERROR [STDERR] at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
12:18:52,851 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,851 ERROR [STDERR] at org.jboss.aspects.tx.TxPolicy.invokeInCallerTx(TxPolicy.java:126)
12:18:52,851 ERROR [STDERR] at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:195)
12:18:52,851 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,851 ERROR [STDERR] at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)
12:18:52,852 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,852 ERROR [STDERR] at org.jboss.ejb3.stateless.StatelessInstanceInterceptor.invoke(StatelessInstanceInterceptor.java:62)
12:18:52,852 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,852 ERROR [STDERR] at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77)
12:18:52,852 ERROR [STDERR] at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106)
12:18:52,852 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,852 ERROR [STDERR] at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46)
12:18:52,852 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,852 ERROR [STDERR] at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
12:18:52,852 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,852 ERROR [STDERR] at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:214)
12:18:52,852 ERROR [STDERR] at org.jboss.ejb3.stateless.StatelessContainer.localInvoke(StatelessContainer.java:184)
12:18:52,852 ERROR [STDERR] at org.jboss.ejb3.stateless.StatelessLocalProxy.invoke(StatelessLocalProxy.java:81)
12:18:52,852 ERROR [STDERR] at $Proxy138.searchBooks(Unknown Source)
12:18:52,853 ERROR [STDERR] at sessionsbeans.LibrarySearcherBean.searchBooks(LibrarySearcherBean.java:33)
12:18:52,853 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
12:18:52,853 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
12:18:52,885 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
12:18:52,885 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
12:18:52,885 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:112)
12:18:52,885 ERROR [STDERR] at org.jboss.ejb3.interceptor.InvocationContextImpl.proceed(InvocationContextImpl.java:166)
12:18:52,885 ERROR [STDERR] at org.jboss.ejb3.interceptor.EJB3InterceptorsInterceptor.invoke(EJB3InterceptorsInterceptor.java:63)
12:18:52,885 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,885 ERROR [STDERR] at org.jboss.ejb3.entity.ExtendedPersistenceContextPropagationInterceptor.invoke(ExtendedPersistenceContextPropagationInterceptor.java:57)
12:18:52,885 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,885 ERROR [STDERR] at org.jboss.ejb3.entity.TransactionScopedEntityManagerInterceptor.invoke(TransactionScopedEntityManagerInterceptor.java:54)
12:18:52,886 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,886 ERROR [STDERR] at org.jboss.ejb3.AllowedOperationsInterceptor.invoke(AllowedOperationsInterceptor.java:47)
12:18:52,886 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,886 ERROR [STDERR] at org.jboss.aspects.tx.TxPolicy.invokeInOurTx(TxPolicy.java:79)
12:18:52,886 ERROR [STDERR] at org.jboss.aspects.tx.TxInterceptor$Required.invoke(TxInterceptor.java:191)
12:18:52,886 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,887 ERROR [STDERR] at org.jboss.aspects.tx.TxPropagationInterceptor.invoke(TxPropagationInterceptor.java:76)
12:18:52,887 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,887 ERROR [STDERR] at org.jboss.ejb3.stateful.StatefulInstanceInterceptor.invoke(StatefulInstanceInterceptor.java:83)
12:18:52,887 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,887 ERROR [STDERR] at org.jboss.aspects.security.AuthenticationInterceptor.invoke(AuthenticationInterceptor.java:77)
12:18:52,887 ERROR [STDERR] at org.jboss.ejb3.security.Ejb3AuthenticationInterceptor.invoke(Ejb3AuthenticationInterceptor.java:106)
12:18:52,887 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,887 ERROR [STDERR] at org.jboss.ejb3.ENCPropagationInterceptor.invoke(ENCPropagationInterceptor.java:46)
12:18:52,887 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,887 ERROR [STDERR] at org.jboss.ejb3.asynchronous.AsynchronousInterceptor.invoke(AsynchronousInterceptor.java:106)
12:18:52,887 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,887 ERROR [STDERR] at org.jboss.ejb3.stateful.StatefulContainer.dynamicInvoke(StatefulContainer.java:333)
12:18:52,887 ERROR [STDERR] at org.jboss.ejb3.remoting.IsLocalInterceptor.invokeLocal(IsLocalInterceptor.java:79)
12:18:52,887 ERROR [STDERR] at org.jboss.ejb3.remoting.IsLocalInterceptor.invoke(IsLocalInterceptor.java:70)
12:18:52,888 ERROR [STDERR] at org.jboss.aop.joinpoint.MethodInvocation.invokeNext(MethodInvocation.java:101)
12:18:52,888 ERROR [STDERR] at org.jboss.ejb3.stateful.StatefulRemoteProxy.invoke(StatefulRemoteProxy.java:135)
12:18:52,888 ERROR [STDERR] at $Proxy137.searchBooks(Unknown Source)
12:18:52,888 ERROR [STDERR] at org.apache.jsp.search_jsp._jspService(search_jsp.java:64)
12:18:52,888 ERROR [STDERR] at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
12:18:52,888 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
12:18:52,888 ERROR [STDERR] at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:387)
12:18:52,888 ERROR [STDERR] at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
12:18:52,888 ERROR [STDERR] at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
12:18:52,888 ERROR [STDERR] at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
12:18:52,888 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
12:18:52,888 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
12:18:52,888 ERROR [STDERR] at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
12:18:52,888 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
12:18:52,888 ERROR [STDERR] at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
12:18:52,889 ERROR [STDERR] at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:230)
12:18:52,889 ERROR [STDERR] at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
12:18:52,911 ERROR [STDERR] at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:179)
12:18:52,911 ERROR [STDERR] at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:84)
12:18:52,911 ERROR [STDERR] at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
12:18:52,911 ERROR [STDERR] at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
12:18:52,911 ERROR [STDERR] at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:157)
12:18:52,911 ERROR [STDERR] at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
12:18:52,911 ERROR [STDERR] at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:241)
12:18:52,911 ERROR [STDERR] at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
12:18:52,911 ERROR [STDERR] at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:580)
12:18:52,912 ERROR [STDERR] at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
12:18:52,912 ERROR [STDERR] at java.lang.Thread.run(Thread.java:619)
12:18:52,912 ERROR [STDERR] Caused by: java.lang.UnsupportedOperationException: setProperty must be overridden by all subclasses of SOAPMessage
12:18:52,912 ERROR [STDERR] at javax.xml.soap.SOAPMessage.setProperty(SOAPMessage.java:424)
12:18:52,912 ERROR [STDERR] at org.jboss.ws.core.soap.SOAPMessageImpl.<init>(SOAPMessageImpl.java:67)
12:18:52,912 ERROR [STDERR] at org.jboss.ws.core.soap.MessageFactoryImpl.createMessage(MessageFactoryImpl.java:155)
12:18:52,912 ERROR [STDERR] at org.jboss.ws.core.CommonSOAP11Binding.createMessage(CommonSOAP11Binding.java:58)
12:18:52,912 ERROR [STDERR] at org.jboss.ws.core.CommonSOAPBinding.bindRequestMessage(CommonSOAPBinding.java:153)
12:18:52,913 ERROR [STDERR] at org.jboss.ws.core.CommonClient.invoke(CommonClient.java:274)
12:18:52,913 ERROR [STDERR] at org.jboss.ws.core.jaxws.client.ClientImpl.invoke(ClientImpl.java:230)
12:18:52,913 ERROR [STDERR] ... 94 more

I’ve googled and could only find references to the top error when the deployed ear contained extra JAR files for the WS engine that conflicted with the one already in JBoss.

Comments 5 Comentários »

We are so used to think that linux is an OS hard to handle, that sometimes we think we have no “out of the box” solutions.
I had  a small problem with the brightness of the screen when on battery power (too dark to work), I have searched google and foruns and in most of them people were saying that it could be a problem, depending if those keys were controlled by hardware or software.

It seems ridiculous now, but all I had to do was click on battery icon and adjust brightness on a battery powered laptop :-)

Powered by ScribeFire.

Comments 2 Comentários »

gosto de conhecer pessoas. quanto mais diferentes, melhor! e gosto que essas pessoas exponham as suas ideias, ideias que podem vir na forma de teorias, valores/princípios, gestos, comportamentos, humores…

gosto de perceber o seu raciocínio, qual o seu percurso até às conclusões que chegam – o processo. não consigo desligar-me dessa análise. e quando não faz sentido para mim, interrogo-me exaustivamente onde foi interrompido esse percurso para não fazer sentido para mim!

 isto tudo porque não percebo onde se quebram os laços de amizade por não se telefonar regularmente às pessoas ditas Amigas? 

quem são as tais pessoas – Amigas - a quem devemos telefonar com regularidade? quantas?

ou deverei perguntar primeiro: quantos mesmos telefonemas fazemos com a mesma frequência às mesmas pessoas?

ficaremos assim a saber de quem somos Amigos? ficarão assim a saber, essas pessoas,  que são nossas Amigas?

ou deverei perguntar a cada pessoa que considero Amiga qual a frequência com que devo telefonar para que não quebre a amizade/desligue o telefonema?

Ler o resto desta entrada »

Comments 3 Comentários »

Depois do Fórum Software Livre, que decorreu em Lisboa, este fim-de-semana, o Marcos e eu decidimos ir até ao Colombo, visto termos a certeza que encontraríamos uma farmácia aberta lá (chegou o tempo das constipações).
Uma vez no Centro Comercial Colombo, decidimos jantar por lá, acabando por o fazer num restaurante madeirense (não tanto pela especialidade gastronómica, que é excelente, mais pelo facto de ser dos poucos restaurantes sem fila de espera).
No fim da refeição, já com o café tomado, peço a um dos srs que estava a servir, a conta. O sr. olha para mim atónito, meio desconcertado: “A conta? Posso, sim, senhor. É a menina que vai pagar?!”
Digo ao Marcos, com um riso a raiar a gargalhada: “Já sabes, na próxima, tens de ser tu a pedir a conta”.
Pergunto-me quem deveria pedir a conta, se tivesse ido jantar com uma amiga…

Comments 1 Comentário »

I bought a Sony Records CD and a CD+DVD by Warner Music Group. I think that not doing something because “the big companies are bad” is stupid.

I bought a collection of songs by Simon and Garfunkel and a CD+DVD by R.E.M. and I don’t think there is nothing wrong with D.R.M. and stupid and copy-systems. They will not stop people from reading the information 40 or 50 years from now. They serve a short time porpuse of protecting someones investment. Just a few years after they are release those schemes are cracked so historians can be confident that in 60-600 years the data will be available.

Comments 11 Comentários »

Chega-me ao email um pedido do Fórum da Família para assinar uma petição para que os pais casados possam ter benefícios no IRS. Os argumentos que esta associação, organização ou o que seja, dá são que os pais solteiros têm benefícios fiscais que os pais casados não têm, o que configura, dizem eles, uma situação de injustiça.
Os argumentos _não são_ os pais casados precisam de ajuda. Não. Os argumentos são aquele pai solteiro que tem de sustentar uma família está muito mais beneficiado do que um casal que tem de sustentar uma família.

Ou seja, estes senhores acham que uma família que tem DUAS pessoas a receber dois ordenados deve ter os mesmo benefícios que uma família que tem UMA pessoa a receber um ordenado!

E não contentes com isto ainda têm o descaramento (não é exagero) de criarem uma petição que sugere ao Estado não gastar mais dinheiro, mas sim retirar metade dos benefícios dos pais solteiros para dar aos casados!!!
Dizem eles:

Sendo, actualmente, o número de crianças e jovens filhos de pais casados ou viúvos igual a metade do seu número total, isto é, igual ao número de crianças e jovens de pais com outros estados civis, esta questão pode ser resolvida sem qualquer encargo adicional para o Estado, fazendo com que todos os pais, independentemente do seu estado civil, possam deduzir metade do valor actualmente permitido apenas para os pais não casados ou não viúvos

E afirma-se esta associação defensora das famílias! Alguém quer fazer o favor de explicar a estes senhores que um pai + um filho TAMBÉM é uma família?

Comments 2 Comentários »

Precisava de uns sapatos adequados a uma festa de casamento (porque não podemos ir aos casamentos de sapatilhas?). Fui à baixa. Passei na Ferreira Borges e pensei para comigo, que depois de tal tarefa, eu mereceria um café no Central. Um hábito de anos a compensar as idas à Baixa de Coimbra.
Adiante, encontro o sr que vende a Cais. Compro. Revolvo a baixa à procura de uns sapatos: desfilam ante os meus olhos todas as formas, cores, feitios e tipos de salto. Diferentes preços! Estou tramada! Como vou escolher uns?
Desorientada com tantas possibilidades, já cansada penso “vou ao Central, tomo o café, analiso o que vi e tomo uma decisão”.
No cimo das escadas, estende-se para cada lado a Ferreira Borges. Viro à esquerda, em direcção ao Central. Ah, cá está o quiosque dos jornais, a seguir é o Central. Hmm… a seguir surge-me uma montra de vidro a todo o comprimento e largura, que permite ver as paredes laterais cheias de meias, em linhas horizontais muito certinhas. De um lado, com muitas cores, do outro, em tons escuros, fazendo adivinhar o sexo a que se destinam. Mais adiante o Nicola. Desoriento-me: não. O Central fica antes do Nicola. Coloco-me de frente para o Nicola e dirijo-me para a esquerda: o Central fica a seguir ao Nicola. Nada. Esbarro novamente com aquela montra de vidro imensa que deixa ver as paredes forradas a meias.
Fico quieta a olhar para a montra. Mas onde está o Central? O meu cérebro dá-me um abanão: pois não estás a ver que o Central agora é uma loja de meias?!
“Não é possível!”, respondo eu.
“Está bem de ver”, atira-me, com impertinência o meu cérebro.
Meio tonta, acabo por entrar no Nicola onde como qualquer coisa que me há-de servir de almoço. Os sapatos? Oh peço uns emprestados à mãe.

Comments Sem Comentários »

In the last week I’ve been working with sending and receiving SMS messages using a mobile phone connected to the computer. For that I had to use something that I was familiar with back in 1995/1996…. AT Commands :) .

So far I’ve used:

  • Sony Ericsson P990
  • Siemens S45
  • Nokia E50
  • Nokia 7250i
  • Nokia 6210
  • I must say that the worst phones for this task are the most expensive :) . The P990 and the E50 both use the Symbian OS, and as far as I can tell they do not support the AT+CMGL for listing or the AT+CMGR for reading messages.
    The Siemens uses some other protocol BUT there is the scmxx software that works fine getting and sending messages.
    The 7250i is a bit strange. AT+CMGL=”ALL” for listing all messages gives an error. And the AT+CMGL just lists new messages, after that will output an empty list. Also I had to play with AT+CMGS=”ME” for it to fetch messages from the internal memory. AT+CMGS=”MT” gives an error, although AT+CPMS=? reports that it exists…

    The Nokia 6210……. Just works…. They don’t make them like they used to…….

    Comments 7 Comentários »

    Click on the picture.

    Comments Sem Comentários »

    Há claramente dois tipos de Americanos: aqueles que vivem confortavelmente dentro do sistema e a que associamos o sonho Americano (a casa de madeira com o relvado em frente, o(s) carro(s), as compras abundantes nos malls, as férias na Florida) e aqueles que vivem em permanente luta com a tirania do cartão de crédito.
    Para estes últimos cada fim de semana (muitos Americanos são pagos à semana) é um martírio e uma salvação: pagam as contas atrasadas e vão gastar para a seguinte. E desengane-se quem pensa ser fácil fugir à escravatura do cartão de crédito: o sistema está tão ‘bem’ feito que não ter cartão de crédito é **pior** do que ter ‘bad credit’. Por exemplo, se alguém se recusa a usar cartão de crédito, e paga as suas continhas em cash, certinho, quando vai contratar o seguro automóvel obrigatório apanha com um prémio altíssimo. E este não é o único exemplo: aplica-se ao seguro de saúde (indispensável), ao contrato de água, luz, gás, telefone e internet. Aparentemente o credit-score determina as cauções que se é obrigado a pagar.

    Comments Sem Comentários »

    Some 5 years ago I contacted my mobile operator (Optimus) and using the bonus points I had i got myself a new telephone. At that time the Siemens S45 seemed a good choice and I was informed that after a 2 year contract I could request the unlocking code for the phone. Now after 5 years I contacted their client support line to request the code as I needed to use the phone in a new operator. The person who answered my request now told me the full sentence:

    After the 2 year period you can request the unlocking code IF you pay an additional 75€.

    5 years ago there was no information on such a payment. I was tricked.

    On top of that to request 75€ for unlocking a phone that was no commercial value is pure madness.

    Comments 1 Comentário »