Faycal Arbai
I write here mostly about ideas, AI & engineering (mostly software), and sometimes just my views. Don't be surprised to find documents written in other languages. Born and raised in Belgium, I am now based in the UK where I try to build a meaningful life.
--- 3 January 2024
There's nothing crazy about using Cloudflare Workers with Postgresql. Although Cloudflare (CF) has now D1 and partnerships with multiple serverless database providers, there are still tons of advantages to using a simple PostgreSQL (PSQL) database:
...
13 June 2021
La pandémie de la COVID-19 est un évènement unique dans l'histoire européenne de par ce qu'elle a engendré comme contraintes sur la population.
...
29 October 2018
To accurately translate between languages, one typically requires a dictionary. This principle applies to machines as well. Currently, these dictionaries take the form of linear mappings, transitioning from continuous word representations—commonly known as word embeddings—in one language to equivalent word representations in another. A fundamental initial step in learning these mappings is to acquire word embeddings for both the source and target languages. For those interested in understanding how to learn these monolingual embeddings, further information is available on word2vec, the most commonly used technique in this area.
...
See all publications