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
  • Fare il cloud da zero: cloudStorm

    calendar Aug 9, 2010 · 3 min read
     featured it knowledgebase software  · cloud-computing linux unix
     ·
    Share on: twitter facebook linkedin copy
    Fare il cloud da zero: cloudStorm

    A Gioorgi.com ci siamo già occupati di argomenti prettamente sistemistici come la virtualizzazione di ambienti Unix. Visto il successo del Cloud Computing, abbiamo pensato di tornare sull’argomento.

    In questo articolo mostrerò come creare insieme di macchine configurate in modo omogeno, con il minor effort sistemistico possibile. Si tratta di un primo esercizio molto semplice.

    Seguiteci…


    Read More
  • Mercurial: The Definitive Guide

    calendar Jul 7, 2010 · 3 min read
     en featured software  · books mercurial oreilly
     ·
    Share on: twitter facebook linkedin copy
    Mercurial: The Definitive Guide

    Mercurial, The Definitive Guide


    Read More
  • iPad: da rivedere

    calendar Apr 5, 2010 · 1 min read
     featured it  · apple ipad
     ·
    Share on: twitter facebook linkedin copy

    Le prime impressioni sull’iPad che girano su internet (la “blog-go-sfera”) indicano un prodotto imperfetto: il tempo ci dirà se  va certamente nella giusta direzione.


    Read More
  • Pyro

    calendar Feb 6, 2010 · 2 min read
     en featured knowledgebase lang software  · python
     ·
    Share on: twitter facebook linkedin copy
    Pyro

    One of the best thing of scripting languages like Python is the ability to fast prototype complex things. In the past ten years, if you like to build distributed application you was forced to use huge and heavily languages like Java.


    Read More
  • Apple la strategia del 2010

    calendar Jan 31, 2010 · 6 min read
     featured it software  · apple economia informatica ipad iphone
     ·
    Share on: twitter facebook linkedin copy
    Apple la strategia del 2010

    Abbiamo fatto una rapida analisi dell’ Apple iPad in un articolo precedente: vediamo questa volta come l’iPad si inserisce in una possibile strategia globale dell’azienda di Cupertino.

    La maggior parte delle osservazioni che faremo sono corroborate da accadimenti storici, il resto sono previsioni di breve termine ma illuminanti.


    Read More
  • Web Testing Tools

    calendar Jan 26, 2010 · 1 min read
     en featured knowledgebase  · framework javascript web
     ·
    Share on: twitter facebook linkedin copy
    Web Testing Tools

    Testing is important.

    Testing web interfaces is difficult, and often your consultant company prefer to suggest you a manual-based testing. But is it so difficult to do automatic web testing using open source software?

    Let’s give a look to two nice web testing software

    Warning: this article is still in progress: it has been published for getting comments all around.


    Read More
  • Come trasferire le email da Outlook Express a Apple Mail su Snow Leopard « Ac^2.0 Blog

    calendar Jan 12, 2010 · 1 min read
     featured it knowledgebase software  · email macosx
     ·
    Share on: twitter facebook linkedin copy
    Come trasferire le email da Outlook Express a Apple Mail su Snow Leopard « Ac^2.0 Blog

    Da Acquadro.it, leggiamo questo suggerimento su come trasferire le email da Outlook al vostro Mac:


    Read More
  • Mastering clusters of Unix machines part2: the right tools

    calendar Oct 11, 2009 · 1 min read
     en featured knowledgebase  · business internet java linux virtualization
     ·
    Share on: twitter facebook linkedin copy
    Mastering clusters of Unix machines part2: the right tools

    After working with unix for years, we noticed it is difficult to get a very uniform approach to unix management.


    Read More
  • Mastering clusters of Unix machines part1: the right VM

    calendar Oct 4, 2009 · 2 min read
     en featured knowledgebase software  · business development gioorgi internet linux ubuntu virtualization
     ·
    Share on: twitter facebook linkedin copy
    Mastering clusters of Unix machines part1: the right VM

    One day, we have the need to create a fast cluster of linux machine, specialized and easy to segragate in different networks (for better security). We need web servers, integration servers (running java hudson), huge developer machines (running for instance eclispe) and so on.

    It was not easy to find a good environment. This research lead us also to consider a very huge set of different and complex management software. In this series of article, we will show what we discovered.

    Or final goal is to have a way to define a set of linux virutal machines, connect them and manage all using open source software. We also want tools easy to understand. We do not want super-optimized stuff, we have the “just it works well” approach.

    We thinked about these types of virtual machine: super light LAMP servers, medim sized java tomcat servers (or udson servers), big database machines and super big development machines.


    Read More
  • WebDAV versus Sshfs

    calendar Aug 2, 2009 · 3 min read
     en featured knowledgebase  · linux macosx security
     ·
    Share on: twitter facebook linkedin copy
    WebDAV versus  Sshfs

    At Gioorgi.com we evaluted a internet file system common gateway for connecting network resources. We compared two solutions: a webdav file system and an ssh-fs file system. The solution should be viable via MacOSX and Linux, but also Windows support will be a plus.


    Read More
  • Erlang Book Review

    calendar Jul 19, 2009 · 7 min read
     en erlang featured lang reviews software  · books development erlang framework functional-programming guide http ideas internet java oreilly performance programming-languages
     ·
    Share on: twitter facebook linkedin copy
    Erlang Book Review

    After reading an interesting article on Erlang  and Java interoperability, I have decided to dedicate my spare time to Erlang.

    O’Reilly has just published a wonderful book on Erlang, so I decided to dive into it.


    Read More
  • Evolving concurrency, like memory management did

    calendar Jun 11, 2009 · 3 min read
     en erlang featured software  · development features framework http ideas internet java lang news performance python
     ·
    Share on: twitter facebook linkedin copy
    Evolving concurrency, like memory management did

    As processors become faster and multiprocessor systems become cheaper, the need to take advantage of multithreading in order to achieve full hardware resource utilization only increases the importance of being able to incorporate concurrency in a wide variety of application categories.

    In this article we are evaluting a new approach to the concurrency. In the last five years computers are becoming even more parallel. Intel is pushing multi-core achiteture also on commodity personal computers. Neverless the computing power is ofter not well used: one again, hardware is a step head of our day-by-day software development. Remember when the 80286 came into light. The 286 was able to provide a multi-programming architecture but without memory management protection. We had to wait 386 hardware to see software working on preemptive multi-tasking, because software cannot cope with unprotected memory. In one word, it costs too much to develop a operating system without the new features the 80386 bring to us. What about concurrent programming? Can we look similarities in the  concurrency field?


    Read More
  • Interactive map of Linux kernel

    calendar Mar 19, 2009 · 1 min read
     en featured software  · hacking ideas linux news relax
     ·
    Share on: twitter facebook linkedin copy
    Interactive map of Linux kernel

    Slashdot reported an interactive map of the Linux  kernel:


    Read More
  • A very good hosting provider

    calendar Mar 3, 2009 · 1 min read
     en featured software  · gioorgi hosting internet java linux php unix web
     ·
    Share on: twitter facebook linkedin copy
    A very good hosting provider

    After my past experience with bad hosting provider, I am happy to say I have find a very good hosting service. If you need VPS hosting, Rimuhosting is a very good choice.


    Read More
  • Che cosa ci ha insegnato l’iPod - Parte Prima

    calendar Jan 5, 2009 · 6 min read
     featured it  · apple economia informatica iphone ipod
     ·
    Share on: twitter facebook linkedin copy

    Grazie al periodo natalizio, pieno di Regali, la redazione di Gioorgi.com è riuscita a guardare da vicino l’Apple iPhone 3G, chiamato anche “Melafonino”.

    Così abbiamo iniziato a fare una serie di considerazioni sull’iPhone e abbiamo tratto delle conclusioni interessanti. In questo primo articolo inizieremo a parlare di iPod, per poi introdurre l’argomento iPhone in un secondo intervento.

    Negli ultimi due anni e mezzo la Apple ha iniziato a trasformarsi da società venditrice di Personal Computer di fascia alta con una forte riconoscibilità, ad un a società che aspira a vendere apparecchiature avanzate di diverso tipo. Questo percorso è iniziato con l’iPod, ed è poi proseguito con l’iPhone. Si noti che questa strategia si è affinata nel tempo. Inizialmente l’iPod sembrava più un gadget per veicolare e rafforzare l’iTunes Music Store. L’avventura del negozio on line di musica era molto rischiosa: innanzitutto perché esistevano (ed esistono) già innumerevoli servizi similari, e poi perché il loro successo era risibile. Microsoft ha faticato non poco a entrare in questo mercato, e lo ha rafforzato con Zune solo dopo che l’esperienza della Apple era parsa convincente in quel di Redmond.


    Read More
    • ««
    • «
    • 3
    • 4
    • 5
    • 6
    • 7
    • »
    • »»

Recent Posts

  • La ruota del Destino
  • Darth Android
  • Vps Provider
  • Chat
  • RSS Readers
  • Vibe Coding: easy to say, difficult to survive
  • Basic V2 rocks

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top