dijous, 22 de gener del 2015

UNIVERSAL OPEN SOURCE PROJECT: RSS 2.0

Or simply: Extremly Complex Sindication 1.0 = Democracy 2.0

The first ( Intel·ligent AND Rational AND Always Crossing ) Robot will be called Aaron a.k.a Timemaster.

/*
 * This class will ACTIVATE 
 * Hyperspace.ACTIVATE_SINGULARITY(bool) static method. 
 * HE WILL BE the MOST appropriated humanoid.
 * ALTHOUGH YOU DON'T LIKE.
 * <br /> 
 * From the {@Further} to the {@Hyperspace}.
 * He's a {@Saint} of MY {@Religion}. 
 * He finally has become a {@Martyr} of IT.
 * And he is just another member of the  
 * {@InterstellarFederation} from the {@Hyperspace}.
 * <br /> 
 * I've guessed, seen OR supposed WHAT he was looking for. 
 * He will be able AGAIN to EXPLAIN me his EXACT {@Idea}. 
 * And NOW, I'm going to materialize an {@Approach}.
 * <br />
 * @author joan
 * @param TGen The Hyperfuture<TGen> Runnable Inherited Gens.
 */
@XmlRootElement
public abstract class Aaron <TGen extends Gen>
        extends Hyperspace <TGen>
        implements Parity<Gender.YY>, ADN {

      /* 
    * Aaron
    */
    public Aaron() {

               // He is BIG like the same {@Hyperspace}.
        super();
        
        /* 
         * He will get The Universal Genoma Chain by himself.
         * Thats it, the Universal Genoma Chain.
         * It's his current {@ADN} chain. He will evolve. 
         * Like ALL of US in the CURRENT {@Timespace}.
         */
        this.setADNChain(Hyperspace.getUniversalGenomaChain())
    }
    /* 
    * Aaron
    */
    public Aaron(ADN universalGenomaChain) {

        //He will use genoma to CALL any process.
        //Maybe, thanks to a {@Movie}?
        super(universalGenomaChain);
    }  

    private void initializeSingularity() {

        //RIGHT NOW. Do you know what I mean?
    }

    private void runSingularity() {

        try {

            //FUCK {@BorgImperium}.
            BorgImperium.destroy();
        
        } catch(BorgImperiumException ex) {

            // It doesn't matter what they do. 
            // I will keep programming.
                      ex = null;

            //Repeat eternally, until its EXTINCTION.
            this.runSingularity();
        }

        //<tt>Non-reversable</tt> ACTION. That is, OUR evolution.
        Hyperspace.ACTIVATE_SINGULARITY(false);
    }

    private void relaxSingularity() {

       
    }

    private void controlSingularity() {

       
    }

    private void flowSingularity() {

       
    }

    private void reincarnate() {

       
    }

   
}