-
Ho scritto parecchi articoli sulle calcolatrici HP Saturn in logica RPN, con un misto di nostalgia e amarezza. Scopro oggi che in realtà c'è ancora una calcolatrice in produzione, grazie a questo articolo di TheRegister che documenta un problema di calcolo dell'interesse composto, che affligge alcuni modelli.
Read More -
Sono appena entrato in possesso di una Nissan QASHQAI Xtronic Mild Hybrid, e ne sono rimasto favorevolmente colpito, tanto da volervi fare una piccola review spontanea.
Read More -
Aka The CrowdStrike effect
Maximum respect for a company able to hangs 8 millions of Windows PC.
Read More -
Test driven development is a beast to tame. I like TDD but in the past it was quite difficult to achive, at least in a pure-consultant approach with a "turn key" framework behind.
Read More -
Sometimes you need to fix a production defect. To do it, you need to mirror a specific set of data, and do a test to proof the bug and then fix it.
Read More -
With new JDK, when you compile a spring-boot application you get a big jar which cannot be included as utility jar anymore.
Read More -
How GenAI works & hot news on Gemma
Feb 24, 2024 · 3 min read ·
This week was very hot because Google published Gemma, a smal-size LLM, and also Nvidia has a rush on stock market, with a evaluation around 2000 BILLIONS dollars. Last but not least, Mistral.ai published a service for its more advanced model, which can also run on-prem.
Read More -
Exploring Generative AI: LLama2 on MacM1 Take 1
Feb 17, 2024 · 10 min read ·
Generative artificial intelligence (GenAI) is artificial intelligence capable of generating text, images or other data using generative models, often in response to prompts.
Generative AI models learn the patterns and structure of their input training data and then generate new data that has similar characteristics. This similarity is probability-based.
At low level, these systems are based on Transformer deep-learning architecture and are called generative pre-trained transformer (GPT) first defined in 2018 (for a complete description refer to Wikipedia)
Read More -
Mi e' tornato in mano un bel libro di Piergiorgio Odifreddi, intitolato C'e' spazio per tutti che tratta di geometria, e mi ha ispirato alcune riflessioni.
Read More -
On the current project, I had the need to extract the cpu limits from the deployment descriptor, sum them to check resource usage and print a report.
Read More -
Today I have an hard time using the @Profile directive for enable feature toggle on Spring, so I decided to write a small guide on it.
Read More -
Nel modo della IT, possiamo oramai dire che l'Open Source e' una pietra angolare dello sviluppo software. Non tutto il software e' in standard GPLv3, ma in ogni caso molto di esso e' in licenza MIT/BSD-3 super open (forse troppo).
Read MoreI have one shiny mechanical keyboard I use on my daily job, under Windoooze and Linux bash
Read MoreIn the last year I did a lot of job interviews for frontend developers. Normally I ask to write a some codes, using some site like https://codesandbox.io or site with limited functionalities like https://www.onlinegdb.com/online_java_compiler
Because I am a Java hard-core sw-architect, my ReactJS questions are rather easy.
Read MoreHi, it was a very pleasant surprise to find out my maze demo code on the Commander X16 Web emulator. As you can image it was done collecting example on a popular site called 10print.org and it is nice because you can run it on possibly all Commodore 8bit computers (from PET to C/128 and to CommanderX16 too!). By the way the emulator is worth a try: for more example take a look to the official GitHub demo repo
Read More