Michael Riley
I have always struggled with fully understanding the object oriented nature of Delphi. I still struggle with it today. For example, I have tried to read Nick Hodge’s book “Coding in Delphi” three times and can’t… … Read more
7 years ago in delphi oop turbo-pascal0
Ondrej Kelle
Having blogged about a few bugs in multi-threading libraries recently, I want to show an easy and convenient alternative. It’s minimalistic but it works. On Windows, the I/O completion port offers a way to use… … Read more
7 years ago in Delphi, fpc, iocp, multithreading, windows0
VSoft Technologies Blogs
In version 1.8.1.870 of Continua CI, we have added new archiving functionality to the workspace and repository rules. Builds can generate a lot of output files: binary library files or report files, for example. Copying… … Read more
7 years ago in Continua CI,Delphi0
Serg
Recently I was installing Linux Mint on a new Acer laptop with UEFI boot manager. The laptop came with preinstalled “Endless OS” which turned out to be useless because of absence of a package manager…. … Read more
7 years ago in Acer, linux, Mint, UEFI, Uncategorized0
Les trucs et astuces d'un développeur Pascal
On m’a plusieurs fois demandé pourquoi nous avions parlé de beacons lors des présentations de RAD Studio organisées par Barnsten auxquelles j’ai participé ce (…) … Read more
8 years ago 0
Sean
Mr chairman, fellow toastmasters and guests.Recently I was enjoying my jet-setting hobby of visiting international airports. I was sitting in the departure lounge at Singapore airport when a man walked up to me and said… … Read more
8 years ago 0
Les trucs et astuces d'un développeur Pascal
La société Barnsten qui distribue les logiciels Embarcadero en France a plannifié de nouveaux événements pour aller à la rencontre des (futurs ?) d&eacut (…) … Read more
8 years ago 0
Sean
TLDR: Everything is twice as fastI recently purchased an Aorus GTX 1080 Gaming Box (see review) for my 9560 (i7, 1 TB SSD, 32 GB ram). I have been playing with and testing it for… … Read more
8 years ago 0
Ondrej Kelle
So you’ve put in the time and effort to refactor your code and data for parallel execution and are eager to see some parallel action. Unfortunately, you might be disappointed; in some cases your tasks… … Read more
8 years ago in Bug, Delphi, multithreading0
Ondrej Kelle
Writing multi-threaded code is hard and takes a lot of time. That’s why it’s especially annoying to waste time with bugs like this. Reading (and enjoying) Primož Gabrijelčič’s book Delphi High Performance, I’ve come across… … Read more
8 years ago in Bug, Delphi, multithreading0