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
7 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
7 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
7 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
7 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
7 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
7 years ago in Bug, Delphi, multithreading0
Les trucs et astuces d'un développeur Pascal
Embarcadero fournit une librairie puissante pour la gestion des données en format JSON. Ses fonctions principales se trouvent dans l’unité System.JSON Certains choix technologique (…) … Read more
7 years ago 0
Ondrej Kelle
Researching for some Natural Language Processing tasks for a .NET application recently, I’ve come across Facebook’s FastText library. FastText is an open-source, free, lightweight library that allows users to learn text representations and text classi… … Read more
7 years ago in C++, chakracore, Delphi, fasttext, fpc, javascript, nlp0
Les trucs et astuces d'un développeur Pascal
Il y a drag&drop et drag&drop… Dans le cas d’un composant TTreeView qui permet de proposer une vue arborescente de données il est possible de faire des changements dans les &ea (…) … Read more
7 years ago 0