[21-02-2013]

View Updating and Relational Theory by C.J. Date

Summary: Right explanation of complex things This is yet another book from C.J. Date on the relational theory. This time, C.J. takes you on the journey of View updates. The topic is controversial as this is not that obvious whether it is possible to perform view updates or not. C.J. approaches the topic from the […]


[10-02-2013]

X11 server – OS X issue

If you have ever got this message from “ssh -x user@host” “An error occured while starting the X11 server: Cannot establish any listening sockets – Make sure an X server isn’t already running.” make sure to check whether you have /tmp/.X11-unix directory. If you do so, simply remove it shell> rm -rf /tmp/.X11-unix X11 server […]


[03-02-2013]

Learning Core Audio: A Hands-On Guide to Audio Programming for Mac and iOS by Chris Adamson and Kevin Avila

Summary: Very comprehensive Thanks to this book I was able to write my small app (MuteMyMic). As my application is based on low level APIs for sound input/output in OS X, I had to find some sort of comprehensive guid related to the topic. And this is the book I have found the best on […]


[29-01-2013]

NetBeans IDE 7.3 RC1 – available for download

NetBeans IDE 7.3 RC1 is ready for download You can find it here: http://bits.netbeans.org/netbeans/7.3/rc1/


[28-01-2013]

And Now for Something Completely Different – Jazz

If you are fan of Jazz, you will probably find these mixes interesting: http://footprints-jazz.blogspot.com.


[28-01-2013]

And Now for Something Completely Different – Chemical Brothers

Recently, accidentally, and completely by mistake I have found really cool set of Chemical Brothers mixes – Block Rocking Boots. You can find them here: Enjoy!


[18-01-2013]

screen + screen sharing = really nice setup for tutorials

If you have watched GIT related videos by McCullough and Berglund (you can find reviews here and here) you can see that they have really nice environment for tutorials – it helps a lot. I am not sure how exactly they’ve set it up, but here is my guess: 1. iTerm 2 2. screen + […]


[17-01-2013]

Portal 2 – soundtrack

Better late than never :) You can find Portal 2 soundtrack (completely free) here: http://www.thinkwithportals.com/music.php


[16-01-2013]

R Graphics Cookbook by Winston Chang

Summary: Must have for every R begginer And now, the moment we all have been waiting for. R graphics cookbook is already on shelves – and I have missed it’s release! This is why I am putting my hands on it right now. The book is a very well composed and easy to browse plotting […]


[15-01-2013]

Positive review – something that makes all developers happy!

Just a quote from the App Store review for MuteMyMic “I have been using this app for the last couple of days, and works just great (…) Thanks for developing this app.” Oh man, thanks for the review!


[15-01-2013]

Version Control with Git 2nd edition by Jon Loeliger and Matthew McCullough

Summary: Solid introduction, well written Have you heard about Git but not sure what is it? This book will give you nearly complete explanation of what Git is all about. In my personal opinion, one of the best introductions to Git. Ever. The book covers most common topics and does it right. In case you […]


[15-01-2013]

Samsung SCX-4500W – strange noise all the time

Recently I had a strange issue with my Samsung SCX-4500W. It was producing strange, low, noise all the time. I have no idea what was the source of the issue. However, to get rid of it I simply left printer to operate (just being turned on) for a few hours. Suddenly, the fan stopped to […]


[07-01-2013]

Skype – I can’t hear anything, nobody can hear me as well :(

In Snow Leopard, Lion and Mountain Lion it might be tricky to set Volume Level correctly inside Skype. You have few places to check before everything starts to work fine. 1. Check Sound settings in System Preferences System Preferences -> Sound Make sure that both Input and Output settings are correct. Check whether your desired […]


[04-01-2013]

How to clean your hard drive in OS X – completely

If you ever wanted to swipe out the data from the hard drive, you can use “Erease” option from Disk Utility Note! This method ensures that you clean only free space on the hard drive! 1. Start Disk Utility Applications -> Utilities -> Disk Utility 2. Select hard drive to erase in the left panel […]


[01-01-2013]

DerivedData location in XCode

It took me some time to find out that DerivedData can be bound to Project/Workspace location. And I have found it by accident :) You can set location of DerivedData by going to: XCode -> Preferences -> Locations You will find there DerivedData location. Change it to “Relative” and you are done.


[20-12-2012]

MapReduce Design Patterns Donald Miner and Adam Shook

Summary: Not an easy go I admit, this was not a good idea to start MapReduce adventure by jumping directly into Design Patterns. However, I had my goal in it. Long, long time ago in a C++ galaxy far away there was a design patterns related book: “Design Patterns: Elements of Reusable Object-Oriented Software”. And […]


[18-12-2012]

If you can’t remove items from Trash, try this

If you are getting following message while trying to remove file: “The operation can’t be completed because the item file_name.ext is in use”, it means you have to locate the app that is preventing your file from being completely removed. This message looks like this: You can locate the app that is blocking your file […]


[17-12-2012]

com.sun.javadoc package on OS X

In OS X Java version (Lion/Mountain Lion) com.sun.javadoc.* is not located inside tools.jar as in Linux or Windows distribution. Instead, you can find it here: /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Classes/classes.jar


[14-12-2012]

How to get number of columns in terminal

tput cols


[13-12-2012]

Living at the EDGE

Some time ago it turned out that my wired network went completely down. The issue was so serious, that wires between my house and provider’s endpoint must have been replaced. And job like this usually takes time. For that time I had to live with the EDGE. I have really poor mobile coverage here, in […]