Posts
-
The Definition of a Gentleman
The True Gentleman is the man whose conduct proceeds from good will and an acute sense of propriety, and whose self-control is equal to all emergencie...
-
Flotsam and Jetsam
Number 10 with a bullet. As you may have noticed on my LinkedIn Profile , I am once again an employee at Gateway Ticketing .
-
Review: FixInsight
A confession: I was given a free license to review FixInsight . A summation: I really like it.
-
Flotsam and Jetsam
Two things about Martin Harvey’s threading article that I posted. First, Alexey Gavrilov was kind enough to send me version 1.1a, which I have posted.
-
Complete Martin Harvey’s Multithreading Article Online
Threading in Delphi, or in any other tool for that matter, is difficult.
-
Flotsam and Jetsam
Stefan chastises me for making another one of my pronouncements on “evil” programming techniques.
-
Flotsam and Jetsam
Stefan Glienke has two interesting polls going on: Let's do some demographics of the Delphi developers - how old are you.
-
Flotsam and Jetsam
Wallace and Gromit run on Delphi.
-
You are going to pay for bug fixes. And you’re going to like it.
The day is coming when you are going to have to pay to get bug fixes. You won’t like it at first, but that is the way things are heading.
-
Fun Code of the Day
unit uEnumConverter; interface type TEnum = record public class function AsString<T>(aEnum: T): string; static; class function AsInteger<T>(aEnum: T):...