Posts tagged with 'delphi'


The Tombs of Delphi?

So here we are: yesterday was the last day of June 2021 and I’ve suddenly remembered that my book The Tomes of Delphi: Algorithms and Data Structures came out in June 2001. Twenty years ago. […]

READ MORE

Delphi-Oriented Generics, or what a DOG.

The other day I got an email from Embarcadero promoting a blog post that Marco Cantu had written about generics in Delphi, and in particular with regard to generic collections. Now, me, I wrote a book a little while ago (first published 19 years ago!) about algorithms and data structures for Delphi, and I’ve hovering on the fence about redoing it using generics instead of pointers. Problem is, I’ve moved away from Delphi to C# and JavaScript and so would the presence of generics help me to swing back into the fold? […]

READ MORE

Reviving my XPS 15z

So, recently I upgraded my main laptop to the latest-but-one XPS 13. All fine and dandy, but as I started to reinstall stuff, I noticed that my license for VMWare was a little (he says discreetly) out of date. And they wanted $149 to upgrade. Normally that’s fine, but it has to be said my use of virtual machines is getting a bit long in the tooth. […]

READ MORE

Calculating the date of Easter for a particular year

A long time ago, in a galaxy far, far away – OK, it was in London in 1993 – I added a DateEaster function to my personal Dates unit, written in Borland Pascal 7. So: 16-bit DOS for all you oldies. For a bit of fun, I shall present it here with some commentary. […]

READ MORE