You probably know that feeling when you link randomly placed elements and, at some point, something unexpected emerge. This is exactly the case I had with Ann Cotten. So, it started with Gh+ broadcast by Grzegorz Hoffmann. At 8-th of December he was playing Mr. Oizo and some other stuff that was pretty cool. As […]
If you experience the issue with following error: rxvtimg.C: error: ‘PictOpDifference’ was not declared in this scope you can overcome it by commenting out following part in config.h /* Define to enable xrender support */ /* #undef XRENDER */ Update: Optionally, you can disable transparency by setting following settings in config.h /* Define if you […]
#error Blitz is configured with –enable-threadsafe, but no compiler thread support is found. Did you forget, e.g., “–pthread”? This message might be quite confusing, as typically, you will blindly take “–pthread” and pass directly into g++. However, g++ have other option :) -pthread
If you have an issue while compiling DDD strclass.C: In function ‘std::istream& operator>>(std::istream&, string&)’: strclass.C:1546:35: error: ‘EOF’ was not declared in this scope Go, and thanks this guy http://garricksblog.blogspot.com/2012/02/mid-terms-and-build-errors.html. quote: “It turns out that the constant EOF was not probably declared by including stdio.h. So I went ahead and added that in: homer@homer-desktop:~/MyPrograms/ProgramSourceCode/ddd-3.3.12$ diff ddd/strclass.C […]
Recently, while reading Getting started with tmux, I have read about really nice theme -“SOLARIZED”. You can find it here: http://ethanschoonover.com/solarized There is a predefined profile for iTerm, so you are good to go straight after downloading it. Highly recomended.
Summary: short and straight to the point This book is one of these short manuals where you get exactly what you need. Simple and straightforward explanation of the tool, helpful examples, and real life cases that show how can you improve with tmux with really not too much effort. You are literally guided step by […]
Summary: Highly recommended Whether you want to watch this video heavily depends on how much Perl do you use, and how much do you appreciate good advices. If you work with Perl on day to day basis, and you want to improve by applying some of the good practices, really consider this one. Damian Conway […]
It is not an easy task. Unfortunately, it doesn’t work out of the box, but you can cheat Opera a little bit. So, to get all bookmarks from Safari inside Opera 25 you have to use Chrome :) Install Opera, install Chrome. After starting Chrome, it will ask you to import bookmarks from Safari – […]
Sometimes, it’s quite frustrating when you can’t place object exactly where you want it. And that’s the result of “snap” feature in Keynote. You can easily overcome that by clicking Command button. Take a look below.
If you have experienced the issue with Diablo 3 completely freezing your Mac, take a look at file inside /Application/D3Debug.txt. In my case, there was this issue that files were corrupted. You can tell that by examining the D3Debug.txt 2014.11.12 00:38:24.407071158 ERROR: Failed to validate file (Appearance\a3dun_Keep_Cart_A_Breakable.app). Details: F9E0777B147CBC680FB8E6358613B470 778840 1 Data_D3\PC\MPQs\Cache\base\patch-base-26451.mpq 2014.11.12 00:38:24.407202563 ERROR: […]
So, you have your python application, and you want to make it tidy. You want to keep all you modules in proper subdirectories (e.g. database manipulation, views, etc.). So, here you are with your subdirectories and the code. If you are looking for a sample code, go straight here: . If you are looking for […]
Summary: Can be really tough on you This one is the weakest in the whole series. I had really hard time while going through. I can understand the point of having views that behave as relations but I think I was not convinced that it can be easily done. Instead of listening what should be […]
Summary: beware of nulls, they can surprise you So far, this one is the best out of the five in the series. nulls are painfull in db world. No matter how you define them (null, unknown, nothing at all). You can always use something that means – “missing value” – let it be: “sysmiss”, 999, […]
In case you want to put some variable’s value inside tcsh prompt you should consider using precmd in order to keep it updated. Inside your ~/.login put following code alias precmd ‘source ~/bin/prompt.sh’ Inside ~/bin/prompt.sh you can put any definition of prompt set prompt=”┌[%n@%m variable=${ENV_VAR}]\n└[%~] ” If you use precmd you will keep the value […]
Nullology – Empty Sets in Database Theory and Practice by C.J. Date Summary: that’s one of these love-hate relationsips :) Whether you love it or hate it depends heavily on: – whether you are concious enough to follow the material (don’t watch it at night while preparing for sleep – definitelly not a good idea) […]
Recently I was looking for a very fast and very simple window manager that can be used over VNC (with depth 8) so I can save as much as possible in bandwidth and remote computations. I have decided to go with mwm. Yes, with good old Motif. As soon as I did it, I had […]
Summary: basics that escalates heavily at the end If you haven’t heard about set theory and set algebra, you may consider this one as a good introduction. If you have graduated from mathematics or computer science, you already know it. This video targets people who are familiar with relational database but had no chance to […]
Summary: Takes every average Vim user few steps forward There is huge chance that you are reading this review because you are looking for some advanced features in Vim. And, most probably, you are a regular Vim user that already knows few things about it. Typical movements, jumping between words, selecting and yanking simple text […]
Long long time ago in galaxy far away I have bought Things – for both, my Mac and iOS devices. And I was very pleased using it (in fact, you can find it serving as a background at one of the pictures in the gallery at my blog). Anyway, I was using it constantly all […]