By Unknown Rabu, 14 Desember 2011 compatibility competition crazy executives debian distribution File Dialog Firefox GNOME GTK KDE Mac OS X Mozilla Political Correctness pure failure torture Windows Progression and Regression of Desktop User Interfaces As this Gregorian year comes to a close, with various new interfaces out now, and some new ones on the horizon, I decided to recap my person...
By Unknown Selasa, 29 November 2011 API competition files GCC Optimization Reading in an entire file at once in C++, part 2 Last week I discussed 6 different methods on how to quickly get an entire file into a C++ string . The conclusion was that the straight forw...
By Unknown Selasa, 22 November 2011 API competition files GCC good code insane ideas Optimization How to read in a file in C++ So here's a simple question, what is the correct way to read in a file completely in C++? Various people have various solutions, those w...
By Unknown Sabtu, 19 November 2011 bad code bugs compatibility debian linux modconf pure failure Making modconf work with Linux 3 If you want a nice curses based GUI to add and remove modules from Linux on the fly, you probably used modconf. They say it's deprecated...
By Unknown Selasa, 25 Oktober 2011 Ancient Coding Ideas good code insane ideas language A stronger C/C++ Preprocessor Ever felt you needed some preprocessing to generate some C/C++ code for you, but the C preprocesssor is too lacking? Say for example you wan...
By Unknown Minggu, 16 Oktober 2011 API code search Google Optimization pure failure searching Goodbye Google Google announced they're shutting down Code Search . I found Google Code Search to be invaluable in the kind of work I do. I saved tons...
By Unknown Senin, 20 Juni 2011 C++ 2011 GCC initializer lists non rectangular array C++ 2011 and non rectangular arrays Ever wanted to make a non rectangular array? Meaning for example, some multidimensional array where a[0] has 3 members and a[1] has 5 member...
By Unknown 05.22 __func__ C++ 2011 c99 GCC lambda functions C++ 2011 and __func__ So what happens to __func__ in different scopes? How about GCC's extension for pretty function names? #include <iostream> using n...
By Unknown Sabtu, 09 April 2011 bugs compatibility Google Mozilla Portability protocols pure failure secure signed The failure of fragmented security With recent attacks against SSL/TLS and certificates , everyone has been thinking a lot about security. What can we do to prevent security ...