Wednesday, May 30, 2007


Enable DRM-Free Purchases in iTunes 7.2


For whatever reason (I smell lawyers), DRM-free purchases (“iTunes Plus”, cheesy har-har) are not enabled by default in iTunes 7.2. In fact, they’re positively buried:

  1. Choose the iTunes Store in the source list (under “STORE”) in iTunes 7.2
  2. Choose “Account” under the “QUICK LINKS” pane towards the upper-right corner of the store interface.
  3. Click “Manage iTunes Plus” on the account page.
  4. Agree to the screen full of lawyer scat.

iTS screenshot

hat tip: SteveX Compiled

addendum: Looks like they placed iTunes Plus links more prominently in the store interface, so you no longer have to dig for them. Thanks, Apple.


:: Dave Walker 10:19 (EST/EDT) [+] ::

:: [/tech/computers/os/all/applications]
:: tags:

:: Comments (0)

Thursday, March 29, 2007


Maybe This Will Help Someone Else


OfficeHTMLIf someone sends you an “HTML” mail from Outlook, even Tidy will run away screaming unless you strip out some of the gunk manually before trying to fix it.

If it’s Quoted-Printable, you have a bit more work to do first [maybe this (web service) or this (sed script).], though you probably have even more work to do if the original document used a non-Western encoding. Not tested.

sed -e "s/\<o\:p\>/\<p\>/g" | sed -e "s/\<\/o\:p\>/\<\/p\>/g" | /usr/local/bin/tidy -c

broken into two sed invocations for readability’s (hah!) sake…

Of course, it’s all very brute-force, but usually good enough for government work.


:: Dave Walker 12:13 (EST/EDT) [+] ::

:: [/tech/computers/os/all]
:: tags:

:: Comments (0)

Sunday, May 22, 2005


Not Fooling Around Anymore


A couple of weeks ago, my third el-cheapo inkjet in as many years turned into a pile of useless plastic crap.

I’m not #@%ing around anymore.

My newest printer weighs about 100 pounds, is rated for 30000 pages a month, and takes raw toner refills. With the money saved, I will immediately switch to Dom Perignon for all my beverage needs.

I bought it at a computer show for approximately what 3 cartridges would have cost me for my old inkjet. It sits in a back room, where its bulk and noise don’t bother me, produces crisp text and solid color graphics, fast, and has a network print server and Adobe Postscript built in. It uses more electricity than I’d like, so it’ll be turned off most of the time.


:: Dave Walker 19:27 (EST/EDT) [+] ::

:: [/tech/computers/os/all]
:: tags:

:: Comments (0)

Sunday, June 13, 2004


Kewl Tool Roll


  • (mac) Inquisitor: Google searching as you type. Quite nifty. via ssp

  • (any modern OS) Instiki: Cool Wiki engine. Yet another stop along the road in my quest for the perfect personal task manager / to do list / project space. The notable things about this one: nicely self-contained (runs on its own included webserver), supports Markdown and Textile, runs on Ruby (Ruby built into OS X is too old, grab the prebuilt version that embeds the Ruby runtime or install a current Ruby dist via Darwinports or Fink).

  • (web) Memigo: A headline clipping service that learns what you like, can export feeds.

  • (mac) iEatBrainz: Uses the MusicBrains metadata engine to help you clean up your iTunes library’s metadata. Great for doing something about those “mystery tracks” that you collected from who knows where.


:: Dave Walker 16:39 (EST/EDT) [+] ::

:: [/tech/computers/os/all]
:: tags:

:: Comments (0)

Friday, May 28, 2004


Escaping The Madness, Part Two


Oh é, ya sexy beast.

See more …


:: Dave Walker 13:07 (EST/EDT) [+] ::

:: [/tech/computers/os/all]
:: tags:

:: Comments (5)

Saturday, May 15, 2004


Markdown, Two Months Later


I never consciously planned to do it, but two months after trying Markdown for the first time, I find I’m using it for substanially all of my web-based writing. I’d played around with other human-centered web markup formats before (WikiText, Textile, etc.), but with every one I always found myself having to unlearn too much HTML markup to feel efficient. Markdown succeeds, for me, in a few crucial ways where the others always failed.

  1. Simple passthrough of HTML markup - the parser doesn’t strip HTML it doesn’t know how to handle itself. This is crucial.
  2. Fits into my workflow. I do 90% of my writing in 3 programs: SubEthaEdit, Apple Mail, and in Safari textfields. Markdown works as a service, so I can invoke it with a keystroke in each of these places.
  3. “Feels” familiar. Since Markdown uses email-style conventions for things like bulleted lists, text emphasis, and footnoted links, and I’ve been writing emails for 20 years, I never feel like I’m trying to shoehorn my writing into something new or unfamiliar.

I’m not storing my blog text in Markdown’s syntax. I’m writing in Markdown, then running the finished text through the parser, rendering it to HTML and filtering it through Tidy. Still, I find I’m producing substantially stupid-free (i.e. no open or improperly nested tags) text faster than I ever did writing my posts in raw HTML.


:: Dave Walker 14:24 (EST/EDT) [+] ::

:: [/tech/computers/os/all/applications]
:: tags:

:: Comments (0)

Wednesday, May 05, 2004


Yow, Web Services In Action


Rather than using a physical TV listings guide or viewing TV listings on a website, I prefer to use a specialized application to see what’s on. For quite a while, I’ve been using Tom Talbott’s MyTelly, which was always pretty nice. It’s written in Java, but it’s acceptably responsive even on my G3. The only drawback was that it retrieved its listings by screen scraping the listings at the Zap2it site. It did a good job of it, but of course it was handicapped by the inherent limitations of that technique — it had to grab entire web pages and labouriously filter and extract the programming from them.

Well, Zap2it has deployed a SOAP interface, and the newest MyTelly release talks directly to it. Wow. Fetching 8 days worth of programming data with the old screen-scraping MyTelly engine took 10-15 minutes over a cable modem connection. The new release fetches the same data in about 45-60 seconds. I suspect the amount of bandwidth consumed is a couple of orders of magnitude less than with the old version. Sweet.


:: Dave Walker 21:09 (EST/EDT) [+] ::

:: [/tech/computers/os/all/applications]
:: tags:

:: Comments (0)

Tuesday, March 16, 2004


Escaping This Madness


…reasons why everyone who works with this stuff eventually ends up bald.

Tim Bray is now working for Sun, and as a result, he’s resigning from the W3C’s Technical Architecture Group (TAG). He mentioned this in a cleverly titled post, like so:

as displayed in Tim's post header

Unfortunately, the old escape/unescape two-step goes haywire when you view the post’s title from the sidebar on another page of his weblog:

escaping kerfluffle in the sidebar

When viewed in an aggregator, an entirely different bit of the title goes awry:

escaping kerfluffle in the RSS feed

I think I’m going to take up gardening, or ASCII flat files.


:: Dave Walker 07:53 (EST/EDT) [+] ::

:: [/tech/computers/os/all]
:: tags:

:: Comments (10)

Wednesday, November 19, 2003


Filling In The Blanks


A long time ago I realized that, given half a chance, I tend to rattle on a bit. (at this point, you sit back, say, “Duh, you’re a freakin’ blogger, numnuts…”, and continue to sip your coffee) I made a conscious decision to strive for a bit of (false?) economy in my writing, a nip here, a tuck there, and eventually I’m only boring the world 50% as much as before. The danger with doing this is that sometimes you forget the people reading aren’t sitting inside your brain, participating in the editing process, so you omit or elide things that you really should have made a bit more explicit.

My last entry was a bit of a vent in which I talked about the hazards of interface customization. The first line was:

The mantra of moderately-to-very experienced computer users is “customization customization customization”
which Sven quite rightly calls me out on. Looking back at my post I see something that was very clear in my mind as I was writing it but entirely absent from the actual post: that I personally am not a fan of completely customizable interfaces — all too often, a completely customizable interface is a cop-out for developers failing to deliver a usable default interface at all. This was completely clear in my head, but of course it never actually shows up in the actual entry. I’m not an interface tweaker at all — I’m much more likely to want to mod an application’s underlying functionality via wild-eyed patching and plugins than I am to ever want to muck with the interface. More clearly stated, what you often run into in places like Slashdot, Ars Technica, Mozillazine, OSNews, and on technical folks weblogs are people clamoring for more tweakable interfaces. Throwing more toolbars and widgets at these people (who, quite sadly, are quite often the same people responsible for writing project reviews, which only fuels the vicious cycle) may shut them up (temporarily), but it thoroughly screws the pooch for the novice user.


:: Dave Walker 11:42 (EST/EDT) [+] ::

:: [/tech/computers/os/all]
:: tags:

:: Comments (0)

Wednesday, November 12, 2003


Certifiable


Matthew Thomas wrote an excellent post on the usability nightmare that security certificates and certificate authorities represent. Sven tackled a related issue as it applies to email.

As unfashionable as it is to suggest a public sector solution to a problem that is (allegedly) being handled by the private sector, I think that personal certificates, at least, are something that governments, particularly at the state or province level, are well-positioned to provide. There’s already a level of institutional trust when it comes to these agencies, particularly drivers’ license bureaus, when it comes to identity verification. At least in the USA, a state-issued driver’s license is accepted as proof of individual identity virtually everywhere, as is a federally issued passport. Since the state and federal governments already have identity verification mechanisms (via birth records, etc.) in place, the most obnoxious part of trying to get a certificate validated (all the various dicking around with notaries and the like) can be avoided. Wouldn’t it be great if you could get a CDROM with a state-signed certificate (in the various necessary formats at the same time you got your drivers’ license or passport? You’ve already done all the legwork of providing identity documentation to these agencies. For businesses, processes like filing formal incorporation papers or sales tax licenses could serve a similar purpose. Why not leverage this? It’s too late for this to happen, though. There are already entrenched private firms with a business model to protect, and, as we’ve seen with the record companies, an industry with even a demonstrably broken business model will fight like a cornered animal to protect its turf.


:: Dave Walker 09:59 (EST/EDT) [+] ::

:: [/tech/computers/os/all]
:: tags:

:: Comments (0)



Laugh at your problems: everybody else does.


valid html | css | rss | atom

browse happy