JulVeg's Posts (79)

Sort by

Virtual Data 5

Virtual Data can take shapes
Be material in real life
The data is sent to devices
Who track down who they want
Once the tracking is performed
They can point many other science
And device can produce effects
Not written in books of life

Because science is imperfect
Regulated and with style
Those who handle index and data
Prefer "testing" a pseudo-sci
To describe weapons that kill
Sure tomorrow, not now perhaps
Then they say that are not lethal
Problem resolve "in their minds"

Their minds are always justifying
The next step or the next crime
And even you read many books
Like their minds sure you won't find
They are out of revolutions
Only thing good their own kind
Run when you learn what their doing
You might next victim in their minds

THere are guys with different covers
With different plans in mind

Read more…

Important

By the end of 175 female voice. /**************************************************************************** ** ** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies). ** All rights reserved. ** Contact: Nokia Corporation (qt-info@nokia.com) ** ** This file is part of the examples of the Qt Toolkit. ** ** $QT_BEGIN_LICENSE:BSD$ ** You may use this file under the terms of the BSD license as follows: ** ** "Redistribution and use in source and binary forms, with or without ** modification, are permitted provided that the following conditions are ** met: **   * Redistributions of source code must retain the above copyright **     notice, this list of conditions and the following disclaimer. **   * Redistributions in binary form must reproduce the above copyright **     notice, this list of conditions and the following disclaimer in **     the documentation and/or other materials provided with the **     distribution. **   * Neither the name of Nokia Corporation and its Subsidiary(-ies) nor **     the names of its contributors may be used to endorse or promote **     products derived from this software without specific prior written **     permission. ** ** THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ** "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT ** LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR ** A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT ** OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, ** SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT ** LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, ** DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY ** THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT ** (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE ** OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE." ** $QT_END_LICENSE$ ** ****************************************************************************/

#include <QtGui> #include <QtSql>

#include "window.h"

//! [Set up widgets] Window::Window(QWidget *parent)     : QWidget(parent) {     setupModel();     nameLabel = new QLabel(tr("This is a Label"));     nameLabel = new QLabel(tr("<b>Cha&pter:</b>"));     nameEdit = new QLineEdit();     addressLabel = new QLabel(tr("<b>&Content:</b>"));     addressEdit = new QTextEdit();     typeLabel = new QLabel(tr("&Type:"));     typeComboBox = new QComboBox();     nextButton = new QPushButton(tr("&Next"));     previousButton = new QPushButton(tr("&Previous"));

    nameLabel->setBuddy(nameEdit);     addressLabel->setBuddy(addressEdit);     typeLabel->setBuddy(typeComboBox); //! [Set up widgets]

//! [Set up the mapper]     QSqlTableModel *relModel = model->relationModel(typeIndex);     typeComboBox->setModel(relModel);     typeComboBox->setModelColumn(relModel->fieldIndex("description"));

    mapper = new QDataWidgetMapper(this);     mapper->setModel(model);     mapper->setItemDelegate(new QSqlRelationalDelegate(this));     mapper->addMapping(nameEdit, model->fieldIndex("name"));     mapper->addMapping(addressEdit, model->fieldIndex("address"));     mapper->addMapping(typeComboBox, typeIndex); //! [Set up the mapper]

//! [Set up connections and layouts]     connect(previousButton, SIGNAL(clicked()),             mapper, SLOT(toPrevious()));     connect(nextButton, SIGNAL(clicked()),             mapper, SLOT(toNext()));     connect(mapper, SIGNAL(currentIndexChanged(int)),             this, SLOT(updateButtons(int)));

    QGridLayout *layout = new QGridLayout();     layout->addWidget(nameLabel, 0, 0, 1, 1);     layout->addWidget(nameEdit, 0, 1, 1, 1);     layout->addWidget(previousButton, 0, 2, 1, 1);     layout->addWidget(addressLabel, 1, 0, 1, 1);     layout->addWidget(addressEdit, 1, 1, 2, 1);     layout->addWidget(nextButton, 1, 2, 1, 1);     layout->addWidget(typeLabel, 3, 0, 1, 1);     layout->addWidget(typeComboBox, 3, 1, 1, 1);     setLayout(layout);

    setWindowTitle(tr("Briefing of Hate"));     mapper->toFirst(); } //! [Set up connections and layouts]

//! [Set up the main table] void Window::setupModel() {     QSqlDatabase db = QSqlDatabase::addDatabase("QSQLITE");     db.setDatabaseName(":memory:");     if (!db.open()) {         QMessageBox::critical(0, tr("Cannot open database"),             tr("Unable to establish a database connection.\n"                "This example needs SQLite support. Please read "                "the Qt SQL driver documentation for information how "                "to build it."), QMessageBox::Cancel);         return;     }

    QSqlQuery query;

    query.exec("create table person (id int primary key, "                    "name varchar(30), address varchar(900), typeid int)"); // Introduction

    query.exec("insert into person values(51, 'Introduction 1 ', "                 "'<qt>I dedicate this book to <b><font color = blue> <font size=5>  MY PARENTS </font></font></b>. My father is a good man, and together with my mother they were always"                " loving and wonderful with me.God prepares the things in a very special way. I was just wondering why this book had to be prepared specially "                " for a phone application. Why in C++? <br />"                "It turns out to be that most of the attacks that are currently destroying my life are done with phones.<br />"                "And it was precisely phone applications with <b><font size = 3> Qtopia </font> </b> where I centered my attention more acutely when I came to California"                "in 2005 to develop open source applications. For some reason Qtopia attracted my attention more than applications over XAMPP, the "                " second subject upon which I focused at that time."                "<img src= /images/figure8.png /></qt>', 99)");

    query.exec("insert into person values(52, 'Introduction 2', "                 "'<qt>The continuous stumbling blocks for me to develop in Los Angeles were not identified by me correctly. Was too technical at that "                " moment and absolutely unaware of important events that were taking place in this country. Just wanted to develop my career"                " in the areas of open source and stabilize my life, marry and have kids. I almost had it all. But there was  <b> <font size = 2>darkness over me </font></b>"                " me and I did not take the proper steps to identify the aggressors so I strenghened them. <br />"                " And they attacked me in the moment in which I was more happy than ever, married and surrounded by wonderful people. That is another reason for the book. But "                " my parents are far above the later, and the health of my father, in special, was the reason for me to return. <br /> "                "<b> <font size = 4> I will never forget what happened after.</font><b>"                "</qt>', 99)");     query.exec("insert into person values(53, 'Introduction 3', "                "'<qt>  Those of you who believe in Human Rights, should read this book and never forget what happened to me. It will help you, in a  "                "way, to understand the handling of information in a new way, undisclosed to many. I did my research in books already published."                " Only thing that I observed is that there was some special interest in eliminating these some of these books from the market and that the readers, "                " wether you believe it or not, were sometimes targeted by those who were critized in the book.<br />"                " All the books that I used for my research were made in America. I assume to sole responsability for the interpretation of "                " the information in the books. The opinions of my book are the result of my analysis of informations and events that I underwent"                " and transformed my life. I have reasons to believe that there are many people interested in my physical elimination. Many journalists and artists have died, "                " under very strange circumstances in this country during recent years, I am talking about Michael Jackson, Ledger, journalists who die of sudden heart attacks or "                " accidentally shot when they were filming something. I do not think that any of those events are casual. I also do not think that Randy Quaid run out of this country "                " out of paranoia. Something is going on and what is going on is not good. And there are many people involved. <b><font size = 4>Dark Minded People.</b></font>"                "</qt>', 99)");

    query.exec("insert into person values(54, 'Introduction 4', "                "'<qt> Another reason  for me to write this book is because I am against hate, and there is a lot of hate involved in what has happened to me. "                " I am perceiving that I have been a victim of a conspiracy that goes far beyond of me as an individual. It is a direct attack to minorities and ideologies "                " with the pretext of sex. And an attempt to force a specific interpretation of life over wide sectors of the population. <br />"                " With that purpose in mind, I have been given an artificial personality. This book is written to explain what has been done and how. <br />"                " It has been prepared, as I explain in the book, by staging three shows: </b> "                " First:<br />"                "The show that the public watches <br /> "                "Second: <br />"                "The show of the perps preparing all "                " sort of stressing situations - which have lead many people to suicide - which are not shown to the public. <br /> "                "Third : <br />"                "And  most important of all, the show of the "                " intellectual responsibles who decide who stays alive among the perps and the vicdtims - that show is closed to the public too, even the public, that is not "                " stupid, feels that the show has been instrumented as a lesson, and consequently, learns - to be dominated through examples. "                "</qt>', 99)");

    query.exec("insert into person values(55, 'Introduction 5', "                "'<qt> What is happening in this country and the world at this moment in what refers to violence and hate. How this book can help you? <br />"                " At the moment that I am writing there is a strong discrepancy in what refers to the use of means of communications to increase and spread hate and xenophobia within the US . "                " The ACLU - American Civil Liberties Union - addresses it in its website at the moment of my writing. Also at the United Nations the industrialized countries are in discrepancy "                " with the developing countries in what the right use of the means of the communication is. What is not addressed in detail in the news is the extent in which the information can, "                " almost immediately, be associated with physical interaction with devices or criminals who can turn the apparently inofensive transmission of an image, for example, into a physical "                " aggression. This book, based in information that I have painfully collected from others who suffered the same as me, tries to describe and alert of this trend, possible to devices"                " like cell phones, tables, secret internets and social networks. Since I am victim of a complot that has used all these resources, I think that I can explain a little about all these"                " XXI Century ways of destroying people, who is behind and how certain groups of the population profiteer from these methods. After you laugh for a while while seeing the shows, Get"                " ready, the next one is you. They start with soft targets but soon you will learn that if you do not have X number of millions of dollars, you are vulnerable and targeted too. So maybe"                " self-defense or instinct of survival may be among the motivations to follow up with what I am describing for you. For free for the moment. Later on there will be more info. And it is "                " going to be a more extended book. But this one, at this moment, is a contribution to International Human Rights and based on the Violation of the Geneva Agreements, and is FOR FREE. "                "</qt>', 99)");

       query.exec("insert into person values(56, 'Introduction 6', "                "'<qt>Importan events are taking place in the analysis of information as I am writing this book. I realize that I am not the only one that has analyzed the phenomenon of data transformation "                   " that is taking place in this society. It is a real dangerous trend. The most accurate thing that I have found - written - besides the books that I have read, are the comments of the ACLU about"                   " Big Data. I completely agree with the analysis that they are doing of the handling of the information, only that it is happening at such accelarated pace that writing about it should be , need to be"                   " matched with effective measures on the part of those who handle how to rule everything, otherwise this is going to be a complete kaos. "                   " . Recently I visited the place of a minority group and I found that both them and people outside of the place spoke as I belonged to the group "                   " Did I find the same attitude when I recently visited different churches. No. So consequently there is a bias towards me belonging to certain category and that trend has been promoted by some group."                   " I am absolutely sure that it is a trend that is currently being used to target and tag hundreds of thousands of people in this country, with very specific objectives in mind. "                   "</qt>', 99)");        query.exec("insert into person values(57, 'Introduction 7', "                "'<qt> Sometimes hypochresy and wrongdoing get enthronized with different purposes in the background. I can affirm that I had never witnessed before the kind of cold killing "                " that is perpetrated against me. When the cars pass by my side and play hate songs that call for my death and I denounce it and nobody does anything. When they go to conferences where"                " I have spend money trying to make a living and bias the people against me, when they go to the Starbucks and to the places where I apply for a job or start working and nobody, absolutely"                " nobody is corrected, but on the countrary, secretely encouraged, it is the equivalent of a very cruel and direct aggression. And I am not the only one that has observed that in the areas"                " that I am going to mention. Hope the book be useful to you. <br /> "                " Thanks"                "</qt>', 99)");

       query.exec("insert into person values(58, '2010 - Abou and his Friends', "                   "'<qt> I met at About while hospitalized. He was just conducting the carts with the food. At least apparently. Abou loves to be informed and to inform the others about what is happening and what is going to happen. <br />"                   " He is authorized to predict because he has important friends, at least he says so. So the people should know that I will die because there are devices non-detectable that are going to be used against me at the right time. <br />"                   " There is something in the voice of About that I do not like. It sounds too real. There is no fake in what he is saying. Disaggreable yes, unreal no. So About was one the most important people that sent me to research. Whatever happened I had to know <br >"                   " So when somebody activated the device that accelerated my heart while I was in bed and when the group beat up a girl in the adjacent room and then mentioned it the next day with their unforgetable : Here is your call to New York! statement, like saying, "                   " learn, here we do whatever we want, I said to myself, it is either a research or I will die sooner than I expect. So I did my research, and I discovered <b><font size = 5> Virtual Data - The Darkest Threat. </font></b>"                    "<br/></qt>', 99)");

 

       query.exec("insert into person values(1, 'The Characters - Tenkashi', "                    "'<qt> Year 2001.First guy in my life who threatens me with: You will commit suicide <br />"                    " I had just asked for a machine with the minimum technical characteristics to run the applications that I was supposed to work with. A crazy guy <br />"                   " Later on I found out that other people had complained about different issues while dealing with them. He was considered a racist man. < br /> "                   " There were also references to his Group.  </qt>', 101)");         query.exec("insert into person values(2, 'The Characters - Ann', "                    "'<qt>Year 2000.First person in my life that says that:"                    "<br/>She will put my picture allover the world. And now in 2012 they enjoy it like a lyinching. But wait a minute, the other countries can handle data too."                    " Objects were burned when I changed to another section. With people celebrating around. "                    " A little before being forced to leave this company.</qt>', 102)");         query.exec("insert into person values(3,'The Characters - Mathew' , "                    "'<qt>Real weird guy. He threw balls to the monkey that they hanged over my cubicle.<br/>Death threats. < br /> "                    " I am almost sure that I met Mathew whenn I was looking for job in Hollywood. "                    " It was a strange situation where I was interviewed like 4 1/2 hrs by one manager after the other. "                    " Mathew told the lady who was talking to me before the interviews that his notes were not hers. In reference to me. I always wondered what he meant by that."                    "</qt>', 103)");         query.exec("insert into person values(4, 'The Characters - Brad', "                    "'<qt>Good companion of Mathew. He also threw balls to the monkey and threatened:<br/>Take the monkey out</qt>', 101)");         query.exec("insert into person values(5, 'The Characters - Miguel', "                    "'<qt>Closely associated with Tenkashi. Authorized to monitor according to the rights granted by T.<br/>And he really believed it.<br/>"                    "- really happened.</qt>', 103)");         query.exec("insert into person values(6, 'The Characters - Percy', "                    "'<qt>Interesting individual. Likes meetings with baseball bats in hands. He authorized Tenkashi to read my rights. Believed in NVNNHI, by the way he structured our first meeting.<br/></qt>', 101)");         query.exec("insert into person values(7, 'The Characters - Juan', "                    "'<qt>First guy that I take out of the office to talk with him in private. 2001.<br/>Apparently angry because Miguel was somehow disciplined"                    "<br/>Likes indirect talking through cubicles</qt>', 102)");         query.exec("insert into person values(8, 'The Characters - Iris', "                    "'<qt>Good companion of Miguel. Likes to communicate with him through cubicles to notify the whole company<br/>Explicit in making negative comments about people of color. Informed about my family-very bad.<br />"                    "Absolutely convinced that she has ethernal immunity</qt>', 103)");         query.exec("insert into person values(9, 'The Characters - Martin, "                    "'<qt>2003. Unbelievable indidual. First and only guy that touches my face at the market <br/>Police asked if I wanted him to be arrested. <br />Heard him through the wall of my bathroom later - for sure</qt>', 101)");

        query.exec("insert into person values(10, 'The Characters - Kiram', "                    "'<qt>2001. Belonged to the group of Tenkashi. Blocked network access to Visual Basic connections to databases several times<br/>Enjoyed that.<br/>"                    "Transparent to me what he was doing. I had practiced SMS before him.</qt>', 103)");

       query.exec("insert into person values(11, 'The Characters - Gerai', "                    "'<qt>2008. An individual by this name started harassing me to death at Miami Beach.<br/>He retired to the end of the lobby and observed everything while handling a laptop. <br />"                   " First time that I focused my attention on him was when he yelled before taking the elevator and took a brief look at the desktop "                   " where I was working at. I asked Joshua and he said, smiling, His name is Gerai . I strongly feel that Joshua was cooperating fully in all what the two groups commanded by "                   " Gerai and the other Man - unidentified and doing things at the sofa - had planned for me. </qt>', 101)");

       query.exec("insert into person values(12,'The Characters - UnidWoman1 - Hollywood' , "                    "'<qt> 2008 - A woman where I was living temporarily in LA.<br/>Talks through the window saying things that are not truth."                    "<br/>Frightening behavior, intimidating, she talks like a person who likes torture. At that time, I did not believe that such a person could exist in the US. "                   " That was my level of disinformation. But when you see a person talking with certain level of cruelty, repeatedly, you ask yourself the logical question "                   " Is this for real? I believe now - 2012 - that they were for real, and that they feed the minds of the local criminals and singers? into a specific atmosphere where "                   " it was allowed and encouraged to talk about my death. When you feel that kind of atmosphere around your mind starts floating, I cannot describe it in another way. And, when complementing this "                   " there are techniques used against you that you cannot understand till years later, that creates an ideal environment for your attackers. </qt>', 101)");

       query.exec("insert into person values(13, '2008 - The Characters - UnidWoman2', "                    "'<qt>A woman is placed several days between the two areas of the Ocean Five Hotel<br/> She tries , continuously , to bias the people of the hotel against me</qt>', 101)");

        query.exec("insert into person values(14,'2008 - Ocean Five - Taxi Driver' , "                    "'<qt>This man goes to the desktop where I was working in Ocean Five and starts biasing the other employees at the hotel against me. </qt>', 101)");         query.exec("insert into person values(15,'Group 1 - Claremont' , "                    "'<qt>Very strange group, located at the lobby of the hotel.<br/>Some of them with computers. Constantly trying to intimidate me in differnt ways<br/>"                    "With evident complicity of my trainer in frontdesk applications</qt>', 103)");

        query.exec("insert into person values(16, '2008 - Group 2 - Claremont', "                    "'<qt>This group was located in the terrace and sidewalk adjacent to the hotel<br/>They showed pictures of me to whoever passed by near the hotel. With the evident purpose of biasing as much people as possible against me. </qt>', 101)");

        query.exec("insert into person values(17,'2008 - UnidMan 3- Claremont' , "                    "'<qt> '2008 This man starts making fun of me while seating at a sofa in the Hotel Claremont'. <br /> At very early ours of the morning<br/>Mail Handling Service"                    "<br/>Service City</qt>', 101)");         query.exec("insert into person values(18,'2008 - UnidWoman - Claremont' , "                    "'<qt>2008 This woman seated in a sofa in the middle of the lobby of the Claremont Hotel<br/>Descredited any knowledge that I could have to carry out my tasks. Comments in a loud voice about it .</qt>', 103)");         query.exec("insert into person values(19, 'UnidMan2 - Claremont', "                    "'<qt>2008 This man goes to the front desk and, the same as the taxi driver at the Ocean Five, tells Joshua that I am not what I am seem to be<br/>He looks misterious.</qt>', 101)");

        query.exec("insert into person values(59, '2010 - Abou and his Friends', "                    "'<qt> I met at About while hospitalized. He was just conducting the carts with the food. At least apparently. Abou loves to be informed and informed the others about what is happening and what is going to happen. <br />"                    " He is authorized to predict because he has important friends, at least he says so. So the people should know that I will die because there are devices non-detectable that are going to be used against me at the right time. <br />"                    " There is something in the voice of About that I do not like. It sounds too real. There is no fake in what he is saying. Disaggreable yes, unreal no. So About was one the most important people that sent me to research. Whatever happened I had to know <br >"                    " So when somebody activated the device that accelerated my heart while I was in bed and when the group beat up a girl in the adjacent room and then mentioned it the next day with their unforgetable : Here is your call to New York! statement, like saying, "                    " learn, here we do whatever we want, I said to myself, it is either a research or I will die sooner than I expect. So I did my research, and I discovered <b><font size = 5> Virtual Data - The Darkest Threat </font></b>"                     "<br/></qt>', 99)");

                   // The Locations

       query.exec("insert into person values(20, '2008 Fort Lauderdale Airport', "                    "'<qt>2008 After suffering a very careful searching in this airport people - from the employees who did the search - start commenting about me being HIV positve<br/>"                    "As if they had made a test. I start worrying about this</qt>', 103)");

         query.exec("insert into person values(21, 'Unidwoman Plane', "                    "'<qt>2008 While in the plane going from  Atlanta to San Francisco a woman starts making my life misserable<br/>She tries to bias the attention of the people in the plane towards me <br /> "                       " She is seating just in front of the seat I have in the plane. She is the first person that I hear saying :You came to die in California. In a very threatening way. </qt>', 101)");

         query.exec("insert into person values(22, '2008 San Francisco Airport - Arrival', "                    "'<qt>2008 On arrival to the airport the most nightmarish event of my life develops.<br/>What had started at Fort Lauderdale kind of have a climax. All people are commenting that I am HIV positive "                    "<br/>and that I am a bad man who has laughed when I had been informed of my parents death. Nobody wants even to see me. There was a couple of people speaking English with accent "                     " Besides me at the airport - strong men - who talked about how they refrained from killing me <br /> . "                     " A very strange and threatening atmosphere around me all the time. Other people laughed cynically when I passed by.</qt>', 102)");

        query.exec("insert into person values(23, '2008 - San Francisco Airport - First Week', "                    "'<qt>2008 The first week I did not leave the airport terminal. Strange devices bombarding me with sounds outside.<br/>A lot of pressure on the part of people in general. All comments destructive."                    " Everybody in the airport seemed to be authorized to pounding on me. Remember that I went to one of the terminal of the train shuttle that services the airport and one of the employees activated an audio device "                    " where I heard one of the first hate songs against me. The employee in that section - clearly biased against me - tried "                    " to make me feel as uncomfortable as possible. And the passengers started to take into account that something was going on with me. It is only recently that I have been able to remember what happened during those days. "                    " And I feel sad, as a human being, for what was done to me at that time. I am also absolutely sure that it is one of the important events that contributed to take my mind literally out of this world. I have to acknowledge "                    " at this moment to things, it happened without me having the slightest idea of how deep and important I was affected; 2.- It had much more serious consequences that I imagined. I was living, until I started to recover <br /> "                    " near the river, in a sort of illusion and reading, reading as much as possible to try to understand what happened in the world, and the world around me at that time. </qt>', 103)");

        query.exec("insert into person values(24, '2008 - San Francisco Airport - The rest ', "                    "'<qt>2008 The nightmare develops and I start wandering about by the terminals of the airport and the surrouding areas. <br />"                      "<br/>The cold weather hurts me a lot. I start fearing that my health is being deteriorated. I call San Francisco for a shelter and they say that I have to go to the city. I am afraid of leaving the airport. Stay like this at least 15 days. <br />"                    " I am sure that this was the moment that my mental stability went down. The worst thing is that, when it happens, you ignore it completely. I was extremely concerned with being hurt. <br />"                    " I remember that in one of the terminals, the one that was the last one before starting going to South San Francisco, I heard a man - an Asian man - that in the plane that I had arrived my death vault was in there. He said that in a cold and frightening way. "                    " Also, one person that I do not want to mention - at the airport - said that "                    " he felt like shooting me with his gun. A photographer - a woman - took pictures of me as if I were an animal when I was trying to sleep near the security section "                    " while she laughed as if she were taking pictures of an animal. A lot of communities aparently had been biased against me."                    " the best I can describe the situation is that I perceived it, knew that it was about me and did not believe it. There were some good reasons for my skeptism, they were calling me a transexual name and I have never being a transexual."                    " At that time I was absolutely ignorant of how people can accept a lie through constant repetition.  </qt>', 101)");         query.exec("insert into person values(25, '2011 - Santa Cruz ', "                    "'<qt>2011 Arrived to that area because I wanted to ask myself several questions about what was going on with my life<br/>Only in 2012 I started to find some aswers.<br/>"                    "After bettering my health somehow. Too late perhaps. There was a political vendetta using me as proxy. Hate campaign about sex. Started 2000, revenge in 2007 while I was married.</qt>', 103)");

    query.exec("insert into person values(26, '2011 - Santa Cruz ', "                    "'<qt>2012 I do not think that I would have ever been able to understand what was going on if I do not breath the fresh air and eat and sleep. I could do partially - all of this here. It was a well elaborated trap..<br/>  Geodon and Risperdal played a rol. Authorized gangstalking and mistreament at the hospital too</qt>', 101)");         query.exec("insert into person values(27, '2011 - Santa Cruz ', "                    "'<qt>2012 There are three books that I have read which are a must to understand what has happened to me<br/>Against All Enemies, Soft Cage, Angler"                    "<br/>A must read to understand how this country has changed</qt>', 102)");

        query.exec("insert into person values(28, '2012 - Santa Cruz - Phone calls ', "                    "'<qt> I receive only partial attention when I make complaints with medical and political institutions"                    "<br/>I feel that there is a wide anti-immigrant feeling in this country. Even on the part of the immigrants that have already been established from previous years. Color of the skin is important in the harassments.</qt>', 102)");

        query.exec("insert into person values(29, '2011 - 212  California ', "                    "'<qt> Sophisticated instruments are used to harass, with sound and possibly with some signal more powerful associated with the sound. My fear is that one thing is presented to the audience and another is directed to the target"                    "<br/> I feel that there is a great desire to hide what is happening because some people are , in diferent spheres of the society, profiteering from it. <br />"                    " Profits come from songs, clips and hate films sometimes. There are many people turning the blind sight. Many suicides. </qt>', 102)");

        query.exec("insert into person values(30, '2012 - Santa Cruz ', "                    "'<qt>Only recently has been a person sentenced due to bullying. And it was from India, the country of Tenkashi, no wonder, there have been many people from different nationalities doing the same thing with deadly results "                    "<br/>Let's see what happens in the future</qt>', 102)");

        query.exec("insert into person values(31, '2012 - California - 1 ', "                    "'<qt>It is a difficult to read situation. A lot of hate around me. It looks political too. I have tried to do my best"                    "<br/>Harassment and dangerous medicines seem to be part of the culture. Whenever you complaint - if you are homeless - you ar sent to the hospital. I had never been homeless before < br />"                    " And certainly had not witnessed so much abuse in my whole life.</qt>', 102)");

        query.exec("insert into person values(32, '2012 - California - 2', "                    "'<qt> I start thinking that there is a conspiracy against me. Or at least a consensus to destroy me. "                    "<br/> A great advantage was achieved when they managed to internalize me in a hospital. I have read, repeatedly, that they do this to discredit the person who makes complains.  < br />"                    " After that dangerous medicines that raised my diabetes - I was not diabetic at the time of taking the medicines - pain in the teeth and very delayed Medical card - took months. <br />"                    " And the last thing, and most dramatic, was my reaction to the anesthesia, that everybody says is abnormal, after advising the doctor that I was feeling pain in the joints with that anesthesia the very first time that he treated me. <br />"                    " The second time I was injected a greater dosage. From that momen on the pain in the joints is coming very frequently. The harassment continues on me. Using different kind of media. </qt>', 102)");

        query.exec("insert into person values(33, '2012 - California - 3', "                    "'<qt> I feel that I have been used for business and politics and that they want to carry out what that woman promissed in the plane. By the way, as soon as I arrived to the terminal and became exhausted <br />"                    "I felt comercialized like an animal by a woman who started taking pictures of me while I, tired, tried to sleep near the Security Section of the Airport , those guys treated me well, not the woman of the pictures < br/>"                    " The ones who wanted to destroy me achieved a great point also during a lot of time making me think that all the aggressions were originated locally, in the places where they took place. </qt>', 104)");

        query.exec("insert into person values(34, '2012 - California - 4', "                     "'<qt>I started to think that something big was going on with me in 2010, at the hospital. Thanks to the comments of Abou and his group. All of them said that I was going to die. I was sort of a pop culture in the mind of some guys. <br/>"                     "They also mistreated a patient almost in front of me - adjacent room - to the point that the poor girl screamed. And then let me know that it was how they cared about my calls to New York. In explicit reference that I had made to NY asking for guidance and help"                    " It was intimidation at its best and was granted and facilitated with the strange diagnose of parannoia that they did of my case. </qt>', 104)");

        query.exec("insert into person values(35, '2012 - California - 5', "                     "'<qt>I have what I think is a clear record in what refers to my technical skills in this country and mine "                    " the application that I have built for this information has been created in Qt and programmed specially for Nokia Guis. It is a mixture of envy with hate what is after me. Very powerful"                    " They also resented my interracial marriage. It is a powerful trap and at the current time I have no resources. I am naturally concerned about the future. Several things happen that help <br />"                    " At the moment that I am writing this words this is the state with more hate crimes denounced in the US and , since a long time ago, I have said that this is hate campaign orchestrated against me. < br />"                    " Wether those who are in charge of supervising want to acknowledge it or not. </qt>', 104)");

 

        query.exec("insert into person values(36, '2012 - California - 6', "                     "'<qt>I have what I think is a clear record in what refers to my technical skills in this country and mine "                    " I feel that I have been SET UP in a very careful way. With a lot of people collaborating in different manners. From different entities"                    " The main problem is that it seems to be a procedure standardized in which every part knows how to respond to get away from any responsabitily <br /> "                    " And I have only started to understand the plots since 2010. When I starting doing my research.</qt> ', 104)");

        query.exec("insert into person values(37, '2012 - California - 7', "                     "'<qt>I have been thrugh undescriptable mental drama < br />"                    " In a very undefined, but at the same time powerful way, I found out that happiness is really scarce here. They felt envy < br /> "                    " Of my marriage with Val and then they have structured a chain of lies that has transformed my whole life. <br />"                    " For some reason, perhaps mystic, I preferred analysis before event thinking of defense. But the situation is critical. </qt> ', 104)");         query.exec("insert into person values(38, '2012 - California - 8', "                    "'<qt>My papa is sick. He is one of the most importnat things in my life. The other one is my mother. It is The Law of God < br />"                    " And it is precisely seeing my mother and papa sick what brought me to this country< br /> "                    " But it was impossible, at that time, for me to see the connections among the aggressions that I was suffering <br />"                    " Well many people died and committed suicide at that time as a result of the techniques that were applied on me. Up to certain point I am lucky. </qt> ', 104)");

        query.exec("insert into person values(39, '2012 - California - 9', "                     "'<qt> I feel that my trauma is the trauma of a person who has been happy before being mistreated. I was happy in my country and I was happy in this country too. I also was happy in Canada, with my wife and her family. < br /> "                     " so I have been happy in differnt places and with different people <br /> "                     " I am not accustomed to the culture of violence and blind obedience that exists in this country now  < br /> "                     " It blurrs the reasoning , facilitates crime  - with different pretexts from different agendas - and will have serious consequences for this society < br />"                     " Many people are commiting suicide for reasons similars to the ones I have described as harassment. Crime has increased, racism and hate crimes too. < br />"                     "  So if that is the context in where I have been mistreated it is not an imaginary world what I have described. I wold like that those who are fond of comparisons < br /> "                     " find a happy one that has undergone what I had to. <b><font color= red> <font size = 5> Written in a Qt application. April 2012. </b> </font> </font></qt>', 104)");

        query.exec("insert into person values(40, '2012 - California - 10', "                     "'<qt>I strongly feel that I have been used as a proxy of a homophobic, racist and xenophobic vendetta in this country < br />"                    " One important aspect in this campaign is the cynism that is used to describe any event related to me - always with derogative smiles - to disregard the cruelty, for example, of the hate songs <br /> "                    " most of which are asking for violence against me. They enforce the sexual issue to hide and justify  the way that the information is obtained and used in this country. That is:  < br />"                    " selectively and targeting minorities for destruction. Lies mixed with info obtained in a way that violates the International Human Rights and the International Law cannot other purpose than creating"                    " a bridge to act with impunity when forbidden means are used. </qt>', 104) ");

        query.exec("insert into person values(41, '2012 - California - 11', "                     "'<qt>It is not me the only one that is concerned about what has happened to the civil liberties in this country "                    " there has been certain progress in what refers to address specific issues from the sexual perspective. But it has been like a transaction where the "                    " abuse committed by many people in the past is going to be granted immunity and the suffering of the victims, who have lost jobs and suffered a lot "                    " - emotionally speaking - is going to be disregarded and no compensation awarded. I am afraid that the bad guys and intolerance are smiling with cynism, "                    " working in the darkness and looking for better times. Defiant of the new rules and trusting in their economic wealth. New economic wealth built upon the old one. <br />"                    " <u><font size = 5><font color = blue>And always with the same rules, divide , conquer and kill whoever brings change or knowledge to the inferior ones.</font> <font></u></qt> ', 104)");

        query.exec("insert into person values(42, '2012 - California - 12', "                     "'<qt> In what refers to me. I am absolutely convinced that I am exercising legitimate defense against a group of cynical people who are trying to kill me mixing "                    " bad jokes, hate songs, movies, clips , car provocations and more in a show of instigated violence never seen before in human history. < br />"                    " When I read several books about what was happening while I was in my state of mental terror I realize that the minds of those who have planned this against me "                    " are very, very dark ones. The fact that this country authorizes torture and that many of its own citizen have been used for human experimentation - without consent - is enough"                    " <b><font size= 5> <font color = red>to make safety the most important priority of my life.</font></font></b></qt> ',104)");

        query.exec("insert into person values(43, '2012 - California - 13', "                     "'<qt> Is what is done with information and non lethal weapons and other lethal ones of new type known by the people in this country"                    " I personally think that only the concerned ones have an idea  sometimes better than me about what is going on < br /> "                    " But the rest obey and act as if they were in 1984 raised to the 20th power. Then they are concerned about losing the first place "                    " in everything that they previously had. It is the natural consequence to the cult to violence that exists here and the hypochresy to hide it? < br /> "                    "<b><font size=5> <font color=green>When they were looking for scientists all around the world other panorama existed here. That is why selected to do this in a flavor of C++ </font></font></b></qt> ',104)");

        query.exec("insert into person values(44, '2012 - California - 14', "                     "'<qt> I guess that every person has its own particular opinions, right or wrong. I am sure that I could have "                    " been happy in thi period of my life, if it there had not been so much bigotry around me < /br> "                    " It is kind of unforgetable what the guy I was working for told me when I showed him a couple of steps in Joomla"                    " He told me : But that is JavaScript, see how many classes has like in CSS. He was serious. The classes had"                    " an origin in CSS. He had learned that at his design course in college. I offered him to implement an Ubuntu Server. < br />"                    " Next day after the installation of the server and the GUI with everything OK, the server did not have power. "                    " Rejected my offer to install Moodle upon the same server and teach classes in an empty classroom near him. Am I right or wrong "                    " when I say that there were many interests in my destruction <b><font size = 4> <font color= blue> California 2012/1984 </font></b>"                    "</qt> ',104)");         query.exec ("insert into person values(45, '2012 - California - 15', "                "'<qt> It was at <b><font size=4> <font color = red> the Bayshore Hospital </font></font></b>that part of my life was changed in a decisive way too. In 03/2008 I went to the hospital"                     " and, there was so much hate against me, that the man who was sitting adjacent to me turned to the woman that was besides him "                     " and said, texually: This is a bad man and I am going to look for some of my boys to kill him. He left the hospital. <br />"                     " There was a strange tension at the hospital. An environment of lynching where the people commented openly that some people "                     " had been killed in that hospital and that I was going to be the next one. Continuously repeated that I had laughed at my parents death "                     " to bias in a mortal way the people against me. Later the subject of my family has been used in different opportunities and ways by criminals."                     " Other people also use this subject to judge my life and justify their aggressions. I consider all this criminal harassment. <br />"                     " The people who are capable of doing that at a hospital and spread besides that you are infected with HIV do not stop at anything to get what they want. "                     " After that a team entered the hospital. There was a young black man that new everything about me and spread it around. He was the one in charge of the shooting"                     " Before I called 911. A latino - English Speaking - man designated him. He explicitly said that they were going to go after my economy"                     "</qt> ',105)");         query.exec ("insert into person values(45, '2012 - California - 16', "                     "'<qt> My opinion - based on readings that I have made of literature of this very country - is that there were "                     "always procedures in place for people not liked at corporate level. With the special permissions to disclose information and the immunity granted,"                     " all types of illegal activities that they made against certain individuals are going to be justified and certified in favor, unfortunately"                     " of people who commited crimes like illegal surveillance in clubs and other places, entered your room and set you up in different ways, hacked your computer, etc <br >"                     ". Consequently there is a group of people who is in danger in this country. Many of them ignoring it, given the advanced nature of the devices used to destroy their "                     " lives, it is a real nightmare to find out about this and be, at the same time, a victim of this type of actions. </qt> ',105)");

        query.exec ("insert into person values(46, '2012 - California - 17', "                     "'<qt> At San Francisco International Airport I felt, for the first time in my life, like an animal that was sold to the media. I was genuinely "                     " confused in what refers to the nature of the attack. For many days I considered it ridiculous to be taken by a transexual. But there were repeating it"                     " like a lethany to justify their attacks. How they managed to handle big portions of the population and made them believe it, I still do not know. Only know "                     " that the consequences were nefarious ones to me. In the hospitals, I felt treated as an animal too, several times. There is something going on here in what"                     " refers to communications and having people who can treat targeted people very cruelly in any place. It is well organized and it is not casual.</qt>', 105)");         query.exec ("insert into person values(47, '2012 - California - 18', "                     "'<qt> Among the most impressing moments of my life is one event that took place while married "                     " Fithteen After married I was invited to go to my wife's psychiatrist. I was told there completely the opposite of what I had been assured before married"                     " in order to avoid addressing extremely private issues, I will leave it in there. For now. It was a remarkable moment in my life, that forced me to make "                     " a decision. Did I want to stay with her or not. I had arrived to Canada invited by her. She had behaved well until that moment. I stayed. <br />"                     " I am not sure, at this moment, if it was a wise decision. Until I have no proof of the contrary, I will go on considering my wife a good person.</qt>', 105)");         query.exec ("insert into person values(48, '2012 - California - 19', "                     "'<qt> Another important factor of distress was the influence that a man called Sunny exerted in most Val's decisions. I perfectly remember that the man is talking "                     " with me and Val, one day, as if I knew nothing about computers, as if I were a fake, with a strange and undefined smile in his face. When I had a meeting with Val's sister"                     " they told me real bad things about the man, but I am objective person and only facts are valuable to me. No wonder, after finding this man and another person in the house, when I "                     " returned from playing chess in the house and Val completely asleep I started to make mental notes. Some tools for the computer had dissapeared, so I asked about them. Val talked to him. < br />"                     " the tools were returned. According to him they had been taken inadvertendly when the car was taking out of the house for something. In other aspects of our life"                     " this man was always present, in my consideration strangely too much. < br />"                     " By the end of my staying there I looked at him - as if there were someting else - in his attitude.</qt>', 105)");

        query.exec ("insert into person values(49, '2012 - California - 20', "                     "'<qt> Seems to be that the plan that some people had for me was to submit me to unhuman treatment and make living almost impossible for me. "                     " they did it with a lot of lies and by inserting enforcers in the crowds, these guys repeated what was supposed to be the truth, continuosly"                     " creating a lot of stress and fear around me. I wrote FEAR, nobody wanted to have anything to do with me for a long time.</qt>', 105)");         query.exec ("insert into person values(50, '2012 - California - 21', "                     "'<qt> I have no doubt in my mind, according to what I have read - I am reading a 4th book now - that I have been demonized at the convenience of specific groups "                     " interests, who want to advance specific agendas, very likely ultra-right wing groups with links to KKK and other supremacist organizations. Regretably only recently I have been able to process"                     " productively some information in my mind. I would say that a starting point was near the river San Lorenzo. From that moment on there have been recovery periods and other moments in which the "                     " process of my mind has stopped and I have started to have difficulties remembering things again. Forgetting issues and remaining static against my will were two of the main effects that Risperdal"                     " had on me. But that is not supposed to be a factor in the show that has been mounted. And my fear of being tortured, which is very real after the previous experiences in different places, gives "                     " them more fuel to say that I am a chicken and I do not know how many more things. There is no doubt that the planners of all this have killed me and my family. < br /> "                     "<b><font size=5><font color = red>  It is, no doubt the most dissagreable and dangerous experience of all my life. </font></font></b>"                     "</qt>', 105)");

        query.exec ("insert into person values(50, '2012 - California - 21', "                     "'<qt> Memory is something that can be affected greatly by emotions. I learned about that when I went to live under the tree for the first time. A sort of fixation develop in me and it was the"                     " reason of the first trauma. After that , when I was internalized in the hospital, came the second blow, when the medicines had their toll on me; as important as the medicines were the strange "                     " situations of abuse that I saw while at the hospital and in some of the visits that I paid to it later. The latino personal was the one that treated me more fairly, with few exceptions.  <br />"                     " I am stating this because I am beginning to remember and what I remember I do not like. I remembeer myself walking like crazy by the streets of Miami Beach trying to find a place where to hide"                     " from the continuous harassment with songs that called for my death and ending up near the police station. And a voice coming out of the police station saying: He is here ! to the hip-hop guys "                     " who were singing to my death. In the beginning it was that kind of music, later others joined. I am remembering also walking through Alton Road and a policeman in a car saying: He is a transexual! "                     " and me trying to make sense out of that, and a woman passing by and making a comment about thata. Yes, I have started to remember back and it is painful. Because if there is a real truth in this story is that I have never done sex for money or gone out as a transexual with any human been. < br />. Some people"                     " are profiteering of mixed information with the purpose of deadly results. And when I also remember that I was beaten in Alton Road by a guy who had been evidently paid by somebody who passed in a car,"                     " I feel that I do not like at all what I am remembering.<br />"                     " And there is still more, I remember the first days that I arrived to Miami Beach and tried to get a job and, again, another person of law enforcement going near me and saying: Hey that pretty boy over there"                     " talking to me and talking to the crowd around. And me in complete perplexity thinking how things had changed in a place that used to be so quiet and friendly. "                     "</qt>', 105)");

        query.exec ("insert into person values(61, 'Privacy ', "                     "'<qt>While I am writing this book there are many people worried about what is going on with the handling of information. <br />"                     " This is part of what the ACLU is publishing 04/26/2012 : <br />"                     " CISPA gives companies the authority to share that information with the National Security Agency or other elements of the Department of Defense, who could keep it forever. The Obama administration issued a veto threat on CISPA earlier this week. <br />"                     " ACLU legislative counsel Michelle Richardson stated, “CISPA goes too far for little reason. Cybersecurity does not have to mean abdication of Americans’ online privacy"                     " I guess that some of the people mentioned in previous sections of this book will be happy - for the moment. In my opinion, the world will be, at some point, become aware of what is going on. As abuse spreads, and it will. <br/>"                     " The monitoring is already persistent. Today I found, at the bus stop where I usually seat for a lot of time, a brand new tobacco bag - when you see the tobacco though the transparent part of the plastic you saw a bird. The name of the brand : Sparrow. May be a message <br /> "                     " My other fear is that there might be methods in place to eliminate physically people considered undesirable. "                     "</qt>', 105)");         query.exec ("insert into person values(62, 'Human Rights', "                     "'<qt> ... a list of non-exhaustive categories such as sex, race, colour and so on. The principle of non-discrimination is complemented by the principle of equality, as stated in Article 1 of the Universal Declaration of Human Rights: “All human beings are born free and equal in dignity and rights."                     "</qt>', 106)");

                  query.exec ("insert into person values(63, 'Privacy ', "                     "'<qt> It seems to be that everything I have written is synchronized with athe worries of different sectors of the population. It does not look good for privacy or civil rights. < br/>"                     " In my particular case sophisticated audio-devices have biased the population without allow my voice to be heard one single time. It looks a lot like 1984. People look at you as if you were a phenomenon. Death fillings are instilled in the people against me. It has happened in a lot of ocassions. "                     "</qt>', 106)");

                  query.exec ("insert into person values(64, 'Conspiracy ', "                     "'<qt>Joshua new everything that was happening in the hotel. All the calls that I had made. And he did not care. He was ghe one that created the biggest commotion in me when I called the police and, instead of talking with me, the police-woman talked to him. He told her a lie about me and then"                     " He said that she should not worry about the phone calls that I had made to the FBI. All this always looked strange to me. He smiled frequently when I complained and was always in contact with Gerai"                       "</qt>', 106)");

                    //! [Set up the main table]

//! [Set up the address type table]     query.exec("create table addresstype (id int, description varchar(30))");     query.exec("insert into addresstype values(99, 'Introduction')");     query.exec("insert into addresstype values(101, 'First Period')");     query.exec("insert into addresstype values(102, 'Second Period')");     query.exec("insert into addresstype values(103, 'Third Period')");     query.exec("insert into addresstype values(104, 'Conclusions')");     query.exec("insert into addresstype values(105, 'Important Moments')");     query.exec("insert into addresstype values(106, 'Universal Human Rights')");

    model = new QSqlRelationalTableModel(this);     model->setTable("person");     model->setEditStrategy(QSqlTableModel::OnManualSubmit);

    typeIndex = model->fieldIndex("typeid");

    model->setRelation(typeIndex,            QSqlRelation("addresstype", "id", "description"));     model->select(); } //! [Set up the address type table]

//! [Slot for updating the buttons] void Window::updateButtons(int row) {     previousButton->setEnabled(row > 0);     nextButton->setEnabled(row < model->rowCount() - 1); } //! [Slot for updating the buttons]

Read more…

Virtual Data 3

 

 (Virtual Data is linked to the use of Mind Control Techniques - Careful reading will allow you the connection between the different methods. Data is not paper or files anymore )

Index color is important
And not explicit in fact
They morph their faces like camaleons
When your are in and when you are far
I am talking about the indexers
But somewhere, be sure of that
There devices that index you
For your color or your mind

NVNNHI is one favorite
Not very spread, but learn that
It was used in the highways, in projects
Theaters and Mars
NVN is very easy
Niger versus Niger is that
NHI is more difficult
"No Human Involved" translate that

There are guys with different covers
Who think that you are dark so you are bad

They see latinos as inferiors
Who came to bother the stuff
The others, returning to theirs
Work and work, under a sight
That sometimes squeeze their hands
But school, books, are hard to find
Among the gifts that are given
Are those that blurr the whole mind

There are guys with different covers
Who don't like latinos sometimes

And event the well known bright-mind asians
Have their index in this land
Even with the best results
In Universities and Science
There is a glass ceilling in places
Where race is the first fact

There are guys with different covers
WHo don't accept the mankind

And now there are many righteous
Of all colors, including white
All submitted to the indexes
People who work very hard
But suddenly have found themselves
Like dumbly obeying the minds
Of guys with hidden agendas
Who say, obey or suffer,
You like that ?
When cynism is the king
The reason takes a long travel
And they master your own mind

With Tesla and Einstein and device
with cruel guys who do not mind
But there Gods up in the galaxies
Watching, they will take care of that

So when it comes to the point
To decide who will survive
How can you trust in some people
WHo live with index in mind
But after a Mac, the football
and some spirits, and stuff
Coherency is past, is gone
And you believe in virtual lies

You start laughing at their jokes
Hi-tech against others is fine
Only if you know that tomorrow
You are the next victim perhaps
You would suffer some awakening
And think that there is perhaps
A trap set, for you and your family
A trap which flavor is bad
But it is something very rare
Because your entertaining is right

The guys with different covers
Create parties, later kill lives.

This material is copyrighted. You cannot use it in any way without explicit authorization of the Author.
Virtual Data - The Darkest Threat @Copyright 2012

Read more…

Virtual Data 4

(Virtual Data is linked to the use of Mind Control Techniques - Careful reading will allow you the connection between the different methods. Data is not paper or files anymore )

And there are three shows in their minds
Even though people see one
And obviously that show is partial
They hide what is done behind
THe walls of the so called good hospitals
In the street, the bus, the yard
That show is run by a team, that obeys others
Of high minds

Then there is the show of the meeting
Where decisions are made
That show is important and attended
Buy the guys who know how to obey
Those people are ready to do
whatever is the command
They want high up in the ladder
No pity in their minds

THe third show, the most important
Is run, up high very high
In that show it is decided
Who of the bad guys will survive
It turns out that even though
They help to destroy some lives
Those who plan that kind of business
Do not like witness alive to stand

The funny thing is that the third show
Is run before the other two, learn that.

This material is copyrighted. You cannot use it in any way without explicit authorization of the Author.
Virtual Data - The Darkest Threat @Copyright 2012

Read more…

Virtual Data 2

(Virtual Data is linked to the use of Mind Control Techniques - Careful reading will allow you the connection between the different methods. Data is not paper or files anymore )

As soon as you enter a plane
As soon as you enter a ship
There is an index associated
With you wether or not you like it

Index is a matter of joy
Index can be be very sad
Depends on the one who indexes
And depends who stands behind

The one who indexes obey
Orders from some hidden minds
The hidden minds, everywhere
In planet Earth, air, space,
MOon, strange satellites, and Mars

They have quite different concepts
and sometimes well drunken minds
They think that for some strange reason
They obey the law of God

And God is beyond the galaxies
Analyzing human kind
And thinking why, at some point,
arrogance overrid clear minds

But lets get back to the indexes
And just to avoid bad style
I will only talk about indexes
That I came across in life

THere are indexes gold, platinum, silver, bronze
in formal class
Those indexes are very powerful because
They rank the whole real life
Of passengers in the ships, planes, tours and
above all in the yatch
A good example is Titanic, not superficial
Learn that

But most important are indexes
That are placed in darkest minds
Those are hidden to IT people
Even though they hint in life
That after leaving the place
Where their machines are
There are still other machines
Still more powerful, real life
WHich do with index and fake data
Virtual worlds, and virtual lives

They can make you a Robin Hood
They can make you a Hollywood Star

Indexes in the Other Machines
Have to do with other style
They can index you by color
Or the color of your mind
They assume everything
Predict and make it a fact
Not even "1984"
Can match them when they attack

Index are combined with field memo
Pictures, clips, movies and the like
Can be enhaced with subreptitious
Penetrations of your mind,
Allowed by drugs that you take
In your food - confident style
They went to the refrigerator
When you were at the club last night

After seeding two or three liars
With your mistakes and their tramps
Index can be qualifiers
Of the most careful design
It is not intelligent, it is evil
But they compose face and lies
Are presented as a truth
To the people who eat Mac's

The people who it Mac's are simple,
Good character and clear minds
They go to football on Sundays
Rarely go computer inside
History is something like strange
They live present and that is that
So when they present prepared indexes
Who could ever think they lie

There are guys with different covers
who enjoy cruelties of life

The content is COPYRIGHTED
All Rights Reserved "Virtual Data - The Darkest Threat " @2012

Read more…

Virtual Data

There are guys with different covers,
Inventing realities of life,
The size of the lies the invent
Depends on the pocket size,
The pocket size of some masters
that somehow that somehow do the likes
the pocket size of some people
who don't mix colors in life.

Virtual Data is everywhere
They mix with cruelty, no style
The matter is making money
The death is an everyday fact

They mixed up enough minds
killing people far behind
In fact they don't even care
if they kill their own kind

It doesn't matter if you are good
it doesn't matter if you are right
They can make you a Robin Hood
They can make you a Hollywood Star

Because the fact of the matter
is that there are methods behind
Virtual Data is expensive
So they have killings in mind

To justify their salaries
They have killed their own kind
With that piece of information
What kind you expect from some guys

YOu can be enjoying at a club
And there is a team behind
Perhaps because you answered back
To some guy with a dark mind

The team acts in different fashions
Experience is in their hands
Some are with you in the club
Some go even to your bath
And while your dancing confidently
They create stories behind

Sometimes they hire false witnesses
Other times is the computer hacked
The mixing is almost perfect
They have to destroy a life

Virtual Data is not easy
It is mixed with some device
Devices are not regulated
And can kill you in a while
Non-lethal weapons are called
They used medicines besides
Medicines that instead of curing
Could turn you in a zombie style

Everything is calculated
Who kills who survives who dies
At least their thinking that
Ignoring Einstein advice
The next one with will be with sticks
But when reason is left behind
You think your touching the stars
And suddenly lose your mind.

Read more…

Electronic Attack - High Intensity Ultrasonics

In the morning High Intensity Ultrasonics were used against me. I felt acute pain in my ears, and parts of my body were sensitive to this attack too. Later on my cardiac rhythm accelerated a lot and I felt like vomiting. Very disagreeable and, I would say, dangerous. This has happened numerous times.

I am very concerned about the lack of regulation for this type of device.

Please comment if you have a victim of similar attacks.

Read more…

I have done a research in documentation recommended by victims and researchers. Now I have more knowledge and more fears than before, given the extent of what is happening. When I saw the level of education of those who testified in the Bioethics Commission I realized that what I perceived - the set of things that hit me - was only a subset of what is at the disposal of the attackers.

I will try to describe in this post, that I will update as much as possible, what I learned from the links and make a brief description of the contents.
I cannot thank enough to those who have provided me wiht those links.

 

Read more…

Physical Effects of Electronic Attacks and othe methods

On 12/24/2011 - 7:30 PM a small explosion near the place where I was sleeping. It was not a petard, it was something more powerful.

On 12/30/2011 - The intensity of the electronic devices is increased. In this case is unidirectional, from the left side of  the place where I am sleeping. It is so intense that first it damages my ears and brains and after I feel that my heart is impacted too. This sudden increase lasted for about an hour and a have. There were practically no words mixed with the sound. It was just a physical attack.

They comment in the streets how I am going to be eliminated. There is apparently a group of criminals that has that as an objective and are allowed to do whatever they want to do with me. No stumbling blocks in their way when they are given the opportunity.

In the last two months the effect of the electronic harassment has made me vomit in two occasions.

They also go to the places where you can feed yourself to create negative atmospheres against me. All kind of negative atmospheres. Nobody sees anything. So it is the perfect combination to destroy a human being.

5RPN ... Red car

01/01/12 Very painful use of high pitch. Very painful. 3:45 AM

01/02/12 Harassment by two people. 4:AM.

01/06/12 - 6JCS ... - White Car -- 3:35 PM -- Near Santa Fe Market

Read more…

Effects of Electronic Attack and Data Manipulation

I was just trying to write a blog today when my whole page. Curious problem eh?

I will be briefly recommend:

www.psychologicalharassment.com

"The Soft Cage" - Christian Parenti. - You will be amazed at the way that your data is manipulated. If I say that I have spent 25 years in the software industry and was surprised that might help. It would be good that while reading this book you researched the concerns of the ACLU about data manipulation in 2008.

I have had nauseas and nightmares in two opportunities in the last two weeks due to the intensity of the electronic harassment, which was changed during the evening. The death threats go on. People in the street - and this is a very quiet place - once in a while play violent songs. But for the first time some of the people that I have come across are human in their behavior and have treated me well. First time in a lot of times.

One of the most contradictory elements in what is happening to me is that everytime I describe these actions it is consider that I am a mental cause. Only after reading some of the articles of the site mentioned above I started to understand the complexity of the process to which the T.I.'s are submitted. Probably too late.  Previously I had been for a long time in a complete shock.

Remember that it is not only electromagnetism. Radiation can also be used to destroy. Research the Cincinatti experiments that were conducted using minorities. And track the different nuclear accidents, past and recent.In that respect, Germany has taken a courageous step forward with the freezing of the nuclear plants projects. Research past and recent nuclear accidents and their consequences, in the country where they occurred and in other places, far from the origin of the accident. This is not a hypothesis, it is something that is really happening.

Please collect data about the perpetrators. One day will be able to trace them down and they will have to respond for the Violation of Human Rights and the false profiles that they are creating. Describe what they do to you and their devices and describe the time and the look of the perpetrators. What they are doing is a crime, bullying is not the right word to describe their actions. How is possible that a group of people create situations in which the well being and the health of a person are threatened and "nothing happens"?. Isn't it evident that at some levels there is an authorization - tacit or explicit - for their actions to be carried out. Isn't it truth that there have been numerous protests and explanations trying to find a solution to all this?

Read more…

Ways to detect energy attacks I

The following are general principles that apply to EVERY emission of energy. All attacks with waves or radioactivity of any kind are strictly related to energy. More intensity , more energy involved.

Every form of energy, when is passing through a material is either transmitted through
it, absorbed or reflected.
In order to block the material first it is necessary to create detectors based on the
principles above mentioned.
If you find a material that, while absorbing the energy of the transmition generates
some kind of effect, then you will be able to detect the intensity of the energy transmitted
by measuring how the absortion varies with respect to the intensity.
Then you will be able to protect yourself by using different kinds of thickness or laminates
to block the energy from coming to you.
It is not easy to do. Requires time and effort. But it's doable, above all if you live in a
house and want to block energy coming to you. You can substitute energy by any kind of wave or
radiation. The procedure explained above is standard.
A knowledge of physics is necessary to do what has been recommended.
Acoustics , Electromagnetism and Nuclear emission should be studied, since
these are the sources of energy that can penetrate a place.
It all depends on the will of the person that wants to protects itself and his family.
Since there are no rules in the attackers, there should be a thorough study of physics on the
part of the targets. Do not believe anybody, study physics and then you will be able to protect
yourself.
Unfortunately there is a connection with Chemestry too. Since the use of specific waves
can interact with your brain they can alter the functioning of certain sections of it that are
closely working with different organs of the human body. So at some point they can alter the
chemical composition of your bloods or how certain organs work. Take it into account, physics and
chemestry are closely related in the attacks of the current world.
Thought that if I simplified the matters it would be clear for the readers how to proceed to
protect themselves. Select the right books and start protecting yourselves. The attackers have no
rules. There might be books with useful information that are very hard to get and can only be
obtained in the Internet or special places. Take that into account.

Read more…

After First Tree

After leaving the first tree I was too weak. So everything blurred, so I went to the road,
for the first time in the opposite direction to San Francisco. Weather it was a good decision
or not I will never know. I had to take some decision after leaving under the tree for more than
one year.


Apparently one of the things that happened is that there was some sort of consensus about me
being classified as a transexual. What made them think that is something that will never be clear
to me. I have never worked as a transexual for getting money from anybody. I am afraid that they

had used a double or some sort of method. Just recently I was able to investigate about mind control.

Above all when I was going to take a shower the man who was in charge of receiving the ticket was always mentioning that word to somebody as soon as I turned my back or left the place. He always did it in such a way
that I could hear him.


The main advantage that all people had at that time is that I thought that I was contaminated with
HIV, so my world had been extrapolated to Mars or something like that and what I heard did not have
too much importance to me.
So basically once I went to this place and endured what they said and saw the sights of silent
disapproval in the faces of some neighbors I secluded myself under the tree to see how I could
survive that nightmare.
Even when living under the tree had its advantages, the fact that I was isolating myself too much
from the world was not clear to me. I could not breath properly, I could not think properly, but
the world continued to whirl. Now I can understand that. At that time I could not.

Another important factor that contributed to isolate me was the violent attitude of certain sectors of
the population. In fact, it was as if somebody had paid money for such coordinated rejection.
By the end of the period under the first tree I heard a young man boasting that he had made $1800.00
singing hate songs about me while the whole thing lasted. Sometimes, when I requested information
in some places about the authors of certain songs I received an ambiguous answer and I noticed that
the people turned very cautious. I am assuming - almost certain that I am in the good direction -
that some of the people who sang the songs were really dangerous.
These guys apparently have been hired again to intimidate and probably kill me.

There have been three years of training and a lot of hypocresy involved on the part of those who are there to control them but in fact use them and sometimes partner with them in crime. It is a rough life.

And information of minorities is used now to destroy lives and make money. Whatever the flavor of the money.

That is why it would be good an investigation. In order to avoid that other minorities like mine were abused and threatened and killed.

I have no doubts that somebody pays them to do what they do.

Read more…

Big Business

It is a big business and works like this.
You don't like a guy and you target him.
Then you send some criminals to harass or attack that person. Harassing is
better With satellite surveillance combined with the internet. You can have that
person harassed everywhere in the world. Everywhere.

It all depends on your money.

If you are very rich, you can control more harassers.
Have you every thought of that before ? thoroughly. It all depends also on
the intentions of the attacker. It can be revenge what drives his actions, but it
can also be just the pleasure of attacking minorities, or people that he/she does
not like for specific reasons. So it is a dangerous world out there. And there are
many inocent minds whirling around without knowing what is going on.

I was one of them. Which is almost unforgiveable, given the fact that I have worked
for infomation technologies for more than 25 years. My only 2 justifications - I was
trying to get into a postgraduate course at California State University of Long Beach
and I felt in love. When those two things get together your mind is in wonderland. That
is not good. There is no real perception of the reality. And there are always guys, under
different covers, creating realities in the dark. The size of the lies they invent, depend
on the pockets size. The pocket size of the owners of the media and satellites.

During my visits to Long Beach University, to seek the possibility of a postgraduate course
to which I could attend with a grant from Americorps, I came across different stumbling blocks.
It was not easy to put the budget that had been separated for my case into the specific kind of
postgraduate course that I was looking for. So I had to pay several visits to the university. Most
of the times I was treated fairly. It was a good environment.

In the meantime I was working as a night auditor at a Hotel in Long Beach. At some point I started
working part time at a store specialized in Art that was in the same block as the hotel was. So
I had planned to stay the area for some time. If the project of the post-graduate course turned
out to be successful, then I would be able to have both the place where to study and the
places where I was working near to each other.

It was then that I met Val. The person who was going to be my wife later. I think that I loved
Val because she was simple. In the evenings, when I was working at the hotel, I tried to attract
the attention of some clients with websites that I had created. This was one of the reasons why
I was employed at the Art Store; the owner was kind of attracted by some of the websites and thought
that I could be useful to her projects in the store. So one of the subjects of the conversations
that we had was web design and a company that she had and she wanted to expand,according to her
words, in CA. I asked her where and she responded in Santa Mónica. And that was the beginning of
our friendship.

Sometimes I heard people making strange comments about me. I attributed what I heard to drugs or
something similar. I had observed that some guys in the train seemed to know me - that was strange to
me. In some ocassions, at least two times, some of them made sort of threats in their dialects
of gangstalking about me with the intention of attracting the attention of people in the train towards
me. That is one of the reasons why I tried to take the train in the hours that it was not so
populated. I am not familiar with that kind of culture. Now I think that I should have made an effort
to understand what there was behind their attitudes. One thing strange, that I reported to Peter Miller,
who had been my supervisor at Americorps Vista, was that whatever effort I had made to structure
a client/server environment while living at Boulder in East LA, had been torpedoed by Kent, the owner of
the house. Wether it had been a matter of his character or a plan that other people had to slow me down
I will never now. It looked strange to me so I reported it. Over that structure I had mounted Qt and had
made it work. It was the first step to create applications in the flavor of C++. I think that I had spotted
what was going to happen with phone applications at the right moment. For some reason it was very difficult
to get a job in that area, that is why I had to go to Long Beach.

I am absolutely sure that with what I practiced in 2009 - 2010 at Bay Motors in Qt I can implement wordclass
applications in Qt that address database issues. It is not that difficult given my background.
I can currently create Joomla, Wordpress and Prestashop applications over Darwin, Linux and Windows 7. It has
already been done in different scenarios. So what is the point of constantly repeating that I am not capable
of things - valuable things - in the computers. My biggest fear is that I am put in an environment where all
I have created and I am capable of creating as human been were jeopardized with medicines or mistreatments. I
have been promissed death several times. I think that I am discriminated because of my ethnic origin and color.
Also because at some point I worked close to LGTB people. There are great contradictions in this
country and I am afraid of dying in the big struggle that is taking place at the time I write.

It seems to be that, when one's mind is immerse trying to get into the technical worlds described
above, other people are in another kind of business. The business of inserting cameras in your shower, monitoring
you through walls to know when you leave your room and steal or add information in your belongings. And who knows
what else. I had numerous reports about strange incidents before arriving to CA in 2005. Also, in the personal
perspective, I felt that my mood changed abruptly when I moved from one apartment to another. In ocassions I detected,
in the course of my thoughts, like intrussions. I was not able to discern or identify what was going on in
certain layers of reality because I was focused in the technical matters that I described above. A study of the literature
that I borrowed or bought at the libraries and book stores can corroborate this. No wonder, little by little,
strange events were registered in my mind. Big busines put you in a specific context for them to make money,
feelings are aside. At some point I realized that people were talking of me as if they had seen me in a film. It looked
ridiculous to me, but it happened. First time that my mind registered this was when I was working at a company in 2000. Then
in 2001 the same. There was no reference to a film but evidently something graphical was exciting the minds of some coworkers.
In 2003, while working at a hotel, I heard the first reference, like in the context of a joke, and by people who were really
friendly to me , to a film. What is this, I thought - and I still think. Later on, putting together the reports that I had
made about penetrations in my room I started to suspect that something dark, very dark was going on. I think that at that long before I had suspected it I had been targeted by Big Business.
Read more…

Research the threats

Fear makes us to reject research.

Unconsciously we try to avoid identifying the guilty ones. As if that could save us. On the contrary, it empowers them.

At some point you have to conquer your fears and try to find out who is the real brain behind.

It can be costly, but you have to. Slave minds are what they want. Slavery has always achieved with mind control.

In my particular case it was a painful research. It started when I was mistreated at a hospital. It was the fourth time, so  I took things very seriously. When you hear talking about death as I heard you have to awake one way or another.

So I started to research the net, but it was not enough. You have to research the street. And one day, in several places where I tried to get a job, people mentioned a name and made some references that were directly associated with me entring their places and not belonging to. And then I associated name with methods and everything was clear. I also associated name with power. It was a powerful name.

Then I realized that I had to be, in a way lucky and protected implicitly by other people and that my life was at great risk. And that had a paralyzing effect in me. And I secluded myself - not so much as before.  I kept on trying to get a job, but going to places that I thought could be friendlier. To no avail. There was always a way to bias people against me. There was always a pretext. And that is the reach of the power of the name that I research.

No wonder there should be hope. Where? I do not know. But I think that I owe to those who helped me the explanation of my perceptions, as I recover from Risperdal and Geodon. Geodon, particularly, almost kills me. In what refers to Risperdal, has obvious effects on memory and control of the body. It might have helped or not. In your particular case. Research these medicines and their side effects. Some people say that they are part of "the game".

Read more…

The game, actors and executioners

It is evident that the group was more powerful than I imagined.

In a short briefing, I will try to pinpoint my mistakes and their power.

In order to make it easier for you to understand what is going on, what
was going on and what will happen in the next years.

The group acted according to a plan.

The executioners sometimes new each other, some other times they did not.

Problem is that we thought that the group was static.

It had in fact ramifications all over the world - first mistake I made.

Second mistake : they were playing with Einstein and Tesla. And with no rules, neither writtenn nor in
their minds. I am going to give an example, simple, but crucial, of this fact:

"It is obvious that V2K is used currently. One of the reasons why it is not recognized is the following
one. At the early stages of its discovery, different scientists - many of them from universities
worldwide known - expressed their reservations about its used. Those reservations were caused, among other
factors, because it was well known at that time that the waves that were used for V2K could produce
cancer in the human beings if used at certain intensities and probably even if used at low intensities but
continuously. Not recognizing or regulating the use of such devices avoids being liable. Question:
Is there any protocol signed among nations in which V2K is mentioned?




Third mistake :
They had infiltrated different layers of the population in different ways.
These layers of the population were not loyal to themselves sometimes and did not know each other either.
Only the upper echelons know each other enough. That is one of the reasons why the whole thing
is called "a game". Even though sometimes some of the groups that mention this word try to look smart and
think of it "in the context that they are allowed". So while they are playing on game on certain human beings
other people are considering them as simple "pawns". It is not "pawns" what worries the upper
echelons, it is when those who are considered like such start thinking "out of the box".
That is not allowed.

Curiously, everything is related with technical level of those who participate in "the game".
It is obvious that in order to understand that you are in danger you have to have elements in your mind to
perceive the nature of the danger. For example, you know that if you get near a furnace you can get burned because
you know how it works and how heat is generated. It is more difficult to perceive that if you live near a place
where high voltage cables exist, your probability to get cancer increases - this is not so well known by the general
public, they have to know about electromagnetism to understand what is happening and, besides, they have to think
about it thoroughly, since it is phenomenon that does not damage immediately the human tissues.
But at least they see a source that is capable of creating some damage. At least that is a lead.

Now lets see a third case, which is the one that really is related to the non-lethal weapons that
could damage us. Nobody is able to see who is handling them, their shape or the intensity that is used. Does it
give you a sensation of the danger that they represent. Let's take for example the tasers, visible, studied and regulated.
We all know that, depending on the intensity of the tasers, they can be lethal or not. Yes, there are lethal tasers nowadays.
So, why don't we take into account all these facts and get a measure of the danger that surrounds us.

Now think of a weapon of this nature installed in a satellite - without regulations. And draw health related conclusions.
Read more…

Nothing is happening

They went to my room with increased surveillance 2000-2001 and I told to EEOC and another important organization. But it is not important.

They play hate songs in the cars openly. It is not happening.

There are people committing suicides because of this and related issues. It is not relevant to your case.

The events used in hate films are connected with events that only happened when I had problems with two companies. But it is only my perception and it cannot be connected.

The are a lot of people making money with the films, clips and songs , all describing how I am going to be killed or something similar. People are laughing at that, like in a party. But it is not a lynching.

They have threatened me with contracting daggers and the like to kill me. But if I cannot catch in the act, even though they play songs, it cannot be proved.

Electronic methods that can provoke cancer are used against me. But it is funny the way that they are used.

I loose a lot of opportunities related to all this since 2008. But it is my fault.

They go to the hospitals and experiment with me  with non-lethal weapons. It cannot be proved. How will it be proved if there are no protocols to even recognize their existence?

There are a lot of guys who go to the bioethics commission complaining about the same thing. But they are not going to be heard anymore for the time being.

Protesters are silenced.

Nothing Is Happening. Everything is OK.

Read more…

How to read the blogs - important

In what refers to the places where I worked:

. means first place

.. means second place

All people who worked with me in those places have either a . or .. added to the initials which identifies them.

Read more…

Present and Future Technological Threats

If through wall techniques and electomagnetic and subsonic/ultrasonic weapons are not regulated and controlled, these are , together with nuclear weapons, the main threats of the future.

Development and use of those devices should be regulated as much as possible worldwide if we want to save mindkind.

Otherwise new illness and forms of deaths, some completely new, will appear. As well the possibility of creating and simulating illnesses and kill people with these new weapons, wrongly called non-lethal. They can kill.

The world is divided, at this moment, between those who know about this and those who ignore it.

You can spend your life doing interesting things, but these are issues that interact with the lives of people all over the world.

I am not a specialist in any weapon.

But suffered the attacks of V2K at the exit of an airport and a combination of these weapons at a hospital. It is not an aggreeable experience.

Think that the different in my perception of the danger is that I studied physics for many years and "I know" that it is enough one fatal exposure for them - the bad people - change your life forever. When I read what I have read recently about people radiated in Cincinnatti and other people contaminated on purpose by doctors I could not avoid being afraid, since I had already been victim of non-consensual experimentation myself. That is why I think that somewhere, somebody has thought of my death since some time ago.

And that is why I want that an investigation for Crimes Against Humanity and Violation of Universal Human Rights be initiated in my behalf.

There are many places where to find information about non-lethal weapons.

wanttoknow.info

surveillances issues

Are just to searches that I recommend.

All the procedures followed against me since 2007 have been highly illegal and based on threats.

Found peace only under the trees. Walls only served to host people from the other side, with these technologies, harming my health and invading my privacy. Be careful in the future. They are using it in the present.

Read more…

Second Tree

Second tree is worse than first.

It is a place where I stay in the cold, partially protected from the wind.

Can go there only in the evening. Can listen to the comments of the people after 6:00 AM sometimes before, like at 2:00 AM. All like planned. I feel that my death has already been planned at some higher level, because it is a word that is constantly repeated in every message that they want to transmit.

I am not from this culture, so everything is new and threatening when things like this happen. I feel that they are taking advantage of that fact.

It is evident that they make that people do not like me. And that every effort I make to progress is jeopardized on purpose. My skills denied, for some specific reason. I can build websites with techniques that are recognized worldwide, work in database development, mechanical engineering and nuclear physics. Why can't a get a break? It is obvious that I have been targeted. And targeted hard.

Even though they use sex as a pretext. Oftenly I have been told that here there are no political groups. And that the criminals are the ones that take care of cases like me.

If I had been a political person with some specific objective against someone here, I would not be in the economic situation that I am. I think that I have been chosen because they saw me lonely, weak in my health and without connection. That is criminal, that is crime against humanity.

Only recently I have felt that I can coordinate my thoughts. The pills had slowed me down dangerously. If there was some beneficial effects the side effects were extremely hard.

The anesthesia had as a consequence that my spine, in the base, hurts a lot.

Under second tree, walking up in the morning was difficult because the pain in the spine.

There was a excavenger place nearby. It was not an aggreeable experience.

Second tree was the only place that I could sleep up for some time. 

Oftenly there I thought what Abou meant by "three way".

He insisted that it was a method that could not fail.

And then, in one of the places I sleep I find something like a Y with equal angles between the divisions - 120 degrees each.

And a guy passes by in a truck and says I want you out of here.

It was not a good experience with Abou at the hospital. Nor with his friends.

Read more…