Wednesday, June 6, 2012

Examples: Not Gonna Pay For This

I wondered how the world agreed to any single time-line, as we argued over every other issue. We have the method of schematics that eventually weeds out any diagrams, further with schema. It's quite an exercise to go back and forth between such perspectives and comprehensions, and your typical career probably does not justify itself for both of those jobs at once.

Once it does happen, people called it the celebrity instead of the job. Celebrities are hindrances to anybody else that want to do their job, especially when too much alike. You know, like, we know, like, so-n-so already champions that charity, so let them finish and die hard.

There is that mode of thought. It works like magic, like when “you” and “we” somehow finds itself in the same sentence; that is always magical.

The complexity devolves into popular truths over what words are basic enough that are human readable in definition of machine objects. The nice thought is religion sets some limits on where that evolved into "one" time-line.

Anyway, the garbage collector as your competition has merit. I think outer-space is not the answer for it; therefore, below...

[Addendum: … is, like, not said “dump truck” of problems that still need solutions, so you got the idea...]

namespace Application
        {
        using Application.Orbs ;
        using Application.Atomatrice ;
               
        public class OrbMemoryStream : Orb
                {
                public OrbMemoryStream()
                        {
                        }
                }
        public class OrbString : Orb
                {
                public OrbString()
                        {
                        }
                }
        public class OrbInteger : Orb
                {
                public OrbInteger()
                        {
                        }
                }
               
        [Program.Singleton]
        public class Space : Orb
                {
                private Space()
                        {
                        new OrbMemoryStream() ;
                        new Atom() ;
                        new Atom() ;
                        new Atom() ;
                        }
                }
        /*
        public class Georbit
                {
                Space spherical ;
                Orb sphere ;
                }
        */
        }