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
  • Citazioni…

    calendar Dec 15, 2007 · 1 min read
     blog-objectsrootcom it  · ant ui vi
     ·
    Share on: twitter facebook linkedin copy
    Citazioni...

    La realtà è quella cosa che, quando smetti di crederci, non va più avanti.

    Mi accade spesso di svegliarmi di notte e cominciare a pensare a una serie di gravi problemi e decidere di parlarne col Papa. Poi mi sveglio completamente e mi ricordo che io sono il Papa!


    Read More
  • Portfolio

    calendar Dec 14, 2007 · 1 min read
     blog-objectsrootcom en software  · book email hosting italia privacy site vi war
     ·
    Share on: twitter facebook linkedin copy
    Portfolio

    ObjectsRoot.com offers customized  hosting.
    All of ObjectsRoot.com software is open source, and you can download it from the master site

    Current customers include:

    • Scheggia Book Sharing Accounting Application
    • MyTranslationExpert.com a professional translation service site
    • Sirio, a medical and high secure private application. (for privacy reason no public URL is provided).

    To get pricing, send your request describing your needs to our email address


    Read More
  • extremeX2

    calendar Nov 8, 2007 · 2 min read
     blog-objectsrootcom humor it  · ant arc car programming project rim test tip ui usa vi web windows
     ·
    Share on: twitter facebook linkedin copy
    extremeX2

    Prima la buona notizia:Extreme Programming (XP) funziona!

    Attenzione: articolo rivolto a persone con il senso dello humor!!

    Esistono solo alcune banali dettagli e qualche nefasto fattore da tenere sotto controllo, ma per il resto funziona.

    Io, che ormai sono acclamato come esperto di crepes e consulente da quasi dieci anni, sono qui per mettervi al corrente del Verbo di XP. 


    Read More
  • iPhone success is hard

    calendar Aug 30, 2007 · 2 min read
     blog-objectsrootcom en software  · ant apple april car design good google hard import iphone ipod italy jobs opinion pd project smart steve table telecom tip touch vi war
     ·
    Share on: twitter facebook linkedin copy
    iPhone success is hard

    iPhone is a very nice project, well designed and manufactered, but the market addressed is
    an hard bet for Apple.
    Big players are already on the ground: Nokia, Motorola, Samsung and Sony for instance.

    So it is difficult to play in such market, and some analysts said  "the touch screen was not successful for GSM/phone products".


    Read More
  • oracle mass table drop

    calendar Jul 3, 2007 · 1 min read
     blog-objectsrootcom en  · build easy oracle postgresql script small sql table ui vi
     ·
    Share on: twitter facebook linkedin copy
    oracle mass table drop

    Sometimes I need to build a small script to delete a huge set of tables of a schema.

    In Oracle is easy to do it, using the meta tables "all_tables", "all_views", and "all_sequences":

    select  'drop table ' || table_name || ' cascade constraints;' 
       from all_tables where owner='protoss' and  table_name not like 'BIN%';

    select  'drop view ' || view_name || ' ;'
       from all_views where owner='zerg' ;
     
      select  'drop sequence ' || sequence_name || ' ;'
       from all_sequences where sequence_owner='spacemarine' ;

    The "BIN%" table are special temp tables of oracle.


    Read More
  • Blue Dragon Revision 2

    calendar May 16, 2007 · 1 min read
     blog-objectsrootcom en  · ant database easy site spam vi
     ·
    Share on: twitter facebook linkedin copy
    Blue Dragon Revision 2

    Hi dear spammers, I am an announce.

    I love you so much I have decided to auto delete spam comments not already published.

    As you know, dear spammers, the anti spam on this site (called Blue Dragon) is able to shutup your nasty posts.

    Now blue dragon can also delete them from our big database, because it is so easy to isolate spam from true comments.
    I will not keep a record of this spam, sorry


    Read More
  • Jonny Jella podcast

    calendar Apr 24, 2007 · 2 min read
     blog-objectsrootcom it  · ant api car email italia rim storia test ui vi
     ·
    Share on: twitter facebook linkedin copy
    Jonny Jella podcast

    Come disse un famoso giudice "Il fatto che non se ne parli, non vuol dire che il pizzo sulle arachidi non esista". Per cui, nel giorno del mio trentatreesimo compleanno ho deciso di impegnarmi a fondo in uno scopo sociale e di denuncia.
    Sono perciò lieto di presentare il


    Read More
  • Blue Dragon: Spam Killer

    calendar Apr 20, 2007 · 1 min read
     blog-objectsrootcom en software  · ant fini giovanni google hard simple smart spam test ui vi war
     ·
    Share on: twitter facebook linkedin copy
    Blue Dragon: Spam Killer

    Hi dear spammers!

    I have just finished tuning the latest version of my anti spam-blogging-software, and all the spam have been removed. I am glad to see you loosing your time tring to get some poor bucks from your bogous activity. I hope do you click on my google adverties sometimes, as true friends of mine?


    Read More
  • Smoking Gio

    calendar Mar 26, 2007 · 1 min read
     blog-objectsrootcom en  · ant bad car http pd vi video web
     ·
    Share on: twitter facebook linkedin copy
    Smoking Gio

    My first webcam video....
    See and have fun: http://www.youtube.com/watch?v=53CIgqpD0S8

    The Story
    I have just bought a new fantastic Mac computer. So I tried my webcam, and in the same evening a friend of mine give me a cigarette (I  don't smoke so I tried it in front of my webcam).


    Read More
  • Stendere la Biancheria

    calendar Mar 3, 2007 · 1 min read
     blog-objectsrootcom it  · ant http net usa vi
     ·
    Share on: twitter facebook linkedin copy
    Stendere la Biancheria

    Ma come fare a gestire la biancheria in questi casi? Ebbene il vostro mentore (cioè io...) ha la soluzione. Grazie a Radio Deejay, ho scoperto il seguente fantastico servizio:  http://www.stendibiancheria.net/
    che vi dice quando vi conviene stendere la biancheria.  Questo modesto servizio, migliora le probabilià di essere più puliti del solito, ed evita che i panni bianchi si sporchino senza una valida ragione.


    Read More
  • Site Update: Happy new editor!

    calendar Feb 28, 2007 · 1 min read
     blog-objectsrootcom en site  · ajax ant complex django easy editor framework good java javascript make news opinion pd script site touch vi web
     ·
    Share on: twitter facebook linkedin copy
    Site Update: Happy new editor!

    (First published on 2007-01-20)

    Hi all, ObjectsRoot now has correct story ordering ontags view!

    I am happy to announce I have just installed tinymce on my site.

    TinyMCE is a very nice javascript editor, also used in Drupal. What makes tinymce very nice in my humble own opinion, is its easy installation. You do not need complex init procedure: you just tell tiny you want to edit well textareas, and it will do all for you. Because django  (my web framework for the site) has a bit complex way for handling administration pages, this is good news for objectsroot.com.Powered by TinyMCE


    Read More
  • Patate novelle al forno

    calendar Jan 26, 2007 · 2 min read
     blog-objectsrootcom it  · ant car fatti import tip ui vi
     ·
    Share on: twitter facebook linkedin copy
    Patate novelle al forno

    I love my tubero

    Al pari delle spezie, anche i tuberi sono importanti. Poiche' pero' il vostro piccolo cervello non puo' assorbire piu' di uno, due concetti alla settimana, vi introdurro' con tutta calma a questa tipologia di alimento.

    Iniziamo quindi parlando del tubero piu' amato: la patata.


    Read More
  • Vampata d’amore

    calendar Dec 13, 2006 · 1 min read
     blog-objectsrootcom en  · italia vi
     ·
    Share on: twitter facebook linkedin copy
    Vampata d'amore

    I am very proud to present an Italian comedy called Vampata D'amore (Love's Flush) written by my cusin, Alessandro Bonvini.

    It is a "beautiful-like" comedy, very nice done indeed.
    This is the part 1 and here you can find the rest of the story

    Leave your comments below! 

  • Rocket boom rocks

    calendar Nov 21, 2006 · 1 min read
     blog-objectsrootcom en  · google site vi video
     ·
    Share on: twitter facebook linkedin copy
    Rocket boom rocks

    I have surfed today and I have found two sites worth to see: <a href=“http://www.rocketboom.com/"

    RocketBoom is a nice video blog and <a href=“http://www.googlewhack.com/" GoogleWhack is a Google-game related site.

  • City angels di periferia

    calendar Oct 17, 2006 · 1 min read
     blog-objectsrootcom it  · ant api arc tip vi
     ·
    Share on: twitter facebook linkedin copy
    City angels di periferia

    Ogni mattina passo dietro un parco trotter di una grande citta', Milano. Li' davanti ad un muretto trovo sempre un City Angels e un tipo che sicuramente ha problemi di droga.
    Stanno li' nel freddo della mattina, mentre i dipendenti del comune puliscono l parco dietro di loro.
    Un'altro giorno sono li', mentre i residenti portano i cani sul marciapiede (il parco e' a due metri ma si sa' il tempo e' prezioso…).
    Il bello e' che ieri quello con la voce impastata non era il tossico ma il City Angels.
    Erano vicini e l'angelo sembrava veramente il tossico…per fortuna che c'era quest'ultimo!
    Che esistano persone che hanno insospettabili angeli?


    Read More
    • ««
    • «
    • 1
    • 2
    • 3
    • »
    • »»

Recent Posts

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

Latest comments

    Giovanni Giorgi

    Copyright 1999-  GIOVANNI GIORGI. All Rights Reserved

    to-top