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
  • (How to Write a (Lisp) Interpreter (in Python))

    calendar Oct 24, 2011 · 1 min read
     en featured lang python software  · lisp python
     ·
    Share on: twitter facebook linkedin copy
    (How to Write a (Lisp) Interpreter (in Python))

    I like a lot of programming languages. I do not love them with the same intensity.

    I do not love Lisp for its ((syntax))), but Lisp rocks for its purity: in a tiny bag of concept, you get a lot of stuff.

    This article, (How to Write a (Lisp) Interpreter (in Python)) show you how it is easy to write a lisp interpreter in python. It is 113 lines of code, and include the parser the executor and the basic functions to get started.


    Read More
  • Ci sarà un altro C/64?

    calendar Oct 15, 2011 · 5 min read
     featured  · c64 ideas storia
     ·
    Share on: twitter facebook linkedin copy
    Ci sarà un altro C/64?

    Ho posseduto sia un Vic20 ed un C/64, come molti della mia generazione, credo. Il Commore 64 è stato un micro computer commercializzato tra il 1982 e il 1994, dalla Commodore Business Machine (CBM). Il vero salto di qualità con il C/64 me lo fece fare un rivista scovata in un Autogril, chiamata Commodore Computer Club, che parlava praticamente solo del C/64 e aveva una forte connotazione “social”, nel senso che la rubrica della posta era inizialmente molto grande.

    Logo del Commodore Computer Club, rivista dalla storia particolare


    Read More
  • Dart Sith move first

    calendar Oct 13, 2011 · 3 min read
     en featured humor knowledgebase lang software  · javascript javascript-war nodejs
     ·
    Share on: twitter facebook linkedin copy
    Dart Sith move first

    So Dart Sith has just launched his first DeathStar, my young JavaScript fellow: a site devoted to the Dart language

    Because I am a very old Jedi (1974, before ever the first WtartWars trilogy showdown)  I had to rest a bit before talking about it, so the news is 4-days old I know. I needed to think, reflect and write down: but now I am ready, Read on…


    Read More
  • Org Mode Parser 0.0.6 is OUT

    calendar Oct 13, 2011 · 1 min read
     en featured knowledgebase org-mode-parser  · nodejs org-mode project
     ·
    Share on: twitter facebook linkedin copy
    Org Mode Parser 0.0.6 is OUT

    Hi all,

    I have released version 0.0.6 of org-mode-parser for nodejs

    Org mode parser is a parser for reading org-mode files in nodejs.

    It features more then 80 unit tests, and support also for :DRAWER: and archive tag.

    The parser can query on the structure, extract subtrees, regenerate the original input via an handy toOrgString() method.


    Read More
  • La paura fa Mango

    calendar Oct 7, 2011 · 1 min read
     humor it  · microsoft
     ·
    Share on: twitter facebook linkedin copy

    Come capire quando una mega corporation è disperatamente alla rincorsa? Ecco alcuni indizi:

    1. Andate ad una tech conference in centro. La sala non è gremita, in prima fila c'è una sola persona, in seconda fila sono due...
    2. Viene offerto un codice di riscatto per vendere applicazioni per un anno sul loro App Store.
    3. Viene dato GRATIS l'ambiente di sviluppo, che solitamente costa 1000 euro.
    4. C'è un concorso con premi settimanali ed estrazioni mensili per chi scrive applicazioni sull'appstore.
    5. Il sistema operativo si chiama Mango: un nome azzeccato! Ma la cosa fantastica  è che la versione 7.5 per programmarlo ha bisogno dell'SDK ha versione 7.1! Sospettiamo che stiano andando un po' troppo velocemente...
    Ora sta a voi scoprire di chi sto parlando.
  • JavaScript Wars hits nodejs

    calendar Oct 6, 2011 · 2 min read
     en featured humor knowledgebase  · ideas javascript-war nodejs relax
     ·
    Share on: twitter facebook linkedin copy
    JavaScript Wars hits nodejs

    This week, the nodejs community had a big flame.

    All was started by this blog post, which  tried to slap down node.js server because of its mono-thread nature. And node.js fight back knocking down the attacker. Let’see how.


    Read More
  • Ci mancherai, Steve

    calendar Oct 6, 2011 · 3 min read
     it lettere-a-mio-figlio  · apple future ideas jobs steve
     ·
    Share on: twitter facebook linkedin copy

    Ciao bimbo mio, oggi non parliamo di te.

    Parliamo di Steve Jobs, che  si è spento ieri, all’età di 56 anni. Steve è il creatore di tutte quelle cose con il logo di una mela che vedi in casa, e no, la Apple non è una catena di  fruttivendoli internazionali.


    Read More
  • Org Mode parser for nodejs is here, right now!

    calendar Oct 4, 2011 · 1 min read
     en it org-mode-parser  · emacs javascript nodejs org-mode project
     ·
    Share on: twitter facebook linkedin copy

    If you love Emacs Org Mode, and you are looking for a JavaScript parser for it, you are in the right place!

    I have just published an org-mode parser for Node.js, the Javascript based server a lot of guys talk about.

    This first revision spot more then 20 non-regression tests, and it is ready for a prime time use. Anyway, production use is still discouraged because additional testing is needed. Feel free to email me or to leave a comment.


    Read More
  • Learn Javascript for the 2012

    calendar Oct 2, 2011 · 2 min read
     en humor knowledgebase software  · javascript-war nodejs
     ·
    Share on: twitter facebook linkedin copy
    Learn Javascript for the 2012

    So we are here again talking about Javascript. I have already wrote an article comparing a well known SmallTalk implementation to Javascript. If my ideas are right (at least a bit), you will see more and more javascript on the next months. In particular:

    • JavaScript is the Ajax programming languge for the rest of us
    • Mobile Framework like PhoneGap and Appcelerator, are all about javascript at the top
    • Javascript is evolved, and it is used server side by projects like node.js

    Getting Started

    JavaScript is a language must be re-learned if you are old like me (i.e. born before 1982).
    This book will re teach you javascript in ten minutes or so on. A very nice and funny read, for 25 pages!
    A lot of the things you will read will be new to you, for sure.
    Studing good librabries is a must. JQuery is a very well written and commented library: grab the full sized source and start reading it.

    Getting your hands dirty

    A good way of learning is trying to make your own errors :)
    QUnit is a unit-testing framework you can run in your  browser, which will be very useful to you.
    If you prefer nodejs, vows is a continuous integration library which will save your days. I prefer vows in these days, because it can run from the command line, and it is easy to setup.

    Phase3: Evolving to the next step

    Coffee Script is a very instructive language. Look how CoffeeScript renders its code in JavaScript:it will avoid you a lot of mistakes.

    And this bring us to a very sad rule: discipline in JavaScript is fundamental to avoid nasty bugs.


    Read More
  • Why Gioorgi.com is not hosted in Italy

    calendar Sep 27, 2011 · 2 min read
     it  · gioorgi gioorgi-com italy politica
     ·
    Share on: twitter facebook linkedin copy

    In questi giorni, il governo Berlusconi sta tentando di riproporre una legge per ridurre la possibilità che le sue intercettazioni finiscano sui giornali. Potete trovare i dettagli del decreto legge su Repubblica, e sul corriere.

    In breve tale proposta

    [...]equipara i blog ai siti di informazione. E prevede una multa di 12 mila euro per la mancata rettifica entro 48 ore

     

    E’ come dire che il tuo diario on line diventa un giornale. Immagino come saranno contenti i teenager di vedersi denunciati per gli imporperi verso i loro politici meno preveriti….


    Read More
  • Arduino Launches New Stuff!

    calendar Sep 18, 2011 · 2 min read
     arduino  en  · ideas news
     ·
    Share on: twitter facebook linkedin copy
    Arduino Launches New Stuff!

    Arduino rocks, you know. And we  we are happy to announce a new set of goodies from the Arduino Italian crew!

    And if you do not know what is arduino, we have a fix for that (TM)

    For the second year in a row we decided to announce our new products at Maker Faire in NYC.

    Arduino 1.0, we finally froze the Arduino API, the IDE and the layout of the boards. We’ve made some minor additions to the Arduino connectors to make them more flexible. Tomorrow you will be able to download the release candidate and in 1 month of frantic testing with the community, the platform will be ready and stable.


    Read More
  • Is JavaScript a better evil then Dart? I am your father Luke….

    calendar Sep 17, 2011 · 3 min read
     en featured  · google javascript javascript-war nodejs war
     ·
    Share on: twitter facebook linkedin copy

    And so you like JavaScript Html5 Web app, which can run on Safari iPhone, Nokia Windows Phone, Android web browser, Black Berry and so on? Are you on the mantra of multi platform mobile programming, aren’t you? Well,  Google mega corporation will soon awake you in a new nightmare: a new programming language!


    Read More
  • JavaScript War: Prologue

    calendar Sep 15, 2011 · 3 min read
     en humor lang software  · google java javascript war
     ·
    Share on: twitter facebook linkedin copy

    Be strong young Jedi. This war will begin shortly. You can try to keep you jdk under your pillow, but the html5 will hit you in the middle of the night. And a knife in the dark will rise from shadow: JavaScript


    Read More
  • Inserimento al nido

    calendar Sep 9, 2011 · 2 min read
     humor it lettere-a-mio-figlio
     ·
    Share on: twitter facebook linkedin copy

    Ciao bimbo mio, scrivo queste brevi note per ricordarti come è avvenuto l’inserimento al nido

    Giorno 1, Lunedì. Ti porto al nido con il nonno. Il nonno va via, tu piangi un po’ poi ti consola papà Entriamo a giocare con PierSilvio e la puericultrice, Valentina. Valentina indossa una maglietta bianca attillata e degli zoccoli sanitari blu modello ospedale povero. Tu sei più interessato al cesto di giochi. Valentina vi fa giocare con dei tubi sonori e con delle nacchere.


    Read More
  • Lega per l’abolizione di Maven

    calendar Sep 8, 2011 · 1 min read
     humor it  · bad ideas
     ·
    Share on: twitter facebook linkedin copy

    Da Wikipedia leggiamo

    A maven (also mavin) is a trusted expert in a particular field, who seeks to pass knowledge on to others. The word maven comes from the Hebrew, viaYiddish, and means one who understands, based on an accumulation of knowledge

     

    Ora il professor Pippero ha stilato la seguente top ten delle frusrazioni


    Read More
    • ««
    • «
    • 35
    • 36
    • 37
    • 38
    • 39
    • »
    • »»

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