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 Misterio Esp8266 SQLite
Status
Links icon
GitHub LinkedIn
About
github linkedin rss
  • Niente panico

    calendar Aug 12, 2011 · 3 min read
     it  · brelusca crisi italia politica
     ·
    Share on: twitter facebook linkedin copy

    E’ oramai da più di una settimana che si parla della crisi dell’Italia. La borsa è continuata a cadare in picchiata, tanto che mercoledì 10 agosto Milano ha perso il 6,6% dopo reiterati ribassi. E’ stato anche il mercoledì nero della Francia, con voci di donwgrading del debito francese, per ora rimaste infondate.

    E’ difficile fare un’analisi approfondita, certo è che il primo ministro si è mosso velocemente, ma ha tradito una preoccupazione su cui sicuramente i mercati hanno speculato.

    La fretta di farsi trovare preparati ha creato voci confuse che hanno fatto assimigliare il governo Berlusconi al secondo confuso governo Prodi. All’inizio si è detto che non si sarebbero aumentate le tasse, chiodo fisso del nostro premier.

    In realtà la situazione è così grave che alla fine risulta che verranno aumentate sia le tasse (con una specie di patrimoniale mascherata da “eurotassa”) sia ristrutturate le pensioni.

    Quali sono le conseguenze? E la crisi è reale? Vediamolo assieme.


    Read More
  • The ARC for Memory Management

    calendar Jul 27, 2011 · 3 min read
     en it  · arc lion macosx software-architect
     ·
    Share on: twitter facebook linkedin copy

    Archimedes (287 BC) said “give me a place to stand and I will move the earth”.

    Apple, after decades of lack of decent garbage collection to Objective-C, seems to say “I will give an ARC to exit to the dark hand-made memory allocation”.

    Let’see how.


    Read More
  • SkyRocket computing not Cloud!

    calendar Jul 21, 2011 · 2 min read
     en it  · cloud-computing ideas software-architect
     ·
    Share on: twitter facebook linkedin copy

    As you know, we at Gioorgi are not so Cloud-Computing enthusiastic.

    Anyway, we watch every buzz-word, every good idea also if it born in an evil empire :) Cloud computing is SOA and huge. As software architect, Cloud computing is doomed to fail for some simple reasons:


    Read More
  • Arduino Ruby Development

    calendar Jul 18, 2011 · 1 min read
     arduino  en it lang  · development programming-languages ruby
     ·
    Share on: twitter facebook linkedin copy
    Arduino Ruby Development

    Do you like Arduino?

    Do you like dynamic programming languages like ruby?

    Well,  the RAD is your Ruby Arduino Development!

    We just find out that link on hacker news, which comments worth a read.

  • Functional Programming

    calendar Jul 17, 2011 · 4 min read
     en featured lang software  · closure erlang functional-java functional-programming java programming-languages
     ·
    Share on: twitter facebook linkedin copy
    Functional Programming

    Because of the success of my article on java closure, I have decided to write another article on functional programming.

    In the last year functional programming is waving back to us, for a lot of reason. Let’s summarize the facts:

    Functional programming is based on the core concept of pure function. The main advantages of functional programming is the lack of side-effects, at least at the syntax-level of the language.


    Read More
  • Flask: a framework we like more then others

    calendar Jul 8, 2011 · 2 min read
     en knowledgebase  · framework python
     ·
    Share on: twitter facebook linkedin copy
    Flask: a framework we like more then others

    In the past week I learned Flask, a very young and promising  python framework. I have already learned Django, Cherrypy, Web2Py and TurboGears.

    Anyway, if you are planning a medium sized project, I like to suggest you Flask, because of these feature:


    Read More
  • Metodo Montessori

    calendar Jul 4, 2011 · 3 min read
     humor it lettere-a-mio-figlio
     ·
    Share on: twitter facebook linkedin copy

    Ciao bimbo mio, poiché sei un maschio, e potresti diventare papà tra circa 25-30 anni, è bene che io ti prepari a tale compito.

    Anche se è incredibile a dirsi, i papà e le mamme iniziano a sviluppare opinioni opposte su come educare i pargoli di 14 mesi come tu sei.


    Read More
  • Perché l’Italia è il pilastro d’Europa

    calendar Jun 25, 2011 · 3 min read
     humor it  · italia politica
     ·
    Share on: twitter facebook linkedin copy

    Da qualche mese la stampa specializzata continua a ciurlare nel manico quando si parla di crisi europea, di Portogallo Irlanda & Grecia, e si tenta di accomunare il destino della Grecia a paesi come la Spagna e l’Italia. Vediamo di confutare alcune di questi “timori economici” in modo ironico ma serio:


    Read More
  • Cloud outrange… again

    calendar Jun 21, 2011 · 1 min read
     en  · cloud-computing security
     ·
    Share on: twitter facebook linkedin copy

    At Gioorgi.com we are not a true cloud fan, and reality is going on to collect proofs for us…

    On June 20, 2011, Dropbox had a serious security bug. It was possible to login to an account with “a wrong password”. Like to say Dropbox account system was naked, because “a small number of users[…] could have logged into an account without the correct password”!


    Read More
  • Pensionare il nonno

    calendar May 31, 2011 · 2 min read
     it  · brelusca politica
     ·
    Share on: twitter facebook linkedin copy

    I Fatti

    Pisapia, il candidato di sinistra (e non tanto di centro Sorriso ha vinto a Milano con il 55,1% delle preferenze.

    A Napoli, è stata premiata una coalizione vicina a quella uscente ma distinta, e De Magistris con oltre il 65% delle preferenze avrà parecchia liberta di manovra poiché potrà contare su una maggioranza solida, composta da persone fedeli al suo partito.

    Pisapia è stato scelto durante le primarie del centro sinistra, ed ha battuto il candidato moderato Boeri.

    L’Italia dei Valori, di cui fa parte De Magistris, non ha mai risparmiato a Berlusconi una critica feroce e circostanziata.


    Read More
  • Why your IoC container could be a pain for you, young Padawan

    calendar May 22, 2011 · 5 min read
     en featured software  · c framework java spring
     ·
    Share on: twitter facebook linkedin copy
    Why your IoC container could be a pain for you, young Padawan

    Inversion of Control (IoC) is a very good idea.

    But as the clever Joel Spolsky  noted, sometimes you need to be a super-natural hero to use it:

    … I try not to be judgemental (HAHA!), but I think that people who use IoC containers are (A) very smart and (B) lacking in empathy for people who aren't as smart as they are. Everything makes perfect sense to them, so they have trouble understanding that many ordinary programmers will find the concepts confusing. It's the curse of knowledge. The people who understand IoC containers have trouble believing that there are people who don't understand it. …
    I have trouble using Spring in at least two projects. On the third, it was a disaster, because a single software-architect-guy keeps passing around the Spring context factory as method parameter, getting beans from it!
    Read More
  • Being Functional F#

    calendar May 17, 2011 · 1 min read
     en lang software  · functional-programming ideas net
     ·
    Share on: twitter facebook linkedin copy

    F# is a Microsoft research Language. F# is riding the functional revenge way of the last years. F# is a mixed approach, because some variables can be modified. It borrows a lot of things from Haskell and OCaml  (Wikipedia dixit). F# is not used like Erlang or Haskell but it could be installed with Visual Studio 2010, and as a separate visual studio plug-in. If you need some functional stuff on your .NET architecture,  F# can be your friend.


    Read More
  • Elettori

    calendar May 17, 2011 · 1 min read
     humor it  · politica
     ·
    Share on: twitter facebook linkedin copy

    La Quarantenne con un alta opinione di sé Ha un telefono che può fare foto? -Si ma non le dò il numero

     

    Il truzzo diffidente Ha un cellulare che può fare foto? Le devo chiedere di lasciarlo qui. -E se poi scompare?

    Lo stesso tipo, quando gli consegnamo le schede e la matita:


    Read More
  • dapper-dot-net - Simple SQL object mapper for SQL Server - Google Project Hosting

    calendar May 15, 2011 · 1 min read
     it sql  · c google hosting net sql
     ·
    Share on: twitter facebook linkedin copy
     

     Dapper is a single file you can drop in to your project that will extend your IDbConnection interface. [...]

    A key feature of Dapper is performance. The following metrics show how long it takes to execute 500 SELECT statements against a DB and map the data returned to objects.


    Read More
  • Votare Sì al referendum

    calendar May 14, 2011 · 1 min read
     it  · italia
     ·
    Share on: twitter facebook linkedin copy

    Ai referendum di domenica 12  e lunedì 13  giugno andate a votare!

    • ««
    • «
    • 36
    • 37
    • 38
    • 39
    • 40
    • »
    • »»

Recent Posts

  • Arduino Q da far crescere
  • Postgres Take it All
  • La ruota del Destino
  • Darth Android
  • Vps Provider
  • Chat
  • RSS Readers

Categories

EN 495 IT 478 KNOWLEDGEBASE 186 SOFTWARE 179
All Categories
ADVERTISEMENT2 AUTOMATION5 BLOG-OBJECTSROOTCOM88 BOOKS3 COVID1919 DEVOPS30 EGGBOX4 EN495 ERLANG14 ESP82666 EVERGREEN4 FEATURED92 FLASH1 FREEDOM8 GENERATIVEAI5 HOMELAB1 HUMOR82 INTERVISTE2 IT478 JAVA3 JAVASCRIPT1 K8S-DONE-RIGHT3 KNOWLEDGEBASE186 LANG30 LETTERE-A-MIA-FIGLIA30 LETTERE-A-MIO-FIGLIO38 LIBRI3 NEWS3 ORG-MODE-PARSER9 PROJECTS8 PYTHON18 RACCONTI5 RECENSIONI18 RETRO-COMPUTING35 REVIEW1 REVIEWS11 SITE12 SOFTWARE179 SOFTWARE-PROJECTS14 SQL27 UNCATEGORIZED1 UNIX-FEATURED7
[A~Z][0~9]

Series

ARDUINO 25 PROGRAMMING_LANGUAGES 7 RISPARMIO 5 FREEDOM 4
All Series
ARDUINO25 FATLAMA3 FREEDOM4 HOMELAB1 POLITICA3 PROGRAMMING_LANGUAGES7 RISPARMIO5
[A~Z][0~9]

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top