Thursday, April 30th, 2009 | Author: AngelicLight
newage
crobs808 asked:


First of all - I am NOT the horoscope/psychic type to believe that humans can see the future or predict things and all that newage psychobabble junk…but lately (the last year or so) I have been having these short half-second premonitions like 2 or 3 times a day of having a head-on or rear driving collision at high speeds. All of the sudden I will get this vision of me in a car smashing into the back of another car at like 100mph or having a high-speed head on collision.

I’ve heard that people will get these feelings when they’ve been in an accident before, but I have NEVER been in a collision, or any car accident for that matter. I also never get this “vision” when I am driving, it is only when I am sitting at my desk at work.

Ok, also kinda weird is while I am driving, when I cross railroad tracks, I get chills right before and up until right after I cross the tracks that I am going to be hit sideways by a train. Again - I’ve never even come close to getting hit by a train.

Anthony

Category: theage  | One Comment
Monday, April 27th, 2009 | Author: AngelicLight
newage
tuner1981 asked:


Why are there more gays now than ever before? What has happened in the last 10 years that has caused this spike? Want my bet? The politically correct world that we built. When I grew up, it was army guys, giant robots, and superheroes blasting everything off the face of the planet. No that kind of stuff is wrong for children, so they grow up watching EXTREMELY homosexual men on TV, like The Wiggles, the Blue’s Clue’s guy, Barny, I can go on and on. These “men” act gayer than a bag of Elton Johns, and children soak this up every day and view these people as role models because of a lack of options, thus they grow up very feminine. I for one do not allow The Wiggles or Barny in my house, and my son grows up watching those old trash em bash em 80’s cartoons like Transformers and GI Joe. 2 years old and he is already chasing women around. I couldn’t be more proud of the little guy. Does anybody else think our newage “gay” TV is causing these gays?
And I am not gay bashing, and I have no problem with gays, I am just making the point.

Jacob
Category: theage  | 29 Comments
Sunday, April 26th, 2009 | Author: AngelicLight
newage
MUSA G asked:


I have this song (NewAge) that I recorded off of the radio back in ‘95 and till this day I dont know who the artist is or the song title. This song (no lyrics just some kind of chant) has the power to lift anyones spirits. It would lift me out of any bad feelings or sadness that I had. Ok..maybe I am just wierd but I LOVE this song. There has got to be a site or something that I can upload a clip of this song and sombody has got to be able to tell me the artist and title. Please someone help me, let me know what you tjink I can do.. Thanks.

Emma
Category: theage  | 2 Comments
Thursday, April 23rd, 2009 | Author: AngelicLight
newage
Matty B. Boy asked:


Downtempo, electronic, newage…

Natalie
Category: theage  | One Comment
Monday, April 20th, 2009 | Author: AngelicLight
newage
Spanish asked:


& Benjamin Creme is his false prophet?

http://www.share-international.org/maitreya/Ma_main.htm
http://www.conspiracyarchive.com/NewAge/Creme_Maitreya.htm
http://www.deceptioninthechurch.com/maitreya5.html
http://www.redmoonrising.com/maitreya.htm
http://www.youtube.com/watch?v=8YKrY_MWB5w

Grace

Category: theage  | 8 Comments
Thursday, April 16th, 2009 | Author: AngelicLight
newage
baka janaiyo asked:


yes all of you everyone is black when the lights are off…lol

I recently heard a song by an artist named Immortal Technique and a few lines of his song called “4th Branch of the government” made me think about our country a lot. What do these lines mean to you

“How could this be the land of the free home of the brave/
indigenous holocaust and the home of the slave”

“condelissa Rice is Just a newage sally hemmings”

“the judice betraying christ, you mudered him stole his religeon and painted him white”

“the average person made to be blind to reason/ a desert full of genocide and the bodies are freezin/ and the world doesnt believe that you’re fighting for reedom/ cuz you fucked the middle east and gave birth to a demon/
Diana:
A lil background on the artist he is afro peruvian and moved to the U.S. when he was 13
and my main concern was that do you agree that religion has been midified ti fit the views of ruling bodies in history and our current system of government is flawed and the people in chare continue to make mistake after mistake

Poetica:

I agree he does come a cross as bitter and militant but the iformation about the bad deeds of our government are a bit of an eye opener…if you want google MK ultra, tuskegee experiments, and COINTELPRO
forest by thesea:
“It’s easy to not acknowlege your own races faults when you are pointing out the wrongs of anothers.” (the U.S., The artist, or just people in general?)

Gavin

Category: theage  | 4 Comments
Thursday, April 16th, 2009 | Author: AngelicLight
newage
DavidSmith asked:


Right so I have this friend, lets call him McGoofey. A while back he started to investigate the “TRUTH” movement, which says that a global elete committed 9/11. He was, ignoring the massive evidence against his claim, convinced that there is a group of jewish bankers that control the world. This group has been trying, ever since the fall of the bronze age; to create a ‘new world order’. This new world order is, in essance a secrete government, which is despotic in rule. This group is within our own government, watching our everymove. It also pays the ‘insurgents’ in Iraq to attack US troops. He also believes in an ‘astro-plane’ which is essentially a newage heaven in which we are all one consinousness, living together. He is also under the impression that he can access this via meditation and self denial.To me this sounds like insanity, at the least dellusion. What do you think?

Wyatt
Category: theage  | 3 Comments
Thursday, April 16th, 2009 | Author: AngelicLight
newage
ifyouhadthechance asked:


here is the problem:

For this assignment, you will program the template class Tamagotchi that models a Tamagochi, as well as an application class that simulates playing the toy.
To get started, model a Tamagotchi by its name, type, color, current age, fullness and happiness status both represented by an integer, and its sick status, which is a boolean. The types of Tamagotchi are Duck, Bear, Fresh Prince, and Temple Guard. Make all data fields private and write setter/getter methods for each of these. Write a constructor for the class which sets default values for all instance variables.

First, you must prompt the user to enter a name, type and color for their Tamagotchi. These three prompts will not be done within methods of the Tamagotchi class, but directly input from the main method in the application class and assigned to the virtual pet using the corresponding “set” methods….

thats just the first part of the problem. i got stuck because i had a coding error “cannot find constructor Tamagotchi” line 22). here is my template as well as my program thus far.

template class:

public class Tamagotchi{

//define defaults
String name;
String type;
String color;
int age;
int happiness;
int hunger;
boolean sick;

public Tamagotchi(){
name = “noName”;
type = “none”;
color = “none”;
age = 0;
happiness = 4;
hunger = 4;
sick = false;
}

//display stats
public void displayStats() {
System.out.println(”Your tamogotchi’s name is ” + name + “.”);
System.out.println(”Your tamogotchi is a ” + type + “.”);
System.out.println(”The tamogotchi is ” + color + “.”);
System.out.println(”The tamogotchi’s age is ” + age + “.”);
System.out.println(”The tamogotchi’s happiness is ” + happiness + “.”);
System.out.println(”The tamogotchi’s hunger is ” + hunger + “.”);
}

//name
public String getName(String newName){
name = newName;
return name;
}
//type
public String getType(String newType){
type = newType;
return type;
}
//color
public String getColor(String newColor){
color = newColor;
return color;
}
//age
public int getAge(int newAge){
age = newAge;
return age;
}
//happiness level
public int getHappiness(int newHappiness){
happiness = newHappiness;
return happiness;
}
//hunger level
public int getHunger(int newHunger){
hunger = newHunger;
return hunger;
}
//sick or not
public boolean getSick(boolean sickness){
sick = sickness;
return sick;
}
}

the application class:

import java.util.Scanner;

public class Tamagotchis{
public static void main(String[] args){

//define a scanner
Scanner input = new Scanner(System.in);

//get user input for a name, type, and color
System.out.println(”Please enter a name for your new pet: “);
String petname = input.nextLine();
System.out.println(”What type of tamagotchi is ” + petname + “? You can choose a duck, bear, fresh prince, or temple guard.”);
String pettype = input.nextLine();
while ((pettype != “duck”) || (pettype != “bear”) || (pettype != “fresh prince”) ||(pettype != “temple guard”)){
System.out.println(”Sorry, that is not one of your choices! Please choose from a duck, bear, fresh prince, or temple guard”);
pettype = input.nextLine();
}
System.out.println(”What color should ” + petname + ” be?”);
String petcolor = input.nextLine();

//create tamagotchi object
Tamagotchi newpet = new Tamagotchi(petname, pettype, petcolor);

//print out the tamagotchi’s current status
newpet.displayStats();
}
}

Cooper

Category: theage  | One Comment
Thursday, April 09th, 2009 | Author: AngelicLight
newage
Brent Z asked:


I’m looking for a real Anime that is more anim-ish

I’m looking something similiar to “air” “please twins” as far as charaters but most imporant is music. As most of you know anime opening and ending theme vids *(aswell as their soundtracks)have a big impact on what the anime is about and pretty much set the mood

for me its more like a fresh nostalgic escape (with a techno-ish sound mixed with a newage/meditative sound or some great piano)(if you ever seen these anime’s you notice that soundtracks and seneray-art helps the story come to life along with effects and lighting)

* would also like it when it has a great transition into the opening theme like air & please twins opeing
her are some links to see what i mean:

(Real good example)
http://www.youtube.com/watch?v=7GBPTrtXpg0

(skip to 1:20 - great opening sequence)
http://www.youtube.com/watch?v=lEYwl7bVOeI

(this is a super super great example using the amation art, music and voice over makes this perfect to start off the show and into the opening. The way it flows is bitter sweet; i can watch this specific opeing over and over )
http://www.youtube.com/watch?v=t7WRqKrMmgw
*i like all of these intros from please twins but this is my top Pick!

Logan

Category: theage  | 2 Comments
Sunday, April 05th, 2009 | Author: AngelicLight
newage
Closer asked:


I’ve never really been on a REAL date before and I’m just wondering about something. I know that today’s young world (I’m 18) is all into music like rock/pop/hiphop/rap and other mainstream stuff like that. I’m just wondering what a girl with typical music taste would think if I listen to jazz/newage music. My family always teases me saying “What if she doesn’t like your music?” and Im just wondering if what they’re trying to tell me is true.

Evan
Category: theage  | 7 Comments