Harry McCracken article on the iPad Pro needing Pro Software and my thoughts

 

Harry McCrakken at Fast Company has an article about how the iPad Pro just got way more Pro, but now it needs more Pro Software.

And I wholeheartedly agree. There is no overall user interface, everyone does it differently, and for me at least I don’t see the stability to use it in a work environment. Like Final Cut Pro X apps on iPad are supposed to just save and, but every time I have tried to really use art software on an iPad it crashes and I end up losing not a small amount of work, but most of my work, admittedly the same thing has happened to me with Final Cut pro X and it’s auto save with everything you do, if you are forced to use autodave and on the iPad have no way to backup your save definitively, then it can’t be used in a work environment and feel safe.

Now I hate windows, but I have an old Surface and even though it is far slower and doesn’t have an impressive touch interface, being able to use a full version of Photoshop is far superior to anything on a much more powerful iPad. It is too slow to edit on, but photoshop if far superior.

And while I have tried some editing on the iPad, and it works for simple stuff, it just isn’t pro. Even though an iPad can play back H.265 footage better than any Mac I have ever seen, the software on the iPad is not conducive to the Pro Work that the hardware is capable of. Of course again I kind of feel the same about Final Cut Pro X, it has some amazing high level technology, but it just isn’t put together how it should be or how an experienced editor would want to use it.

And programs just crash on an iPad, there is now way to see the memory used or how it is being taxed. Even the simplest apps like web browser crash and I lose all my tabs all the time.

And since every palm pilot had a way to store the pencil securely within the device, why can’t apple figure this out? The Apple Pencil is only useful if it is charged and attached. Having to keep it safe separately is not ideal.

I love my iPad because of convenience, but I have to say I would rather have a mac equivalent of a Microsoft Surface Book. A laptop with a touchscreen and a graphics card in the keyboard for editing work, but that I can take off and use as a tablet. And now that they both use the same chips this certainly should be possible. That would be ideal, though it would need to add Thunderbolt External GPU support to M1 Macs.

Simon Wyndham on RedShark News on him considering leaving the Mac for Windows Editing

Simon Wyndham at RedShark News has a good read on why he is considering moving back to PC after the lackluster Pro Laptops and the lack of a real Pro Mac.

Now I have been saying this for years now. I don’t want to leave Mac, as I like it much better than Windows, but Windows has really become superior for Professional Computer work. There is not the choice with Mac, and the fact that the MacPro is from 2013 and itself has no upgrade ability really limits the Mac. Sure I could go Hackintosh, but working on a Quo at work I have seen the issues with upgrading, and don’t really want to deal with it.

Apple has given up on the creative professional, and Microsoft has stepped up. Look at the next Windows Update for Creatives, and the Suface, Surface Book, and Surface Studio are really for creatives!

I think Apple is making a huge mistake by not making machines for the market that kept them afloat through all the bad years, but Tim Cook doesn’t seem to agree, and Apple will suffer for it.

Installing Boot Camp on High Capacity Disks

Other World Computing has a great article on how to install a bootcamp partition on disk larger than 2.2TB.

I wish I had seen this earlier. As I recently replaced my 2TB that had bootcamp on a partition on it with a 3TB drive that I took out of my Synology, and I could not restore my old BootCamp partition using WinClone because I could not make the partition. I could do it again now, but would have to reback up the drive and then move it back afterwards, and am not sure I have enough hard drive space for this, unless I wipe out the old disc with BootCamp on it. And I have yet to do a WinClone Restore so I am not sure it will work and don’t want to lose the BootCamp partition just in case.

Batch Converting Pages Documents to Word Documents with Applescript

So if you read this blog you already know that I have pretty much come to the decision that my next computer will not be a Mac. I love my old MacPro 4,1 but it is getting long in the tooth, and I haven’t even been able to do the Firmware Upgrade to get it to 5,1, so the next OS Sierra will not work on my current MacPro as it will only work on a 5,1 (I haven’t tried putting in my old video card before the upgrade, which might help, but it looks like El Capitan makes it harder).

Unfortunately in 2007 I moved over to Pages to do my invoices, resumes and cover letter. Now you can individually export your documents to the modern word format docx, but I am talking hundreds and hundreds of files that I may want to access at some point, so I wanted a way to batch those files.

This requires applescript, and while I used to be OK at Applescript all those skills have since gone away.

A quick google search showed one page dedicated to scripting the iWorks suite, and it is iWorkAutomation. Specifically there is a script to Export to Word, but it is not a batch export, just a single use, and so not of use to me, except for stealing some of it’s commands.

So then I went back to the old faithful applescript forums MacSpripter, and did a search. And I found an awesome script from Yvan Keonig, which automates the process, allowing you to pick a folder with you pages documents and then chose a destination folder, and it batch converts to PDF files.

Luckily my limited Applescript skills and the fact that the script was so well written, let me use the Microsoft Word commands from iWork Automation and combine them to make a script to convert to Word documents.

Just copy this script and paste it into Script Editor and run the script. You can also save the script to your scripts folder.

set theSourceFolder to (choose folder with prompt “Select a folder whose files you wish to convert to word:”)
tell application “Finder”
set filesArray to every file of theSourceFolder whose name extension is “pages”
end tell
set theDestinationFolder to (choose folder with prompt “Select a folder where you want the converted files to be placed: “)
tell application “Pages” to activate
repeat with aFile in filesArray
tell application “Finder”
set fileAlias to aFile as alias
set fileName to name of fileAlias
set fileExtension to name extension of fileAlias
end tell
set theOriginalName to fileName
— remove extension
set prevTIDs to AppleScript’s text item delimiters
set AppleScript’s text item delimiters to “.” & fileExtension as string
set fileName to first text item of fileName
set AppleScript’s text item delimiters to prevTIDs
— prepare desktop folder path and name
set docPathAndName to (theDestinationFolder as text) & fileName & “.docx” # EDITED
tell application “Pages”
— open the file
set targetDocument to open fileAlias — EDITED : was aFile which is a Finder reference, not what Pages requires
repeat 10 times # I added a loop which may be useful if the original document is very long
try
export targetDocument to file docPathAndName as Microsoft Word
exit repeat
on error
tell me to delay 0.5
end try
end repeat
— close it
close targetDocument saving no
end tell
end repeat
tell application “Pages” to quit
display dialog “Done!”

Awesome, now I have batch updated all my pages documents to Word documents. Sure the formatting needs some updating, but at least they will all work on a PC!

Davinci Resolve 12.5.1 Supports Quicktime ProRes on Windows, death knell for Quicktime

BlackMagicDesign’s Davinci Resolve 12.5.1 has been released and it includes Quicktime ProRES decoding on Windows! You can check out all the new features here.

With Apple having ended Quicktime support for Windows, and now Adobe and DaVinci adding Quicktime Pro Res playback on Windows, that basically means that you can use all the old ProRes files you have, but it is time to move on. And it is unfortunate as ProRES HQ had really become a great intermediate format and ProRES 444 is an awesome alpha format.

And it looks like it is time to move to AVID’s DNxHD format, since like ProRES it is pretty much visually lossless at higher bitrates.

Moving from Rapidweaver to a PC Web Site Creation Tool, any help would be appreciated! MacPro 4,1 EOL, so time to move to PC.

So if you have been reading my posts you know that my MacPro is nearing the end of it’s life. The next version of OS X, macOS Sierra, officially does not support my MacPro 4,1. Now it does support the MacPro 5,1, and I can do a firmware flash and make my Mac think it is a 5,1, since the only different was a firmware upgrade and newer processors. So I will be able to Install Sierra, but the writing is on the wall and Sierra will likely be the last OS to support a 5,1 MacPro.

And it is not like I have a stock 4,1, it has an SSD, an NVIDIA GTX 670 with 4GB of RAM, and a ton of Hard drives, but the big issue is that Adobe Creative Cloud big updates tend to only work with the latest Mac Upgrade so my MacPro has maybe a year or at best 2 before it can no longer get OS upgrades, and will literally be a paperweight. Sure I can still run it for some things, but it won’t be getting security upgrades, and software will stop working on it.

Now for most software I can easily move it to a PC, or if not easily it can at least be done. I can resave all my Pages files to word docs, and things like that, but for Web Site Creation it is not so Easy.

I run Rapidweaver 6 for web site creation. I used to make my own web sites in HTM, and have run many many programs from Net Objects Fusion when it was Mac, to Dreamweaver, but I don’t want to code anymore, as basically when the web moved heavily to CSS I moved to WYSIWYG completely and gave up on coding for the most part.

So now I run RapidWeaver 6 (I know 7 is out, but do I really want to upgrade, when in the next few years I will be likely be moving to windows? Not really!) and do my 2 web sites, as well as my mom’s web site for her business.

Of course RapidWeaver is unfortunately Mac only. So the question becomes what to rebuild my web sites in that would work on a PC. The obvious choices are not so obvious.

I already run Adobe Creative Cloud, so Dreamweaver makes sense if I wanted to code HTML, but I don’t.

So I recently took a look at Adobe Muse, it’s WYSIWYG web creation tool, that was created not by the Dreamweaver team, but by the Indesign team. And MUSE looks fantastic and powerful, except for one major thing, BLOGS!

And it is blogs that hurt the whole equation! I have one local WordPress Blog, my Movie review blog, and 4 google blogger blogs. Now I know that not having a blog local means that it won’t show up in search for the site, though I get around this in RapidWeaver by user the Loghound SiteMap plug in, which scans all of your blog entries and gives them local entries in your siteindex.xml. And honestly if I had to I could move all those Blogger blogs to local WordPress blogs, to have all the entries show up as local pages, but even that doesn’t help with Adobe Muse.

With Adobe Muse, there are no blogs. Sure a few third party plug ins have been made to make local blogs, and you can show blog entries from RSS, but there is literally no way to show your whole blog. Not even a local WordPress blog! And it sounds like even if they do it will have to be blog posted on Adobe Business Catalyst and not on your own hosted web site.

If Adobe would let you use locally published WordPress Blogs I would be fine, and could move my Blogger blogs to their own WordPress blogs, and publish locally, but that doesn’t sound like it will happen.

And so the point of this point, to ask, does anyone have a solution for me. The best solution would be a cross platform WYSIWYG solution that lets me remake my sites on my mac before I move to PC, and lets me integrate my WordPress and Blogger blogs into the site easily. Now I could also go for a PC Only solution, and run it in either Bootcamp or Parallels ( I currently have both, so I can do that), but then I need a powerful WYSIWG web site editor that can incorporate outsite and local blogs, and is something like Rapidweaver.

Any input would be greatly appreciated! Thank you!