January 30, 201313 yr comment_559051 Thanks everyone. I went with the 13" rMBP.... Nice! Smart Monkey is smart. Report
January 31, 201313 yr comment_559242 Dinny, I was in a similar boat with 6 years out of the iMac and 4 years out of the Macbook Pro. I'm loving my 15" rMBP but I might have gone for the 13" if it had come out first. Report
January 31, 201313 yr comment_559244 glad I didn't have to answer this question a tenth time Dinny. rMBP FTW! Report
February 1, 201313 yr comment_559392 I'm pretty happy with the rMBP 13". Now I want a 15" rMBP. Report
February 1, 201313 yr comment_559396 I'm pretty happy with the rMBP 13". Now I want a 15" rMBP. I'm pretty sure Apple Stores are open tomorrow. Report
February 1, 201313 yr comment_559402 I'm pretty happy with the rMBP 13". Now I want a 15" rMBP. No you dont. Report
February 1, 201313 yr comment_559442 I'm pretty happy with the rMBP 13". Now I want a 15" rMBP. I think this is my fault Report
February 2, 201313 yr comment_559483 Having gone from a non-r 13" MBP to a non-r 15" MBP with the higher-res screen, I quite enjoy the extra elbow room I have. My main purposes are pretty specific: editing photos in remote locations and DJing. For both of them, extra pixels really make a difference. As a bonus, the 15" has a much (much) better video card and I can actually do some gaming when I'm not at my desk. I've recently taken to Driver: San Francisco and Borderlands 2. The old 13" didn't have a prayer of running either of them. ...of course, none of the above really pertains to the Report
February 2, 201313 yr comment_559532 a lot of my hard drives were formatted to ntfs. upon recently acquiring an airport extreme (and wanting to use it as a file server) i formatted all the drives to mac os x journaled format so the AE could recognize it. quite a few files were set to hidden on my windows machine which i can still view but i don't know how to unhide them permanently by changing the file permissions. they all sit in one folder. are there any tools that are available that can do it in a batch? failing that, are there any tools that allow my to do that one by one? right clicking on the folder and clicking on "get info" didn't yield anything of use. Report
February 4, 201313 yr comment_559782 I accidentally updated my itunes to itunes 11. It seems fine to me. However, many have endlessly complained about it. What are the major complaints about it? Report
February 4, 201313 yr comment_559783 you have to manually turn on the left column / bottom info stuff again, its hidden by default my main gripe is that my album view only seems to be white, I like the dark background. i think coverflow is gone completely? i like album view w/out left column stuff, but I dont like that playlists can't be viewed in album view. Edited February 4, 201313 yr by aardvark baguette Report
February 6, 201313 yr comment_560107 Next week the show I work for is needing to capture a webpage as a live event is going down. I've seen people do this with tutorials so I know it can't be that hard. Anyone have a suggestion (both free or paid) as to what would be my best bet for the Mac? Work computer is running Snow Leopard - dont' really want to tie up mine capturing this. We will be taking the file and editing it with FCP. Thanks. Report
February 6, 201313 yr comment_560110 I believe Apple's built in Quicktime player has a screen recording feature that might fit the bill? I'm on Mountain Lion though so I'm not sure if the Snow Leopard version of Quicktime has the same feature. Edited February 7, 201313 yr by TMoney Report
February 6, 201313 yr comment_560112 I believe Apple's built in Quicktime play has a screen recording feature that might fit the bill? I'm on Mountain Lion though so I'm not sure if the Snow Leopard version of Quicktime has the same feature. I remember using Quicktime Player's Screen Recording feature while I was still on Snow Leopard, so I think there should be no problems. (In Quicktime, File -> New Screen Recording; options can be selected by pressing the down arrow on the right side of the black interface) Edited February 6, 201313 yr by Nanoha Report
February 7, 201313 yr comment_560149 Another alternative is iShowU for capturing the screen, but it seems to be processor dependent i.e. whether the higher resolutions that you capture will be captured for smooth or jerky in playback. However, the update I just installed claims to be 2x as fast (I don't have the HD version). http://www.shinywhitebox.com/ishowu-v1/ http://www.shinywhitebox.com/ishowu-hd/ Report
February 7, 201313 yr comment_560154 cj ... did you partition those drives prior to reformatting to OS/X journaled? If not, try partitioning to a single partition. I'm guessing that should get rid of any ntfs remnants, hidden or not. Of course, you should do this with OS X Disk Manager. Report
February 7, 201313 yr comment_560165 Gene here is what I did. Purchased brand new drive A and formatted it to OS X journaled. Copied everything from ntfs formatted drive B to drive A. Files on drive A are hidden. Need to unhide them. Files on drive C were then copied to drive B and drive C was formatted. Cascaded this until all drives were formatted to OS X format. I used the disk utility in mountain lion. All drives have only one partition. Edited February 7, 201313 yr by crappyjones123 Report
February 7, 201313 yr comment_560223 Ah ... I missed that you were copying all the files - thought you just formatted, and had junk left. So, if I understand correctly, you have hidden windows files taking up space on your os x drives. hmmmm, what did you use to do the copying? A cloner like Super Duper or Carbon Copy? Report
February 7, 201313 yr comment_560226 CJ ... Try this - it works for me. Open Terminal and copy/paste:defaults write com.apple.Finder AppleShowAllFiles TRUE; killall FinderThis allows all hidden files to be visible in Finder. You can delete them using the normal GUI way with Finder. Then back to Terminal and copy/paste:defaults write com.apple.Finder AppleShowAllFiles FALSE; killall FinderThis will get you back to normal. Report
February 7, 201313 yr comment_560238 Thanks gene. I just copy pasted the files over. No fancy program. Macs can read ntfs drives but not write to them. I wanted to write to the drives as well hence the entire cascade format event. I might not have explained correctly. The files are unhidden and I can see them after using the command you posted. I don't want to delete them. I simply want to change their attributes from hidden to unhidden permanently so they look like any other file and then turn off the see hidden files feature. I want to keep all the files - just have them all be visible in regular view mode. I wouldnt even care if to open them I didn't have to right click on them every time and select a program manually where with regular files one can just double click. Report
February 7, 201313 yr comment_560266 I use Tuxera NTFS to write to NTFS drives no problem. Literally on a daily basis since it was released. Report
February 7, 201313 yr comment_560274 CJ ... if you aren't averse to using command line in Terminal, and know where the files are, you can change attributes there. Lots of other stuff, too. Here's a primer: OS X Terminal Commands In particular, CHFLAGS, will allow changing attributes. Report
February 7, 201313 yr comment_560287 Marc, all my drives are connected to an AirPort Extreme so needed to format them anyways as ae doesn't read ntfs drives. Gene ill try that later. Thanks. Report
February 7, 201313 yr comment_560300 Another alternative is iShowU for capturing the screen, but it seems to be processor dependent i.e. whether the higher resolutions that you capture will be captured for smooth or jerky in playback. However, the update I just installed claims to be 2x as fast (I don't have the HD version). http://www.shinywhitebox.com/ishowu-v1/ http://www.shinywhitebox.com/ishowu-hd/ Does it do audio as well? Quicktime did not do audio on my test grab... Report
February 8, 201313 yr comment_560338 Does it do audio as well? Quicktime did not do audio on my test grab... Yes, it installs an audio device called soundflower that allows the audio to be captured while the selected area on the screen is also captured as video. Report
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.