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

  • 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
  • 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
  • Python OR-Mapping Tools

    calendar Oct 26, 2010 · 1 min read
     en knowledgebase python software  · python
     ·
    Share on: twitter facebook linkedin copy
    Python OR-Mapping Tools

    http://en.wikipedia.org/wiki/List_of_object-relational_mapping_software#Python

  • Cappuccino: Objective-J

    calendar Oct 24, 2010 · 3 min read
     it lang software  · apple javascript
     ·
    Share on: twitter facebook linkedin copy
    Cappuccino: Objective-J

    Cappuccino è un progetto interessante, anche se molto particolare.

    Cappuccino is an open source framework that makes it easy to build desktop-caliber applications that run in a web browser. Cappuccino is built on top of standard web technologies like JavaScript, and it implements most of the familiar APIs from GNUstep and Apple's Cocoa frameworks.
    With Cappuccino, you don't need to know HTML. You'll never write a line of CSS. You don't ever have interact with DOM. We only ask developers to learn one technology, Objective-J, and one set of APIs. Plus, these technologies are implementations of well known and well understood existing ones. Developers can leverage decades of collective experience to really accelerate the pace of building rich web applications.
     Tra i bonus di Cappuccino c'è la possibilità di programmarlo come se si stesse programmando in Objective-C ed in particolare in Cocoa. Può rappresentare un ottimo investimento se avete un background in XCode. L'interfaccia e le librerie constano in circa 10MB di codice compresso: non esattamente una passeggiata.

    Una delle applicazioni più complicate è http://280slides.com/ che però a tempi di caricamento abbastanza alti.


    Read More
  • Configurare Procmail per filtrare le mailing list

    calendar Oct 18, 2010 · 3 min read
     it knowledgebase software  · google liberta
     ·
    Share on: twitter facebook linkedin copy
    Configurare Procmail per filtrare le mailing list

    In questo secondo articolo che illustra come configurare la posta elettronica sui propri sistemi, vedremo come gesitre le mailing list in modo molto flessibile, servendosi di opzioni usate raramente in procmail.

    Una delle nostre esigenze è quella di creare dei filtri automatici che identifichino le mailing list e creino automaticamente delle cartelle separate.


    Read More
  • Explorer Canvas

    calendar Oct 15, 2010 · 1 min read
     it knowledgebase software  · google html internet script web
     ·
    Share on: twitter facebook linkedin copy
    Explorer Canvas

    Volete utilizzare il tag canvas di html5 anche su IE6 ed IE8?

    Google ha la soluzione…

    Modern browsers like Firefox, Safari, Chrome and Opera support the HTML5 canvas tag to allow 2D command-based drawing. ExplorerCanvas brings the same functionality to Internet Explorer. To use, web developers only need to include a single script tag in their existing web pages.
  • La libertà non ha prezzo: come liberarsi di GMail

    calendar Oct 10, 2010 · 4 min read
     featured it software  · google liberta
     ·
    Share on: twitter facebook linkedin copy
    La libertà non ha prezzo: come liberarsi di GMail

    In questo articolo voglio illustrarvi le ragioni che mi hanno portato ad abbandonare GMail, ed i pro e contro di tale scelta. L’alternativa che ho scelto è di gestirmi “in casa” le email, su una macchina Linux appropiatamente configurata (postifix, dovecot, procmail e spamassassin lato server, e squirrel mail per la webmail).

    Questo è il primo di una picccola serie di articoli su questo argomento.

    Tra gli aspetti negativi di GMail possiamo annoverare:

    • Impossibilità di creare gerarchie di folder (le "label" di GMail). Le "priority" mail introdotte nel settembre 2010 non fanno altro che complicare la situazione invece che semplificarla.
    • Impossibilità di avere misure precise sui dati: quando si fa una ricerca, non viene mai ritornato neppure una approssimazione accettabile dei risultati (si legge "centinaia" o "migliaia")
    • L'aspetto della privacy è sempre più a rischio e delicato, visto che durante il 2010 Google ha osato affermare che chi vuole la privacy ha qualcosa da nascondere. Questo grave problema è condiviso con Facebook
    • Impossibilità di configurare l'antispam in modo appropiato
    Ovviamente tra gli aspetti positivi c'è da dire che GMail offre moltissimo spazio su disco, ha una interfaccia web leggera e con chat integrata, e ha un uptime di tutto rispetto. Inoltre il motore di ricerca era fino a poco tempo fa notevole.

    Per cui in questo articolo vedremo come valutare attentamente i dimensionamenti e l’effort richiesto, affinché sia possibile per ognuno dei lettori capire se il gioco vale la candela


    Read More
  • Proxy NTLM

    calendar Sep 23, 2010 · 1 min read
     featured knowledgebase software  · java python tips windows
     ·
    Share on: twitter facebook linkedin copy
    Proxy NTLM

    Spesso capita di dover scaricare file al di fuori del browser: per esempio per installare software o per consentire ai propri programmi python/java/curl di effettuare delle azioni programmatiche

    Se avete problemi con i proxy Microsoft (cosa abbastanza comune, vista la diffusione), su Internet trovate una soluzione:


    Read More
  • Python SOAP Client

    calendar Sep 17, 2010 · 1 min read
     en knowledgebase python software  · python
     ·
    Share on: twitter facebook linkedin copy
    Python SOAP Client

    Suds is a lightweight SOAP python client for consuming Web Services.

    It is very nice to use, because of the debugging feature inside.

    Give it a try:

    https://fedorahosted.org/suds/

    And for testing and playing with it, try out also DreamPie, a nice Python shell

  • Gioorgi New Look (Italiano)

    calendar Aug 31, 2010 · 1 min read
     it software  · ant gioorgi gioorgi-com list rim vi war wordpress
     ·
    Share on: twitter facebook linkedin copy

    A Gioorgi.com abbiamo deciso di rivedere profondamente il look&feel del sito, per sfruttare appieno l’aggiornamento alla piattaforma di publishing WordPress 3. Benché il layout a due colonne laterali+ centrale sia sempre stato considerato migliore per leggere, rubava troppo spazio ai listati e impediva di allegare immagini.


    Read More
    • ««
    • «
    • 5
    • 6
    • 7
    • 8
    • 9
    • »
    • »»
Giovanni Giorgi

Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

to-top