Filed under News

Important Java Tweets of the last Week

First, a funny news from twitter.com/geekgay: Feliz Dia Do Programador! http://pt.wikipedia.org/wiki/Dia_do_Programador. Look at this wikipedia link to understand the tweet. News twitter.com/nodissasemble Cloudant releases Java based view server for CouchDB http://www.infoq.com/news/2010/09/cloudant-couc… #infoq twitter.com/fireon Про патентні особливості .NET і Java http://www.infoq.com/articles/java-dotnet-patents twitter.com/migueldeicaza Article on Java and .NET patents from InfoQ, an informed piece for a change: … Continue reading »

My Thoughts About Instant Search

You might have noticed that google is rolling out its instant search feature. Although the hype is over I am writing here and now my thoughts about this old news enhanced with some background information gained through jetwick. First, a screenshot of google instant in action: (Click to Zoom) This search is called ‘search before … Continue reading »

Bad News: Earthquake in New Zealand (via Twitter)

If you live in New Zealand or have friends there, I really hope no one was damaged! Twitter made me aware that there was an earthquake. A quick search in my twitter search prototype jetwick shows where it happened: (The auto-suggestions were implemented with wicket’s autocomplete and a nice trick in solr.)

Re: Firefox add-ons you should consider

This is a short blog post triggered by this post from Jonathan Giles. It is more a list of plugins I consider than what others should consider. But hopefully at least one plugin of interests is in the list. Feel free to comment, add your own favplug. With All-in-One Sidebar you will have fast access … Continue reading »

Kenai.com Will be Closed

I read on the German heise portal that Kenai is the ‘loser’ of Oracle’s Sun-acquisition. On the project’s blog you can read this in English: Part of this process is the phasing out of the public-facing domain used for the Project Kenai Beta site. It is a pitty, because of the effort for the great … Continue reading »

Shame on Sourceforge?

Sourceforge restricts access from some more ‘evil’ countries. Read more here. This violates Open Source Initiative: “5. No Discrimination Against Persons or Groups The license must not discriminate against any person or group of persons.” And if the license must not restrict this, the distributor shouldn’t as well! Its free software and not US software! … Continue reading »

Change Subersion Format: From 1.5 to 1.6

The latest changes in ubuntu will force you to update the local subversion repository. Use used the following on a 1.5 repository and it works: ~/change-svn-wc-format.py . 1.6 Make sure that all clients then use 1.6! Downgrading from 1.6 to 1.5 should be possible, too.