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
  • Il nonnetto d’Italia

    calendar Jan 21, 2011 · 3 min read
     it  · brelusca italia paese politica
     ·
    Share on: twitter facebook linkedin copy

    Più di un anno fa, Veronica Lario dichiarò che Silvio Berlusconi era una persona malata, per la precisione nel settembre del 2009., quando iniziò a circolare la storia del “papi” con una minorenne.

    La situazione si è spinta fino a dove siamo ora:

    • una denuncia induzione alla prostituzione di una minorenne
    • una accusa di concussione, cioé di abuso di potere per risolvere l'arresto di una delle sue protette minorenni
    • una denuncia per plagio da parte di Cettolaqualunque
    Partiamo da qui per parlare dell'Italia tutta, e spostiamo leggermente il discorso fuori dal brelusca world

    Il lavoro per i giovani nel nostro Paese è ormai una chimera. A confermarlo è l’Istat nell’indagine “Noi Italia” del 2011.  I giornali hanno titolato dicendo che i giovani non lavorano, non studiano e non cercano il lavoro: certo se sperano di imbucarsi ai festini di arcore, bisognerà riportarli alla realtà presto.

    L’esempio di Marchionne porterà i nostri imprenditori a nuove tentazioni: il governo invece di tenere a bada velleità di retribuzione quartomondiste, lo incoraggia.

    La crisi del debito è tutt’altro che archiviata: a dicembre e agli inizi di gennaio «tensioni» sul debito sovrano si sono manifestate «anche in Italia, Spagna e Belgio» (citazione dal Corriere).

    Sintetizzando: l’economia non sta per niente bene. Il mercato del lavoro è fermo. La finanza è ridotta male (Intesa fa pagare 40 euro all’anno l’ex conto zero tondo, prima gratuito). L’istruzione ha appena ricevuto una doccia fredda sotto forma di riduzione dei fondi che tende ad incoraggiare scuole private senza standard di qualità. Lo spacciato tentativo di riforma della giustizia (chiamato il legittimo impedimento) è stato sonoramente bocciato perché anticostituzionale (sorpresa sorpresona).


    Read More
  • La petizione…

    calendar Jan 20, 2011 · 1 min read
     it  · politica
     ·
    Share on: twitter facebook linkedin copy

    …per far dimettere il nostro primo ministro

    http://www.libertaegiustizia.it/2011/01/20/resignation-firma-lappello-di-leg/

  • How to display an animation during page loading

    calendar Jan 12, 2011 · 1 min read
     en featured knowledgebase software  · javascript jquery magic web
     ·
    Share on: twitter facebook linkedin copy
    How to display an animation during page loading

    Old web site requires sometimes to show a big “Loading…” gif in the front of the page. It is not trivial to do it, especially if you have already plenty of jQuery forms developed, with complex form submission, and half the site in an ajax form.


    Read More
  • Closure in C#

    calendar Jan 6, 2011 · 2 min read
     en knowledgebase lang software  · closure functional-programming net
     ·
    Share on: twitter facebook linkedin copy
    Closure in C#

    After the success of Closure in Java we like to show you a good example in C# too.

    C# has a very strong support for Lambda functions, because it needs to support the LINQ language constructs.

    So defining a closure is quite easy. Best, it is possible to define a “delegate” , which is a typed function: the compiler will help you to avoid errors because will match the lambda function against the delegate.


    Read More
  • Semplici regole per software architect

    calendar Jan 1, 2011 · 4 min read
     featured it software
     ·
    Share on: twitter facebook linkedin copy
    Semplici regole per software architect

    Per sviluppare bene un software, vi sono tante regole da seguire. Se vi danno la responsabilità di una architettura, vi sono però tre piccoli principi che mi hanno salvato più di una volta. Senza pretendere che essi valgano per tutti, ma conscio del fatto che in oltre 15 anni di programmazione ad oggetti mi hanno salvato più di una volta, eccoli qui:


    Read More
  • Redis Persistent and performant key/value memcache db

    calendar Dec 19, 2010 · 1 min read
     it  · ant db ideas
     ·
    Share on: twitter facebook linkedin copy
    Redis is an advanced key-value store. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets. All this data types can be manipulated with atomic operations to push/pop elements, add/remove elements, perform server side union, intersection, difference between sets, and so forth. Redis supports different kind of sorting abilities.

    […]


    Read More
  • You are nobody without an API Key generator

    calendar Dec 12, 2010 · 1 min read
     en humor knowledgebase software  · ideas python
     ·
    Share on: twitter facebook linkedin copy
    You are nobody without an API Key generator

    API KEYs are sexy: if you have a web based business (like Google, Twitter, Facebook or Wordpress’Automattic) you should have a way to generate an API Key for web service integration.

    Like Session keys, API keys should be sufficiently unpredictable to be psuedo-random. To be unpredictable, no user variables (or timestamps) are encoded into the key.


    Read More
  • Vim sanitize better then Emacs?

    calendar Dec 5, 2010 · 2 min read
     en knowledgebase software  · emacs vi
     ·
    Share on: twitter facebook linkedin copy
    Vim sanitize better then  Emacs?

    Disclaimer: Hi guys, I will not start a Religion wars between Emacs and Vim. For a copule of reason:

    • I have been an Emacs fan for about ten years, then I get a depression because of emacs-lisp complicated interface and slow emacs evolution
    • I have worked on pymacs a bit, so I am somewhat a Emacs contributor
    • I am still searching a good general purpose editor. On my day by day job, eclispe is my food.
    So I was accustomed to emacs from the University. Now I decided to give a try to vim, mostly because I need
    • a editor working on slow connection
    • a fast startup editor
    • some time to be masochistic. Some guys smoke, others use vim. It perfectlys fit in your auto-destruction instinct.
    In Software world changing editor is the same to change your religion  :)

    I was happy with vim for this reason:


    Read More
  • Is Diaspora a Failure? Tech Review

    calendar Dec 1, 2010 · 2 min read
     en knowledgebase reviews software  · bad ideas privacy
     ·
    Share on: twitter facebook linkedin copy
    Is Diaspora a Failure? Tech Review

    About Diaspora, we read from Ars Technica (underline is our):

    Diaspora emerged as a response to the privacy concerns raised by mainstream social networking services. The aim of Diaspora is to create an open source social network alternative with decentralized architecture, giving end users more control over their private information and how it is shared with other people. [...]

    When the first Diaspora code was first published in September, independent reviewers found some serious technical defects, including a number of security weaknesses. […]


    Read More
  • Perché è meglio non pagare in anticipo il traffico della TIM Internet Key

    calendar Nov 29, 2010 · 1 min read
     it  · ant internet
     ·
    Share on: twitter facebook linkedin copy

    Sulla carta, acquistare la chiavetta TIM da 7 o 12Mps a 100 euro per un anno sembra una offerta allettante.

    Per non saper nulla di informatica però, devo dire che il mio rapporto idilliaco con Tim è durato solo 4 mesi….


    Read More
  • La proposta fiscale di Milano Futura per l’Italia

    calendar Nov 29, 2010 · 1 min read
     it  · italia piddi politica
     ·
    Share on: twitter facebook linkedin copy

    Al seguente indirizzo potete leggere la proposta di Bruno Damino per una riforma fiscale alternativa

  • L’avvocato del diavolo: Fini, la tartaruga con la memoria corta

    calendar Nov 23, 2010 · 3 min read
     it  · avvocato-del-diavolo fini italia politica
     ·
    Share on: twitter facebook linkedin copy

    L’onorevole Gianfranco Fini ha impiegato 3 mesi (da Agosto a Novembre) per sfiduciare il governo di cui fa parte. Cosimo Palazzo in un intervento all’ assemblea dei segretari di circolo del pd ( http://www.youtube.com/watch?v=mYSRKcmYo2g) ha parlato di mediocrità politica, commentando le recenti vicende della maggioranza. Con rammarico devo osservare che Fini, invece di rappresentare una novità significativa, si staglia sulle rovine dell’impero più come un avvoltoio, che come un politico nuovo e fresco.

    Vediamo perché.


    Read More
  • Site News

    calendar Nov 20, 2010 · 1 min read
     it site  · news
     ·
    Share on: twitter facebook linkedin copy
    Site News

    We are happy to announce the integration of Intense Debate on Gioorgi.com.

    We hope the the new commenting system shake our site, givng us better visibility and a faster comment roundtrip

    Remember we are also on Facebook and on Twitter, as you can see from our Twitter link above :)


    Read More
  • typeface.js – Rendering text with Javascript

    calendar Nov 18, 2010 · 1 min read
     it  · java javascript script
     ·
    Share on: twitter facebook linkedin copy

    With typeface.js you can embed custom fonts in your web pages so you don’t have to render text to images.

    via typeface.js – Rendering text with Javascript, , and VML.

    With jsmath, this is another example of the power of CSS3 and Javascript.

    Is the Web the true FUTURE of the desktop GUI?


    Read More
  • oVerDrive

    calendar Nov 17, 2010 · 1 min read
     humor it  · kit
     ·
    Share on: twitter facebook linkedin copy

    Benvenuti in OverDrive!

    Cosa fare nel tuo extra tempo lavorativo? Ecco a voi dieci idee da realizzare nel tuo over time lavorativo:

    1. Fare fotocopie
    2. Rubare le merendine dal distributore
    3. Cercare email interessanti lasciate per errore nelle stampanti
    4. Ciucciare le penne altrui, affinché nessuno osi più usarle e diventino quindi Vostre senza fatica
    5. Fare critica sterile
    6. Fare il solista (nel senso di rifilare sole, fregature agli altri).
    7. Riflettere assorto sull'esistenza
    8. Fare un rilascio in Produzione
    9. Speculare in borsa scommettendo sul rialzo dell'euro a svantaggio del dollaro (o viceversa)
    10. Fare un rilascio in Produzione (di nuovo)
    11. Scrivere articoli su cosa fare nel tuo oVerTime
    • ««
    • «
    • 40
    • 41
    • 42
    • 43
    • 44
    • »
    • »»

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