Mar 09

I know, I know it may seem like I have a one track mind with this blog post and the other one on winmail.dat files. Since my focus is Mac users in business I get excited by things that narrow the gap on the thought of you “needing” PC’s in the work place. When I posted that last blog I was delighted to find that after many years of giving up on winmail.dat files that there was a solution. In the comments of that blog post I heard from Christopher, who I didn’t know at the time actually worked for the company (or is the company as he’s my one man contact for all), who prompted me to check out www.restoroot.com. This is a seamless plugin for Apple’s Mail.app that takes care of winmail.dat files. Brilliant. Absolutely BRILLIANT. Within three minutes of installing their demo I was on the phone with my client letting them know I found THE solution. I didn’t make any money off this sale, nor am I being given anything to endorse Letter Opener, I just love a solution that makes my clients happy and makes me look like a star.

Please check out this video if you would like to see it in action: LetterOpener

Mar 09

Will you be pre-ordering an iPad this week?

View Results

Loading ... Loading ...
Mar 09

Use Inklet from Ten One Design to transform your Unibody MacBook Pro’s trackpad (must be on Snow Leopard) into a pressure sensitive pen tablet! Also show Ten One Design’s innovative Pogo Sketch that works on your trackpad, iPhone, iPod Touch and the upcoming iPad. In this video I show it with Photoshop CS3, Acorn and Art Rage 2. If you love using a tablet but are too mobile to carry one around this is a perfect compromise.

Links::
Ten One Design
Pogo Sketch
Adobe Photoshop
Acorn
Art Rage

Feb 16

Are your clients/friends/vendors sending you Exchange Rich Text winmail.dat producing emails? Do you think they are always sending you attachments even when they’re not? If you don’t want to push the issue and have them mark you in their address book as not being able to accept Rich Text emails (even though you can, just not theirs). Then you can turn to this little new found gem called “TNEF’s Enough” by Josh Jacob. I’ve tested it out and it was able to see and retrieve multiple embedded files out of those pesky little winmail.dat files. Keep in mind that not all of these files contain attachments, as I understand it also holds the formatting info for the email. If this article has helped you please share it with your other Mac and non Exchange using friends.

Jan 22

Jan 14

I’ve stated before that I don’t love rumors nor do I really want to know what’s going to be announced before it comes out of Apple’s mouth. With that said, if there is a Tablet this is what I want to see.

Hardware: 10″ screen and it is as thin as the MacBook Air. SSD- 64GB’s would be swell. Wifi, built in 3G which activation is an option and not a mandatory contract with purchase. A decent processor. Microphone, Bluetooth and speakers- not sure if I need a webcam or not..

Software: Either full blown Snow Leopard or something a little more full featured than the iPhone OS. Being able to run apps from the app store would be a must. Maybe at first it is able to emulate them so they don’t look too horrible at the larger resolution. I really want my apps on the tablet, did I mention that? I also want real applications or maybe an option for more full featured apps- developer friends, how much would you love that?

How it would fit into my life: When at home I would be able to use it as a fuller featured remote for my Apple TV. Bigger gestures with momentum to browse quickly through everything. Maybe I just heard a song on a movie and I “Shazam” it and instantly purchase it in my REAL iTunes, none of this wanky three apps to do one thing that I have on my iPhone. I can use home sharing to have access to all the media in my house. I can set up crazy genius playlists and push it out to play off of all my designated speakers. Instead of having my computer and iPhone in arms reach I only need the tablet. As someone with clients that rely on me to be reachable I want my tablet to have VPN with Apple’s Remote Desktop app- maybe even just a dumbed down version of it. I want to be able to help my clients when I’m playing hooky on a Friday and taking my kid to Disneyland.

Are you ready for this last request? It’s a big one…

I want it in my car. Yep, I want it to replace my hands free navigation. I own a new car with a decent hands free system, it sucks compared to things my iPhone can do though. I would throw a suction cup mount on my nav screen so fast if I had the Maps app, I don’t even know if I need turn by turn. The fact that I can look up a place, see options on a map with links to addresses, websites and phone numbers in seconds is crazy. My Nav does it quick but it just gives me a list of names with how many miles they are away from me. What if I want a Target store on my way home from work? That list on my car nav doesn’t tell me much. It tells me that I have Targets 1.3, 2.7 and 5 miles away from me- which one is on my way home? I want to hold down a button for a few moments and give it a command to call my husband like I do with my iPhone. In my car I have to click and do no less than 4 commands to get it to dial a number. How’s that not distracting? I already play my music and podcasts off my iPhone in my car, why not off my tablet which is also my Nav and hands free? It’s an Apple and will sync with everything in my life- am I that far fetched? I really don’t think I am. If this Tablet can’t do all of that then I think Apple needs me to be doing more for them than just hawking their wares. I’m just sayin’.

Marilyn

Jan 07

Have I mentioned before that competition is good thing and makes me happy? I want manufacturers to try and kill the iPhone. I want companies other than Apple to try and take it to the next level. Why? Because you and I- the consumers, benefit from this. Competition breeds innovation. I was reading a Mashable article (You should open that link to see the points I’m covering below and their finding amongst the 4 phones) that covered the new Nexus one vs Droid vs iPhone with a great comparison chart. Continue reading »

Dec 25

In our mail server migrations from 10.5 to 10.6 we’ve been running the migrate_mail_data.pl Perl script to move our mail data from Cyrus to Dovecot. Seemingly at random email rules will work for users but vacation messages will not. I’ve spent the better part of Christmas Morning (Merry Christmas btw :-) trying to sort this out. As is typical for Apple when simplifying the GUI side (abstracting things Apple from the Open Source goodies) they kind of complicate what’s happening behind the scenes. In trying to resolve this problem, here are the notes I’ve taken thus far.

What I know to this point 200912251448PST…

The wiki writes sieve scripts to /Library/EmailRules/sievescripts/ . Each script is the users GUID ending in .sieve. They are owned by _teamsserver user and group and perms are 770. Also in /Library/EmailRules is vacationIndex.db . Still sorting out what that does.

There is a LaunchDaemon, /System/Library/LaunchDaemons/com.apple.wiki_sieve_manager.plist that watches /Library/EmailRules/mailsieve and executes /usr/bin/wiki_sieve_manager on changes to that directory . I don’t know what’s put into mailsieve at this point.

By some mechanism scripts are moved into /var/spool/imap/dovecot/sieve-scripts/GUID/ . Unlike the .sieve files in /Library/EmailRules these are owned by the user. The group is mail and perms are 700. Inside the GUID directories should be four files

    .dovecot.lda_dupes which tracks to whom auto replies have been sent.
    wiki_server_rules.sieve which should have the sieve file from /Library/EmailRules/ if I’m at all understanding what’s going on here.
    dovecot.sieve which is a symlink to wiki_server_rules.sieve and the file the server looks for as the current sieve as defined in /etc/dovecot/dovecot.conf .
    dovecot.sievec which is may be the binary of the script. Trying to think back to hand editing sieve scripts a few years ago. Not sure though.
Dec 12

favorite_apps

I posed the question on Twitter this week “What’s your favorite iPhone app?” I received tons of responses and have compiled this list of 61 apps that you people love! Here’s the list complete with links to the iTunes apps store::

Social Networking:
Bump
AudioBoo
FourSquare
FaceBook
Focus for Facebook

Twitter:
Twitterific Premium
Tweetie 2
Twittelator Pro
SimplyTweet
TweetDeck
Echofon Pro

Twitter Helpers:
BirdBrain
Boxcar

Productivity:
Things
Evernote
VehiCal Car Expenses Manager
Handbase Database Manager
1Password
reQall
Dropbox
Jaadu VNC
Awesome Notes

Books:
Stanza
Kindle

Music:
Shazam
Pandora

Photography:
CameraBag
ShakeItPhoto
AutoStitch
Best Camera

Purchasing:
Starbucks Card Mobile
B&N Bookstore

Messengers:
WhatsApp Messenger

Games:
imobsters
Monopoly
Traffic Rush

Kids:
Monkey Preschool Lunchbox

News/RSS Readers:
Newsstand
iReddit
Google Reader

Entertainment:
VLC Remote
Koi Pond
SlingPlayer
Apple Remote
MyDVR
Sky+ Remote Record Only available in the UK

Utilities:
Lithium
Convertbot
RedLaser

Business:
EasyVoice Mobile
UPS

Reference:
Mactracker

Sports:
NBA League Pass Mobile

Navigation:
Navagon
Peaks
MotionX

Travel:
Tripit- Travel Organizer

Weather:
The Snow Report

Health & Fitness:
C25K

Finance:
Chase Mobile
USAA

Dec 11

speedometer_blog

mac-fusion has a new Mac mini with Snow Leopard Server. It ships with (2) 500GB hard drives but it’s not configured as any kind of RAID. We wanted to know how the redundancy and reduced capacity of a RAID 1 compared to the speed and size benefits of running a RAID 0. We also wanted to find the baseline speed of a non RAID setup. So we pitted the mini against itself and several other Macs for good measure.

Methodology

We used Quickbench 4.0.4. It says it’s Leopard compatible but there’s no mention of Snow Leopard. That would really be a drag if all this data was not valid. But unfortunately the developer’s support forums have been offline all week so we’ll go with it for now. We ran the Standard test using transfer sizes ranging from 4KB to 1MB and taking the average. We did 5 passes to try and even out any big anomalies. All machines were tested after being rebooted, and, except for the Xserve with SSD, all servers were running a minimum set of services. We threw the Xserve SSD in just to see if the MacBook Air SSD performance was hobbled at all. Results are in MB per second.

Sequential Read

SequentialRead2

Sequential Write

SequentialWrite2

Random Read

RandomRead2

Random Write

RandomWrite2

Thoughts

It’s no surprise that you get what you pay for and the Xserve with RAID 5 Donkey Kongs the others in all but Random Read, although not by a huge margin. But if you’re supporting a workgroup of more than a handful of people and providing a broad range of services, it’s the way to go. The MacBook Air w/ the SSD drive puts up some pretty solid numbers in the Random Read area. That’s the nature of SSD. And that’s what makes it feel pretty sporty compared to a regular HD. But it’s still slower than a production Xserve box with an SSD. I don’t know if that’s the drive or the bus or something else but would love some comments on that.  Even though the old mini didn’t come anywhere near saturating it’s limited 1.5Gbps SATA bus, I don’t think it helped anything. That thing is S L O W. The Mac min Server however is much faster even with a single drive. But, to address what we set out to find, if you’ve got a good backup plan in place, the size and speed benefits of a RAID 0 seem to be justified offering nearly 2x the performance in both sequential tests, a small boost in Random Read and nearly a 50% gain in Random Write.

Specs

Mac mini – Mac mini (Late 2006) 1.66GHz Intel Core Duo, 2GB RAM, 60GB, Mac OS X Server 10.6.2

Mac mini Server – Mac mini (Mac OS X Server, Late 2009) 2.53GHz Intel Core 2 Duo, 4GB RAM, 2×500GB, Mac OS X Server 10.6.2

MacBook Air SSD – MacBook Air (Mid 2009) 2.13GHz Intel Core 2 Duo, 2GB RAM, 128GB SSD, Mac OS X 10.6.2

MacBook Pro – MacBook Pro (15-inch, Mid 2009) 3.06GHz Intel Core 2 Duo, 4GB RAM, 500GB Seagate Momentus 7200RPM, Mac OS X 10.6.2

Mac Pro – Mac Pro Two 2.66GHz Dual-Core Intel Xeon “Woodcrest” processors, 8GB RAM, 1TB Hitachi Deskstar, Mac OS X 10.5.8

Xserve SSD – Xserve (Early 2009) Two 2.66GHz Quad-Core  Intel Xeon “Nehalem” processors, 12GB RAM, 128GB SSD, Mac OS X Server 10.6.2

Xserve RAID 5 – Xserve (Early 2009) One 2.26GHz Quad-Core Intel Xeon ”Nehalem” processor, 6GB RAM, 3×1TB Apple Drive Modules, Xserve RAID Card, Mac OS X Server 10.6.2

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...