open-menu closeme
Home
RetroComp icon
Retro Computing Articles Composition Notebooks 8bit
DevOps icon
Automation K8s Done Right
GenAI icon
Fatlama Newsletter Generative AI
Projects icon
Software Projects Arduino Misterio Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
github linkedin rss
  • Postgres Take it All

    calendar Nov 5, 2025 · 4 min read
     en software  · kafka postgresql sqlite nosql
     ·
    Share on: twitter facebook linkedin copy
    Postgres Take it All

    PostgreSQL is becoming a catch-all solution for simple scenario, and this is a trend, not an accident. A new article full of evidence enforced the ideas I wrote down in the 2019 about Kafka vs PostgreSQL: lets dig into it.


    Read More
  • FreeBSD on MacBook Mid 2009 with BroadCom WIFI

    calendar Jul 21, 2025 · 3 min read
     it software homelab  · BCM4322 broadcom bwn freebsd unix
     ·
    Share on: twitter facebook linkedin copy
    FreeBSD on MacBook Mid 2009 with BroadCom WIFI

    Fraknestein MacBook

    Ho giá parlato del mio fido MacBook Mid 2009 da 15 pollici che ancora funziona…la batteria è andata alle cozze ma il MacBook ancora si accende fiducioso, con il suo disco SSD al posto del lettore CD.


    Read More
  • FreeBSD on MacBook Mid 2009 with BroadCom WIFI

    calendar Jan 21, 2025 · 4 min read
     en software  · BCM4322 broadcom bwn freebsd unix
     ·
    Share on: twitter facebook linkedin copy
    FreeBSD on MacBook Mid 2009 with BroadCom WIFI

    After years, I decided to try a FreeBSD fresh install, to revive a old MacBookPro: the results was great and impressive, also if you think the hardware is over 15 years old. I want to share with you my success.


    Read More
  • TDD Reloaded

    calendar Jun 26, 2024 · 4 min read
     en evergreen lang software  · java tdd
     ·
    Share on: twitter facebook linkedin copy
    TDD Reloaded

    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
  • Why BG3 is a success: Divinity: Original Sin II versus CyberPunk2077

    calendar Oct 26, 2023 · 3 min read
     en reviews software  · good
     ·
    Share on: twitter facebook linkedin copy

    I am playing to Divinity: Original Sin II  (D:OS2) which is the game done before Baldur’s Gate 3 (BG3) by Larian Studios

    BG3 is a success despite its launch was anticipated in August to avoid head-to-head competition Starfield. If we compare the success of  BG3 with CyberPunk2077 launch failure, I think we can learn something about software developing PLANNING.

    Divinity games are a tactical game with a lot of freedom, you can take things, combine them, and solve quests with different approaches (brute forces, talks with different paths,  etc). For instance you can try to open a door with a key, with a burglar kit, or bashing it until it is destroyed (more long but feasible).

     


    Read More
  • Latency numers every programmer should know

    calendar Aug 23, 2023 · 2 min read
     en featured knowledgebase lang retro-computing software
     ·
    Share on: twitter facebook linkedin copy
    Latency numers every programmer should know

    Modern computer are very very very fast. C/64 was about 1Mhz and you can hangs it just throwing a 10.000 cycle in interpreted BASIC v2 language.


    Read More
  • Bun is a fast all-in-one JavaScript runtime

    calendar Aug 25, 2022 · 1 min read
     en javascript software  · javascript javascript-war node-js
     ·
    Share on: twitter facebook linkedin copy
    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 chaos of Java, the mind-bending notation of PostScript, nor the escapee from the loony bin mentality of SQL


    Read More
  • Il database con due tabelle

    calendar Aug 12, 2022 · 1 min read
     it software  · database
     ·
    Share on: twitter facebook linkedin copy
    Il database con due tabelle

    In questo articolo del 2012, si legge che Reddit avrebbe un database da due tabelle.


    Read More
  • Log4jShell

    calendar Dec 20, 2021 · 1 min read
     en knowledgebase software
     ·
    Share on: twitter facebook linkedin copy
    Log4jShell

    Log4jShell vulnerability

    1. Kasperky article
    2. https://www.lunasec.io/docs/blog/log4j-zero-day-update-on-cve-2021-45046/ with the following "news":If you have previously used LOG4J_FORMAT_MSG_NO_LOOKUPS to mitigate the log4shell vulnerability, in certain conditions this will not be sufficient to protect your code from RCE. Refer to our mitigation guide for additional steps you can take to remediate the impact of Log4Shell
    3. Apache group released two fix in short delay, after  the second fix was found vulnerable to other attacks, a third fix (2.17.0) was released.
     
  • Ubuntu 20 LTS failed me (only for servers install…:)

    calendar Sep 19, 2021 · 2 min read
     en software  · unix
     ·
    Share on: twitter facebook linkedin copy
    Ubuntu 20 LTS failed me (only for servers install...:)

    On 2023 Ubuntu 18 LTS support will end, so I started to evaluate the next LTS release, Ubuntu 20.


    Read More
  • Open calculator (aggiornato)

    calendar Jul 15, 2021 · 4 min read
     freedom it software  · hp42s
     ·
    Share on: twitter facebook linkedin copy
    Open calculator (aggiornato)

    Voglio raccontarvi una storia, per spiegarvi quanto è difficile conciliare la vendita di un prodotto commerciale con lo sviluppo di un software "open". Al giorno d’oggi le calcolatrici scientifiche sono un mercato con parecchia concorrenza, e lo prenderò come esempio.


    Read More
  • Meltdown and Spectre Mitigation removal

    calendar Jun 23, 2021 · 1 min read
     en software  · raspberrypi security
     ·
    Share on: twitter facebook linkedin copy
    Meltdown and Spectre Mitigation removal

    Some time ago I stumbled upon this Hacker News discussion on how disable Spectre mitigation.


    Read More
  • Legacy Management

    calendar Feb 10, 2021 · 1 min read
     knowledgebase software
     ·
    Share on: twitter facebook linkedin copy
    Legacy Management

    Good insights from this article:

    How to strangle a legacy codebase

    The strategy is simple:

    Progressively delete the old code base, in favor of a new one.


    Read More
  • The end of the Database Mangement System as we know it

    calendar Oct 7, 2020 · 2 min read
     devops en software
     ·
    Share on: twitter facebook linkedin copy
    The end of the Database Mangement System as we know it

    In Microservices architecture, you decompose your services in a set of fine-grained services. These services are full-stack software, from front end API down to database layer.


    Read More
  • Il nodo su node.js

    calendar Jul 18, 2020 · 2 min read
     humor it software  · liberta
     ·
    Share on: twitter facebook linkedin copy

    Sono un fan di node js, ed è una grande community.


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • 4
    • 5
    • »
    • »»

Recent Posts

  • Postgres Take it All
  • La ruota del Destino
  • Darth Android
  • Vps Provider
  • Chat
  • RSS Readers
  • Vibe Coding: easy to say, difficult to survive

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top