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
  • Lo smottamento del Movimento

    calendar Feb 25, 2021 · 2 min read
     it  · movimento5stelle politica
     ·
    Share on: twitter facebook linkedin copy

    Q: E come potremmo fare? L: Potremmo creare un movimento basato su influencer, tu sei un grande a parlare…. poi ci mettiamo dentro la mia società…. Q: …e cambiamo il mondo! L: Andiamoci piano. Dobbiamo essere astuti. Q: Certo, come delle faine L: Lo facciamo anti partito, diciamo che ognuno non può eleggersi più di due volte, una cosa dalla gente per l’agente Q: La democrazia diretta! L: Esatto, decidiamo noi su cosa però….ci prendiamo i soldi degli stipendi dei parlamentari, 15k di rimborsi a testa ci si fa un sacco di cose Q: Ma tutte ste regole…. L: Ma le regole le cambiamo! Appena abbiamo ottenuto uno degli obiettivi, ma cosa ci mettiamo dentro? Q: Ecologia! AntiPartito!….Anti Ilva…Anti-Tav..


    Read More
  • How to re-enable right click

    calendar Feb 21, 2021 · 1 min read
     en featured knowledgebase
     ·
    Share on: twitter facebook linkedin copy
    How to re-enable right click

    Some news site still try in 2021 to disable right click and ability to copy content. These tactis are very very poor, and only block the users not interested in copying/stealing your code.

    The  idea is to put something like that on body tag:

    <body oncopy="return false" oncut="return false" onpaste="return false" onbeforecopy="return false" ondragstart="return false" onselectstart="return false" oncontextmenu="return false">

    The code to re-enable it is easy to find out:


    Read More
  • Neppure i Draghi ci possono salvare?

    calendar Feb 18, 2021 · 2 min read
     it  · politica
     ·
    Share on: twitter facebook linkedin copy

    La XVIII Legislatura (iniziata il 23 marzo 2018) ha visto finora i seguenti governi

      • Giuseppe Conte (dal 1 giugno 2018 al 4 settembre 2019)
      • Giuseppe Conte II (dal 5 settembre 2019 al 13 febbraio 2021)
      • Mario Draghi (dal 13 febbraio 2021 - in corso)
    Questo vuol dire che il governo Draghi può al massimo durare fino al 2023, cioé un paio d'anni circa. Se facciamo una media degli ultimi 66 anni, prendendo i dati da wikipedia, risulta una durata media di circa 412 giorni circa 14 mesi scarsi (ho fatto i conti qui per i dettagli). Se però togliamo i governi della prima repubblica (Craxi, Moro, De Gasperi, Scelba, ecc) e contiamo solo i 17 governi residui la media si alza a 590 giorni, circa 20 mesi scarsi, a dimostrazione del fatto che tranne casi humoristici (Governo D'Alema uno dei più corti in assoluto) la seconda repubblica è più stabile della prima, anche se ha un track record assai più modesto.

    Due anni massimo.


    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.

    Here’s the plan:

    • Have the new code acts as a proxy for the old code. Users use the new system, but it just redirects to the old one.
    • Re-implement each behavior to the new codebase, with no change from the end-user perspective.
    • Progressively fade away the old code by making users consume the new behavior. Delete the old, unused code.

    [...]

    More here
  • Mario Draghi

    calendar Feb 3, 2021 · 3 min read
     it  · politica
     ·
    Share on: twitter facebook linkedin copy

    Breve biografia da Wikpedia:

    Mario Draghi è nato a (Roma, nel 1947). Perde all’età di 15 anni entrambi i genitori ed è una zia a prendersi cura di lui, sua sorella e suo fratello.

    Compie gli studi  all’Università degli Studi di Roma “La Sapienza”  dove si laurea nel 1970. Si specializza i al MIT di Boston. Già professore universitario, negli anni novanta viene richiamato in Italia dal ministro del Tesoro Guido Carli che lo vuole al suo fianco.


    Read More
  • House of Renzis…

    calendar Jan 26, 2021 · 3 min read
     it  · politica
     ·
    Share on: twitter facebook linkedin copy

    Conte ha annunciato le sue dimissioni. Se Renzi fosse in House of Cards, forse sarebbe il protagonista, che si sfrega le mani mentre i suoi maneggi iniziano.


    Read More
  • Crisi di Gennaio: la sindrome di Matteo II

    calendar Jan 20, 2021 · 3 min read
     it lettere-a-mio-figlio  · conte mattarella politica salvini
     ·
    Share on: twitter facebook linkedin copy
    In queste ore si sta consumando la crisi del governo Conte2. Un Renzi assurdo, che dopo aver ottenuto le modifiche su fondi di ripresa (Recovery Fund) e gestione dei servizi segreti, che aveva chiesto un mese fa, ha continuato ad alzare l’asticella del potere per poter ribaltare il tavolo.
  • TiddlyWiki

    calendar Jan 19, 2021 · 1 min read
     knowledgebase
     ·
    Share on: twitter facebook linkedin copy
    TiddlyWiki
    TiddlyWiki is a rich, interactive tool for manipulating complex data with structure that doesn't easily fit into conventional tools like spreadsheets or wordprocessors.
    Tiddlywiki born in 2004, is great if you need a fast way to make fast notes. In the past it was able to store itself using local javascript extensions, but now you need a node server or some specific setup.
  • JonnyDecimal rulez!

    calendar Jan 18, 2021 · 1 min read
     knowledgebase
     ·
    Share on: twitter facebook linkedin copy
    JonnyDecimal rulez!

    https://johnnydecimal.com/

  • Fake News 2021

    calendar Jan 15, 2021 · 1 min read
     humor it  · humor
     ·
    Share on: twitter facebook linkedin copy

    Direttamente dal futuro, grazie ad un marchingegno  speciale riceviamo

    Terratondisti

    Cospiratori che stanno cercando di vendere paracaduti ai Terrapiattisti, evitando accuratamente che scoprano le prove della rotondità della terra, già note nel medioevo (stanno anche cercando di cancellare l’esistenza dello storico Alessandro Babero, che spiega in un video proprio questo). 


    Read More
  • Bash TCP conection feature

    calendar Jan 7, 2021 · 1 min read
     featured unix-featured  · bash unix
     ·
    Share on: twitter facebook linkedin copy

    Bash support tcp connection out of the box :)

     

    So you can write something like

    #!/bin/bash
    webhost="gioorgi.com"
    exec 5<>/dev/tcp/$webhost/80
    echo -e "GET / HTTP/1.1\\r\\nHost: $webhost\\r\\nContent-Length: 0\\r\\n\\r" >&5
    # get reply:   HTTP/1.1 301 Moved Permanently^M
    cat <&5
    

     

  • Tastiera per principianti: Yamaha PSR E373

    calendar Jan 4, 2021 · 4 min read
     covid19 it lettere-a-mia-figlia
     ·
    Share on: twitter facebook linkedin copy

     

     

    Prima della pandemia avevo messo gli occhi su una tastiera Yamaha, la PSR E363. Il suo prezzo pre-covid era di 185€ dopodiché era schizzata verso l’alto, per poi uscire di produzione. Così ho deciso di acquistare il modello sostitutivo, la PSR E373 che al momento costa intorno ai 230€  e ho pensato di fare questa recensione per chi, come me, vorrebbe imparare a suonare su una tastiera il più simile possibile ad un pianoforte reale. Vi risparmio anche tutte le video recensioni che ho guardato su YouTube per scegliere questa tastiera, portandovi solo i pro e contro. Disclaimer: non sono un musicista, ma sono bravo ad informarmi. BONUS UPDATE: E’ stato reso liberamente scaricabile un corso di musica, in inglese, pieno di esercizi ed adatto anche ai neofiti


    Read More
  • Le regole, gli Italiani, e le leggi al tempo del Covid

    calendar Dec 17, 2020 · 3 min read
     it  · italia
     ·
    Share on: twitter facebook linkedin copy

    Anni fa lessi un brano di un libro di Jacques Le Goff chiamato “Il medioevo in Italia” che, se la memoria non mi inganna, diceva grosso modo questo.

    Alla caduta dell’impero romano (476 d.C.) è cambiato il mondo per la nostra penisola. Il Medioevo ha portato in Italia la nascita di città stato piccole e frammentate. Questa “atomizzazione” si è attuata solo in Italia, mentre nel resto d’Europa si sono formate sempre regioni più grandi e stabili.  Perché e che conseguenze ha avuto nella vita e nella cultura del “popolo”?


    Read More
  • Cyberpunk 2077: l’overtime che non paga

    calendar Dec 13, 2020 · 4 min read
     it  · giochi
     ·
    Share on: twitter facebook linkedin copy
    Adam Kicinski, answering “Is the development team required to put in crunch hours?” answered, “To some degree, yes, to be honest.”[...]

    “We want Cyberpunk 2077 to be our crowning achievement for this generation and postponing launch will give us the precious months we need to make the game perfect,” the studio said. Da un articolo di gennaio 2020


    Read More
  • Simple crontab utilities

    calendar Dec 11, 2020 · 1 min read
     knowledgebase
     ·
    Share on: twitter facebook linkedin copy
    Simple crontab utilities

    https://crontab.guru/

    https://crontab-generator.org/

    • ««
    • «
    • 13
    • 14
    • 15
    • 16
    • 17
    • »
    • »»

Recent Posts

  • Arduino Q da far crescere
  • Postgres Take it All
  • La ruota del Destino
  • Darth Android
  • Vps Provider
  • Chat
  • RSS Readers

Categories

EN 495 IT 479 KNOWLEDGEBASE 186 SOFTWARE 179
All Categories
ADVERTISEMENT2 AUTOMATION5 BLOG-OBJECTSROOTCOM88 BOOKS3 COVID1919 DEVOPS30 EGGBOX4 EN495 ERLANG14 ESP82666 EVERGREEN4 FEATURED92 FLASH1 FREEDOM8 GENERATIVEAI5 HOMELAB1 HUMOR82 INTERVISTE2 IT479 JAVA3 JAVASCRIPT1 K8S-DONE-RIGHT3 KNOWLEDGEBASE186 LANG30 LETTERE-A-MIA-FIGLIA30 LETTERE-A-MIO-FIGLIO38 LIBRI3 NEWS3 ORG-MODE-PARSER9 PROJECTS8 PYTHON18 RACCONTI5 RECENSIONI18 RETRO-COMPUTING35 REVIEW1 REVIEWS11 SITE12 SOFTWARE179 SOFTWARE-PROJECTS14 SQL27 UNCATEGORIZED1 UNIX-FEATURED7
[A~Z][0~9]

Series

ARDUINO 25 PROGRAMMING_LANGUAGES 7 RISPARMIO 5 FREEDOM 4
All Series
ARDUINO25 FATLAMA3 FREEDOM4 HOMELAB1 POLITICA3 PROGRAMMING_LANGUAGES7 RISPARMIO5
[A~Z][0~9]

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top