Tag Archives: simpleyeteffective

Business ideas: Which is the right one?

Honestly, I don’t know. But from what I can tell, the ones solving problems people have, even if they were not aware before, are the ones working. The other ideas usually don’t. What are problems worth solving?
I’d define a problem worth solving as something that has 3 attributes: It is persistent, in a sense that [...]

Donation-Buttons not working, thinking about other ways to collect Payment for Open Source Projects

So finally I’m starting to write something that will certainly end up being tagged as ’simpleyeteffective’ or ‘improvingtheworld’, hopefully both is true.
There is to date no working revenue model and system for people contributing to open source projects. First of all I want to clearify that from my point of view, it’s not about money [...]

Missing Link: Update Contact Image in Mac’s Address Book using Gravatar

It’s that simple. just download the bundle, drop it to Library/Address Book Plug-Ins/ and restart Address Book. Once you click on an E-Mail address of one of your contacts, it will update the image using gravatar.com .
Have fun.
Update
There is a version available for Snow Leopard now, just check out the new post.

Implementing a Ruby-Based LDAP-Server

Oh yes. Good question. Why would anyone want to implement a LDAP Server? Besides the fact the OpenLDAP is a pain to set up and isn’t really rewarding in terms of perfomance, there are situations demanding LDAP Access to data residing in some kind of RDBMS. And that’s my motivation.
After seriously thinking about doing it all [...]

Rails Plugin: Superdumper, helps you visualize your database schema

You know the problem. You are agile like hell. You don’t bother doing complicated diagrams to show somebody what you’re doing. That’s okay. But sometimes, you need to show off what you’ve been struggling with, and if that day comes, this little rakefile can save some time.
Simply , Unpack this file ( tar bz btw [...]

Bose Support: best in town

After 1 year of heavy usage my Tripod Earplugs finally died, just as my MacBook. The difference is that I just went to the Bose retail store today, showed my damaged ones, and without a further question they just gave me a new box. Rocks.

Still working on usabilitizing the Web: ideas, cont’d

Hello, today I continue my list of ideas which would make the Web and Computers in General way more easier and safer to use. Although it won’t change anything, I just want to make you think about it and let me know your opinion.
I’m still a bit frustrated that there is nothing like a general [...]

Sharer, Giver, whatever, Filesharing

A short note on a previous post where I talked about my project of a simple File-Sharing applications that basically works using drag’n’drop and some zeroconf to find other peers. I wasn’t exactly surprised to find something that matches that description pretty well, but here it is, it’s called giver and should run on any [...]

Improving readers user experience by adding links to related external blogs

Everyone is used to Google’s AdSense system offering relevant ads instead of providing static banners. This system not only affects the acceptance of advertising on blogs, but also enhances the user experience. Being able to access relevant products or content by one click is certainly a much more attractive and modern way of offering ads. [...]

Zeroconf made easy: Bonjour for Java, Part 2, Client Implementation

I’ve been writing about the server side implementation aspects of Bonjour for Java a while ago, and I promised to explain the client side, which is a bit more tricky. The reasons therefore is that it makes heavy use of asynchronous callbacks, leaving you no other choice but to implement some interfaces and understand the [...]