Category Archives: Programming languages

HP48 and FORTH

On these days I stumbled upon Forth, a 1970 programming language which is quite similar to HP48 internal programming language. Like the HP48 language, Forth uses RPN, it is stack based and have some success for being tiny and easy … Continue reading
Posted in English Content, Programming languages | Tagged , | Leave a comment

Bun is a fast all-in-one JavaScript runtime

As a mid-life greabeard that started my career on Z/OS / MVS writing JCL and running COBOL and SAS jobs, I like JavaScript. It doesn’t have the obtuseness of C, the ultra-strict type-checking of Pascal, the verbosity of COBOL, class … Continue reading
Posted in English Content, JavaScript, Software | Tagged , , | Comments Off on Bun is a fast all-in-one JavaScript runtime

SQLite Tool-set

Random list of very interesting projects (will be updated, guys). I will add my own ideas/impression as soon as possible. From simpler to more complex stuff: sqlite-utils is a rather useful tool for managing SQLite databases, importing structured data and … Continue reading
Posted in IT Featured, Knowledgebase, Structured Query Language (SQL) | Comments Off on SQLite Tool-set

HarborMaster!

After creating Misterio, I found this alternative called HarborMaster: Harbormaster is a small utility that lets you easily deploy multiple Docker-Compose applications on a single host. It does this by taking a list of git repository URLs that contain Docker … Continue reading
Posted in DevOps, English Content, Python | Tagged | Comments Off on HarborMaster!

Erlang & la resilienza con pattern matching e processi

Cosa ci insegna Erlang sulla resilienza, in un periodo in cui ce ne è molto bisogno? Erlang è un linguaggio open source nato nel 1986 alla Ericsson, di tipo funzionale, concorrente,  dinamicamente tipato, general purpose e soprattutto costruito per essere … Continue reading
Posted in Erlang, Italian Content | Tagged | Comments Off on Erlang & la resilienza con pattern matching e processi

Simple method to add historic feature to SQLite

Abstract: Make a database which can be store historic modification is often considered a “secondary” activity, but bad design leads to databases that are difficult to optimize and often not very understandable. In this article we illustrate a simple method … Continue reading
Posted in English Content, IT Featured, Knowledgebase, Structured Query Language (SQL) | Tagged , | Comments Off on Simple method to add historic feature to SQLite

Semplice metodo per storicizzare i dati su database

Abstract: Storicizzare i dati spesso è un attività considerata “secondaria”, ma un cattivo design porta a base dati difficili da ottimizzare e spesso poco comprensibili. In questo articolo illustriamo un semplice metodo che rispetta i dettami della teoria relazionale, è … Continue reading
Posted in Italian Content, Structured Query Language (SQL) | Tagged , | Comments Off on Semplice metodo per storicizzare i dati su database