pidgin.im msn protocol alternative: msn-pecan [update]
Discovered that is crashes a lot, on ubuntu. Pretty stable (haven’t noticed it crashed yet) on windows. Verdict thus far: good on windows. Horrible on ubuntu.
Thoughts, rambling, projects, misc.
Discovered that is crashes a lot, on ubuntu. Pretty stable (haven’t noticed it crashed yet) on windows. Verdict thus far: good on windows. Horrible on ubuntu.
Day 1 I decided to try a new msn protocol for pidgin.im today. Why? Was just browsing the list of plugins, and saw the alternative… http://code.google.com/p/msn-pecan Looked at the list of added benefits, and decided to give it a try… […]
debugging segfaults is not fun. My low key technique: place a printf(“made it here: %s, %s+ %sn”, __METHOD__, __LINE__, __FILE__); everywhere… put “DIE(‘something’);” to figure out the exact line that fails. If dies, good. move it further down. If it […]