A linux utility to manage brightness on Apple Cinema Displays. I got it to work perfectly on my Ubuntu set up.
(I have been experiencing an incredible error in my OS X set up for the past 2-3 months that I haven’t been able to crack. It seems to be a random system freeze where nothing crashes, the computer simply locks up and remains somewhat responsive (ie. the mouse works). It’s a long story that I’ve been documenting for a while and hope to fix soon enough.)
For now, I have jumped back on Ubuntu for the next week or two full time while I get through some important projects. I spent some time today setting up all my stuff, including my two external Apple Cinema Displays but there is no support for brightness control through the system. Thankfully somebody has written up a piece of code to solve the issue. It’s called ACDControl and I am documenting it here for my own future reference:
Examples:
acdcontrol --detect /dev/hiddev*
Perform detection, which HID device is actually your display to be controlled.
acdcontrol /dev/hiddev0
Read current brightness parameter
acdcontrol /dev/hiddev0 160
Set brightness to 160. Note, that brightness setting depends on your model. Generally, this parameter may get values in the range [0-255].
acdcontrol /dev/hiddev0 +10
Increment current brightness by 10.
acdcontrol /dev/hiddev0 -- -10
Decrement current brightness by 10. Please,note --!
I want to share these two books in case you are interested in the same things I am.
Mark Pilgrim’s Dive Into HTML5 has already proven extremely useful to me through the website and the published chapters (on HTML5 video in this case). Mark is a great writer and this is one book I can’t wait to read. Pre-order it now.
The other book is Craig Hockenberry’s iPhone App Development: The Missing Manual. What you should know: Craig is one of the first iPhone developers and is behind the amazing Twitteriffic, his track record is fantastic and his website Furbo is a valuable resource. SUffice to say, the book should cover everything you need to know about this.
This is a quick note to keep track of what’s just happened on this site.
I just lost two years of comments and files hosted here. Long story.
My desktop blogging apps had my posts (from the last two years) backed up which I’ve now just re published (so I apologize for all the old content showing up in the feed).
I’ll be tweaking the site and going through small problems here and there, but for the most part the site is the same, except with less comments.
I have been trying to use a calendar for 10 years and I still consciously believe I am capable of remembering everything without writing anything down.
I —honestly— feel like whenever I write something down in a calendar, I am killing neurones; whereas if I try to remember, I am putting 100 of them on a treadmill counting down the minutes, thus keeping my brain young and fresh.
Make sense?
Yeah…
I have resorted to carrying a fucking memo book with me at all times to write shit down.
And instead of writing things down I draw web pages.
The most noticeable issue with this mouse is how prone it is to scratches. This thing is like the first iPods in that regard —actually it’s exactly the same and it collects scratches as bad as those guys did. The white glass surface is the wrong material to be using. It may be possible to clean and polish, but wait, am I really considering polishing the magic mouse after two weeks of use? Sigh.
In actual daily use, the mouse performs great in all my tests.
The laser tracking lives up to the hype —this is my first— tracking movement on a large variety of surfaces. It’s also very accurate and I haven’t had a single issue with it disconnecting from bluetooth automatically. It’s been as reliable as a wired mouse.
Left and right clicking work as you would expect if you were using a mighty mouse; that is to say, you have to lift one finger to make the correct click. With both fingers on the device it will always recognize a click as a left click.
I was worried the scrolling wouldn’t work as promised when I got this mouse, that something would go wrong and make it somehow as stupidly silly as the nipple in its predecessor, but boy was I wrong. The multi touch sensor does a great job recognizing my finger/fingers when moving them up or down on the mouse, and with momentum scrolling enabled, it is the best scrolling experience on a computer I’ve ever experienced.
I assume that this, in part, is Apple’s way of making up with all us mighty mouse users.
I also wondered about the lack of a middle click option —not the lack of side/expose buttons, seriously people your mac has hot corners, use them!— but I figured that software hacks to implement the much loved middle click (aka new background tab button) weren’t too far away. Sure enough, here it is (implemented as a three finger click).
Battery life, as with all Apple products, clearly will not live up to the advertised capacity (of 4 months). Mine is sitting at 62% left.
If you haven’t heard, the whitehouse.org team has announced that their entire platform is running on drupal and a few other open source projects powering their servers.
This is big news for the open source movement but more than that it really goes to show that there is no need to reinvent the wheel, specially at this scale.
Here’s a link to an interesting article (by Tim O’Reilly) in which he makes some good points about the value of tapping into on going open source initiatives and how that enables the government (in this case) to cut costs, get access to countless modules and plugins to achieve functionality they otherwise would have had to develop on their own, have an incredible community of people working on the software making it secure, fast and pretty much the best in can be.. etc, etc.
It’s a good read if you have a few minutes to spare.
Wordpress and drupal are very similar in that they both have gained massive attention both from developers creating things for it and organizations adopting them.. they also do very similar things.