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
Archives
About
github linkedin rss
  • I hate XML, but now less then before thanks to SimpleXMLParser

    calendar Aug 9, 2012 · 2 min read
     en projects software software-projects  · code git github java nttdata project xml
     ·
    Share on: twitter facebook linkedin copy

    I admit it: I hate xml square brackets dancing orgy, even in Java.

    Anyway, all is xml-ized around me. So in 2006 I developed a small XML parser based on SAX. It was a shitty dirty code for JDK 1.4 which let you parse xml stuff defining a method and forgetting about selectors, XPath,  XWing, Tie fighters and so on…


    Read More
  • Git Tips

    calendar Aug 7, 2012 · 4 min read
     en knowledgebase software  · git tips
     ·
    Share on: twitter facebook linkedin copy
    Git Tips

    In the last seven months I learned git, working for a dozen of projects. On some of them I was the master&commander, on others I only set up the streams and let the young Jedi find the way to the delivery. Via trial and error I find out a bunch of userful commands.


    Read More
  • Azzanna lo spread!

    calendar Aug 7, 2012 · 0 min read
     it
     ·
    Share on: twitter facebook linkedin copy

    bite-the-spread-20120807-092500.jpg

  • Parole e situazioni

    calendar Jul 26, 2012 · 2 min read
     it lettere-a-mio-figlio  · ant car figlio rim tip usa vi
     ·
    Share on: twitter facebook linkedin copy

    Gloria:- Ivan si è laurearto a 24 anni..- Kevin:-Ah...io a 26.... Valentina:-Ma tu sei ingegnere? Kevin:-No  Gloria (dopo una pausa di silenzio imbarazzante):-Ah ma hai farto il militare, ecco perché!? Kevin:-No... (doppio silenzio imbarazzante)

    Oggi parliamo delle mitiche paroline che dici, figlio mio. Le tue paroline preferite sono (d apronunicare tutte con le vocali tutte super-chiuse, le u molto "lente"):


    Read More
  • Caldo Luglio

    calendar Jul 20, 2012 · 2 min read
     humor it lettere-a-mio-figlio
     ·
    Share on: twitter facebook linkedin copy

    Ciao bimbo mio, ti starai chiedendo perché in pieno luglio la nostra famigliola è ancora a Milano a sciogliersi al sole.

    E’ una cosa complicata da spiegare, per cui seguimi un attimo. Prima di tutto, non è così male come sembra amore mio bello. Difatti se fossi un bimbo che vive in campagna, o peggio a Rimini o Riccione, dove vorresti andare in vacanza?!… Ma in una grande e cosmopolita città come Milano! E pensa che fortuna per te (e che invidia per lui) tu ci sei già qui!


    Read More
  • Un mese pieno di sorprese

    calendar Jul 14, 2012 · 2 min read
     it  · brelusca-world politica
     ·
    Share on: twitter facebook linkedin copy

    Benché la TV sia dorminete, ed i talk show siano sparti, Luglio si preannuncia un mese caldo dal punto di vista politico.

    In pochi giorni….

    • Monti è riuscito a far approvare un potente "Scudo AntiSpread"
    • Berlusconi rivuole tornare in campo...eliminando "errori" come la Minetti (e temo, la Carfagna!...)
    • ... e Moody's declassa l'italia di due punti...
    ...sapevo che non dovevo perdere di vista il mondo mentre giocavo a StarCraft2....
    Read More
  • ForceBindIP - Bind any Windows application to a specific interface

    calendar Jul 13, 2012 · 1 min read
     en knowledgebase software  · hacking iphone windows
     ·
    Share on: twitter facebook linkedin copy
    ForceBindIP - Bind any Windows application to a specific interface
    ForceBindIP is a freeware Windows application that will inject itself into another application and alter how certain Windows Sockets calls are made, allowing you to force the other application to use a specific network interface / IP address. This is useful if you are in an environment with multiple interfaces and your application has no such option for binding to a specific interface.
    via ForceBindIP - Bind any Windows application to a specific interface.

    Using iPhone/Android Tethering features, you can end up with a


    Read More
  • A small primer on xargs

    calendar Jul 10, 2012 · 1 min read
     en knowledgebase software
     ·
    Share on: twitter facebook linkedin copy
    A small primer on xargs
    In a nutshell, xargs is an alternative to fully expanded shell for loops. Given the right options, xargs can be made to exhibit for-loop-like behavior. But out of the box, it is a way to pipe a bunch of arguments to a single command in one fell swoop.

    This can save a great deal of compute time if you are piping a long list of arguments to a command rather than iterating over them one at a time.

    In  A small primer on xargs you will find a deep explanation on xargs usage. The article teach me a bunch of tricks I am not aware of (and I know Unix from ‘93….yes, 1993…).


    Read More
  • Erlang vs Ruby: Er Zauker

    calendar Jul 4, 2012 · 2 min read
     en erlang projects software software-projects  · code-zauker er-zauker erlang ruby
     ·
    Share on: twitter facebook linkedin copy
    Erlang vs Ruby: Er Zauker

    Negli ultimi mesi ho sviluppato un motore di ricerca per il codice, chiamato code zauker.

    Lo ho scritto in Ruby e Redis. Ruby è un linguagio che conosco da tempo, ma housato molto poco. In questeultime settimane ho voluto riprendere in mano Erlang, e per esercizio ho provato a riscrivere il kernel del motore di indicizzazione in Erlang, creando ErZauker


    Read More
  • w gli azzurri

    calendar Jun 28, 2012 · 1 min read
     it  · good italy
     ·
    Share on: twitter facebook linkedin copy

    20120628-223750.jpg

    And at last, Italy is ready for the final European match, after crushing The Spread-y Germany. Keep doing good work Italy!

  • Con la testa tra le nuvole

    calendar May 27, 2012 · 6 min read
     it  · aws cloud-computing
     ·
    Share on: twitter facebook linkedin copy

    Il cloud computing sta diventando un termine sempre più usato (ed abusato) del panorama IT degli ultimi tre anni.

    Come tutte le buzzword che si rispettino, lo abbiamo maltrattato un pochino negli anni passati, ma è  venuto il momento di affrontarlo in modo analitico, per una serie di ragioni.


    Read More
  • Emacs Find&Replace on files

    calendar May 15, 2012 · 1 min read
     en knowledgebase software  · emacs search
     ·
    Share on: twitter facebook linkedin copy
    Emacs Find&Replace on files

    Replacing on entiere set of files is hard in Emacs. But I find the correct mumbo-magic procedure, and gifted it to you:

    • Call dired to list files in dir, or call find-dired if you need all sub directories.
    • Mark the files you want. You can mark by regex by typing 【%m】.
    • Type Q to call dired-do-query-replace-regexp.
    • Type your find regex and replace string. (➲ common elisp regex pattern)
    • For each occurrence, type y to replace, n to skip. Type 【Ctrl+g】 to abort the whole operation.
    • Type ! to replace all occurrences in current file without asking, N to skip all possible replacement for rest of the current file. (N is emacs 23 only)
    • To do the replacement on all files without further asking, type Y. (Emacs 23 only)
    • Call ibuffer to list all opened files.
    • Type 【*u】 to mark all unsaved files, type S to save all marked files, type D to close them all.
    See this great article for more information
  • Code Zauker 0.0.6 & 7 Double hit!

    calendar May 13, 2012 · 1 min read
     en featured software  · code-zauker project redis ruby
     ·
    Share on: twitter facebook linkedin copy
    Code Zauker 0.0.6 & 7 Double hit!

    And so you was waiting for news?

    Nice to impress you: I was able to shot two code zauker versions in less than a month!

    Code Zauker, the yet-another-google-code-indexer  based on redis is happy to impress you with new features:

    • Better web interface
    • Powerful multi-processor indexer (mczindexer)
    • Better documentation on the readme on github,  con ready-to-use example.
    Code Zauker is schema-free and need no special setup on redis: just run the indexer and enjoy. You can also point to non-local redis server using password authentication, for extra security.

     

  • Rigor Montis

    calendar Apr 22, 2012 · 3 min read
     it  · brelusca-world politica
     ·
    Share on: twitter facebook linkedin copy

    E’ difficile fare una valutazione completa del governo Monti. Si tratta di un governo tecnico e di “emergenza nazionale” che vede la sua investitura direttamente dal Presidente della Repubblica, Giorgio Napolitano.

    Purtroppo in Italia succede spesso che i governi (e soprattutto i governissimi da larghe intese) vengano creati non con una investitura popolare ma con un reimpasto di governo, con un retrogusto amaro.


    Read More
  • Give me all your code! Code Zauker Search engine spot Web interface now

    calendar Apr 14, 2012 · 1 min read
     en software  · code-zauker project
     ·
    Share on: twitter facebook linkedin copy
    Give me all your code! Code Zauker Search engine spot Web interface now

    Don’t play the stupid game Cause I’m a different kind of  engine Every search sounds the same You’ve got to step into my world Give me all your RAM and give me your code Give me all your code today

    (MDNA Credits)

    A new, improved version of Code Zauker is out!


    Read More
    • ««
    • «
    • 33
    • 34
    • 35
    • 36
    • 37
    • »
    • »»

Recent Posts

  • Too Much
  • Home Lab Reloaded
  • BasicV2 8kb di potenza inaudita
  • Iran War: Trump, I will Remember
  • Tony Hoare
  • Trump-o-meter
  • La trebbIAtrice

Categories

EN 502 IT 486 KNOWLEDGEBASE 186 SOFTWARE 185
All Categories
ADVERTISEMENT2 AUTOMATION5 BLOG-OBJECTSROOTCOM88 BOOKS3 COVID1919 DEVOPS30 EGGBOX4 EN502 ERLANG14 ESP82666 EVERGREEN4 FEATURED93 FLASH1 FREEDOM8 GENERATIVEAI6 HUMOR81 INTERVISTE2 IT486 JAVA3 JAVASCRIPT1 K8S-DONE-RIGHT3 KNOWLEDGEBASE186 LANG30 LETTERE-A-MIA-FIGLIA33 LETTERE-A-MIO-FIGLIO39 LIBRI3 NEWS3 ORG-MODE-PARSER9 PROJECTS8 PYTHON18 RACCONTI5 RECENSIONI20 RETRO-COMPUTING36 REVIEWS12 SITE13 SOFTWARE185 SOFTWARE-PROJECTS14 SQL27 UNIX-FEATURED7
[A~Z][0~9]

Series

ARDUINO 25 PROGRAMMING_LANGUAGES 7 HOMELAB 6 RISPARMIO 6
All Series
ARDUINO25 FATLAMA5 FREEDOM4 HOMELAB6 PROGRAMMING_LANGUAGES7 RISPARMIO6
[A~Z][0~9]

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top