osx

MacHeist 4!

It’s coming, with its usual mix of junk-no-one-cares-about and awesome applications you had no idea you needed and at-this-price-it’s-a-steal!
Not to mention the join of scoring the mission-related apps, regardless of how — usually — good they are.

Avid MacHeist fans alonzo and imfrog2002 have even created two countdown widgets to the official launch:

countdowntwo
or

countdownone

Note: Do not forget to backup your MacHeist 3 Loot! Soon, it should disappear from the website.

Edit: Hmmm I just did so myself and it took me quite a while. Turns out, the balance mediocre apps vs awesome apps is largely in favour of the latter!

If you enjoyed this post, make sure you subscribe to my RSS feed!


Mount a recalcitrant .dmg file

pzizzI have no idea why but sometimes a .dmg file will just-not-mount.
For instance I just downloaded the latest PostBox from http://postbox-inc.com/ and the silly little image will *not* cooperate.

My amazingly quick’nt dirty workaround? Convert it to another format file (using the command-line)!

hdiutil convert postbox-1.0b12-mac.dmg -format UDTO -o postbox_iso

If you enjoyed this post, make sure you subscribe to my RSS feed!


Sunday Hacking: Cue:Cat, Delicious Library

Blue LED.jpgSunday Hacking is going to be this new and irregular feature, where I blather about how I made my week-end a bit geekier by doing such or such hardware hack. I do not guarantee originality, nor much software-related content. If you’re not into that kind of thing, I promise that it shouldn’t feel much worse than a flu shot.

 

I like hacking on Sundays; that’s how I ended up with a stack of Wiimotes even though I did not own a Wii.
Anyway, I was in the process of sorting my various cables when I found her. And by “her” I mean my USB Cue:Cat.
This gave me an idea: my friend Tom and I both swear by Delicious Library. Now, there are two things you really need to know about Tom:

  1. He does not hesitate to spend money when he needs a good quality product
  2. He is insanely competitive

Regarding #1: he bought a nice barcode reader because it works better than an iSight.
Regarding #2: if I can come up with a cheaper barcode reader, it will totally feel like victory!

So, I googled “cuecat” and “delicious” and, of course, it’s easy to use the feline with Delicious Library.

Step #1: If you do not already have a Cue:Cat, you need to get one. It’s very easy: more than 2 million Raminagrobis were distributed before Digital Designs’ predictable demise (it’s one of those times when it’s not just hindsight, that should have been 20/20) — Make sure you get a USB model.

Step #2: Now, to “fix” it! By default, the device was dedicated to Digital Designs applications and this was achieved through the use of a very simple protocol (originally described by Steven Satchell)
cuecat before
Obviously, this is going to be confusing for programs that expect standard barcode information.


Hmmm...bad kitty!

Hmmm...bad kitty!


cuecat surgery
All you need if a wife who’s a med or a vet student and — voila! — you have a very convenient scalpel that you can use to remove pin #5 of the 8-bit chip labeled ‘HMS91C7316′

cuecat surgery detail
The circle shows where you need to remove pin #5. The arrow shows which way to go when counting pins (counter-clockwise)

And that’s it! Your malkin will now deliver compatible messages:
cuecat after

Amusingly, it is seen by your Mac as some kind of keyboard (not doubt through USB-HID); therefore, each scan operation will be an opportunity for your computer to play the bongos.
You can check what’s happening by scanning a barcode while in TextEdit rather than Delicious Library.

If you enjoyed this post, make sure you subscribe to my RSS feed!


April 09 Easy Hackintosh Components Shopping List

For the second time this year, my iMac HD died. OK, to be fair this time it’s an external drive.
Anyway, I really like and have always like Apple’s software but their hardware seems to be…well, let’s just say that it doesn’t strike me as sturdy.

So, I wandered by the local Fry’s store yesterday and took a few notes. Yes, I know the spreadsheet below is missing keyboard, mouse, audio…that’s because these things are negligible, price-wise.

The components I selected to build this spreadsheet are well known for working easily with Leopard. In fact, if you use these components you should be able to load a vanilla kernel and accept all Apple updates.

Four columns: absolute cheapest, quite expensive, and two reasonable configurations. Note that you can lower these total prices quite a lot if you already have a monitor.

Disclaimer: Not that I would encourage you to build your own Hackintosh. It would make baby Apple cry.

If you enjoyed this post, make sure you subscribe to my RSS feed!


A very geeky Holidays break

Kill BillWas your break as geeky as mine? Come on, admit it: you’ve done at least one incredibly unsexy thing in the last couple weeks. I know I have. Well, in fact, I had to take a four weeks-long break and it shows in the number of silly things I’ve played with.

In no particular order:

If you enjoyed this post, make sure you subscribe to my RSS feed!


A driver for your Darwin-based keyboard woes

I built this driver in 2007, to support Leopard Darwin on my wife’s laptop (hmmm where’s the “wink wink nudge nudge” smiley when you need it?)

I am offering a full driver for download, but it’s only so that you could use my keyboard fix if you do not currently have an ApplePS2Controller.kext that support plug-ins.

The point of this driver really is to provide keyboard support for laptops that see their built-in keyboard as PS2 — ie the vast majority. Therefore the piece that is really interesting to you is ApplePS2Keyboard.kext (in ApplePS2Controller.kext/Contents/PlugIns/)

There are other drivers that do just that, out there, but unfortunately many of them fail to properly detect the keyboard.

So, here goes. If you have a laptop running Leopard Darwin but your built-in keyboard is not working, give this driver a try.

Download Laptop Input Controller Version 1.0

ps: Come to think of it, you may find this kext useful if you are using a desktop with a recalcitrant PS2 keyboard as well.

pps: Miracle! After a year of having misplaced the source code, I found it on a USB stick. It’s now available at Github.

If you enjoyed this post, make sure you subscribe to my RSS feed!