open-menu closeme
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
About
github linkedin rss
  • HP 42S il miglior calcolatore di sempre

    calendar Nov 10, 2020 · 4 min read
     it  · hp42s
     ·
    Share on: twitter facebook linkedin copy

    L’HP 42S mi ha accompagnato durante tutto il mio percorso universitario, ha disegnato di nascosto per me qualche grafico di funzione e con i suoi 7KB alfanumeici è anche riuscito a farmi tenere qualche appunto segreto.

    L’ho acquistata il cinque dicembre del 1992, pagandola ben 229.000 lire, un anno prima di iniziare l’Università (all’incirca 200€ di adesso considerando l’inflazione (*) e il cambio all’Euro).


    Read More
  • Joe Biden ha vinto e Trump ha fatto una figuraccia

    calendar Nov 7, 2020 · 1 min read
     it lettere-a-mio-figlio  · trump
     ·
    Share on: twitter facebook linkedin copy

    Joe Biden del Partito Democratico ha vinto le elezioni presidenziali degli Stati Uniti: oggi in Pennsylvania  si è sancito il suo sorpasso da Trump, ormai troppo distante da una rimonta.

    Negli ultimi giorni Trump ha continuato a parlare con le sue “realtà alternative” (normalmente dette bugie).


    Read More
  • Commodore 4194304 is here: Rasperry Pi 400

    calendar Nov 2, 2020 · 1 min read
     retro-computing  · c64 raspberrypi vic20
     ·
    Share on: twitter facebook linkedin copy

    Rasperry Pi Trading announced the RasperryPi 400, a whoppy 1.8 Ghz x 4Gb RAM (about 4096Mb or 4.194.304 Kb) Rasperry in a plastic keyboard case.

    We just read a teardown, and only the lack of a good mechanical keyboard leave it a bit behind a Commodore 64 :)


    Read More
  • Covid 2020 Ondata 2

    calendar Oct 22, 2020 · 1 min read
     covid19 it
     ·
    Share on: twitter facebook linkedin copy

    "Ma come? Mi svegli ancora?" Mia figlia, quando la madre la sveglia per andare a scuola

    E per fortuna che il virus era clinicamente morto... Abbiamo avuto fino a dieci giorni fa manifestazioni contro l'uso della mascherina, reiterate in questi mesi da personalità con una notevole esposizione pubblica (Salvini, Bocelli,Montesano....).


    Read More
  • Simple Html debug via CSS

    calendar Oct 21, 2020 · 1 min read
     en knowledgebase  · easy ideas web wordpress
     ·
    Share on: twitter facebook linkedin copy
    Simple Html debug via CSS

    Add the following css lines to your CSS theme, possibly at the end

    div::before { content:" C:" attr(class) "" }

    ::before,::after { color:red; font-weight:100; font-size:1.0em }

    and div classes will showup easily. Very handly while customizing WoooordPress :) This page show a demo.

  • Prova di HP Instant Ink: luci ed ombre

    calendar Oct 15, 2020 · 4 min read
     covid19 it
     ·
    Share on: twitter facebook linkedin copy

    Introduzione

    Avendo acquistato una nuova stampante HP, ho voluto provare il servizio HP Instant Ink.

    Se acquistate le stampanti sul sito di HP, ottenete degli sconti maggiori rispetto ad Amazon o Mediaworld, perché HP vi fa uno sconto sul prezzo di listino, che difficilmente troverete altrove.


    Read More
  • Legge elettorale e rappresentanza

    calendar Oct 9, 2020 · 2 min read
     it lettere-a-mio-figlio  · america democrazia
     ·
    Share on: twitter facebook linkedin copy

    Ho votato SI al referendum costituzionale, perché ho ritenuto che fosse una buona idea ridurre un po’ il numero di parlamentari, e perché la riforma non toccava altri aspetti della Costituzione, come invece accadde per altri due tentativi (Berlusconi, Renzi) avvenuti negli ultimi vent’anni. La vittoria del SI ha come conseguenza la necessità di rivedere la legge elettorale.


    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.

    Each microservice is responsible and owns its data.

    For instance if you have a MovieInventory service and a CheckIn/Checkout services, they must communicate each other via API.


    Read More
  • Tic80

    calendar Sep 29, 2020 · 1 min read
     retro-computing
     ·
    Share on: twitter facebook linkedin copy

    https://github.com/nesbox/TIC-80

     

  • Boris, Challenge Accepted!

    calendar Sep 26, 2020 · 2 min read
     en
     ·
    Share on: twitter facebook linkedin copy

    It all started with the Covid Lockdown. For the first time, Italy has complied with the RULES. 97% of people complied with the restraints imposed by a government that certainly did not shine out of charisma, perhaps fear helped.

    Then we became the best in the world at managing the epidemic from Covid, the country with fewer resources than Germania and France.


    Read More
  • Un paese irriconoscibile

    calendar Sep 26, 2020 · 2 min read
     covid19 it
     ·
    Share on: twitter facebook linkedin copy

    E’ iniziato tutto con il lockdown da Covid. Per la prima volta, il nostro paese ha rispettato le regole. Il 97% delle persone ha rispettato le restrizioni imposte da un governo che non brillava certo per carisma. Eppure complice forse la paura è successo.

    Poi siamo diventati i migliori nel mondo nella gestione dell’epidemia da Covid, il paese con meno risorse di Germania e Francia.


    Read More
  • Dumas e l’Unità d’Italia

    calendar Aug 28, 2020 · 1 min read
     it
     ·
    Share on: twitter facebook linkedin copy

    Nelle vacanze estive ho iniziato a leggere il Conte di Montecristo di Alexandre Dumas, e stamane ho scoperto che l’autore dei “Tre Moschettieri” ebbe un ruolo nell’Unità d’Italia e anche nel piantare il seme di uno dei più grandi giornali Italiani, biografia ben approfondita da Wikipedia (e  confermata dalla Treccani, anche se con meno enfasi):


    Read More
  • AWS ECS is NOT Docker Swarm

    calendar Aug 14, 2020 · 3 min read
     devops en knowledgebase  · aws
     ·
    Share on: twitter facebook linkedin copy
    AWS ECS is NOT Docker Swarm

    Amazon Elastic Container services (ECS) is the Amazon Solution for running  docker containers on Amazon.

    ECS is not a docker swarm implementation. I am writing this article to stress this, because this point is not very clear digging in the tutorials (it is explained a bit in the question “What is the difference between Docker Swarm, Kubernetes, and Amazon ECS” but then the tuytorials mix the things up too much).


    Read More
  • Le macchine al lavoro!

    calendar Aug 1, 2020 · 5 min read
     it racconti
     ·
    Share on: twitter facebook linkedin copy

    La lettera di licenziamento di colore ciano arrivò in perfetto orario sulla scrivania del Ministero dell’IT alle otto in punto. Marzia Fleming aveva fatto tardi quel lunedì, e quindi non poté rifiutarla; il suo ministero era uno dei pochi con qualcosa di vero da fare e quindi al suo staff toccava lavorare, ma per fortuna la corrispondenza e tutte le altre incombenze a "basso valore aggiunto" erano svolte dalle Macchine.


    Read More
  • Black lives matter

    calendar Jul 29, 2020 · 1 min read
     it
     ·
    Share on: twitter facebook linkedin copy

    E’ istruttivo come lo slogan Black lives matter sia nelle home page di Amazon (AWS), Google (K8s, Angular), Linode, mentre sia completamente assente sui siti di Microsoft, Facebook, Apple, DropBox, GitLab, GitHub (sempre MS): non se ne vede la minima traccia.

    AirBnb è un po’ a metà perché ha lo slogan ma in fondo alla pagina.


    Read More
    • ««
    • «
    • 15
    • 16
    • 17
    • 18
    • 19
    • »
    • »»

Recent Posts

  • La trebbIAtrice
  • Trump rules ma non benissimo
  • AI CODER
  • Cesare by Alberto
  • Perché investire in borsa? La risposta è 26
  • GXTrust+Macos vs Giorgi
  • Immich e Paperless: take control back!

Categories

EN 498 IT 484 KNOWLEDGEBASE 186 SOFTWARE 182
All Categories
ADVERTISEMENT2 AUTOMATION5 BLOG-OBJECTSROOTCOM88 BOOKS3 COVID1919 DEVOPS30 EGGBOX4 EN498 ERLANG14 ESP82666 EVERGREEN4 FEATURED93 FLASH1 FREEDOM8 GENERATIVEAI6 HUMOR81 INTERVISTE2 IT484 JAVA3 JAVASCRIPT1 K8S-DONE-RIGHT3 KNOWLEDGEBASE186 LANG30 LETTERE-A-MIA-FIGLIA30 LETTERE-A-MIO-FIGLIO38 LIBRI3 NEWS3 ORG-MODE-PARSER9 PROJECTS8 PYTHON18 RACCONTI5 RECENSIONI20 RETRO-COMPUTING35 REVIEW1 REVIEWS11 SITE13 SOFTWARE182 SOFTWARE-PROJECTS14 SQL27 UNCATEGORIZED1 UNIX-FEATURED7
[A~Z][0~9]

Series

ARDUINO 25 PROGRAMMING_LANGUAGES 7 RISPARMIO 6 HOMELAB 5
All Series
ARDUINO25 FATLAMA4 FREEDOM4 HOMELAB5 POLITICA4 PROGRAMMING_LANGUAGES7 RISPARMIO6
[A~Z][0~9]

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top