[15-01-2013]
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]
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]
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]
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]
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 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]
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
[13-12-2012]
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 […]
[12-12-2012]
1. classic prompt with date and directories set prompt=”\n%B%{\033[34m%}%D.%W.%Y %P\n%{\033[31m%}[%n][%m][%~]> ” 11.12.2012 21:00:00 [michalo][gamma][~]> your shell command goes here 2. color prompt with user, machine, time and direcotry PS1=”\[\033[0;37m\]\342\224\214\342\224\200\$([[ \$? != 0 ]] \ && echo \”[\[\033[0;31m\]\342\234\227\[\033[0;37m\]]\342\224\200\”) \ [$(if [[ ${EUID} == 0 ]]; then echo ‘\[\033[0;31m\]\h’; else echo \ ‘\[\033[0;33m\]\u\[\033[0;37m\]@\[\033[0;96m\]\h’; fi)\[\033[0;37m\]] \ \342\224\200[\[\033[0;32m\]\t\[\033[0;37m\]]\n\[\033[0;37m\]\342\224\224 \ […]
[07-12-2012]
This version brings few bug fixes, mostly related to Snow Leopard and Mountain Lion startup procedure. MuteMyMic is now properly added into Startup Items again. Additionally, there is a fix for Mountain Lion notifications. Notifications should work now correctly in Mountain Lion. You can turn them either on or off.
[02-12-2012]
Summary: Python and games development for kids It’s hard to say how should you teach kids programming. This is not an easy topic. Jason tries to make the subject as simple as possible, but this is really not that easy if you start looking at details. However, Jason makes his best and makes it really […]
[29-11-2012]
If you are getting a lots of Conditional jump or move depends on uninitialised value(s). and you don’t want to track undefined values, pass following parameter to valgrind –undef-value-errors=no
[28-11-2012]
Camtasia 2 for Mac and Cross Over XI + few more apps can be found here. These two apps are worth the price themselves.
[27-11-2012]
In tcsh, if you use “:” after environment variable name, letter after “:” is treated as modifier. Instead of setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH:/here/comes/your/new/path/for/libraries Bad : modifier in $ (/). setenv LD_LIBRARY_PATH $LD_LIBRARY_PATH:$LIB_LOCATION Bad : modifier in $ ($). you have to use setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:/here/comes/your/new/path/for/libraries setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:$LIB_LOCATION
[26-11-2012]
Summary: Decent introduction to R I have bought R in a Nutshell some time ago (1-st edition) and I was pleased with it. It is very decent introduction to R. I am using R casually for doing server logs analysis, mostly. And from my point of view, a person who doesn’t speak R fluently, this […]
[16-11-2012]
Summary: Very comprehensive, but demanding This book has really impressed me. It goes into deep details of JVM and describes different approaches to various topics related to memory management, threads management, code analysis, subtle details within low level code that are the result of optimization. Authors really dive into details. What’s more important, this book […]
[16-11-2012]
This error may be sometimes misleading. It doesn’t necessarily mean that your targets are specified incorrectly. Sometimes, all you need is a correct source file name.
[15-11-2012]
This post is related to new feature implemented in MMM 1.9.1 – cough button. This feature is experimental one, and can be activated by Ctrl + F5 combination. It will mute the mic as long as you keep the combination pressed. Unfortunately, this feature requires “Enable access for assistive devices” to be activated: In case […]
[14-11-2012]
MuteMyMicFree is a reduced, affordable (totally free) version of MuteMyMic. You can find it here: MuteMyMicFree in AppStore. You can also read how it is different from MuteMyMic here: mutemymic.com. Even though it has reduced functionality it shares the same mascot that can be found here. Feel free to download the app, and happy muting!