I make apps, take a look đ
Beautiful images of code
Generate gorgeous, highly customizable images from your code snippets. Ready to save or share.
Install and use pip without sudo
Iâm used to installing and running my Ruby gems in user space with the help of
rbenv
. I wasnât aware of a similar setup for Python, until today.This Gist by Matthew guides you through all the steps you need to take. Itâs quite simple, really.
# Uninstall sudo-requiring pip (only if pip is already installed) sudo pip uninstall pip # Download pip curl https://bootstrap.pypa.io/get-pip.py -o ~/Downloads/get-pip.py # Install pip with the --user argument python ~/Downloads/get-pip.py --user # Add Python's bin folder in ~/Library to your PATH environment variable echo 'export PATH="$HOME/Library/Python/2.7/bin:$PATH"' >> ~/.bashrc # Reload your config source ~/.bashrc
Matthew mentions to remember to append
--user
when installing modules:$ pip install <package_name> --user
Some lubrication all but silences your Dreamcast
I recently purchased a Japanese Dreamcast, after getting a Japanese Sega Saturn before. Theyâre pretty great. The main benefit being cheap hardware and relatively inexpensive games. Hereâs a pretty good example, check out these two Saturn Bomberman games:
Anyway, the downside of getting a Japanese Sega Dreamcast, is that it is loud. Extremely loud. Just listen to it:
After switching mine on for the first time I was convinced it was broken. PAL Dreamcast arenât exactly whisper quiet, but this is something else.
Luckily thereâs a way to reduce this dramatically. This video by Mark Fixes Stuff goes over the process of lubrication the gears in the Dreamcastsâ GD-ROM drive. Disassembling the device takes some time, but itâs a very straight forward process that pays off immensely.
At the 18.48 second mark, you can hear the difference. Definitely worth the effort. If only my step-down converter (European 220V to Japanese 110V) could be silenced the same way⊠I currently use one half of a clothespin thatâs wedged between a radiator and the converter in such a way that it presses down on a specific part of the container, which reduces the buzzing to a minimum.
While the Dreamcast was disassembled I also replaced the internal battery, so it saves the date information when it loses power (every time I turn off that horrible step-down converter).
If youâre comfortable around a soldering iron, itâs a trivial procedure. Desolder three points and install one of these. Pro tip: donât pay any more than a few cents for these vertical holders.
And thatâs it, my Dreamcast runs pretty silent for a Japanese model and it remembers the date. đ
To move your Time Machine backup to another disk, use Disk Utility
Update July 12th 2018
A reader let me know that since macOS 10.13.4 (at least) Finderâs copy behavior has changed and will respect hard links. This means that the backup will no longer dramatically increase in size. It will still take hours âPreparing to Copyâ, though.
Iâve not tested this, and until I do my recommended way of copying a Time Machine backup is still using Disk Utility. If youâre feeling adventurous however (and have a bunch of time to spare), you might want to give Finder a go first.
Time Machine is a great way to store incremental backups of your Mac. Itâs pretty efficient too, using only a relatively small amount of disk space. Still, there are reasons to switch your Time Machine backup to another drive. Maybe your disk is showing signs of failure, or itâs simply running out of space. Moving your backup is not as easy as it seems though.
I have several backup disks and was using them rather inefficiently, thatâs why I wanted to move my Time Machine partition to a new disk. After trying several ways to make this happen, Iâve come to the conclusion that using Disk Utility is the only reliable method. But first, letâs go over every method Iâve tried that didnât work:
Finder (takes a long time, increases size)
Apple actually recommends using Finder to move or copy a Time Machine backup, by simply dragging the
Backups.backupdb
to another drive. These are the steps they tell you to take:- Check the format of your new backup drive.
- Set permissions on your new backup drive.
- Temporarily turn Time Machine off.
- Copy your backup data from your original drive to your new drive.
- Set Time Machine to use your new drive.
Things will go differently than you might expect on step 4 though. First, itâll take many hours before Finder actually starts copying; it spends this time preparing to copy. And while itâs copying youâll notice that the copy will grow a lot bigger than the original backup.
Terminal commands (increases size)
- Open a Terminal window (
/Applications/Utilities/Terminal.app
). - Type in the following command (without the $ sign and replace [Time Machine Disk] and [Destination Disk] with the relevant paths in your setup):
$ cp -a "/Volumes/[Time Machine Disk]" "/Volumes/[Destination Disk]"
This actually starts copying files straight away, but youâll notice after a while that this method also increases the size of the copy several times over the original.
Funny story: I actually spent several hours copying files using
cp -r
instead ofcp -a
. The-a
parameter takes into account symbolic links and such, while-r
doesnât. The backup wouldâve been corrupted.Always copy folders and packages using
cp -a
.
â Me, after wasting several hoursDisk Utility
This comes with a few downsides, but it actually gives you an exact copy of the original data.
Downsides
- You can only copy from a disk or partition to another disk or partition.
- The destination partition needs to be at least the same size of the original, probably a little bigger.
- Itâs a little more complicated than simply dragging the
Backup.backupdb
folder to a new disk.
Upsides
- Relatively quick.
- The copy is the exact same size as the original.
Currently, itâs the only way I know to reliably move a Time Machine backup to another disk. I donât understand why Apple advertises using Finder instead of using this. Anyway, hereâs how it works:
- Open Disk Utility (
/Applications/Utilities/Disk Utility.app
). - Check the format of your new backup drive. It needs to be a GUID partition and formatted as Mac OS Extended (Journaled).
- Temporarily turn Time Machine off.
- In Disk Utility select the new backup drive.
- From the âEditâ menu item, select âRestoreâŠâ.
- In the menu that pops up select the original Time Machine drive.
- WaitâŠ
- Set permissions on your new backup drive. Get Info on the new drive in Finder and make sure âIgnore ownership on this volumeâ at the bottom of the âSharing & Permissionsâ section of the Get Info window is unchecked.
- Go into Time Machine and select your new drive to backup to.
And thatâs it, you now have an exact copy of your Time Machine backup on another drive. đ
Matt3o's Whitefox keyboard was worth the wait
They say you shouldnât skimp on a great mattress, because you spend so much time with it. As someone who writes (code) for a living, the same could be said about a keyboard.
After much anticipation, Iâm delighted to be able to type this article on the Whitefox keyboard designed by Matt3o.
Packaging
The packaging and setup is special. It came in an almost completely white box, with a small note inside. Itâs mentioned a few times that this is the first batch of Whitefox keyboards and that more are on the way.
The blue and white USB cable came included with the keyboard. Also in the box are feet and a few pads to raise the keyboard at a more comfortable angle and stop it from moving around. The board needs to be opened up to install the raised feet. This might seem cumbersome, but knowing the keyboardâs build-it-yourself heritage, this is actually a cool detail. The inside looks as brilliant as the outside.
Matt3o signed the bottom of the board, like an artist signing a piece of art.
Setup
I got a little confused after hooking it up, because some output didnât match up with the label on the keycaps; the backspace key didnât remove anything, but added a â' on the screen. Luckily this was easily fixed using Input Clubâs Configurator.
The Whitefox keyboard comes in a variety of layouts: Vanilla, ISO, Aria, Winkeyless, The True Fox (the one I have) and Jack of All Trades. I think every board comes pre-programmed with the Vanilla layout. Iâve customized the default True Fox setup to include a number of special functions that I use regularly, like: volume, media, LED brightness etc. Iâve also changed the modifier keys to match Appleâs standard. You can get my custom layout on GitHub.
Typing
The typing experience is excellent. I opted for Cherry MX Blue switches, which means theyâre loud, but delicious to type on. The aluminium body is sturdy and doesnât flex, no matter how hard you slam the keys. You can actually hear the key hitting metal when bottoming out a key a little too rough. It feels industrial and built to last.
If you plan on typing in a more crowded environment, I would suggest going with the silent-but-tactile Cherry MX Brown switches.
The keyboard has a hand-built touch. Mine isnât perfect. Thereâs a dent in the aluminium on the bottom right corner and one of the screws isnât as tight as it should be. Nothing I canât live with, but something to consider if you decide on getting one.
Conclusion
Getting one is not that easy, though. The Massdrop is over and while Input Club lists the keyboard on its website, you can only signup to be notified when theyâre available again.
Iâve tried quite a few mechanical keyboards. My previous favorite being the KBParadise V60 I wrote about earlier.
The Whitefox exceeds the KBParadise V60 on every level. The only downside I can think of is its price tag. I joined the Massdrop and ended up spending $217 (âŹ202 on my creditcard bill). I actually expected to pay close to âŹ300 with duties and taxes, but luckily customs let it through. Thatâs a lot of money for a keyboard, butâlike a great mattressâitâs worth it.
You can manually manage your iTunes library
Syncing across multiple devices is difficult, so Apple conveniently ruled out the option of syncing your iTunes library on your phone or tablet with multiple Macs.
I have two Macs, which means I never used the option to sync my iTunes library with any of them. Better yet, itâs kept me from using iTunes at, all on my devices.
The reason I looked into this issue again, is that I really wanted to watch some WWDC videos on my iPhone during a commute. Sure enough, as soon as I added the videos to my iTunes library it popped up this notification. It tells me that it will erase all kinds of things from my phone and then sync with the iTunes library on this Mac, instead of my other one.
I did some searching online and figured out that you can actually manage your iTunes library manually đ±. The setting is very easy to find:
- Connect your phone.
- Open iTunes and select your phone.
- From the menu on the left, select âSummaryâ.
- Enable âManually manage music and videosâ.
After enabling this preference (on every device). You get a completely different interface to transfer music and videos to your phones and tablets. It doesnât sync automatically (obviously), but if you have multiple Macs this works much better. đ
I make apps, take a look đ
Beautiful images of code
Generate gorgeous, highly customizable images from your code snippets. Ready to save or share.