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,839 other subscribers

Archive for the ‘Apple’ Category

Reminder: check for PCIe SSD upgrades – via: How-To Upgrade the SSD in your MacBook Air or Retina MacBook Pro, boosting size & speed | 9to5Mac

Posted by jpluimers on 2015/05/29

Need to check this out in the summer: see if there is PCIe SSDs available for my Late 2013 Retina MacBook Pro.

Newer-generation 13″ and 15″ Retina MacBook Pros use newer SSDs with faster PCIe connectors. As of early 2015, no third-party SSDs are compatible with this standard, but we’re expecting to see options hit the market closer to the middle of the year. Some Retina MacBook Pro SSDs will apparently be capable of achieving speeds in the 1.2GB/second range, compared with the 700-800MB/second speeds of stock drives.

–jeroen

via: How-To: Upgrade the SSD in your MacBook Air or Retina MacBook Pro, boosting size & speed | 9to5Mac.

Posted in Apple, Mac, MacBook, MacBook Retina, Power User | Leave a Comment »

Intermittent but frequent OS X pauses may be from iCloud syncing | MacIssues

Posted by jpluimers on 2015/05/21

fseventer is a great tool for investigating Mac OS X file system events. Like many low-level tools, it requires admin privileges.

This is apparent through the use of the tool “fseventer” which monitors what files on your hard drive are being accessed.

–jeroen

via: Intermittent but frequent OS X pauses may be from iCloud syncing | MacIssues.

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

Macbook Pro Retina QHD+ 2015 Expected Specs. Skylake.

Posted by jpluimers on 2015/05/01

A few places, including the comment thread at MacWorld UK – New 2015 MacBook Pro with Retina display release date, specs and UK pricing – News – Page 2 – Macworld UK have a some rumours on the Macbook Pro Retina QHD+ 2015 Expected Specs: Skylake and more.

This would be having the Skylake Tock of the Intel Tick-Tock.

If Apple pulls that of this year, I’m sure lots of high end developers and graphics people are going to get it:

Macbook Pro Retina QHD+ 2015 Expected Specs.

  • Processor : Intel Skylake i7-6770HQ (40% Faster & 50% Power Efficient Over Haswell)
  • RAM: 32 GB DDR4 @ 2400 Mhz.
  • Display : Retina QHD+ (iPS/OLED 30% Power Saving!)
  • Hard Disk : 3rd-gen PCIe SSD 2.1Gbps Read Speed 1.6Gbps Write Speed.
  • Graphics Card : Intel & GTX 970 M 4GB DDR5 256Bit. (300x Faster & 50% Less pwr vs 750m)
  • Body/Looks : New Thinner Design & 3 Color Options.(Radical New Look)
  • Security : Touch ID integration.
  • Webcam : Improved Face time HD Camera 1080p @ 60fps
  • Keyboard : New Multi Color LED Backlight Keyboard.

–jeroen

Posted in Apple, Mac, MacBook, MacBook Retina, Power User | Leave a Comment »

Mac OS X: Open a Terminal at Folder from Finder / Open Finder at Folder from the Terminal (via: StackOverflow)

Posted by jpluimers on 2015/04/06

Thanks User Chris Page – Stack Overflow for answering on StackOverflow:

  • How to open a Terminal from a selected Folder in the Finder
  • Hoe wo open a Finder at the current Folder in a Terminal

Some quotes of his answer:

As of Mac OS X Lion 10.7, Terminal includes exactly this functionality as a Service. As with most Services, these are disabled by default, so you’ll need to enable this to make it appear in the Services menu.

System Preferences > Keyboard > Keyboard Shortcuts > Services

Enable New Terminal at Folder. There’s also New Terminal Tab at Folder, which will create a tab in the frontmost Terminal window (if any, else it will create a new window). These Services work in all applications, not just Finder, and they operate on folders as well as absolute pathnames selected in text.

In addition, Lion Terminal will open a new terminal window if you drag a folder (or pathname) onto the Terminal application icon, and you can also drag to the tab bar of an existing window to create a new tab.

Finally, if you drag a folder or pathname onto a tab (in the tab bar) and the foreground process is the shell, it will automatically execute a “cd” command. (Dragging into the terminal view within the tab merely inserts the pathname on its own, as in older versions of Terminal.)

You can also do this from the command line or a shell script:

open -a Terminal /path/to/folder

This is the command-line equivalent of dragging a folder/pathname onto the Terminal application icon.

–jeroen

via: osx – Open terminal here in Mac OS finder – Stack Overflow.

Posted in Apple, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.7 Lion, OS X 10.8 Mountain Lion, OS X 10.9 Mavericks, Power User | 2 Comments »

Setting the SMB/Netbios name of your Mac

Posted by jpluimers on 2015/03/30

Even after changing the name of your Mac, from the Windows side it still looks like this:


C:\Users\developer>net view
Server Name Remark
——————————————————————————-
\\MACBOOKPRO-4C7F Jeroen's MacBook Pro
The command completed successfully.

I knew I had solved this in the past, as the MacBook Air showed up correctly in the list:


C:\Users\developer>net view
Server Name Remark
——————————————————————————-
\\MACBOOKPRO-4C7F Jeroen's MacBook Pro
\\MBAIR133JWP MBAIR133JWP
The command completed successfully.

The trick is that there are 2 names for your Mac: the name for the Apple side of things, and the name for the Windows side of things. For the latter you’d think it would be named SMB or NetBIOS. Read the rest of this entry »

Posted in Apple, Mac, Mac OS X / OS X / MacOS, 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, Power User, SpotLight | Leave a Comment »

OS X Finder: viewing hidden paths

Posted by jpluimers on 2015/03/27

One of the most frustrating things on a Mac is that the OS X Finder does not allow you to browse all paths.

Unlike Windows the Windows Explorer, where it is fairly easy to switch a preference for enabling/disabling showing the hidden files and folders, there is no option in the Preferences. There is a command-line trick (see below) to enable/disable showing hidden files and folders.

Luckily, both the Windows Explorer and the Mac OS X Finder allow you to specify the full folder path to browse, where you can enter a path that otherwise would (partially) be invisible.

  • Windows Explorer: just enter a full path in the address bar.
  • Mac OS X Finder: press Shift-Command-G (or Menu -> Go -> Go to Folder...), then enter the full path.

An alternative for Mac OS X is the payed (but great tool) Path Finder which is one of the best Finder replacements I know.

Command-line trick to enable/disable Mac OS X Finder hidden folder behaviour

Read the rest of this entry »

Posted in Apple, 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, Power User | Leave a Comment »

Liz Kimber: My first computer, is responsible for who i am today.

Posted by jpluimers on 2015/02/21

Liz Kimber hits the nail on the head:

My first computer, is responsible for who i am today.

That’s one of the reaons I bought both an Applle //e and //c last summer (:

–jeroen

via: Alen Cox’ computer history reshare – Google+.

Posted in //e, About, Apple, Apple ][, Personal, Power User | Leave a Comment »

Mac OS X: Replicating md5sum Output Format (via: Raam Dev)

Posted by jpluimers on 2015/02/18

Mac OS X has md5, but no md5sum.

I agree with Mac OS X: Replicating md5sum Output Format that the second way of emulating md5 is better than the first one.

So here it is:


#!/bin/bash
/sbin/md5 -r "$@"

view raw

md5sum.bash

hosted with ❤ by GitHub

–jeroen

via: Mac OS X: Replicating md5sum Output Format – Raam Dev

Posted in Apple, bash, Development, Hashing, 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, md5, OS X 10.8 Mountain Lion, Power User, Scripting, Security, Software Development | Leave a Comment »

NotePad++: Text Editor which shows \r\n (via: Stack Overflow)

Posted by jpluimers on 2015/01/26

I hadn’t monitored Notepad++ in a very long time, so I was glad that User Thomas Owens mentioned that it can show you the CR and LF codes:

With Notepad++, you can show end-of-line characters. It shows CR and LF, instead of “\r” and “\n”, but it gets the point across. […]

To use Notepad++ for this,

  1. open the View menu, open the Show Symbols slide out, and
  2. select either “Show all characters” or “Show end-of-line characters”.

I needed this because many development environments get confused when you have text files using a mix of line-break kinds (in my case LF, CR and CRLF).

–jeroen

via Text Editor which shows \r\n? – Stack Overflow.

Posted in *nix, Apple, Linux, Mac, Mac OS X / OS X / MacOS, Mac OS X 10.7 Lion, OS X 10.8 Mountain Lion, Power User, SuSE Linux, Windows | Leave a Comment »

Apple Mac LC475 fun: New computer time. Well not exactly “new”. I needed to read/write some old…

Posted by jpluimers on 2015/01/18

Interesting talks about Apple Macintosh (now Mac) LC475, 800K floppies, System 7.6/7.7, SCSI, AppleTalk, Serial, Ethernet, hardware upgrades, etc.

New computer time. Well not exactly “new”. I needed to read/write some old….

Posted in Apple, History, Mac, Power User | Leave a Comment »