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
  • Non tenere la testa tra le nuvole: torna con i piedi per terra!

    calendar Feb 5, 2011 · 4 min read
     featured it software  · cloud-computing fatti
     ·
    Share on: twitter facebook linkedin copy
    Non tenere la testa tra le nuvole: torna con i piedi per terra!

    Il Cloud computing inizia a scricchiolare? La domanda è lecita se si mettono in fila alcuni fatti, e considerazioni tecniche:


    Read More
  • C# 4.0 in a Nutshell

    calendar Feb 2, 2011 · 2 min read
     en featured software  · books c net oreilly
     ·
    Share on: twitter facebook linkedin copy
    C# 4.0 in a Nutshell

    My Big Company asked me to develop a small-sized application using C# and WebForms. The Customer was a big Italian Bank, and it asked for that technology: I was chosen because of my Java seniority, but I was zero on .NET knowledge


    Read More
  • Introduzione a SQL Server 2008 Express

    calendar Jan 30, 2011 · 4 min read
     featured it sql  · c database sqlserver
     ·
    Share on: twitter facebook linkedin copy

    In questo articolo parleremo di Microsoft SQL Server.

    SQL Server nasce inizialmente da uno sforzo congiunto di Microsoft, Sybase and Ashton-Tate che nel 1989 creano tale prodotto avente come target OS/2.

    Dopo alcune vicessitudini Microsoft si smarca da Sybase e SQL Server versione 6.0 è la prima versione per Windows NT che non ha più dipendenze di copyright da Sybase.


    Read More
  • Ma in fondo non è reato

    calendar Jan 29, 2011 · 1 min read
     it  · brelusca politic
     ·
    Share on: twitter facebook linkedin copy

    E’ veramente tenero il modo in cui i moltepici portavoce del governo tentano la disperata difesa del Brelsuca World. Proprio mentre gli echi della corruzione Bertolaso rimbalzano sullo sfondo, la crisi della società italiana continua, sentiamo difese disperate.


    Read More
  • lambdaj

    calendar Jan 23, 2011 · 1 min read
     en knowledgebase lang software  · closure functional-java functional-programming java
     ·
    Share on: twitter facebook linkedin copy
    lambdaj
    How many times have you read or written the same two or three lines of code that frequently seem to go together, and even though they operate on different objects, feel like the same thing? And how often these repetitions involve some sort of collections iteration or more generically manipulation? These repetitions in the code is something that developers eventually learn to filter out and ignore when reading code, once they figure out where the interesting parts are placed. But even if the developers get used to it, it slows them down. Code like that is clearly written for computers to execute, not for developers to read.

    lambdaj is designed to easily manipulate collections. Its features are intended to filter, convert, index and aggregate the items of a collection without explicitly iterate on it.

    Integrate lambdaj in your software architect toolkit (italian link)


    Read More
  • 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.


    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.


    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:


    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):


    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
    • ««
    • «
    • 39
    • 40
    • 41
    • 42
    • 43
    • »
    • »»

Recent Posts

  • Postgres Take it All
  • La ruota del Destino
  • Darth Android
  • Vps Provider
  • Chat
  • RSS Readers
  • Vibe Coding: easy to say, difficult to survive

Categories

EN 495 IT 477 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 IT477 JAVA3 JAVASCRIPT1 K8S-DONE-RIGHT3 KNOWLEDGEBASE186 LANG30 LETTERE-A-MIA-FIGLIA29 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 24 PROGRAMMING_LANGUAGES 7 RISPARMIO 5 FREEDOM 4
All Series
ARDUINO24 FATLAMA3 FREEDOM4 HOMELAB1 POLITICA3 PROGRAMMING_LANGUAGES7 RISPARMIO5
[A~Z][0~9]

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top