Archive for the ‘computing’ Category
Posted by gerirgaudi on March 10, 2010
Or so iTunes tells me. No, this isn’t a rant about DRM, iTunes, Apple or anything along those lines. Ranting requires energy, and I rather devote it to more productive matters. I prefer, as the saying goes, to “vote with my wallet”.
A couple of months ago I went on a limb and purchased a HD movie from the iTunes Store, mostly as an experiment. After checking out the goods, I decided I probably would not be buying any more movies, given subtitles (which are generally a strong requirement for a multi-lingual household) are not available. But I wasn’t ready for the surprise of not being able to watch said movie with or without subtitles at all. It turns out that now that I have upgraded my desktop system (which has a Mini Display Port), the movie will simply not play. Jemery Horwitz has a write up on why this is the case. This is annoying, especially given the fact that the system is Apple branded end to end.
I said this wasn’t a rant on DRM, and it isn’t. I subscribe to the mantra of use what works for you, and this doesn’t work for me, so my response is that I will not be buying any movies. I will live, and the $15 I spent on the movie will have to do for SD (vs HD) for that one movie. Live and learn.
Dumb.
Posted in computing | Tagged: drm, en | Leave a Comment »
Posted by gerirgaudi on January 20, 2010
Although I am not a full-time developer, I do deal with a fair amount of information that benefits from the joys of versioning (including software I write). A lot of that work today happens in an IDE (Xcode), but a lot of it happens in other contexts, so having a pretty (and above all, useful) tool to navigate a repository is quite useful. I have been using Versions for the Mac since it was beta, and it has proven to be a worthy helper. Recently, I ran into Cornerstone, and I decided to try it out of curiosity. Both are solid apps, and either one will service your SVN needs nicely. Hopefully Git will get one in the near future.
Posted in computing, macos, sysadmin | Tagged: en, mac, sysadmin, versioning | Leave a Comment »
Posted by gerirgaudi on November 27, 2009
Posted in macos, miniblog | Tagged: cultured code, en, iphone, mac, things | Leave a Comment »
Posted by gerirgaudi on November 17, 2009
Today I installed CNET’s TechTracker and while I do love the concept, it’s likely to get uninstalled. Primarily, it’s not actually tracking the bulk of the software I would like to track because it seems to only pay attention to /Applications. In the fine tradition of sysadmin file system organization (or simply my own personal mental organization) I try to keep most of the apps away from the system’s /Applications directory, so I have a /Local hierarchy where I keep, well, local stuff (so there is such a thing as /Local/Applications where most of the apps I use live; there are exceptions for those that insist on living in /Applications, such as CS4 or Fusion). Looking into the preferences pane, there doesn’t seem to be an option to add other locations.
I realize most people install applications in the system location, which is fine. It simply means TechTracker isn’t of much use to me at this point in time.
Posted in macos | Tagged: cnet, en, mac, techtracker | Leave a Comment »
Posted by gerirgaudi on November 16, 2009
I had been wanting to take Snow Leopard for a spin for some time, but software availability at home and time constraints in general had prevented me from doing it. I picked up a copy during my last visit to California, so all that was left was finding some cycles to install it and get going with it. Friday just sort of came up from nowhere and enabled the forcing function: disk.dieByClickNoise(). New drive, some minor surgery, and voilá: ready for Snow Leopard.
It has been running pretty well minus a couple of annoyances: it doesn’t seem to get along with my wireless at home all time and iPulse now asks for an admin password upon login (which, admittedly, I don’t do all that often, so it’s not enough to be obnoxious). Everything else so far works rather well. Having been running on the same Leopard image for nearly two years, I felt it was time to start from scratch (i.e., discarding old apps I no longer use, rearranging some things in my home directory, fully switching to Xcode) and, along the way, verify that things work as expected. I’d say I’m about 80% done, but even at that level, I’m fully functional for work (and blogging, but of course).
Given the starting point, I did push MobileMe a bit by having it sync most of the items it supports (mail accounts and rules, the dock, etc). Everything worked as advertised, so a lot of that work was fairly effortless (and contributed to the cleanup). I also went ahead and updated most of the seed files I keep on the server at home (i.e., the bare baseline of apps, configuration and initialization files, and other data that I share across all the systems I use, which, at last count, was too many). Yes, I do eat my own dog food, and at some point I will polish what I have written about said dog food and publish it.
Once the laptop is 100% done and I’m satisfied with it (say, a couple of weeks of heavy use of most of the work/photo/video stuff), the desktop will follow, although I am thinking that the Mac Mini at home will probably happen soonish given its primary purpose in life is to deliver media into my living room. Alas, this is the end of the line for the trusty PowerBook G4, which turns four in a couple of months, although its current user will continue to enjoy everything Leopard has to offer for quite some time (until the system dies of Leopard is no longer updated or usable in it).
Posted in macos | Tagged: apple, en, mac | Leave a Comment »
Posted by gerirgaudi on November 11, 2009
Courtesy of bstreiff: Enabling Remote Disc on not-Airs:
defaults write com.apple.NetworkBrowser EnableODiskBrowsing -bool true
defaults write com.apple.NetworkBrowser ODSSupported -bool true
Context: we have an older MacBook with what appears to be a busted DVD-ROM drive, preventing a clean install of the newly arrived cat. After enabling CD/DVD Sharing on the “server”, nothing would show up on the “client”. After tweaking the above properties and restarting the Finder, it’s all good now. Install in progress.
Posted in macos, sysadmin | Tagged: apple, en, mac, sysadmin | Leave a Comment »
Posted by gerirgaudi on September 25, 2009
After a couple of days of running into dead ends, I am finally able to drive JIRA via its SOAP interface sanely from something other than Java in an effort to automate small, repetitive tasks that are best left to tools. Without going into the details of what is it that I needed to get accomplished (which is not the key point of this post), I wanted to share a bit of the experience before I close shop for the day.
First, check out Igor Sereda’s presentation on JIRA Client, which offers many insights on general client-side JIRA programming. Second, have the JiraSoapService javadoc handy. Given the usual needs I deal with, I use Python quite a bit, which has served me very well for nearly the last 10 years, and it’s the workhorse of my tool development. But in this case, I ran into problems at almost every turn: SOAPpy cannot deal with dates, and ZSI ran into some issues as well. So I went to Ruby and jira4r (navigator, source). Amazingly elegant, it hides all the SOAP stuff from view, producing ridiculously compact code, and so far, working flawlessly.
Martin always knew I would end up diving into Ruby
Update: check out soapUI (download).
Posted in programming | Tagged: atlassian, en, jira, ruby, tools | Leave a Comment »
Posted by gerirgaudi on September 3, 2009
Snow Leopard is still a rare-to-find species in Spain (at least in Valencia). No luck in four separate (and unrelated) stores this morning.
Posted in macos | Tagged: apple, en, mac | Leave a Comment »
Posted by gerirgaudi on August 24, 2009
Posted in macos, miniblog | Tagged: apple, mac | Leave a Comment »
Posted by gerirgaudi on July 14, 2009
I recently noticed that my system.log was collecting these messages fairly constatly.
Jul 14 04:08:01 boxname kernel[0]: unknown SIGSEGV code 0
Jul 14 04:08:31: --- last message repeated 3 times ---
Jul 14 04:08:41 boxname kernel[0]: unknown SIGSEGV code 0
Jul 14 04:09:08: --- last message repeated 3 times ---
It turns out the problem lies with Adobe’s license manager, and they provide a fix. All is well now.
Posted in macos, miniblog | Tagged: adobe, en, mac | Leave a Comment »