By
peter
|
Published
May 21, 2007
Were you ever in a situation where you wrote a piece of code, used it, loved it and half a year later you use it again and well, somehow your expectations have risen? That happened to me with the events of POCO. If you used them, you are probably famliar with that code: Poco::BasicEvent<const std::string> […]
By
guenter
|
Published
April 18, 2007
We are currently hard at work finishing the 1.3 release of POCO. Highlights of the new version will be official release of the Data library, the addition of Tuple and DynamicAny, HashMap and HashSet, shared memory support and lots of other improvements and bugfixes. Expect a preview release next week. The final release will be […]
By
alex
|
Published
April 17, 2007
I have to share what happened to me today. But, first, a Meyers’ quote from “Effective STL”: “… in the nearly 30 years I’ve been programming, I’ve never seen anything like STL. You probably haven’t either.” Now my story: I’m developing this app on top of an old DB which is, well, full of data […]
By
gerhard
|
Published
April 5, 2007
Hi POCO Maniacs! Express your POCO unity! Share your POCO passion with others! Share with the community your Project Showcase, your insights, learnings with POCO! The senders of the first 10 published showcases will get one T-Shirt. Please send it together with your contact information to poco@appinf.com. Here a first impression. T-Shirt Front T-Shirt Back
By
gerhard
|
Published
March 26, 2007
The last days I’ve thought about Alex Blog “The Economics of Programming Languages in one Short Lesson” and what is missing for me, especially with the bottom line “Put your language out there, make it free and open and trust the programmers. … Good programming languages will survive and thrive, bad ones will die. ” […]
By
alex
|
Published
March 25, 2007
The only reason I like to travel is being able to read, especially on long flights. So, Charleston, SC – San Jose, CA trip to SD West was a good opportunity to read “Dreaming in Code”. Good book. About OSAF‘s development of a PIM named Chandler. Unfortunately, not comparable with The Soul of a New […]
By
alex
|
Published
March 16, 2007
I got tired of seeing the “Does C++ suck” title. So, I guess it’s time for new blog. I got tired of dumb radio stations on my way to work, too. I also get bored a lot working out in the gym. So, to kill the proverbial birds, I got myself an iPod Shuffle to […]
By
alex
|
Published
February 28, 2007
Here’s a blog on how C++ sucks and committee members are an ignorant bunch having little or no clue what they talk about when it comes to threading. I find it interesting to see over and over how people sharply and firmly focus on a single aspect of [insert your favorite issue here, from Iraq […]
By
alex
|
Published
February 12, 2007
Prompted by Kai Londenberg’s post, I’ve decided to actually sit down and read Terence Parr’s papers. As we all know, the MVC pattern is a classic, right? According to Parr’s articles, a vast majority of the modern incarnations claiming to be designed after it are actually blatantly violating it. In his paper, he fails to […]
By
guenter
|
Published
January 25, 2007
An insightful blog entry by Herb Sutter on C++ exception specifications and why they’re best avoided.