Artima Weblogs |
Weblogs Forum |
Bloggers
|
Sponsored Link •
|
Artima Weblogs
A Community of Software Thinkers |
|
Artima Bloggers
Aahz Jans Aasman B. Scott Andersen Eric Armstrong Ken Arnold Dale Asberry Dave Astels Arash Barirani Matt Bauer Charles Bell Berco Beute Geert Bevin Nitin Borwankar Vladimir Ritz Bossicard Rahul Chaudhary Bob Clancy James O. Coplien Ward Cunningham Andy Dent Christopher Diggins Bruce Eckel Ted Farrell Michael Feathers Elisabeth Freeman Eric Freeman Matt Gerrans David Goodger Gabe Grigorescu Rix Groenboom Cees de Groot Philipp Haller Peter Hansen David Heinemeier Hansson Kevlin Henney Steve Holden Cay Horstmann Ron Jeffries Mark Johnson Greg Jorgensen Heinz Kabutz Rick Kitts Kirk Knoernschild Andrew Koenig Klaus Kreft Sean Landis Angelika Langer Jakob Eg Larsen Josh Long Howard Lovatt Robert C. Martin John McClain Eamonn McManus Jeremy Meyer John D. Mitchell Brian Murphy Sean Neville Nancy Nicolaisen Martin Odersky Vlad Patryshev Johan Peeters Carlos Perez Ken Pugh Eric S. Raymond Ian Robertson Guido van van Rossum Alberto Savoia Jerome Scheuring Richard Hale Shaw Calum Shaw-Mackay Jack Shirazi Michele Simionato Van Simmons Frank Sommers Bruno Souza Sue Spielman Bill Venners David Vydra Jim Waldo Dick Wall Barry Warsaw Mark Williamson Matthew Wilson Gregg Wonderly Kevin Wright |
by Matthew Wilson, April 21, 2005, 1 comment
Do computing companies these days need to give good service? I think they should, I cling to the belief that they might, and I'm quite sure they must if they want my money. (Warning: this post may disabuse any readers who think that the English don't know how to complain!)
by Jim Waldo, April 20, 2005, 23 comments
If object models are tied to languages, then there are some real implicatons to how we do distributed computing (and how we make objects persistent). If this is indeed the case, then why are we so stuck on language-independent systems?
by Michael Feathers, April 19, 2005, 2 comments
Or not.
by Matthew Wilson, April 19, 2005, 5 comments
Do all C++ applications need to perform overload of operators new and delete? Does failure to do so indicate a naïve presumption on the part of the programmer of goodness in the language facilities provided by your compiler?
by Matthew Wilson, April 18, 2005, 13 comments
(With apologies to Smiths fans) I've been using a technique I call Memory Parachutes for some time. I'm interested in (i) whether I've stolen the technique (& name) from someone else and forgotten, and (ii) what people think of it. It's a simple strategy to increase the chances of a safe-bail-out from low memory conditions
by Jim Waldo, April 17, 2005, 4 comments
Having realized that I didn't get the essence of blogging, I resolve to post with greater regularity and with less guilt. Heaven help us all...
by Matthew Wilson, April 16, 2005, 6 comments
A light-hearted look at the similarities between the characteristics of Software Engineer and Cyclists
by Michael Feathers, April 15, 2005, 1 comment
Career day wasn't as fun as it could've been.
by Matthew Wilson, April 10, 2005, 38 comments
C++ is too complex? Or just super-powerful? Or a confusing mix of both truths, not amenable to being tied down and categorised? There's an elephant wandering round the living room, and it's time someone offered it a chair. (Or a bun.)
by Matthew Wilson, April 10, 2005, Submit comment
Just an introduction to the blog and its author. Interests, approaches, current and future work, etc.
by Steve Holden, April 9, 2005, Submit comment
I am just starting to investigate Technorati. In order to verify the claim that I am the owner of this blog I have to publish a specific string in it. I couldn't bear to just post the string, so I ended up reflecting on blogging and coding in general. Apologies to William Shakespeare. This doesn't mean much.
by Christopher Diggins, April 9, 2005, Submit comment
My colleague Matthew Wilson made a post recently suggesting that overloading operator&() should be avoided. While I agree with much of what he says, I would like to suggest a valid use for overloading operator&() which enables writing safer code.
by Michael Feathers, April 6, 2005, 9 comments
There are many different models of computation. Here's an uncommon one which could have relevance in the future.
by Christopher Diggins, April 6, 2005, 2 comments
I am working lately a lot on dynamic typing and functional programming in C++. I've recently hacked Kevlin Henney's cool boost::any type and introduced a variation, which allows referencing of values of any type without copying.
by Michael Feathers, April 4, 2005, 6 comments
The hardest part of writing a book is discovering that you can't read it any more. That's when you get scared.
|
Sponsored Links
|