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
  • New Theme Juggling

    calendar May 8, 2014 · 1 min read
     en site  · gioorgi-com
     ·
    Share on: twitter facebook linkedin copy

    After some year, we decided a new theme shake up..

    The new PinPress theme spot article auto loading; more important, you get also auto artilce rearrange when you resize the window (try out).

    We are planning some refinement on the newxt week so stai tuned and… we hope you enjoy the new style!


    Read More
  • Server NUC Compatto per meno di 260€

    calendar May 4, 2014 · 2 min read
     it  · amazon linux ubuntu
     ·
    Share on: twitter facebook linkedin copy

    La Intel ha commercializzato da poco i NUC, (Next Unit of Computing): si trattà di unità compatte dalle dimensioni di un palmo, con doppia uscite HDMI e diverse categorie di processori Intel.

    Sono ottimi come media server, ma è possibile anche usarli come server, come vedremo


    Read More
  • Forse Forse

    calendar Apr 23, 2014 · 3 min read
     it lettere-a-mio-figlio  · brelusca paese politic politica storia world
     ·
    Share on: twitter facebook linkedin copy

    Mio figlio  ieri sera mi guarda disteso sul lettone e chiede: “Papà ma anche nella tua pancia c’è un bimbo?” Sto ingrassando….

    Domenica mattina

    Nel silenzio tombale, il figlio mio si sveglia assonnato, sciabatta verso la sala immersa nella luce mattutina, poi si gira verso di me (che lo seguo in stato semi comatoso) e mi chiede: “Forse forse…forse forse mamma va svegliata…”

    E io gli rispondo: “tesoro è l’alba di domenica, sono le 7:00, oggi non si deve nemmeno andar a far spesa, la facciamo dormire un po’ la mamma?…”

    “Nooooo, di giorno non si dorme!….”

     

    Tu sei piccolo Mattia? “No, i bambini piccoli vanno al nido” e così facendo unisce il pollice e l’indice per farmi vedere quanto sono piccoli i bambini piccoli “I bambini piccoli piangono sempre” E tu sei grande mattia? “Nooo io non sono grande” e allarga le braccia per fare “grande”.

     

    Oggi papà compie quarant’anni, e tu tra pochi giorni ne compi quattro figlio mio. Tuo papà ha dieci volte la tua età. E’ meno preoccupato per il tuo futuro rispetto a quindici anni fa, quando eravamo la barzelletta del mondo (ora siamo un po’ più rispettati, anche se non sapendoci prendere sul serio sembriamo sempre una Nazione di serie B).

    Matteo Renzi ha l’età del tuo papà, ed è il primo premier non ottuagenario (oppure non ottuso) che abbiamo da decenni, forse da secoli. In europa Renzi è considerato un furbetto, ed in parte lo è. Ma non è bravo come Berlusconi, per cui ahimé per lui (e fortuna per noi) dovrà impegnarsi parecchio per tracciare un solco nella storia; questo vuol dire che dovrà attuare delle vere riforme sociali, e non potrà occuparsi degli affari suoi come fece un presidente del consiglio di qualche governo fa.


    Read More
  • Usare la memoria non inizializzata per divertimento e profitto

    calendar Oct 18, 2013 · 1 min read
     it knowledgebase software  · good ideas
     ·
    Share on: twitter facebook linkedin copy
    Usare la memoria non inizializzata per divertimento e profitto

    Ciao a tutti, è venerdì! Se avete due minuti di tempo, volevo indicarvi un articolo su un algoritmo non banale, molto ben descritto qui:

    http://research.swtch.com/sparse

    This is the story of a clever trick that’s been around for at least 35 years, in which array values can be left uninitialized and then read during normal operations, yet the code behaves correctly no matter what garbage is sitting in the array.


    Read More
  • Emacs Tips

    calendar Sep 1, 2013 · 1 min read
     en knowledgebase software  · emacs
     ·
    Share on: twitter facebook linkedin copy
    Emacs Tips

    Userful Commands:

    1. keep-lines
    2. sort-lines
    For more similar options, see this "working with lines"

    For playing with rectangles of text, see this tip

  • 2013 Spotify Daitan Mix

    calendar Aug 15, 2013 · 1 min read
     en
     ·
    Share on: twitter facebook linkedin copy

    spotify  

    http://open.spotify.com/user/1169393101/playlist/6GjrQ0EjyucEZkXaIPRH5A And yes I love POP…:)

  • Per una rifondazione della destra

    calendar Aug 4, 2013 · 2 min read
     it lettere-a-mio-figlio  · brelusca-world
     ·
    Share on: twitter facebook linkedin copy
    Ho chiesto a mio figlio:‘Sei permaloso?’, lui ha risposto sbattendo il pezzo di lego che aveva in mano per terra:‘No!’ ha gridato. Appunto
  • Oracle Invalid number ORA-01722

    calendar Jul 15, 2013 · 1 min read
     en knowledgebase sql  · bad bug oracle
     ·
    Share on: twitter facebook linkedin copy
    Oracle Invalid number ORA-01722

    I stumbled upon a very brain-f**k error on Oracle 10g on these days.

    Context: the following query [sql]SELECT * FROM (
    SELECT TO_NUMBER(CUSTOMER_ID) AS SNDG FROM BAD_CODES_TABLE WHERE
    AND I_LIKE=UPPER(‘STATIC_CONDITION’) AND CUSTOMER_ID NOT LIKE ‘%P%’ ) S WHERE TO_NUMBER(S.SNDG) >2000[/sql] could trigger a Invalid number if CUSTOMER_ID column contains invalid numbers.

    Why?

    Well…if you ask to “explain plan”, you will get something like

    • a table full scan
      • Filter Predicates AND
        • I_LIKE=UPPER('STATIC_CONDITION')
        • TO_NUMBER(S.SNDG) >2000
        • CUSTOMER_ID NOT LIKE '%P%'

    Read More
  • How I Structure My Flask Applications

    calendar Jun 27, 2013 · 1 min read
     en knowledgebase  · python
     ·
    Share on: twitter facebook linkedin copy
    How I Structure My Flask Applications

    How I Structure My Flask Applications Flask has been my preferred web framework as of late. I think it has a great core feature set and Armin, the main author, has done well to keep its API minimal and easy to digest even for developers that are relatively new to Python. However, given that it is a rather minimal framework, it can be often difficult to decide on how to structure an application after it reaches a certain level of complexity. It tends to be a common question that comes up in the #pocoo IRC channel.In this article I intend to share how I structure Flask applications. To help support this article Ive written a very basic application that Ive arbitrarily named Overholt. If you plan on following along I recommend having the source code open in your browser or a code editor.


    Read More
  • Con me o contro di me

    calendar Jun 26, 2013 · 3 min read
     it  · brelusca-world m5s opinion parlamento politic
     ·
    Share on: twitter facebook linkedin copy

    Quando frequentavo le medie inferiori nella mia classe si formarono due pseudo bande. I due presunti “capetti” non amavano molto la neutralità: “O sei con noi o sei contro di noi”. Per cui non mi fu possibile stabilire legami stabili con tali loschi figuri. Questa rigidità mentale era giustificata dalla giovane età oltre che dal fatto che si trattava di una scuola di periferia.


    Read More
  • Emacs Rectangles

    calendar Jun 8, 2013 · 1 min read
     en  · emacs
     ·
    Share on: twitter facebook linkedin copy

    Did you know? Emacs supports killing rectangles of text!

    Issuing “C-x r k”  (kill-rectangle) will kill a rectangular area of text. This can be very useful when you have fixed-string text you must process.

    yank-rectangle “C-x r y” will paste it where you like.

    As usual Emacs rocks!


    Read More
  • Http1.0 on firefox

    calendar Jun 6, 2013 · 1 min read
     en  · http
     ·
    Share on: twitter facebook linkedin copy

    To force Firefox on http 1.0 proceed as follows:

    1. Open a window and go to "about:config" page
    2. Hack "network.http.version" property
    3. restart firefox
  • Code Zauker 0.1.0: Code Young

    calendar Jun 4, 2013 · 1 min read
     en featured projects software  · code-zauker redis ruby
     ·
    Share on: twitter facebook linkedin copy
    Code Zauker 0.1.0: Code Young

    I hear your heart beat to the beat of the drums Oh what a shame that you came here with someone So while you're here in my arms Let's make the most of the night like we're gonna Code young

     We're gonna code young We're gonna code young


    Read More
  • Learning Emacs Lisp: the fast track!

    calendar May 6, 2013 · 2 min read
     en  · emacs ideas lisp programming
     ·
    Share on: twitter facebook linkedin copy

    Ops I did it again. Although I repeatedly said I didn’t love emacs Lisp, I finally managed to learn it. So I want to share with you my tips, to help entering in the Emacs Lisp world in a fast, fun and easy way.

    First of all Lisp is a very elegant language, as you may expect. Lisp is so elegant you will have to take your time to learn it, because it is a bit cryptic. To make things even worst, emacs function names are less than intuitive. The solution anyway is here: cookbooks!


    Read More
  • Napolitano bis

    calendar Apr 21, 2013 · 4 min read
     it  · berlusconi crisi m5s pd politic
     ·
    Share on: twitter facebook linkedin copy

    La rielezione di Giorgio Napolitano come presidente verrà portata storiamente come prova della crisi in cui la seconda repubblica versa in questo periodo. Da un lato il blocco dei partiti tradizionali (PD,PDL,Scelta Civica, SEL, Lega…) ha sempre voluto rifuggire un accordo con il neonato movimento cinque stelle (M5S). Simmetricamente l’M5S ha proposto Rodotà come presidente senza mai aprirsi ad una discussione.


    Read More
    • ««
    • «
    • 30
    • 31
    • 32
    • 33
    • 34
    • »
    • »»

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