Apple’s Three Laws of Developers
- A developer may not injure Apple or, through inaction, allow Apple to come to harm.
- A developer must obey any orders given to it by Apple, except where such orders would conflict with the First Law.
- A developer must protect its own existence as long as such protection does not conflict with the First or Second Law.
— I. Developer
You should know by now that I normally do not get into much “news” around here. Especially when it’s not specifically Mac news. There are a ton of great Mac news sites out there and I leave that job up to them. That said, Chairman Gruber linked to a highly fascinating Wall Street Journal…
Synergy - share your mouse and keyboard, the cheap way
This is just a little tip. I’ve been using synergy for quite some time at home where I have a desktop running Linux and notebook running Windows Vista.
It’s really easy to use. My setup is to use the keyboard/mouse on the desktop to on my notebook.
Install synergy on both computers; on the server (the computer where we want to use our keyboard/mouse in my case it’s the desktop) and on the client (the computer which will be get to share the keyboard/mouse and in my case it’s the notebook)
Let’s just refer to the desktop host name as mydesktop and the notebook host name as mynotebook
In mydesktop create a configuration file in /etc/synergy.conf
section:screens
mydesktop:
mynotebook:end
section:links
mydesktop:
right = mynotebook
mynotebook:
left = mydesktop
end
From the configuration file above, I want mynotebook to be on the left of mydesktop meaning when my mouse cursor hits the right edge of the screen in mydesktop, the cursor will continue into mynotebook. So far copy/paste works for texts.
In mynotebook all I have to do is just choose to use another computer’s shared keyboard and mouse and enter that other computer’s host name (in this case mydesktop).
This tool is a must if you have multiple computers to control and don’t want to have a messy desk. It works on Linux, Windows and Mac too.
p/s: Would love to be able to copy paste like in the Avatar movie tablets ;)


