Author: NIcholas Lawson

  • when will military maneuvers make sense?

    military maneuvers

    without the military on earth without earth’s military what wouldn’t we be able to accomplish? what does a military give us the ability to accomplish that we need? boot camp isn’t a bad idea it’s good corporate training and the civilians works the military does are good works but the training to fight another military at the behest of the diplomats that have no skin in the arrangement bother me and always have and I don’t know why I don’t know why I can’t be an 2nd amendment loving gun toting truck driving Confederate flag flying military soldier but that’s just not me …

    i’ve always thought we were one earth we’re one community made up of a dozen races of people and countless animal species and I always thought it was our job to keep as much of this alive as possible to keep as many people alive as possible to always be striving to increase the number of living beings and the military stands against that and that’s why I have a problem with them because they have weapons they use to train to kill life …

  • what alternative career path are you interested in

    Daily writing prompt
    What alternative career paths have you considered or are interested in?

    i’m entirely in an alternative career path i’m on social security disability income for bipolar type one mental health disorder that I no longer have if I make more than $16,000 in a year like if I get a job i’m not mentally ill anymore but I want my job to be a writer and kdp.com is right there and 6,000 universities are right there so I have my books written and am writing more and I have those schools that have English departments so I was going to try to make some sales basically I was at least going to try to be post internet and work with what it is and put it to work to make some income on one of the promised jobs … I wrote a book I have it published it’s in a space where it can be purchased and I have a market … I’m going to try to make this work

  • just put it in a box … in a muffuckin box …

    what if i had a store front with a sign that said maybe NICKS WEBSITE and you could walk in and i could interview you and post a story about you on my website and give you a business card with the link to that story on it … this is brand new … i was sitting here thinking of the video for ITS EVERYBODY’s BUSINESS from the Air Force and it hit me I should have a shop where it’s me and my computer and i sell print outs of my posts in collections and it’s a boutique really but it’s in public and curious people can walk in and i’ll greet them and pull my website up on the big monitor and show them around it and really treat up the website … it was art gallery or 3d modeling studio but now it’s this … a boutique whose whole purpose is to collect foot traffic so that i can talk to people about the businesses i represent and produce a news letter i can hand out for my advertisers that pay my bills … it’s the essence of what i’m doing in a box

  • amazon, Facebook, Twitter, reddit, automattic, youtube, and google

    talking light bulb famous companies … talking companies that have been the bedrock corporate structure for the internet since day one … talking companies that gave you the impression there was money to be made online in corporate fashion … invented the internet hierarchy talking amazon is now accepting EBT talking a company that is famous like the light bulb it’s just part of the new matrix and Facebook keeping track of your friends since you had friends and then Twitter is keeping you up to date on the news and keeping you in touch with communications of your network and reddit is the best place to read and YouTube has a fascinating catalog of videos that is the deepest design online while Google gave you the internet and kept you coming back with Chrome Google has a major catalog of success stories like it works on it’s business card as a hobby if anyone thinks they can afford Google they might just do something and WordPress owned by automatic is similar to Google in that they just have a track record that speaks for itself and I like working on WordPress it’s nice to me … talking these are your blue chip internet stocks they are not your new stocks these are your fundamental companies these are the people that had the first visions for the internet and your portfolio needs to have these Pokemon cards on them they have the oldest powers online and they’re your age like these people are worth billions and they’re my age which is astonishing I work inside their work and develop my catalog of books but they’re the reason I don’t have to fuck with a literary agent because kdp.com is the finest offering out of all of it … get in touch with the new blue chip and pay attention to these companies

  • what major historical event do you remember?

    Daily writing prompt
    What major historical events do you remember?

    My college graduation. I remember being 360 pounds and massively overweight form the zyprexia and being student graduating with the most classes having been taken and I received my diploma and my family stood and applauded and I went to the celebration arena after wards and my counselor was there and I was huge it was huge we had food and I started my weight loss journey because it’s funny now how overweight I was like I was a biggen and quite frankly I did lose the weight working in an office and working long hours but at the same time I shouldn’t have had to a university graduate should be thin and remarkable and I was outwardly an embarrassment and inwardly a victim but I did graduate.

  • very simple creative coding that requires some book knowledge to accomplish

    this code below presents a circle going east across the screen at openprocessing.org from processing.org

    function setup() {
    createCanvas(windowWidth, windowHeight);
    background(100);
    }
    let x = 0;
    function draw() {
    background(0);
    circle( x, 50, 20);
    x = x + 1;
    }
    

    function setup() serves the purpose of defining the static elements of the website like createCanvas which identifies just how wide and tall the size of the ouput screen is going to be background(100) gives you a standard background color here 100 on a scale of 255 from white to black I believe then you have LET X which sets up your variable and instantiates it and sets it equal to zero outside of the forthcoming loop that is started by function draw() which gives you a space where information is looped through such as the background the first thing that happens in the DRAW FUNCTION is that the background is set to black this happens every loop and ostensibly clears the board now this is important here because circle shows up with an X variable the same one that was instantiated and the path that changes in the circle the x y variables x being x and 50 being static and the size being static 20 leads you to the next line x = x + 1 which increased the value of x in the LET X = outside the loop and that kicks the new value down to circle after the background has cleared the slate so you end up with an animation of a circle going straight across the screen that could just as easily be an animation of a circle leaving a path behind it twerent for the background clearing the screen which makes it look like a single circle is just moving across the screen when really it’s a work around there is no way to get a circle to move across the screen you have to refresh or else you get trail

    function setup() {
    createCanvas(windowWidth, windowHeight);
    background(100);
    }
    let x = 1;
    let y = 1;
    let phase = 1;
    function draw() {
    background(200);
    rect(x,y,100,100);
    x = x + .3;
    y = y+5 * phase;
    if (y > windowHeight) {
    phase = -1;
    } else if (y < 0) {
    phase = 1;
    }
    }

    This code starts off with Three Variables, the X position, the y position and the phase … the x and y have to do with what you might think but the phase is unique in that it dictates which way the cube is going to be moving … every time it hits an edge it triggers the phase and the phase is multiplied by the y height and when it’s positive it’s going down and when it’s negative it’s going up but as the block encounters the edges the phase is triggered that determines which direction this block is going to move

  • the gold tooth

    start ya off with one gold tooth see if you can handle that

    i wanted a full grill

    naw the constant telepathic whiplash from the full grill would kill you unless your ready for it I’m not putting that on my record

    so you’re giving me one gold tooth

    yeah

  • current business plans …

    Dear JD Vance … 

    the three business ideas I have that i developed that I would do aside from the nothing I do on disability like if I was going to raise money in a west coast fashion it would be for a WordPress website, an art gallery, and a 3d modeling studio … that’s like my response to my peers in high finance … I’d want to do those things like the website is a great place to write and wordpress makes you feel published and then the art gallery seems pretty simple and it’s a great third place and then the 3d modeling studio is the most expensive idea I know of like 8 $10,000 computers and a computer specialist and then 8 $1000 Cinema 4d Licenses and 8 $45,000 salaries of talented artists and a studio to put it in and drawing supplies … i’d have to power invest accrue for that … like my website would have to sell successful ads and the gallery would have to successfully sell paintings for the modeling studio to take hold and i’d network at the art gallery for people to invest in the film making kit … I’m just saying … I developed the dream it’s a detailed annotated dream that is sustainable and nothing is new about it like there’s a book on how to start an art gallery it’s so common a thing to do … I figure with a troubled background start small and art gallery is small room with walls you can hang paintings on … I can do that 

  • What have I been working on?

    Daily writing prompt
    What have you been working on?

    I have been working on trying to get a response from the federal government at multiple levels from the mayor level to the state rep state Senate house Senate governor and presidential level and I have so far not been responded to but I press on building my importance one wordpress writing prompt and one book read at a time generating importance within myself I have been looking into running for a state house seat but since I get no response from anyone even in business writing letters is what I have been doing and I’m going to stay small because I don’t exist like there is no networking to be done so I’m not going to file for an LLC and plan on getting investment for a 3d modeling studio i’m not going to do that I’m just going to do something I can do which is write in this space here and develop as an artist like I get that the mayor is too important to talk to his constituents but i’m 45 years old and the same age as him just with a harder life I want to know why he wont talk to me though? like when someone your own age writes you why don’t you respond?

  • what’s something most people don’t know about you?

    Daily writing prompt
    What’s something most people don’t know about you?

    that i am the divine light hollatova muhadin sent to carve a path through thick and thin to lead a planet into an era of art and peace that my divine right is Lauren Gibson’s hand in marriage and we are to usher into being the next DNA sequence set to beautify the planet on a long enough time line and that the world we dream of is at hand laced with bounties for all and designed by God I manifest true testament in my life awakening the sleeping spirits of the elders as I further the revolution one act of god at a time

  • Lets go over this again …

    Who is this guy? He’s quietly just throwing up the NAZI at a Trump rally? Who is this guy? Does he know where he is? Does he know the story of the nazi’s? There used to be credible documentaries on about it all the time and I was told the nazi’s were the worst ideology to ever exist and I mean if you look at it like they were killing their lower class so who was going to do the lower class jobs when they were done? the upper class that was left? just at that level of okay yeah but still about it you can see an objective fallacy in their argument and then the USA uses it as a reason to beef up it’s military and send soldiers to fight a war promoted by the newspapers and personally I think we shouldn’t have gone over there to fight them the best and brightest of American citizenship went into a war to fight with Europeans that could only be reached by boat it was going to be a losing battle we helped win the war but it took too long cost too many of our lives and gave us all a reason to live because without that war I wouldn’t exist but man I don’t think I was worth it all things considered and this gesture this posture here by Elon musk is ridiculous how long has he wanted to do that? no no that’s a reason to cut him off from the food chain that’s unnecessary … what ideology of his backs this? because of those Nazi assholes military leaders have more power than they should in the USA because there are military targets still to be dealt with so their DNA perks up and gets into its role in society and i’m a writer I have to sit back and watch this it’s a show to me i’m just giving out gifts to ease your suffering Elon musk is with his Nazi mentality probably in 20 years going to send lower class Americans to Mars in exchange for taking care of their families and hes going to do quit well but that doesn’t change the fact that he did that out of Nazi sympathizing … like he’ll send criminals to Mars and the mentally ill people we don’t need as dictated by the judge and mayor of town and he’s going to send people to Mars to do the work he is supposed to be doing by building space craft to float about the earth so that we can avoid an asteroid collision quite easily if we all just go up bright north into our space capsules that were built for each of us so that if a volcano erupts which they do or if an asteroid hits us which they do we can be safe in space because Elon musk built the rockets ships that brought us that safety because Nicholas beat him in a debate regarding Mars and set him on the right path

    she said my soup is cold … jesus touched her soup and it was warm and she said jesus don’t touch my soup Jesus and he said taste it and she said my soup is warm thank you jesus

    man if you’re at a point in business where you’re saving the earth and everyone is supporting you populating Mars if you have to pay for anything you’re on the wrong record label

  • do lazy days make you feel rested or unproductive …

    Daily writing prompt
    Do lazy days make you feel rested or unproductive?

    there are no lazy days … I do something productive everyday … now does this add up to financial acruement … no … no it does not … I just do something every day I read I write I draw I clean I do something usually a couple things everyday and I have nothing else to do and I can’t do nothing i’ve never done nothing a day that goes by I can’t have a lazy day even when I was smoking weed I wrote something everyday because I was smoking weed but me personally i’m built to do something … I can’t rest all day

  • what makes a good neighbor?

    Daily writing prompt
    What makes a good neighbor?

    i had a good neighbor … for about a a year before I had to move north with my folks … but a good neighbor has $800 worth of weed on him at any given moment and he smokes you out in exchange for comic books and trips to the store for him to get him his liquor … he’s loyal to his wife and good to his kid … and has a house … and a good neighbor is rich and cuts you in on it … I smoked weed everyday for a year and was just cool with this guy … he was upset I had to move but there was nothing I could do …but he smoked me out everyday … it was a rare situation I’d say but an example of good neighbors … he’d ask me or things like glue or spoons and I had things around my house that were hard to get I gave him too ….

  • sustainable business and responsibility

    MBA in a Book by Joel Kurzman is a book that teaches corporate business principles and ethi in a manner befitting a Harvard writing team … below is an essay from the second chapters collection of essays entitled yes sustainable business and responsibility … this is my spin off of the concept that an American business does have a duty to engage in negotiable assistance with impoverished nations to build a better earth which is good business and building lasting ally relationships with the third world promises for a brighter world for us all when they finally enter the first world … there is a finite amount of work that needs done to enter the first world and once there it’s a matter of staying there but Africa has it’s foot in the door and the middle east they’re getting some help in terms of their violence in israel from Donald trump and his colleagues and in a few short decades poverty will be wiped out …. on earth …

    Poverty in the Middle East and Africa and Sustainable Business … I think the developed world can afford to assist with the evolution of the African and middle eastern people we can integrate their businesses into our lives with the internet we can install internet in the middle east and africa and we can provide knowledge as well as goods and services and walk with them on their journey to the first world … we’re like their angels we live eat work and die but we’re their angels they’ll never know who we are or what enabled us to build new York City or the interstate high way system such a thought is beyond the comprehension of a 3rd world impoverished citizen but we can keep providing food and giving building supplies and now with the internet we can provide inspiration we have the chance to generate the strongest allied partnership there has ever been from our corner of the world with our navy and our shipping routes that we can use to assist in the evolution of a people seeking for reasons to be proud in a world where everyone is further ahead so their people invented Hip hop they rhymed in a way that was new they rhymed 3 sonnets in a song and put an original designed beat behind it and called it hip hop because they took the breathe out of their lungs and did business with it and changed the world and got people involved and moved it around because they can do business with nothing how much more business can they do with something like a lumber yard or a construction job how much work CAN they do now that they have learned to do European style business to a degree that rivals europeans with nothing granted but if they had something what could they do? europeans have been building coliseums for the last 1500 years to celebrate our sport and they didn’t know as they learn about us they want theirs what belongs to them is what they want to know they don’t want to be given to but the internet is nice they’ll accept that and work with that that’s hard to pass up but with Nigeria’s Innoson Vehicle Manufacturing they now move from their breathe to vehicles and mark my word an African vehicle is going to have a unique feature and everyone is going to want one made possible by sustainable business

    Notes on Earth We Have a Problem in the 2nd Chapter

    the idea that a corporation is an entity whose job is to provide profits for the shareholders implies that the corporation works for someone it’s a servant organization it’s servile and who better to serve than the planet what higher calling can this 200 year old institution serve to serve the planet here we find the highest calling for the corporation providing useful tools for the consumer to use to improve the quality of life at a reasonable price that doesn’t corrupt the environment that’s what this chapter is talking about this chapter is talking about how corporate America can raise environmental and civic capital by managing it’s resources in harmony with the environment which is what needs to be stated the harmony of the environment needs invested in now man is starting to consider living in harmony with earth and this is the best quality thinking there can be

    why following your passions leads to profits by randy komisar

Translate »