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
Ondrej Kelle
Steps for building and installing Qt5 for Lazarus Using a quick test project with relevant code shown here: unit1.pas I’m using Qt 5.6.2 because that’s the version with which Lazarus qt5 interface has been tested…. … Read more
7 years ago in cross-platform, fpc, Lazarus, qt50