Arcanelab Blog
Blog of Zoltán Majoros. Mostly links to coding and math related topics, intertwined with retro computing, music theory and general nerd stuff.
- Mac OS X Keyboard tricks Did you kow that⌥+backspace = delete last word, and⌘+backspace = delete linein Mac OS X standard text editors (TextEdit, Xcode etc)?
Zoom to Fit button on Preview Toolbar When reading documents with Mac OS X’s Preview,…
Zoom to Fit button on Preview Toolbar When reading documents with Mac OS X’s Preview, one of my first move is to set the zooming to fit the window width, however, Preview doesn’t have neither a shortcut nor a button on its toolbar for this function. Let’s make …vi Tutorials
The Unix/Linux Teleport Command
The Unix/Linux Teleport Commandvi(m) cheat sheet
6502 Test Programs
code.google.com/p/hmc-6502/source/browse/#svn%2Ftrunk%2Femu% … ↗
Recursively unpack zip files in subdirectories Recursively unpack zip files in their…
Recursively unpack zip files in subdirectories Recursively unpack zip files in their respective directories: find . -name "*.zip" | while read filename; do unzip -o -qq -d "`dirname "$filename"`" "$filename"; done; Clean up the zip files: find . -name "*.zip" | while read …Alternative Codebase64 css theme I don’t know about you, but when reading…
Alternative Codebase64 css theme I don’t know about you, but when reading codebase64.org, the high-contrasted text makes my eyes hurt. So I created a very short CSS that overrides the original …How to add real time effects for system audio on Mac Sometimes you might want to put…
How to add real time effects for system audio on Mac Sometimes you might want to put some effects onto the audio signal that comes out of your Mac. If you listen to music via iTunes, you can play around with the EQ settings, but that’s not too much. What if you want some …Compiler bug I’m not sure if my frustration or the feeling of relief is bigger after a…
Compiler bug I’m not sure if my frustration or the feeling of relief is bigger after a several hour long, insane debugging session, eventually realizing that the bug was in fact in the compiler, and not in my code. Dang it, Apple LLVM 3.0! :)50 Unusually Awesome Icon Sets for Mac
mac.appstorm.net/roundups/graphics-roundups/50-unusually-awe … ↗
Calibrating Displays in Boot Camp 3.0 on MacBook with external display
superuser.com/questions/39731/calibrating-displays-in-boot-c … ↗
Unable to change "Open with..." file association
superuser.com/questions/388002/how-to-choose-default-program … ↗
CSS Formatter and Optimiser
Antialiasing
Ui Parade
NTFS Mounter: Enable Native Writing to NTFS Partitions on Mac OS X
Change OS X font smoothing in one application
I've just become a member of App Entwickler Verzeichnis!
I've just become a member of App Entwickler Verzeichnis!Maximum (practical) Memory Use on iPod Touch 4G, iOS 5
stackoverflow.com/questions/9467176/maximum-practical-memory … ↗
Flurry: Mobile Application Analytics
Open Cubic Player (OpenCP) on Mac OS X
Pixel Perfection: Showcase of Inspired Pixel Art
noupe.com/inspiration/pixel-perfection-showcase-of-inspired- … ↗
2D Drawing in OpenGL
Solarized - Precision colors for machines and people