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 Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
馃寪
English Italiano
github linkedin rss
  • Fixing Ctrl-C properly on macOs while switching between windows and mac

    calendar Dec 23, 2023 路 1 min read
     en  路 macos
     路
    Share on: twitter facebook linkedin copy

    I have one shiny mechanical keyboard I use on my daily job, under Windoooze and Linux bash


    Read More
  • Job Interviews Ultimate Tips: you must know how to do ReactJS Forms

    calendar Dec 15, 2023 路 2 min read
     en  路 reactjs
     路
    Share on: twitter facebook linkedin copy

    In 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 More
  • Thank you CommanderX16 web demo!

    calendar Dec 8, 2023 路 1 min read
     en retro-computing  路 commanderx16
     路
    Share on: twitter facebook linkedin copy

    Hi, 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
  • Small Lamp NoeBoat with Arduino Uno R3 and FreeRTOS

    calendar Dec 3, 2023 路 3 min read
     arduino  en projects  路 noeboat
     路
    Share on: twitter facebook linkedin copy
    Small Lamp NoeBoat with Arduino Uno R3 and FreeRTOS

    I am a fan of super tiny stuff written in C, and also a fan of Operating System. FreeRTOS is a super tiny real-time operating system, I was able to run also on a Arduino UNO R3 with only 2Kb of RAM.


    Read More
  • Arduino UNO R4 Wi-Fi

    calendar Nov 27, 2023 路 4 min read
     arduino  it  路 iot
     路
    Share on: twitter facebook linkedin copy
    Arduino UNO R4 Wi-Fi

    Abbiamo provato Arduino UNO R4 Wi-Fi, la nuova board uscita circa sei mesi fa (fine giugno 2023), che presenta parecchie innovazioni pur mantenendo la retro-compatibilita' hardware con Arduino UNO, e una retro-compatibilita' software limitata alle API ufficiali di Arduino. Il costo e' intorno ai 25 euro, con picchi di 35 se la ordinate su Amazon.


    Read More
  • Intelligenza artificiale

    calendar Nov 23, 2023 路 3 min read
     it
     路
    Share on: twitter facebook linkedin copy

    Venerdi' 17 novembre OpenAI ha licenziato Sam Altman senza giusta causa, per poi riassumerlo nel giro di 48-56 ore in un turbinio di messaggi sconnessi e un po' confusi.


    Read More
  • Arduino uno e ATMega328p

    calendar Nov 16, 2023 路 2 min read
     arduino  it  路 6502
     路
    Share on: twitter facebook linkedin copy
    Arduino uno e ATMega328p

    L’Arduino Uno R3 e’ una famosa scheda basata sul chip microcontroller ATMega328P. Abbiamo parlato di Arduino gia’ innumerevoli volte, ma qui vorrei concentrarmi sulle similitudini tra l’ATMega328p e il MOS6502. Il MOS6592 nato a fine anni ‘70 e’ stato il cuore del C/64 e dell’Apple ][, oltre che di altri innumerevoli console di videogiochi (incluso il Nintendo NES).

    Gia’ molti hanno osservato che il MOS6502, con la sua architettura ortogonale a 8bit e聽 una notevole velocit脿 di picco di esecuzioni delle istruzioni era piu’ simile ad un microcontrollore che ad un processore per (micro)computer.

    Il MOS6502 inoltre indirizzava con particolare efficacia i primi 256 byte di memoria, rendondoli di fatto altri 256 registri “virtuali”, benche’ un pelino piu’ lenti.

    L’ATMega328p condivide molte delle caratteristiche del MOS6502, vediamole assieme.

    Innanzitutto e’ un micro controllore a 8bit, con 32 registri base indirizzabili anche a word da 16 bit. E’ estremamente performante, e quasi tutte le istruzioni tra registri vengono eseguite in 1 ciclo di clock (es addizioni, 聽sottrazioni). Le istruzioni che coinvolgo l’accesso alla memoria vengono eseguite mediamente in 2 cicli di clock (es Store e Load), esattamente come nel 6502 che pero’ non e’ cosi’ performante sulle operazioni aritmetiche ne’ e’ in grado di fare moltiplicazioni o divisioni.


    Read More
  • Arduino timers

    calendar Nov 12, 2023 路 7 min read
     arduino  it  路 ff0000
     路
    Share on: twitter facebook linkedin copy
    Arduino timers

    Arduino dispone di parecchi timer interni, che l'API pero' non valorizza adeguatamente. Per tale ragione si finisce sempre per leggere codice criptico basato sull'hacking dei registri ATMega, spesso con spiegazioni sommarie.

    Scrivo questo articolo perche' sembra oramai聽 impossibile trovare spiegazioni chiare e decenti su questo argomento,聽 senza che siano zeppe di pubblicita', anche se qualche sito si salva.

    Come sapete, su Gioorgi.com l'unica pubblicita' che vedrete sono i rari box dei prodotti Amazon, che pubblicizzo piu' che altro per fornirvi un 'servizio' che per guadagnarci qualche cosa聽 con le relative commissioni, e i link ai mei pochi libri/prodotti.
    Andiamo ad iniziare.


    Read More

  • Stero Sid 2.0.7: Arduino 2.x and license update

    calendar Nov 12, 2023 路 1 min read
     arduino  en projects software-projects  路 stereosid
     路
    Share on: twitter facebook linkedin copy
    Stero Sid 2.0.7: Arduino 2.x and license update

    A small update to Stereo Sid:

    1. Fix lack of LICENSE (merge from original Cyberernesto upstream)
    2. Fix library.properties and arduino lint pass, to be able to be included inside arduino library manager
    3. New professional CHANGELOG file
    Note: StereoSID will work only for Arduino UNO R1-R3 and AVR-based chipset. We are evaluating a support to new Arduino WiFi R4

    https://github.com/daitangio/sid-arduino-lib


    Read More
  • Alpine vs Busybox: how to wget in K8s

    calendar Nov 10, 2023 路 1 min read
     devops en  路 docker k8s
     路
    Share on: twitter facebook linkedin copy
    Alpine vs Busybox:  how to wget in K8s

    In the last projects, I get used to use K8s CronJob(s) to schedule tasks.


    Read More
    • ««
    • «
    • 3
    • 4
    • 5
    • 6
    • 7
    • »
    • »»

Recent Posts

  • Il tizio con il cappello che crede di comandare il mondo intero
  • Murderbot: i diari della macchina assassina
  • Breve guida agli ETF
  • Salvadanaio remunerato di Satispay Conviene?

Categories

EN 484 IT 471 KNOWLEDGEBASE 186 SOFTWARE 177
All Categories
ADVERTISEMENT2 AUTOMATION5 BLOG-OBJECTSROOTCOM88 BOOKS3 COVID1919 DEVOPS28 EGGBOX4 EN484 ERLANG14 ESP82666 EVERGREEN4 FEATURED92 FLASH1 FREEDOM8 GENERATIVEAI3 HUMOR82 INTERVISTE2 IT471 JAVA3 JAVASCRIPT1 K8S-DONE-RIGHT3 KNOWLEDGEBASE186 LANG30 LETTERE-A-MIA-FIGLIA28 LETTERE-A-MIO-FIGLIO38 LIBRI3 NEWS3 ORG-MODE-PARSER9 PROJECTS8 PYTHON18 RACCONTI5 RECENSIONI16 RETRO-COMPUTING35 REVIEWS11 SITE11 SOFTWARE177 SOFTWARE-PROJECTS13 SQL27 UNCATEGORIZED1 UNIX-FEATURED7
[A~Z][0~9]

Series

ARDUINO 24 PROGRAMMING_LANGUAGES 7 RISPARMIO 4 FREEDOM 3
All Series
ARDUINO24 FREEDOM3 POLITICA3 PROGRAMMING_LANGUAGES7 RISPARMIO4
[A~Z][0~9]

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top