TTYtter, the command line Twitter client

Feb 17, 2010 - Leave a Comment

TTYtter is a rather fun command line based Twitter client. Written in Perl, it’s got all the essential ingredients needed for basic Twitter needs without ever leaving a Terminal window.

Running TTYtter is easy enough, it just needs your login information and off it goes. You can either run it through perl with:
perl /path/to/ttytter.pl -user=username:password

or make the script executable:
chmod +x ttytter.pl
and run as usual:
./ttytter -user:username

Note: if you don’t want to specify a password at the command prompt (security reasons, personal preference, against your marital vows, whatever) just leave it out and specify a username, the TTYtter client will ask for your password once executed.

Typing anything and hitting return will tweet that immediately, those who follow the OS X Daily Twitter stream probably saw my nonsense tweets last night as I played with the script. The actual command structure will be familiar to IRC users, commands are executed with / then the command, /help brings up help and commands, /quit exits the program, /refresh displays all new tweets, /replies shows replies to your tweets, etc.

TTYtter developer home
Download TTYtter now

command line twitter

[ AssimovT @ Google Buzz via Buzzzy ]

By Bill Ellis - Command Line, Mac OS - Leave a Comment

The Original iPad Background Picture / Wallpaper

Feb 16, 2010 - 6 Comments

ipad background picture

If you’re anything like me you’re curious about the beautiful background picture featured on the iPad displays in all the press photos of the original iPad, so I dug around a bit and got some answers about this now widely distributed amazing photograph that was shown as the wallpaper on the first iPad.

The now famous image is titled “Pyramid Lake (at Night)” and is a 2004 photo by photographer Richard Misrach, taken at Pyramid Lake in Nevada.

The Story Behind the Original iPad Default Wallpaper

ArtInfo.com has a pretty good story on the nice picture and Apple’s decision to use it, apparently at the last minute without the artist even knowing himself:

“I was in bed watching Inglorious Bastards when I got a call from Jeffrey FraenkeL, my dealer in San Francisco, and he said, ‘Do you know what’s going on live here?'”
…”The funny thing is that I don’t even have a contract with them yet, so they must have decided on it at the eleventh hour,” Misrach says. “I’m sure they’ll send me one quickly now. But I’m very happy, I’m sure it’s fine, and the terms are good.”

That sounds like Apple’s legendary secrecy at it’s finest, even down to it’s licensing of images. I’m sure Richard Misrach is going to have many more fans and licensing deals in the near future, as Apple has catapulted his work onto the world stage.

According to the photographer, this is the first time he has licensed an image for commercial use in his 40-year career–a deal he agreed to because he’s a fan of the company. ‘What’s funny is that for years I actually used the photo as my own screensaver,” Misrach says. “So I guess they know what they’re doing.”

Apple certainly does have an eye for pleasing imagery, but I haven’t been able to dig up a high resolution image of the picture to use as a desktop. I’m sure in time one will appear with at least the resolution of the iPad at 1024×768.

And apparently we aren’t the only people curious about this stunning image, NPR also wanted to know the story behind it too!

Oh, and if you’re looking for another amazing iPad background picture of a starry sky, look no further than our wallpaper posts.

ipad picture

Update: OS X Daily reader Deadmilkman posted this picture in the comments, it comes pretty close to being a high res version of the iPad background picture. If you look carefully it’s actually the smaller picture just repeated, reflected against each other, and smoothed together with Photoshop, but it looks pretty nice nonetheless.

[ via ArtInfo.com ]

By Paul Horowitz - iPad, Mac OS - 6 Comments

How to Move a Home Directory to Another Location on a Mac

Feb 16, 2010 - 10 Comments

Moving a users home directory to another location in Mac OS X

Changing the location of your home directory is pretty easy in Mac OS X, and it can be desired for a variety of situations to store a home folder elsewhere on a Mac, or even on another drive. This is valid and works the same in all versions of OS X.

Read more »

By David Mendez - Mac OS, Tips & Tricks - 10 Comments

How to Set Up Facebook Chat in iChat

Feb 15, 2010 - 27 Comments

Facebook and iChat

Facebook opened Facebook Chat up to third party instant message clients by using the Jabber protocol, which means you can now use Facebook Chat seamlessly from inside iChat. That means if you have a Mac with iChat, you can easily talk to your Facebook friends without being logged into the Facebook site, and instead communicate through the iChat app to send messages. Cool huh? Yes, yes it is.

facebook chat Let’s learn how to set up Facebook chat with iChat, it only takes a few moments.

Read more »

By William Pearson - Mac OS, Tips & Tricks - 27 Comments

Disable the Crash Reporter Dialog in Mac OS X

Feb 15, 2010 - 2 Comments

Terminal in OS X If you’re a developer (or anyone else) you may quickly get fed up with the Crash Reporter Dialogue box that pops up when an app melts down and crashes in Mac OS X. If you’re pestered by the crash reporter dialog window, then you can quickly turn the window on and off with a defaults command string.

Do note that turning off the Crash Reporter dialog window has no effect on crash reports, which are still visible in system logs and the Console app. It simply stops the window appearing in the Mac OS X GUI.

Read more »

By Manish Patel - Development, Mac OS - 2 Comments

The Evolution of Mac OS

Feb 14, 2010 - 1 Comment

old mac os

Mac OS has come a long ways since System 1.0, and there’s no better way to see just how far we’ve come than to look at screenshots. From the earliest years to the latest versions, it’s a journey that is rather remarkable over three decades of development and refinement.

We’ve included some of the great pictures below from earliest versions of Mac OS to now. Then, Francesco Mugnai went further, having compiled quite a comprehensive collection of screenshots that chronicles the evolution of the Mac operating system, it’s a fun walk through time, so check it out if you like to reminisce about the good old days of SE/30’s and LCII’s!

Read more »

By David Mendez - Retro - 1 Comment

How to Tell if Your Mac is 64-bit

Feb 13, 2010 - 8 Comments

An Apple processor example image

Are you wondering if your Mac is 64-bit architecture or 32-bit architecture? Well you might not be alone. The good news is it’s pretty easy to determine what CPU architecture your Mac is using.

You can either focus on the model year of the Mac, or the CPU architecture and processor chip itself. The most precise measure will be focusing on the CPU.

Read more »

By Manish Patel - Mac OS, Tips & Tricks - 8 Comments

How to Quit the Finder

Feb 12, 2010 - 36 Comments

The Finder icon of Mac OS X At its core, the file and folder explorer of OS X known as Finder is essentially an application like any other on the Mac. Accordingly, users can quit the Mac OS X Finder in a few different ways which we’ll cover here, but perhaps the fastest way is to just launch the Terminal app and use the killall command, which is located in /Applications/Utilities/, once the Terminal is open just type or paste the following string at the command line:

killall Finder

Hit the Return key and this will kill the Finder process, which will then automatically relaunch as a fresh new Finder process. This is a common trick to force many defaults commands to take effect, and it can be a valuable troubleshooting technique if the Finder is misbehaving for one reason or another, or just outright crashing. Once the Finder has exited, the Terminal app does not need to stay open and can be quit as usual.

If the command line isn’t your thing, you can also try the Force Quit approach, which is achieved entirely through the more user-friendly GUI.
Read more »

By Paul Horowitz - Mac OS, Tips & Tricks - 36 Comments

Korean iPhone owners using mini-meat sausages as iPhone stylus in cold weather… seriously

Feb 11, 2010 - 3 Comments

iphone meat sausage stylus

Have an iPhone? Like to use gloves to keep your hands warm in the winter? Annoyed that you have to take your gloves off to use the iPhone? Keep those gloves on, because there’s a really goofy solution that has surfaced out of South Korea!

Yes indeed, innovative Korean iPhone users are driving a 40% increase in snack sausage sales because they’ve figured out the little meat sticks can be used as an iPhone stylus in cold weather… no really. Micro sausages are actually effective to use as a stylus on the touch screen, apparently. And no, we haven’t had a chance to actually try this out.
Read more »

By Paul Horowitz - Fun, iPhone - 3 Comments

How to Disable Access to System Preferences on Mac

Feb 11, 2010 - 9 Comments

System Preferences in Mac OS X

In some situations, you may wish to disable access to the System Preferences on a Mac. Often this is for lab environments or public use workstations, or perhaps for locking down a particular workstation for various reasons. While a common approach is to create a new user account that has limited access to system features and functionality, another method can be utilized with chmod that changes the access permissions to the System Preferences application itself within Mac OS, and when implemented properly all access to System Preferences on the Mac will be disabled and prevented regardless of how its attempted to be launched.

This approach to disabling access to System Preferences uses the command line and involves changing permissions to a critical system level application that is necessary for the proper functionality of all Macs. Therefore this is only appropriate to be used by advanced Mac users.

Read more »

Kill the Flash plugin with BashFlash

Feb 10, 2010 - 6 Comments

bashflash It’s no secret, I hate Flash. It’s the plastic pink flamingos of the web but worse, it’s crass, it’s loud, it’s obnoxious, it will crash your web browser, and on a Mac it is a literal drag on the machine, sucking up the CPU and memory as if there’s no tomorrow. Adobe really laid a pile of dung with Flash on the Mac, which is probably why Apple won’t allow Flash to run on the iPhone or the new iPad. Anyway, enough of my opinions and ranting about the Flash problem, here’s some solutions:

I am a huge fan of ClickToFlash, the Safari plugin that prevents all Flash from loading unless you approve it. But what if you allow a Flash object to load with ClickToFlash and it goes crazy? Now comes BashFlash, a perfect compliment to ClickToFlash. BashFlash is a little menubar extra that automatically warns you if Flash is taking up too many CPU cycles (usually is) and lets you kill the Flash culprit instantly. Hooray! Your web browsing experience is normal again!

The only bad thing about BashFlash is that it requires a 64 bit Mac, but this is because 64-bit Safari forces Flash to run within it’s own process ID on 64 bit systems (interesting, I learn something new every day!), allowing BashFlash to target the resource hogging process and end it instantly.

BashFlash developer home
Download BashFlash now

By Paul Horowitz - Mac OS, Utilities - 6 Comments

Change the Delay When Dragging Windows Within Spaces on Mac

Feb 10, 2010 - 8 Comments

spaces mac Spaces is a really nice feature of Mac OS X that lets you place different windows and applications within their own workspace. Dragging a window to a new Space is just a matter of holding onto the window and pulling it towards the end of the screen.

You may have noticed that there’s a delay when dragging a window to a new space, which is handy for not accidentally dragging windows into a new Space but kind of annoying if you are expecting it to enter a new workspace instantly. The instant switching of workspaces is a lot closer to how these workspace managers, or ‘virtual desktops’ work in the Unix world, and if you have a background of using a Linux desktop you may miss that instant desktop switching.

You can change the timing of Spaces switching rather easily though, using the Terminal.

Read more »

Mac Error 10810

Feb 9, 2010 - 30 Comments

Finder

The application Finder.app can’t be opened. -10810

I ran into the unpleasant 10810 error code recently and couldn’t find any workaround without a reboot. From what I’ve gathered by searching around on the web, Error 10810 occurs when the Launch Services framework has some sort of meltdown, causing the Mac OS X Kernel to run out of available threads for anymore processes to launch. In the event that some process has got errant and is in some infinite loop of launching and hoarding threads, this will cause a rather lovely barrage of error dialog boxes (see screenshot below).

Read more »

By William Pearson - Mac OS, Troubleshooting - 30 Comments

Go Back to the Previous Directory via Command Line

Feb 9, 2010 - 5 Comments

terminal It’s easy to accidentally change directories to something you weren’t intending to (say, accidentally hitting cd and returning home, thus losing your place in a complicated directory structure seep in the file system somewhere), but thankfully there’s a command that will immediately take you back to the previous directory, regardless of what it was. The jump-back to prior directory command is a simple variation on ‘cd’ followed by a single dash (the minus symbol), the syntax looks like so:

Read more »

By Bill Ellis - Command Line, Mac OS - 5 Comments

Waterproof an iPhone on a Budget with a Zip Lock Bag

Feb 8, 2010 - 15 Comments

Did you know that you can put an iPhone inside a plastic bag and still use the touchscreen? Yes, that’s right, stick your iPhone in an airtight ziplock bag, and you’ll have an instant and amazingly cheap waterproof case for your iPhone. Well, waterproof may be a bit aggressive, and perhaps water resistant is a better term assuming you seal it off completely and are fairly delicate with it, but considering the extremely cheap price it’s hard to beat if you’re in a pinch and need some quick splash protection for the iPhone, whether that’s because you’re poking around in the kitchen or bathtub or simply because you’re spending a day at the beach.

waterproof iphone

Read more »

By Paul Horowitz - iPhone, Tips & Tricks - 15 Comments

Lock the Dock in Mac OS X

Feb 8, 2010 - 11 Comments

Dock in OS X

If you need to prevent the Dock icons from changing or being modified on a Mac, you can use defaults command strings to lock down the OS X Dock and prevent any adjustments or changes to how it appears on screen.

Read more »

Ghostbusters Scenes Recreated with Mac OS X Genie Effect

Feb 7, 2010 - Leave a Comment

mac ghostbusters genie effect

If you’re a Ghostbusters fan you’ll get a kick out of this creative use of the Genie minimization effect in Mac OS X, which was used to re-create scenes from the movie.

Read more »

By Paul Horowitz - Fun, Mac OS - Leave a Comment

Empty the Huge Trash Can

Feb 7, 2010 - 6 Comments

huge trash can

I often forget to empty my Trash, which can grow and grow and grow over time, but this picture shows a bloated trash can being taken it to a whole new level. 489GB!

Read more »

By Paul Horowitz - Fun, Mac OS - 6 Comments

Subscribe to OSXDaily

Subscribe to RSS Subscribe to Twitter Feed Follow on Facebook Subscribe to eMail Updates

Tips & Tricks

News

iPhone / iPad

Mac

Troubleshooting

Shop on Amazon to help support this site