The Wiert Corner – irregular stream of stuff

Jeroen W. Pluimers on .NET, C#, Delphi, databases, and personal interests

  • My badges

  • Twitter Updates

  • My Flickr Stream

  • Pages

  • All categories

  • Enter your email address to subscribe to this blog and receive notifications of new posts by email.

    Join 1,860 other subscribers

Archive for the ‘MacBook Retina’ Category

If you miss having the Caps Lock button on your #Chromebook… (via: Google Chrome – Google+)

Posted by jpluimers on 2014/02/13

This reminds me about mapping the CapsLock to Windows-key on old Lenovo keyboard (you can do that [Wayback/Archive] with ReMapKey from Microsoft, the [Wayback/Archive] slightly more convoluted open source SharpKeys, or a AutoHotKey script), and a [Wayback] Mac equivalent:

MacOS:

I like to have a second Control key instead of Caps Lock.

In OS X, go to System Preferences -> Keyboard -> Keyboard -> Modifier Keys… and change or turn off Caps Lock, Control, Option and Command.

For more radical key remapping in OS X, use KeyRemap4MacBook. Despite the name, it works on non-Macbook machines, too.

ChromeBook:

If you miss having the Caps Lock button on your #Chromebook, you can turn the Search button into a Caps Lock button in a couple steps: find “Keyboard Settings” under the “Settings” menu, and select “Caps Lock” under the “Search” drop-down menu.

Or you can use this quick link on your Chromebook: chrome://settings/keyboard-overlay

Chromebook has [Wayback/Archive] quite some different keys than a Windows keyboard.

Ben Ostrowsky has a nice post with an SVG drawing of the [Wayback/Archive] Chromebook keyboard layout.

Read the rest of this entry »

Posted in Apple, Chromebook, Google, Keyboards and Keyboard Shortcuts, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User | Tagged: , , , , , | Leave a Comment »

Fix the “App can’t be opened because it is from an unidentified developer” Error in Mac OS X

Posted by jpluimers on 2014/02/13

You don’t want to fully open your Mac to always install applications, so I’m glad that OSXDaily provided multiple workarounds:

Fix the “App can’t be opened because it is from an unidentified developer” Error in Mac OS X.

I needed it to install the nmap binary for OS X.

–jeroen

Posted in Apple, Mac, Mac OS X / OS X / MacOS, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User | Tagged: , | Leave a Comment »

Mac OS X: How do you run JavaScript script through the Terminal? (via: Stack Overflow)

Posted by jpluimers on 2014/02/11

Now I have these aliases in my ~/.bash_profile:

alias jsc='/System/Library/Frameworks/JavaScriptCore.framework/Versions/Current/Resources/jsc'
alias JavaScript='/System/Library/Frameworks/JavaScriptCore.framework/Versions/Current/Resources/jsc'

Now I can use the WebKit jsc from the console.

Thanks User microspino – Stack Overflow for this answer: Read the rest of this entry »

Posted in Apple, Development, JavaScript/ECMAScript, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User, Scripting, Software Development | 1 Comment »

OS X menu keyboard shortcuts: Ctrl-F2 and Shift-Command-?

Posted by jpluimers on 2014/02/04

So I don’t forget:

Often, Ctrl-F2 (^-F2) fails to show the menu, but ⇧ ⌘ ? (shift+command+/) works all the time.

You can navigate the menus in the menu bar without using a mouse or trackpad. To put the focus in the menu bar, press Control-F2 (Fn-Control-F2 on portable keyboards). Then use the key combinations listed below.

Left Arrow and Right Arrow Move from menu to menu
Return Open a selected menu
Up Arrow and Down Arrow Move to menu items in the selected menu
Type the menu item’s name Jump to a menu item in the selected menu
Return Select a menu item

–jeroen

via:

Posted in Apple, Keyboards and Keyboard Shortcuts, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User | Leave a Comment »

Clean Up And Shrink VMWare Fusion Virtual Machines With Ease | The Webernets

Posted by jpluimers on 2014/01/29

While getting a Retina MacBook Pro screen replacement, I upgraded from VMware Fusion 4 to VMware Fusion 6 and found out it is really easy to Clean Up And Shrink VMWare Fusion Virtual Machines With Ease | The Webernets.

That saved me bout 100 gigabyte across in total.

Sometimes tiny things not much advertised make an upgrade worthwhile.

Note that as usual some restrictions apply (like not having snapshots, having a backup, and the machines needing to be in the “shut down state), but it went really really smooth (probably the SSD helps a lot here).

–jeroen

Posted in Apple, Fusion, Mac, MacBook, MacBook Retina, MacBook-Pro, Power User, VMware | Leave a Comment »

How to Keep Alive SSH Sessions (getting rid of the “Write failed: Broken pipe”)

Posted by jpluimers on 2014/01/25

Getting rid of the dreaded “Write failed: Broken pipe”.

Note the difference of ServerAliveInterval/ServerAliveCountMax and ClientAliveInterval/ClientAliveCountMax.

For Mac, Linux and CygWin: Read the rest of this entry »

Posted in *nix, Apple, Cygwin, Linux, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User, SuSE Linux | Leave a Comment »

7za in the OS X Terminal on your Mac

Posted by jpluimers on 2014/01/25

On both Windows and OS X, I use 7zip a lot. Usually the GUI versions (currently 7z920 on Windows and Keka 1.0.4 on OS X).

But for some purposes (for instance: compressing .lnk files) the 7za command-line version is a must (it has lots of options).

Note that the Windows 7za command-line version is 32-bit.

If you handle really large files on Windows, you might want to use the 64-bit 7z.exe that is in `%ProgramFiles%\7-Zip\7z.exe`.

There are a few ways to install the 7za console version on a Mac so you can access 7za from the Terminal in OS X. Read the rest of this entry »

Posted in 7zip, Apple, Compression, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User | Leave a Comment »

Happy 30th birthday Mac!

Posted by jpluimers on 2014/01/24

Being away from a computer sometimes means you forget about events.

So before I forget: happy 30th birthday Mac!

For me, real programming started 31 years ago on an Apple II at high school, soon followed by a II+ and a //e. At first, I was programming in both Integer Basic and AppleSoft Basic, then with Apple Pascal (which was based on UCSD Pascal, but way too slow), and finally with Turbo Pascal 1.0 (after they installed a Microsoft Z-80 softcard in a few of the machines which allowed it to run CP/M).

Back then me, nor my parents could afford a computer like a Mac, but I was lucky enough to keep on people at the “close by” (30 minutes by bicycle) University to use one and program in hyper card and various Pascal dialects (and later Delphi).

Now I own a few Macs (most more portable than the //c) bought a //e and //c last summer and collecting some extension cards to make life easier.

Just look at the B&N magazine rack how popular the Apple stuff is today:

image

So again: happy 30th birthday Mac!

Without you, I wouldn’t be a software developer.

–jeroen

via: Apple bracht eerste Mac-computer 30 jaar geleden uit – Computer – Nieuws – Tweakers.

Posted in //e, Apple, Apple Pascal, Delphi, Development, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.4 Tiger, Mac OS X 10.5 Leopard, Mac OS X 10.6 Snow Leopard, Mac OS X 10.7 Lion, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, Object Pascal, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Pascal, Power User, Software Development, Think Pascal, Turbo Pascal, UCSD Pascal | 1 Comment »

Reminder: find out which Windows 7 drivers work for ScanSnap S510 from Fujitsu

Posted by jpluimers on 2014/01/14

One of the few Windows XP machines left is main usage is for the Fujitsu ScanSnap S510 scanner that I have been using for years: it is small, does duplex scanning, emits searchable PDFs through an embedded Adobe Acrobat and Abby ScanSnap Edition OCR license. The Scan button on the scanner “just works” and allows for a “Scan Now, organize later” workflow.

Just Works: if a user is logged in on the Windows machine, which usually is the case.

Next to that, it is used for internet browsing and remote desktop access to VMs in the various clouds: it is more than adequate for that with dual Dell UltraSharp U2407WFP monitors at 1920×1200. The extra 120 pixels over “modern” 1080p do make a difference you know.

I never bothered to upgrade the machine, as it works so nicely and I have had bad experience replacing systems that include embedded licenses: it usually doesn’t work.

Of course I could buy a new ScanSnap iX500, but I don’t want to increase the electronic waste unless I’ve researched if it is possible to get the ScanSnap S510 working on Windows 7 or 8.x, or even on one of my Macs.

So here are some links for further research on a light-weight solution: Read the rest of this entry »

Posted in Apple, Fujitsu ScanSnap, Hardware, ix500, Mac, Mac OS X / OS X / MacOS, MacBook, MacBook Retina, MacBook-Air, MacBook-Pro, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User, Scanners, Windows, Windows 7, Windows 8 | 1 Comment »

Retina MacBook Pro: with VMware Fusion 5: setting resolution 2880 x 1800 not available in Windows 8 (via: Ask Different)

Posted by jpluimers on 2013/12/27

(Originally scheduled for 20130930, so it made it to the Missed Schedule list as well)

On my research list, as I want to do this in Windows 7 as well as windows 8: retina macbook pro – Resolution 2880 x 1800 not available in Windows 8 (VMware Fusion 5) – Ask Different.

–jeroen

Posted in Apple, Fusion, Mac, Mac OS X / OS X / MacOS, MacBook, MacBook Retina, MacBook-Pro, OS X 10.8 Mountain Lion, Power User, VMware, Windows, Windows 7, Windows 8 | Leave a Comment »