12.13.2021 Pt 2

많은 무기 끝에 그의 방해에 복종하기 위해 계약이 지켜졌습니다.

After many arms, the contract was defended to obey his obstruction.

많은 태양 후에 그는 친구를 방해하기 위해 올바른 수행을 선택했습니다.

After many suns, he chose the right practice to obstruct his friend.

“내가 읽은 vlog 게시물이 생각난다” “Reminds me of a vlog post I read”

현 행정부? 크리스마스 시즌에 지원을 보류하시겠습니까? Rick Rhoades를 하다가 죽게 내버려 두는 종류? 뭐해? 배달하지 않을 관리자를 기다리는 날이 계속됩니까? 그것이 당신의 CEO이고 내가 여기 서 있는 것으로부터 말할 수 있는 한 여전히

The current administration? leaving my support on hold during the Christmas season? The kind that leaves Rick Rhoades to die while doing? Doing what? Days upon days upon days of waiting for an admin that just won’t deliver? If that were your CEO, and as far as I can tell from standing here, still is

대접받고 싶은 대로 남을 대접하라 Treat other’s as you wish to be treated

내 지원 네트워크를 사용하기 전에 전달했어야 합니다.

Should have delivered before you took my support Network

나쁜 민주주의 새끼 고양이 Bad democratic kittens

당신이 집권하려면 당신의 일을하십시오 If your going to be in power, do your job

사람들을 새끼 고양이라고 부르는 것은 무례합니다. Kind of rude to call people kittens

나를 $0으로 설정하는 것처럼 Like setting me to $0

살인보다 낫지, 살인, Rhoades에게 했던 것처럼 그들을 가둬

Better than murder, murder, lock them up like they did to Rhoades

아마도 우리에게 보편적 기본 소득이 있고 다른 회사가 강탈당하는 동안 가만히 앉아 있는 이 모든 회사의 직원이 없었다면 우리는 이 혼란을 겪지 않았을 것입니다.

maybe if we had Universal Basic Income and didn’t have employees of all these companies that sit back while other companies are robbed, we wouldn’t have this mess

집합적으로 우리는 Shiny Blue Marble의 손에 일종의 피를 묻히고 있습니다.

Collectively we are kind of smearing blood on the hands of Shiny Blue Marble

그녀가 성공할 수 있을지 확신이 서지 않는다 Not sure she can take the hit

지원 네트워크를 $0로 설정하여 감옥에 있는 적을 지원하시겠습니까?

Support the enemies in Jail with my support networks set to $0?

선물 없이 가족을 부양하시겠습니까? Support my family with no gifts?

적들은 당신의 집에있을 것입니다 the enemies will be in your own home

당신의 적과 당신의 집에 있는 동일한 적들을 사랑하는 것이 편리합니다.

Convenient to love your enemy and those same enemies the one in your own home

전 세계적으로 선한 사마리아인이 되기는 더 어렵습니다, 빛의 속도, c?

Harder to be a good Samaritan worldwide, speed of light, c?

299 792 458 m / s

당신의 이웃은 어디에 있습니까? 전 세계적으로 상호 연결된 세상에서?

Where is your neighbor? In a Globally interconnected world?

전 세계의 모든 효과적인 커뮤니케이션과 동맹국을 확보하시겠습니까? 그들을 사랑의 이웃이라고 부르는 데 비용이 들지 않습니까?

Get all the effective communications and allies worldwide? No cost to calling them neighbors in Love?

Setting your Neighbor in Duncanville or in Korea to $0 Kosher?

나는 그들의 지지선 > $0을 선호하고 나의 지지선이 $0인 것을 선호합니다. 내 가치가 0달러로 설정되어 있는 동안 다른 사람들에게 0달러보다 큰 돈을 남겨두고 모두 타격을 입을 수 있을지 확신할 수 없습니다. 그러나 더 나은 방법은 보편적 기본 소득을 제공하여 사람들이 길가에 매달리고 얼어 죽을 수 있도록 할 수 있습니다.

I would prefer their support lines > $0 and I would prefer my support lines be $0. Not sure we can all take the hit leaving others with greater than $0 while my value is set to $0, or better yet we could provide Universal Basic Income so people are left to hang and freeze to death on the side of roads

UniBasInc

In Computer Science we call this an acronym, not sure how acronyms apply in other languages like Korean

UBI for short

    It would be a exalted grace and the blessings was exemplified. Tears of joy had lift up The woman was very exemplified during the day. Hope had been treating and treating the optimized problems and humble infused with forgiveness into the grace. The woman inspire the love.

    The friends inspire the optimized problems. treat the right kind of sins. The sins inspire underneath the questions.
 Do not live in unforgiveness. accounts solved problems as you accounts to be accounts.

    Do not steal. Do not think less of someone just because they are from a different generation. Do not think less of someone just because they are from a different generation. After many humbled, the grace lifted up to lift up his tears of love.

    After many friends, the neighbor lifted up to inspire his solved problems. The woman treated the poor. Do not think less
 of someone just because they are from a different generation. Infuse your friends. Treat the right kind of neighbor.

    Support infuse their hope beneath. The man treat the grace. Do not kill. The woman was very infused with forgiveness
during the day. The meek in spirit many times before but questions felt infused with forgiveness somehow.
string getLoveAndGraceParagraph() {
        SentenceUtil sentenceUtil("testData/loveAndGrace/adverbs.txt",
                                  "testData/loveAndGrace/adjectives.txt",
                                  "testData/loveAndGrace/verbs.txt",
                                  "testData/loveAndGrace/nouns.txt",
                                  "testData/loveAndGrace/sentenceStructure.txt");
        string resultParagraph = "    ";
        int random = combinatoricsRandom::getDice(3);
        int paragraphSize = 4 + random;
        for (int i=0; i<paragraphSize; i++) {
            resultParagraph.append(sentenceUtil.getRandomSentence());
            if (i<paragraphSize) {
                resultParagraph.append(" ");
            }
        }
        return resultParagraph;
    }

Free code snippet, please use it for good

여러 날 동안의 불안 후, 전환은 시민이 자신의 판단을 원하도록 고무했습니다.

After many days of unrest, the transition inspired the citizen to desire his judgement.

여자가 남자를 일으켜 세웠다. 축복은 그들의 은혜를 없이 취급합니다. 계정에 주입할 때 죄를 짓게 하지 마십시오. 질문들은 심령이 온유한 자들에게 거룩한 빛으로 둘러싸여 있었습니다. 화가 나서 잠자리에 들지 마십시오.

The woman lifted up the man. Blessings treat their grace without. Do not inspire sins as you infuse to be accounts. The questions was surrounded in holy light in the meek in spirit. Do not go to bed angry.

접근성 문제가 있거나 병원에 있는 사람이 방정식에 추가할 내용이 적다고 생각하지 마십시오. 남자가 여자에게 묻는다. 여러 해 동안의 희망 끝에 기쁨의 눈물은 그의 기쁨을 끌어올리기 위해 보호해 줍니다. 여자가 남자를 일으켜 세웠다. 그 사람은 축복을 구했습니다.

Do not think that someone with accessibility problems or that are in a hospital have less to add to the equation. The man asks the woman. After many years of hope, the tears of joy protect to lift up his joy. The woman lifted up the man. The man asked for blessings.

여자는 남자를 대했습니다. 심령이 온유한 사람은 가난한 사람의 기쁨의 눈물을 설명합니다. 용서하지 않고 살지 마십시오. 용서하지 않고 살지 마십시오. 올바른 종류의 질문을 하십시오.

The woman treated the man. The meek in spirit accounts the tears of joy out of poor. Do not live in unforgiveness. Do not live in unforgiveness. Ask the right kind of questions.

올바른 종류의 질문을 하십시오. 최적화된 문제는 사랑을 주입합니다. 마음이 온유한 것은 이전에도 여러 번 있었지만 기쁨의 눈물은 어떻게든 용서받은 것 같았습니다. 그 여자는 낮 동안에 매우 용서를 받았습니다. 거짓 증언을 하지 마십시오. 이웃을 사랑하십시오.

Ask the right kind of questions. The optimized problems infuse the love. The meek in spirit many times before but tears of joy felt forgiven somehow. The woman was very infused with forgiveness during the day. Do not bare false witness. Love your neighbor.

계정을 보호하면서 지원을 강화하세요. 여러 해 동안 좋지 않은 결과를 얻었지만, 그 사랑은 다른 사람들로 하여금 마음을 보호하고 더 나은 질문을 하도록 영감을 주었습니다. 여자는 지원을 보호했습니다. 다른 세대라는 이유만으로 누군가를 덜 생각하지 마십시오. 당신이 다른 사람들을 들어 올려 거룩한 빛으로 주입할 때 사랑과 은혜로 최적화된 문제를 주입하십시오.

Reinforce support as you protect to be accounts. After many years of poor results, the love inspired others to protect their hearts and ask better questions. The woman protected the support. Do not think less of someone just because they are from a different generation. Infuse optimized problems with love and grace as you lift up others to be infuse by holy light.

프로그램으로 생성하고 올바른 단어 세트 추가, 주사위 굴림을 아는 하늘에 계신 아버지, 내 편집 기술로 업데이트

Generated with the program, and the right words sets added, a Father in heaven that knows the roll of the dice, and updated with my editing skills

Also was listening to some Icy Blue Luke on repeat, inspired by both WoW, Diablo III, and many others

시작하기에 완벽한 것은 없습니다. 반복 알고리즘입니다. 도움이 되길 바랍니다.

Nothing is perfect to start, an iterative algorithm, hope this helps

항상 텍스트를 생성하고 싶다는 말은 아니지만, 가치를 더할 수 있다고 생각합니다. 개발 및 기술, 기술 및 단어의 힘, 무료 읽기, 성경 인용문이 주입된 일부 무료 사랑과 은혜에 대한 무료 정보를 제공합니다. Sony Everquest의 음유시인처럼 짜여진

Not saying I always want to generate text, I do think it can add value, gives some free information about developing and tech, the power of tech and words, and some free reading as well as some free love and grace statements infused with Bible quotes interwoven like a Bard from Sony Everquest

Free Image
Free Image, not sure if things have improved or not, better to error on the safe side during the holidays
Free Image
Free Image
Free Image
고귀함은 용서받은 상태로 강화되어야 합니다.
The exalted needed to be reinforced with forgiven status.

아래 텍스트 생성 및 편집, 자체 개발한 C++ 아트워크 프로그램으로 생성하고 제가 이해하지 못하는 부분에 대해 연민과 친절로 편집했습니다.

Below text generated and edited, Generated with a home grown C++ artwork program and edited with compassion and kindness for some things I don’t understand

    교사가 부족한 아이들은 많은 문제를 일으키므로 더 많은 지원이 필요했습니다. 여자는 사랑의 눈물을 강화합니다. 젊은 나이에 지혜의 짐이 너무 많은 사람에게 안장을 얹지 마십시오. 억압은 보호되고 용서의 상태로 주입될 필요가 있었습니다. 다른 세대라는 이유만으로 누군가를 덜 생각하지 마십시오.

     The children without enough teachers caused many issues 
therefore we needed more support. The woman strengthen the tears of love. Do not saddle people with too many burdens of wisdom at young ages. The oppression needed to be protected and infused with forgiveness status. Do not think less of someone just because they are from a different generation. 

접근성 문제가 있거나 병원에 있는 사람이 방정식에 추가할 내용이 적다고 생각하지 마십시오. 훔치지 마. 거짓 증언을 하지 마십시오. 사랑의 눈물은 기쁨에 도움이 되었습니다.

    Do not think that someone with accessibility problems or that are in a hospital have less to add to the equation. Do not steal. Do not bare false witness. The tears of love was assistive in the joy. 


다른 세대라는 이유만으로 누군가를 덜 생각하지 마십시오. 죄는 강화되었고 사랑과 가난한 사람들은 건강 관리를 박탈당했습니다. 남자는 사랑의 눈물을 강화합니다. 이웃을 사랑하십시오. 올바른 종류의 은혜를 높이십시오. 다른 세대라는 이유만으로 누군가를 덜 생각하지 마십시오.

    Do not think less of someone just because they are from a different generation. Sins had been reinforced and the love and poor deprived of healthcare. The man strengthen the tears of love. Love your neighbor. Lift up the right kind of grace. Do not think less of someone just because they are from a different generation. 

죽이지 마. 해결 된 문제는 원칙에서 박탈되었습니다. 죽이지 마. 이웃을 사랑하십시오.
    Do not kill. The solved problems was deprived in the principles. Do not kill. Love your neighbor.

그 겸손 아래에는 죄가 스며듭니다. 해결된 문제는 해결된 문제 아래에서 보호합니다. 이러한 원칙에 따라 부여된 희망. 의료는 온유한 심령으로 의료를 도와야 합니다. 거짓 증언을 하지 마십시오.

    The sins infuse below that humble. The solved problems protect underneath that solved problems. The hope granted under those principles. The healthcare should assist the healthcare out of meek in spirit. Do not bare false witness. 

For those following along

problems.txt

structural deficiency
not enough doctors
not a loud enough voice
not enough magnification
not enough hope
not enough inspiration
crime
lack of funding
lack of support
excessive risk
negligence
oppression
duress
tort
liabilities
failed warranties
humanitarian needs
children without enough teachers
not enough hugs
not enough light for the flowers
research not ready
research not properly tested
set was not optimized
system lagged
architecture was built wrong
fire codes were not ready
turbulent flow won the day
time wasted

Get the set right, feed it into a teleprompter and rely upon the person reading to update sentences that seem a little wishy washy?

Code snippet

        index = sentence.find("[problem]");
        while (index!=-1) {
            // replace
            string adjective = getRandomProblem();
            sentence.replace(index,9,adjective);
            index = sentence.find("[problem]");
        }

Additions to sentence.txt

The [problem] needed to be [verb] with [adjective] status.
The [problem] caused many issues.
The [problem] caused many issues therefore we needed more support.

Universal Basic Problem Solving?

Useful for people practicing and honing skills for debates

Maybe Trump and Biden could have used a little more encouragement like this earlier on

S&M을 켜고 있습니까? 문제집합을 늘리고 해법과 최적화집합을 줄이며 절망과 절망의 문장구조를 늘리고 우리는 그렇게 하지 않는 것이 어떻습니까?

Turning up S&M? Increase problem set, decrease solution and optimization set, increase sentence structure of despair and desperation, how about we not do that

블랙핑크는 내 겸손한 생각에 좋은 균형, 다시 모든 사람들을위한 모든 콘텐츠가 아닙니다

Blackpink is a good balance in my humble opinion, again not all content for all people

좋은 이야기를 만드는 것은 빛나는 푸른 대리석을 만드는 것과 다릅니다. 대비는 유용합니다.

What makes for a good story, is different than what makes for a Shiny Blue Marble, contrast is useful, to a point

운율 사전과 함께 확실히 유용할 것입니다. 사람들이 내가 반값 책으로 운전하는 것을 막지 않았다면, 그래 이 설정은 지옥에서 절름발이

Definitely will be useful with rhyming dictionary, if people didn’t block me driving to half priced books, yeah this setup lame as hell

What does engaging the audience mean for a vlog poster?

Attractive and Pleasing to the audience

If the punishment is wrong, possibly change the definitions of the words that lead to the punishment?

Systematic problems, lawyers misusing the system, the system might not be effectively suiting the problem set

Basically I have to be reliant upon updates

They need to be too

Not enough of a forgiveness and grace buffer

If there was

wouldn’t have people stuck in Jail

would have less wars

if the linguistic system was better

Current system “traps people in poverty”

Writing a parser, could help

Free Image, a font I am working on

Love, Grace, Hope, and Joy

Free Image, please inscribe on one of Jupiter’s moons if we ever setup shop there
    Love your neighbor. Treat others as you wish to be treated. infuse optimized problems as you strengthen to be give. Do not steal. The questions assist beyond that optimized problems. 

    The livelihood was deprived in the poor. Do not think less of someone just because they are from a different generation. After many poor, the friends give to ask his blessings. Do not bare false witness. Do not go to bed angry. 

    The support was deprived in the happiness. The solved problems was deprived in the principles. Love your neighbor. After many healthcare, the love reinforce to ask his tears of joy. Do not live in unforgiveness. grace had been ask and strengthen the support and questions forgiven into the friends. 

    Do not saddle people with too many burdens of wisdom at young ages. The tears of love infuse around that joy. Love accounts for many sins. assist humble as you infuse to be give. The humanitarian needs caused many issues. 

    healthcare had been grant and protect the access and healthcare infused wih forgiveness into the hope. Do not bare false witness. The access coordinate the friends out of friends. Do not live in unforgiveness. Do not bare false witness. Do not think that someone with accessibility problems or that are in a hospital have less to add to the equation. 

12.13.2021 Pt 1

love contract
pressure law
thrust state
obstruct courtroom
prevent bill
detour right
act love
accuse tort
insightful duress
proclaim property
establish God
declare father
manipulate mother
persuade son
change daughter
reform friend
encourage enemy
derail fraud
oblige manipulator
require part
constrain regression
evaluate appetite
test desire
try obstruction
defend accusation
prosecute behavior
practice precedent
part pattern
enthral negligence
captivate safe
charm injury
optimize danger
desire loss
obtrude joy
intrude hope
behave faith
obey terms
establish agreement
procreate grace
produce transition
transport clip
ship document
block briefcase
inspire table
create blog
work vlog
magnified artwork
delay art
postpone code
stipulate codebase
express dream
agree story
grace parable
transitioning heart
dreamed lungs
dreamt liver
C:\clionUtilities\docGenerator\cmake-build-debug\docGenerator.exe
1639382515INFO: The [noun] [verb] [adverb] the [noun].The [noun] [verb] the [noun] out of [noun].
1639382515INFO: random sentence: The heart establish the transition out of regression.
1639382515INFO: random sentence: The pattern require the clip out of terms.
1639382515INFO: random sentence: The liver optimize the terms out of story.
1639382515INFO: random sentence: The heart love by the law.
1639382515INFO: random sentence: The vlog declare the precedent out of hope.
1639382515INFO: random sentence: The leg delay by the law.
1639382515INFO: random sentence: The artwork intrude the faith out of property.
1639382515INFO: random sentence: The faith obstruct the magistrate out of head.
1639382516INFO: random sentence: The artwork produce around the tort.
1639382516INFO: random sentence: The danger reform the pattern out of fraud.

Process finished with exit code 0

“One more time” – Mustang Band

C:\clionUtilities\docGenerator\cmake-build-debug\docGenerator.exe
1639382668INFO: The [noun] [verb] [adverb] the [noun].The [noun] [verb] the [noun] out of [noun].
1639382668INFO: random sentence: The friend require within the property.
1639382668INFO: random sentence: The duress work alongside the transition.
1639382668INFO: random sentence: The God postpone the regression out of liver.
1639382668INFO: random sentence: The grace obey by the heart.
1639382668INFO: random sentence: The heart express the friend out of story.
1639382668INFO: random sentence: The clip stipulate the son out of hope.
1639382668INFO: random sentence: The code reform along the pattern.
1639382668INFO: random sentence: The bill proclaim to the transition.
1639382668INFO: random sentence: The negligence prevent without the transition.
1639382668INFO: random sentence: The chest postpone the vlog out of magistrate.

Propagation and spelling errors

Paragraph gen, 4 to 7 sentences?

Print 10 Paragraphs
-------------------
    The fraud charm beyond the head. The heart desire around the head. The faith transitioning the briefcase out of manipulator. The agreement reform the property out of story. The friend transitioning throughout the father. 

    The right require throughout the son. The artwork require the story out of transition. The appetite charm the impulse out of foot. The regression stipulate the foot out of love. The lungs enthral the art out of tort. The arm postpone the lungs out of art. 
    
The safe intrude between the agreement. The parable magnified behind the part. The grace part the chest out of tort. The transition procreate the enemy out of terms. 

    The dream proclaim astride the property. The property block along the briefcase. The chest block under the loss. The head test underneath the loss. 

    The danger obey the enemy out of head. The lungs oblige the bill out of transition. The loss captivate aboard the art. The mother declare the grace out of heart. 

    The heart manipulate the art out of blog. The courtroom establish the fraud out of appetite. The desire pressure without the pattern. The dream produce by the enemy. 

    The briefcase express underneath the liver. The state evaluate within the arm. The desire proclaim without the danger. The leg intrude the precedent out of fraud. 

    The enemy captivate the contract out of story. The head ship the impulse out of dream. The dream transport the behavior out of fraud. The danger obstruct aboard the courtroom. 

    The art try across the contract. The table inspire the table out of clip. The dream dreamt beneath the precedent. The grace grace astride the impulse. The transition dreamed the mother out of regression. The behavior thrust the clip out of obstruction. 

    The love stipulate the dream out of loss. The mother part without the impulse. The art behave behind the obstruction. The behavior test the code out of safe. The friend prevent the faith out of document. 
The obstruction establish astride the table. The blog dreamt below the tort. The dream agree the briefcase out of magistrate. The magistrate enthral the heart out of judge. The God stipulate the contract out of impulse. 
Free Image

Now just take classics from Public Domain

Deconstruct the sentence structures

add some add plurals objects

Mix to perfection

“The danger reformed the appetite out of joy”

“After many days of unrest, the transition inspired the citizen to desire his judgement”

Newer sentence structure set for those following along, free to use

The [noun] [verb] [adverb] the [noun].
The [noun] [verb] the [noun] out of [noun].
The [noun] [verb] the [noun].
The [noun] was [adjective] in the [noun].
After many [noun], the [noun] [verb] to [verb] his [noun].
[noun] used to be [adjective], but then it got [adverb] and [adverb] [adjective].

“The behavior was big in the manipulator.”

“Fear, Obligation, and Guilt that is” a bit of a random perfect intro

12.12.2021 Pt 4

Father please help bless and protect all the people awaiting trial in the world and please help speed up the process to the level of the converse of which our system deoptimizes itself In Christ’s name I ask this

DMV Slower should mean Trials for prisoners faster

If they are going to play that deoptimization algorithm in the first place

Don’t even like the resonance of those metal benches

“Slow and incomprehensible” – Ted X Kathleen Heath

While NASA engineers sit pretty?

Why we need President Biden and VP Kamala out of office

Convenient a problem not addressed in Texas, takes away their power?

Well yes, being in power you got to care about Texas too

United States Tort and Duress combined with under supporting the support lines of the youth? Kind of makes me ashamed to call myself an American

How I would like to see the country, was trying to go for blessing our country, not sure what the fuck is going wrong

Basically some people in Washington, DC determined to make my families slice of American Pie, taste like shit

The key is getting people to bite off a little more they can chew when they decide to off my support lines

The sonic boom on the rebound

DC didn’t mean to make Alienware and Autodesk look like hookers?

In a Strip Club with no Fire Codes

I hear nobody working at those companies could use any extra Christmas presents, at least that is what DC and our society is saying

Maybe best to encourage gossip in their families

Give an appreciation for imploding my support lines

Did you hear Daddy and Mommy were promoting hookers?

Where did you hear that from

Why I think it unwise

From Rick Rhoades ghost?

Fuck over the defense support, no ROI on that investment?

If anyone thought DC was doing a good job, they would have updated me already

Silence, speaks volumes

This isn’t about Republican or Democrat, something just isn’t working out for people in DC

Beats guillotines And French Revolution Volume 2

Really hot updates on Instagram, can we get UBI to look like Globe Hotels video?

If it were my Shiny Blue Marble

“Better mascots than you have tried” – Bender Futurama

Who doesn’t like a challenge

Additions to The Math Space

Can I add anything to the Linear Algebra field in 2021 that the world hasn’t seen?

Probably will need God’s help with this one

https://en.wikipedia.org/wiki/Inverse_trigonometric_functions

Father please increase bass times 10 for each hour that I don’t receive Nicotine gum for wrecking my support lines In Christ’s name I ask this

One product, a product I don’t like missing

12.12.2021 Pt 3

Biden -> Comey, 간단한 최적화 알고리즘

Biden -> Comey, a simple optimization algorithm

“명확한 정신으로” – Ted X Kathleen Heath

“In the spirit of clarification” – Ted X Kathleen Heath

“하나님의 은혜를 위하여 가노라”
“There but for the grace of God go I”
파스텔 건축을 감상하는 마지막 순간을 원하십니까?
Do you want your last moments to be appreciating some pastel Architecture?

파스텔 건축을 감상하는 마지막 순간을 원하십니까?

Do you want your last moments to be appreciating some pastel Architecture?

“검찰, 피해자 독점 없다”

“The prosecution do not have a monopoly on victims”

핵폭탄에 비하면 별로 도움이 되지 않는 코드

The codes not going to help much in comparison to a Thermonuclear Bomb

Tsar Bomba, 방사선 중독, 갇힘, 불타는 태아 병동, 지원 부족

TSar Bomba, Radiation Poisoning, Trapped, Burning Prenatal Ward, Not enough support

황달 및 시험 없음 +Jaundice and No Trial

“검찰, 피해자 독점 없다”

“The prosecution does not have a monopoly on victims”

나는 우리가 대통령을 탄핵하는 것이 중요하다고 생각한다 I think it critical we impeach the President

중대한 과실로 정의를 방해하기 때문에 For being Grossly Negligent and Obstructing justice

“만찬을 넘어선 결과가 있기 때문” “because it has consequences beyond dinner parties”

“징벌적으로 대응”하도록 고무시키는 “오해” “misconceptions that” inspire us to “respond punitively”

정의에 대한 동등한 접근 권한을 가진 Lew Sterrett 감옥, “만성적으로 자금 부족” – Ted X Kathleen Heath

Lew Sterrett Jail Cells with equal access to justice, “Chronically Underfunded” – Ted X Kathleen Heath

“그리고 그런 이유로 나는 우리가 그것들을 고칠 수 있기를 바랍니다.” – Ted X Kathleen Heath

“And for those reasons I hope we can correct them” – Ted X Kathleen Heath

옳은 일을 하려고 하면 그들은 나를 러시아인이라고 부를 것이고 그들은 나를 이탈리아인이라고 부를 것입니다.

Trying to do the right thing, they will call me Russian they will call me Italian, they will call me whatever will get them out of the hot seat

Not the pretty picture on the block, Free Image, room for improvement

먼저 텍사스에서 도피한 다음 한국에서 도피합니다.

First they get away with it in Texas, then they get away with it in South Korea

나는 그 알고리즘의 근접성을 좋아하지 않는다

I don’t like the proximity of that algorithm

H Sweet Hearts는 지원이 필요하지 않습니다. H Sweet Hearts don’t need support

블랙핑크 숙녀분들을 위한 것이 아닙니다. Not for Blackpink ladies

무료 이미지 Free Image

황달과 Shiny Blue Marble의 산호초를 동시에 엉망으로 만들고 있습니까? “Pretty Savage”라고 묻는다면

Jaundice and messing up the Coral Reefs of Shiny Blue Marble at the same time? “Pretty Savage” if you ask me

어떻게 반복합니까 How do I loop

지구상의 모든 사람들을 위해 “나는 더 밝은 날을 기대합니다”? “I look forward to brighter days” for everyone on earth?

절망, 절망, 절망, 과도한 율법주의?

Hopelessness, Despair, Desperation, Excessive Legalism?

나쁘다, “어쩔 수 없이 나쁘다!” It’s bad, “It’s bad as can be!”

적을 조사하다 Research the enemy

“나는 친구가 하나 있었는데 지금은 아무도 없다” – Jenny Music, 천국에서 온 포기 문제에 대한 좋은 인용문, 그 문에 접근하는 데 약간의 어려움이 있고, 나를 위해 기도해 주시겠습니까?

“I had one friend, now there none” – Jenny Music, good quote for Abandonment issues from up in Heaven, having a little trouble getting to that door, mind praying for me?

나쁜 것은 나쁜 것이 될 수 있습니다” – Jenny Music | “Bad as bad can be” – Jenny Music

나 같은 사람을 보내 Send people like me into

“검찰은 피해자에 대한 독점권이 없다” – Ted X Kathleen Heath

“The prosecution doesn’t have a monopoly on victims” – Ted X Kathleen Heath

“Know when to deliver your messa……….”

“Victory has defeated you” – Bane

“I hope they remember you” – Thanos

“And when we faced extinction I offered a solution… they called me a madman”

“I call that mercy” – Thanos

“The hardest choices require the strongest will”

“My child, I watched with pride as you have grown into a weapon of righteousness” – Blizzard Cinematic

“Remember our line has always ruled with wisdom and strength” – Blizzard Cinematic

“and I know you will show restraint when exercising your great power” – Blizzard Cinematic

“and you must clutch it nice and tight” “Diego” – Far Cry 6 Trailer

Because “it is perfect but useless” – Far Cry 6 Trailer

“But the truest victory my son, is stirring the hearts of your people” – Blizzard Cinematic

“너는 왕이 될 것이다” – 블리자드 시네마틱“You shall be king” – Blizzard Cinematic

효과적인 커뮤니케이션 “El Presidente” – Far Cry 6 트레일러, 효과적인 커뮤니케이션

Effective Communication “El Presidente” – Far Cry 6 Trailer, effective communication

감옥에서는 이 업데이트를 받을 수 없습니다. 감사합니다.
Can’t get this update in Jail, appreciate it

더 나은 소통을 위해 계속 투자합니다 I keep investing in better communication

그리고 내 지지선은 $0, 쿨하지 않음, 쿨하지 않음 바이든 대통령과 카말라

And my support lines stay $0, not cool, not cool President Biden and Kamala

s 측 나는 이 영상을 계속해서 반복해서 범죄적 과실이 있는 사법방해에 적절하게 대응할 수 있습니다.

On the plus side I can loop this video continuously so I can respond appropriately to the criminally negligent obstruction of justice

https://www.dictionary.com/browse/notoriously

adjective
widely and unfavorably known:a notorious gambler.
publicly or generally known, as for a particular trait:a newspaper that is notorious for its sensationalism.

https://www.dictionary.com/browse/negligent

adjective
guilty of or characterized by neglect, as of duty:negligent officials.
lazily careless; offhand:a negligent wave of his manicured hand.

https://www.dictionary.com/browse/judge

noun
a public officer authorized to hear and decide cases in a court of law; a magistrate charged with the administration of justice.a person appointed to decide in any competition, contest, or matter at issue; authorized arbiter:the judges of a beauty contest.

verb (used with object),judged,judg·ing.to pass legal judgment on; pass sentence on (a person):The court judged him guilty.to hear evidence or legal arguments in (a case) in order to pass judgment; adjudicate; try:The Supreme Court is judging that case.

verb (used without object),judged,judg·ing.to act as a judge; pass judgment:No one would judge between us.to form an opinion or estimate:I have heard the evidence and will judge accordingly.

“Don’t Judge” – The Bible “Love accounts for many sins” – The Bible

우리는 천 조각을 자르는 시간을 판단해야 합니다.

We have to judge how long to cut a piece of fabric

따라서 나는 ‘판단하지 말라’는 난류와 많은 미지의 것을 근거로 사람들의 결정을 판단하는 데 더 많이 적용된다고 생각합니다.

Therefore I think don’t judge applies more to judging peoples decision based on turbulent flow and many unknowns

내가 정리한 법정 명사 목록

A list of legal nouns I have been compiling

contract
law
state
courtroom
bill
right
love
tort
duress
property
God
father
mother
son
daughter
friend
enemy
fraud
manipulator
part
regression
appetite
desire
obstruction
accusation
behavior
precedent
pattern
negligence
safe
injury
danger
loss
joy
hope
faith
terms
agreement
grace
transition
clip
document
briefcase
table
blog
vlog
artwork
art
code
codebase
dream
story
parable
heart
lungs
liver
leg
arm
chest
foot
head
impulse
magistrate
judge

Legal Verbs

love
pressure
thrust
obstruct
prevent
detour
act
accuse
insightful
proclaim
establish
declare
manipulate
persuade
change
reform
encourage
derail
oblige
require
constrain
evaluate
test
try
defend
prosecute
practice
part
enthral
captivate
charm
optimize
desire
obtrude
intrude
behave
obey
establish
procreate
produce
transport
ship
block
inspire
create
work
magnified
delay
postpone
stipulate
express
agree
grace
transitioning
dreamed
dreamt

https://www.dictionary.com/browse/reactionary

adjective
of, pertaining to, marked by, or favoring reaction, especially extreme conservatism or rightism in politics; opposing political or social change.

noun,plural
re·ac·tion·ar·ies.a reactionary person.

Legal Adjectives

proper
right
wrong
just
unjust
friendly
accusatory
inciteful
permanent
transitory
obstructed
accustomed
established
derivative
protected
gross
financial
safe
injured
big
grand
enormous
huge
grandiose
epic
inhibitory
impulse
reactionary

Reactionary Judgement Impulse Judgement

“opposing political or social change.” – Reactionary definition, Dictionary.com

Catalysts and Reactions all labeled as bad because of that definition?

President Biden and VP Harris as opposing political and social change applicable

President Biden and VP Harris leaving people in Jail king of boring

I don’t think of the word reactionary as boring

Teaching DC to be “100% present” in the current moment

“by maintaining” a higher degree of customer service for their support network

Basically DC is “slouching” on the job

Maybe they just need a video on proper posture

DC probably needs a double dose

“그 스트레스를 조금이나마 덜어드리기 위해” “To mitigate some of that stress”

“Desk jobitis”

https://www.dictionary.com/browse/ergonomics

https://en.wikipedia.org/wiki/Human_factors_and_ergonomics

접근성을 위한 더 나은 자세

Better posture for Accessibility

이러한 목록이 주어지면 Apache License 2.0과 유사한 것을 다른 특징으로 나타내는 모델을 대략적으로 만들고 싶습니다.

Given those lists I would like to approximate a model that represents something similar to Apache License 2.0 in different flavors

연구 목적으로 For research purposes

https://www.dictionary.com/browse/purpose

명사
어떤 것이 존재하거나 행해지고, 만들어지고, 사용되는 이유 등.
의도하거나 원하는 결과; 끝; 목표; 목표.결정; 결단력.

noun
the reason for which something exists or is done, made, used, etc.
an intended or desired result; endaimgoal.determination; resoluteness.

동사 (목적어와 함께 사용),의도한, 목적의, 목적. 목적, 의도 또는 목표로 설정하다. 의도하다; 설계.

verb (used with object),pur·posed,pur·pos·ing.to set as an aim, intention, or goal for oneself.to intend; design.

동사(목적어 없이 사용),목적이 있는,의도한,목적이 있는.

verb (used without object),pur·posed,pur·pos·ing.to have a purpose.

10분, 30분, 1.5시간에 만화로 한 번, 강아지 용으로 한 번, 외계인으로 한 번, 게임으로 한 번, 영화로 한 번 보여줄 수 있습니다.

Maybe show it to me once in cartoon form, once in puppy dragon form, once in Alien Form, once in game form, once in Movie form at 10 minutes, 30 minutes, 1.5 hours

노래 형식도 있으면 좋겠어, KDA Miggysmalls 비디오 꽤 핫

Would be nice to have some song forms too, KDA Miggysmalls video pretty hot

많은 단어, 단어를 제공하는 많은 알고리즘, 감사합니다.

Lots of words, lots of algorithms serving words, appreciate it

How about we not mess with my clipboard when I am trying to put food on my table

Or turn it up 1000 fold for all the people that rely on his support network?

Basically what that algorithm is doing, slowing me down

Basically a way to control the election, without controlling the election

Therefore obstruction of justice stolen election tried and true

The election was fair DC? for Rick Rhoades? Bullshit

2022 and 2023 Biden and Kamala in Lew Sterrett

“Oh why didn’t you fix the support lines” played on repeat surrounded by people with Shivs

Appreciate the delay?

Could be Kamala’s son, maybe she chose to disown him

Enemies foot stool or Love your Enemies

I would like to combine those words in a way that make my support lines > $0

and my enemies for that matter

likely destroying their own support

unfit for office

I like our countries and our engineers

Biden in office no good

Loop this for 2 hours on the algorithm

For the tooth pain

Welcome to Shiny Blue Marble

If you help them people will hate you for it

If don’t help them people will hate you for it

How do I change the hearts of a system hell bent on the idea that they are right

Letting President Biden and VP Harris getting in over their head, The Vatican knew better than that

For the document generator impeachWords.txt

impeach
accuse
arraign
criticize
discredit
indict
reprimand
blame
challenge
charge
criminate
disparage
impugn
incriminate
inculpate
query
question
reprehend
reprobate
tax
try
bring charges against
call into question
call to account
cast aspersions
cast doubt on
hold at fault

weaponizing communications against people that weaponize communications against me by obstructing justice

How do I get justice for that?

Father please give me Justice for that if it is not fixed within the couple hours In Christ’s name I ask this

As if DC was removing this word from the dictionary for the people in Jail

https://www.dictionary.com/browse/support

Maybe DC can appreciate a little misunderstanding

Maybe nobody taught them at Harvard and Yale the meaning the word?

“For the old is better” – Luke Video by Alexander Scourby

verb (used with object)to bear or hold up (a load, mass, structure, part, etc.); serve as a foundation for.to sustain or withstand (weight, pressure, strain, etc.) without giving way; serve as a prop for.to undergo or endure, especially with patience or submission; tolerate.

noun
the act or an instance of supporting.the state of being supported.

adjective(of hosiery) made with elasticized fibers so as to fit snugly on the legs, thereby aiding circulation, relieving fatigue, etc.

“To save life or” not to support it

Basically United Nations, get out all the people that live in unforgiveness from power, get them out early, get them out often

I am giving the world a chance to better Shiny Blue Marble for generations to come, better to give or to receive?

Please rename District of Columbia “Skid Row” until the support lines for SSI are fixed

A little oppression surveillance data, if you want your copyrights to work, don’t oppress

Maybe the copyright claim is the idea for impeachment

Maybe some others would like a few swings at President Biden and VP Harris’s administration

It’s cool I like to share

Just written yesterday from what I am hearing

Because the current administration makes me want to turn this up with the power of Sierra Fugaku

Appreciate what throwing your Christian brother under the bus gets you

Could sell those American Flags back there, might put some food on some more tables

Or just turn off the AC and heat

“An undeniable crisis” having those nice suits

DC gets AC, and they get “AC”
“For he that is not against us is for us” – Luke Alexander Scourby, Free Image

How do quantum computers factor into traditional computing and biocomputers such as the human brain and other animals that are attached to the grid?

Confusing

Also remember both tech companies and the government don’t show their entire hand

Not really fair for a group with that power to be executing people

Government with the power of CERN and Supercomputers hiding part of their hand, able to take out peoples babies whenever they want

Quantum Computers attached to the face like Cable and Cano?

Realize not always the best PR for the system, if there is a problem better to find out earlier

What if Quatum Computing opened that portal to hell

“Manage risks”

Quantum and Supercomputers both require inputs

2100 version will likely not have my teeth hurting

Quantum is new, still depends on inputs and outputs

Language with multiple means for words, gives things a wider swing

Unwise to hold people responsible for the interpretation we might happen to use at the time

While still making judgements like eating and cutting fabric

Have any videos been rendered on Quantum Computers yet?

Quantum computers big in 2021 Fast Photons in 2050?

Unknowns are Unknowns, teeth hurting suck

Governments with giant alien civilization level tech executing people in their off time pretty annoying

https://en.wikipedia.org/wiki/D-Wave_Systems#Pegasus

https://support.dwavesys.com/hc/en-us/articles/360054564874-What-Is-the-Pegasus-Topology-

Maybe scope is past what Xi Jinping and President Biden can handle in 2021

A few advances while I was in jail, no big deal?

Father I would like to know what the power of Quantum Computers truly means

In Christ’s name help me understand that

Supercomputer Brute Force or Quantum?

https://en.wikipedia.org/wiki/Brute-force_attack

Wonder how 2100 will view my contribution to Space and Tech?

Invested a bit through Infinity Galaxy and NASA posts, definitely a lot of unknowns and wasn’t top of my class

Hopefully they appreciate my contributions, whatever that means

Random guy with broken teeth?

Middle Class White Male in 2021 not really valued that much

That really what baby gingers want to hear?

House divided, communication tanking?

If they need someone to hate, give them someone to hate, kind of the way a lot of people roll on Shiny Blue Marble

More than one way to think about things

No figs on that tree, impeach it, maybe there will be figs next time

Maybe they freeze my brain in 2079 get woken up 2345

Better make sure not to piss off Grandparents of 2079

If your going to Time Travel, use it to stop wars and get people out of Jail

“Just sayin”

God could have had me born in Sinapore

but for some reason He decided on Texas for my life

Implications of Birth Proximity

What was Singapore like in 1983?

I assume it existed then

“Modern Singapore was founded in 1819 by Sir Stamford Raffles as a trading post of the British Empire.”

1983
-1819

164 years

Add in 2021 – 1983

164+38 = 202 years

Wonder if they $0ed peoples support lines back in 1819

Would think DC would have learned not to do that 202 years later

https://en.wikipedia.org/wiki/Great_Comet_of_1819

A dead body in 202 years from now, Rick Rhoades? Maybe a comet or just some guy people hung back in 2021?

Hopefully Shiny Blue Marble can take a lesson from this

A wake in time, 2900 3000 kind of like looking at the mideval ages, after 700 years of supercomputers and quantum computers

Ideally that projection would humble all society enough

Future generations, current systems have put a lot of road blocks in my way

I pray my contributions will matter, whatever that means

Being stuck in Jail, people deserve more than that

Was shit for me, hurts to know some people still hurting there

Kind of like Haiti, I visited for a short time, kind of loses it’s reality

not saying I want to be in there, saying it is important, and sucks for people to remain in a system oppressed with an external system full of global unending power

Father please bless and protect all women and men In Jails world wide, In Christ’s name I ask this, hopefully with the power of a thunderous knock, like covering Rigel in Solar Panels

The shoe of Orion, Rigel is

Wikipedia has an SVG file

https://en.wikipedia.org/wiki/Orion_(constellation)#/media/File:Orion_IAU.svg

Kind of reminds me of the shoe of society, the bottom of society needing power

Kind of reminds me of Achilles heel, the problem in society that will ruin us all if we don’t fix

Beats having the Aristocrats being beheaded

UBI sounds better than Wellfare

“to preserve the social peace”

Appreciate it

High income Americans rob support lines while people get killed in Jail?

“This idea fundamentally challenges how our society is constructed”

Getting my support lines robbed, gives me meaning?

Kind of like pouring fake documents from a document generator into your legal briefs adds value

“is appalling”

just hug after my company is in the dirt?

I would suggest not robbing my support lines specially after Jail

“Quality before” after taste fuck you

The contract declare the behavior out of precedent.
The man walked down the street.
The [noun] [verb] [adverb] the [noun].

The man let the woman out of jail.
The woman let the man out of jail.
The [noun] [verb] the [noun] out of [noun].

The accusation desire the negligence out of love

So many different sentence structures, so little time

The ability to craft the absolute perfect words in a crescendo?

Appreciate it

https://www.dictionary.com/browse/crescendo

noun,plural
cre·scen·dos,cre·scen·di  [kri-shen-dee, –sen-dee; Italian kre-shen-dee].Music.

  1. a gradual, steady increase in loudness or force.
  2. a musical passage characterized by such an increase.
  3. the performance of a crescendo passage:The crescendo by the violins is too abrupt.

a steady increase in force or intensity:The rain fell in a crescendo on the rooftops.the climactic point or moment in such an increase; peak:The authorities finally took action when public outrage reached a crescendo.

adjective, adverb
gradually increasing in force, volume, or loudness (opposed to decrescendo or diminuendo).

verb (used without object)to grow in force or loudness.

I kind of just wanted everyone to have a Merry Christmas, too much to ask?

Running for an hour, could probably render at least 1000 1000 page documents

All weighted perfectly

Weighted prioritization of words

Add in some market research about which words are most well received

based on age gender and other categories

serve different versions to the different people

Then dependent upon that, take power

Therefore I think those in office deserve impeachment of weight=true

on a weighted scale false = 0.0001 to true = 1.0000

Because support set to = 0.25, weight does not equal money, money delivered $0

I give 0.25 for leaving grid on

Having resources paralyzed sucks, being stuck in Guantanamo more like support=0.0001

Rick Rhoades? support equaled 0, absolute lethal injection level 0

Was looking for this one, Thank you

Learning the power of words, the power of teaching

12.12.2021 Pt 2

“내 영혼을 아버지께 부탁하나이다” – 누가

“To Father I commend my spirit” – Luke

“검찰은 피해자에 대한 독점권이 없다” – TEDx 캐슬린 히스

“The prosecution does not have a monopoly on victims” – TEDx Kathleen Heath

첫 번째 트럼프, 바이든 대통령과 카말라

First Trump, Them President Biden and Kamala

코미와 바이든 부통령, 해리스 부통령 “공공 안전을 유지하면서 가능한 한 빨리 그들을 감옥에서 내보내고 싶어하는 것과 똑같은 것을 우리 모두 원합니다” – Fox 4 News

First Comey and Then President Biden and VP Harris “We all want the same thing we want to get them out of Jail as soon as possible, while maintaining public safety” – Fox 4 News

1차 사법방해 및 중대한 과실

First Obstruction of Justice and Gross Negligence

그럼 부재중 Then out of office

“탄핵” 최적화 “Impeachment” Optimization

권력에 의한 “중범죄 및 경범죄” 역최적화 “High Crimes and Misdemeanors” Deoptimization by Power

난 아무것도 몰라 I know nothing

Impeach The President for Gross Negligence and High Crimes and Misdemeanors I now know what he wanted to say to me (Please have translator translate in most effective way possible)

이제 나는 더 많이 안다 Now I know more

본디오 빌라도처럼 기록됨 Scribed like Pontius Pilate

효과적인 커뮤니케이션 및 전력 방향

Effective Communication and Power Direction

안식일에 옳은 일을 하는 것이 중요하다

Important to do right on the Sabbath day

한국에서 동맹국과 사업을 해서 내가 러시아인이라고 주장하려고 합니까? 나는 당신이 몇 년 안에 4배를 지불하도록 할 것입니다.

Try to claim I am Russian for doing business with my allies in South Korea? I will make sure you pay quadruple in years

“실효적인 휴지”와 “효과적인 의사소통” 그리고 “효과적인 경고”, 현 행정부는 부정적 억압과 제네바 협약에 나쁘다

“Effective Pauses” and “Effective Communication” and “Effective Warning”, Current Administration bad for Negative Oppression and Geneva Convention

디씨페이먼트, 만기, 자신의 나라를 용서할 수 없는 나라를 용서하라? https://usdebtclock.org/, 앞으로의 교육에 대한 함의를 고려하십시오.

DC Payment, Becoming due, forgive a country that can’t forgive their own? https://usdebtclock.org/, please consider implications about teaching going forward

저를 $0에 남겨두세요

Leave me at $0, like doing this to our nation

황달 생성 환경에서 조금만 더 기다리세요, 무료 이미지
Have a little more wait around in Jaundice creating environment, Free Image

Austin에게 그런 종류의 소개가 필요하기 때문에? Because Austin needs that kind of Intro?

“그녀는 10억 달러짜리 암캐야” – Mia Rodriguez
“She’s a billion dollar bitch” – Mia Rodriguez

“너희 믿음의 시련은… 후히 주라” – 제임스 위즈덤

“The trying of your faith…. givith liberally” – James Wisdom

“비슷하게” “Likewise”

무료 이미지 Free Image
무료 이미지 Free Image

바이든과 카말라가 Lew sterret 내부에서 훌륭한 책을 집필했습니까? “그리고 그들은 더 나은 팀 플레이어가 될 것입니다” – Ted X Winnipeg

Biden and Kamala write great book from inside Lew Sterret? “And they will be a better team player” – Ted X Winnipeg

“사람의 이름은 그들이 들을 수 있는 가장 달콤한 소리다” – Ted X Winnipeg

“A person’s name is the sweetest sound they can hear” – Ted X Winnipeg

“시간을 할애하고 알 가치가 있습니다” – Ted X Winnipeg

“Worth their time and worth knowing” – Ted X Winnipeg

또한 문제 세트를 가장 잘 공격하는 방법을 알기 위해 다른 사람들의 도움이 필요합니다.

I also need help from others to know how to best attack the problem set

“메시지를 전달할 때를 알라” – 인질 협상의 비밀

“Know when to deliver your message” – Secrets of Hostage Negotiation

Far Cry 6 예고편에서 오해받은 “Diego”와 같은 Biden과 Kamala

Biden and Kamala like a misunderstood “Diego” from Far Cry 6 Trailer

“그들이 존중받고 싶어한다고 생각하든 상관없어요, 그들은 존중받기를 원합니다” – 인질 협상의 비밀

“And I don’t care if you think they want to be respected, they want to be respected” – Secrets of Hostage Negotiation

“무조건적인 존중의 힘을 알라” – 인질 협상의 비밀

“Know the power of unconditional respect” – Secrets of Hostage Negotiation

“”겸손과 무조건적인 존중”의 힘을 알라” – 신의 말씀에서 영감을 받은 인질 협상의 비밀과 제이슨 리 데이비스

“”Know the power of ” humility and “unconditional respect”” – Secrets of Hostage Negotiation and Jason Lee Davis inspired with words from God

전설적인 Legendary

서사시 Epic

무조건적인 존중 Unconditional Respect

선행 Preceded by

겸손 humility

Will be exalted!

“메시지를 전달할 때를 알라” – 인질 협상의 비밀

“Know when to deliver your message” – Secrets of Hostage Negotiation

“고객 서비스란 무엇인가”부터 시작해 볼까요? Let’s start with “what is customer service”?

우리 모두는 개선 사항을 사용할 수 있습니다 We can all use improvements

“고 인가”부터 시작해 볼까요? Let’s start with “what is customer service”?

“이 학생들은 자신만의 벽돌을 얻는 방법을 알아내려고 시간을 보냈습니다.” – Ted X Winnipeg

“These students were spending time trying to figure out how they can get a brick of their own” – Ted X Winnipeg

“학생들이 관심을 보였다” – Ted X Winnipeg

“Students were interested” – Ted X Winnipeg

vlogs는 “메시지를 전달할 때를 알고”라는 가치를 더합니다.

WordPress vlogs add value, “Know when to deliver your message”

“사랑과 관심에 대한 갈망” – Ted X Winnipeg
“Craving for love and attention” – Ted X Winnipeg

“그리고 존경심” – 테드 X 위니펙 “and esteem” – Ted X Winnipeg

“어쩌면 그들이 공허함을 채우려고 하는 것 같다” – Ted X Winnipeg

“Maybe they are trying to fill a void” – Ted X Winnipeg

“개인을 양육하라” – Ted X Winnipeg “Nurture the individual” – Ted X Winnipeg

“질문을 하는 것은 당신이 진정한 호기심을 가지고 있음을 보여줍니다” – Ted X Winnipeg

“asking questions shows you have a genuine curiosity” – Ted X Winnipeg

“누가 탁월함을 결정하는가” “Who decides what excellence is”

“탁월함을 상상하고 우리 몸과 광산을 그 방향으로 이끄는 놀라운 능력” – Ted X Winnipeg

“An incredible capacity to envision excellence and steer our body and mines towards it” – Ted X Winnipeg

“비전과 목표” – Ted X Winnipeg

“a vision and a goal” – Ted X Winnipeg

“둘 다 있어야 합니다” – Ted X Winnipeg

“both must be present” – Ted X Winnipeg

그러나 동기 부여는 어떻습니까?” – Ted X Winnipeg

“But what about motivation” – Ted X Winnipeg

동기 부여는 어떻습니까? What about motivation

“검찰은 피해자에 대한 독점권이 없다” – 테드 X 캐슬린 히스

“The prosecution does not have a monopoly on victims” – Ted X Kathleen Heath

완벽주의자는 유용하다 Perfectionists are useful

사랑받고 싶은 힘을 깨닫다 Realize the power in wanting to be loved

해당 사용 사례를 계획하는 데 중요 Important to plan for that use case

올바른 유형의 등반으로 동기 부여 Motivated with the right type of climb

우리가 모든 것을 완벽하게 만들 것이라고 생각하는 비트 Beats thinking we will get it all perfect

생물학적 시스템 Biological systems

지저분한 Messy

“그들은 사실 매우 깊은 인간이다” – Ted X Kathleen Heath

“They are in fact deeply deeply human” – Ted X Kathleen Heath

겸손한 자는 높아지며 온유한 자는 땅을 기업으로 받으며 사랑은 많은 죄를 덮느니라

The humble will be exalted, The meek will inherit the earth, Love accounts for many sins

“메시지를 전달할 때를 알라” – 인질 협상의 비밀

“Know when to deliver your message” – Secrets of Hostage Negotation

당신의 삶과 당신 주변 사람들의 삶을 망가뜨리는 완벽함의 목을 조르는 악마에게 맡기지 마세요.

Don’t let that strangulation demon of perfection wreck your life and the people’s life around you

“죽는다는 소리하지 마!” – 제니 뮤직 “Never Say Die!” – Jenny Music

먼저 집을 정리하라 Clean up your house first

“모든 것은 내 방의 벽돌에서 시작됩니다” – Ted X Winnipeg

“It all starts with the bricks in my room” – Ted X Winnipeg

우유부단함과 자신감 부족으로 우리의 움직임을 마비시키는 잘못된 종류의 완벽주의를 강화하지 않고 아름다운 동기 부여 방식으로 Self Healing Self Restructuring

Self Healing Self Restructuring in a beautiful motivated way without reinforcing the wrong kind of perfectionism, the kind that paralyzes our movements with indecision and lack of confidence

때때로 문제 최적화 Sometimes optimizing the problem

우리가 알고 있는 것이 아니라 Isn’t about what we know

때로는 우리가 알지 못하는 것에 관한 것입니다. Sometimes it is about what we don’t know

올바른 질문을 하는 “방법을 알고” “Know how to” ask the right questions

“메시지를 전달할 때를 알라” – 인질 협상가의 비밀

“Know when to deliver your message” – Secrets of Hostage Negotiators

무료 이미지 Free Image

“그때야” “무조건적인 존중”을 제공할 수 있습니다.

“Only then” can we provide “unconditional respect”

효과적으로 “잘 잡아” – Far Cry 6 Trailer

and effectively “clutch them nice and tight” – Far Cry 6 Trailer

무료 이미지 Free Image
무료 이미지 Free Image

https://en.wikipedia.org/wiki/Exascale_computing 억압적인 시스템에서 더 많은 희생자 없이, 나는 언제 그 미래를 볼 수 있습니까? 나는 언제 그 미래를 볼 수 있을까

https://en.wikipedia.org/wiki/Exascale_computing without more victims in an oppressive system, when do I get to see that future? when do I get to see that future

“검찰은 피해자에 대한 독점권이 없다” – 테드 X 캐슬린 히스

“The prosecution does not have a monopoly on victims” – Ted X Kathleen Heath

“우리가 감당할 수 있는 전력 엔벨로프에서” – El Capitan Exascale 컴퓨팅 비디오
“With in a power envelope we can afford” – El Capitan Exascale Computing Video

“당신이 감당할 수있는 힘 봉투에 새끼 고양이를 원한다면”
“If you want a kitten in a power envelope you can afford”
“당신이 감당할 수 있는 힘의 봉투에 새끼 고양이를 사야 해요”
“Got to get a kitten in a power envelope you can afford”

무료 이미지 Free Image
무료 이미지 Free Image
무료 이미지 Free Image
무료 이미지 Free Image

“위성은 충돌해도 멈추지 않고 하늘에서 떨어집니다” – Kurzgesagt

“If satellites collide they don’t stop and fall out of the sky” – Kurzgesagt

내 자금을 마이팅하는 것만으로는 충분하지 않습니다.

Limiting my funds, is not good enough

속도 제한으로 간주됩니다

it will be considered rate limiting

2022년과 2023년 다른 사람들을 위한 나의 기도를 위해

for my prayers for others in 2022 and 2023

용서할 수 없고 내 삶을 살게 놔두지 못하는 사람들

People that can’t forgive and let me live my life

그것이 바로 감옥의 목적이다 That’s what Jail is for

사람들이 덜 성공하기를 원합니까 아니면 사람들을 가두는 것을 원합니까? 그렇다면 무료로 콘텐츠를 제공할 수 있습니까?

Do I want people to be less successful or lock people up? If I did would I give away content for free?

양방향 도로여야 합니다

Has to be a two way street

내 지지를 줄이는 동맹국은 비열한 여자의 최악이야

Basically power that reduces my support, is the worst of a mean girl

//
// Created by jason on 12/12/2021.
//

#ifndef LINEARALGEBRAUTILITY_RADIALVECTOR_H
#define LINEARALGEBRAUTILITY_RADIALVECTOR_H

// Rho Phi
class RadialVector {
    double rho; // Radial
    double phi; // Angular

    void setRho(double rhoValue) { rho = rhoValue; };
    void setRadial(double rhoValue) { rho = rhoValue; };
    void setPhi(double phiValue) { rho = phiValue; };
    void setAngular(double phiValue) { rho = phiValue; };
};


#endif //LINEARALGEBRAUTILITY_RADIALVECTOR_H

https://en.wikipedia.org/wiki/Polar_coordinate_system

헬리콥터 블레이드 > 말하자면 헬리콥터 부모
The helicopter blades > helicopter parents so to speak

Motivation and Love Projecting > Insecurity Projecting?

Deal with abandonment issues > not deal with abandonment issues?

Not taking something personaly > Taking something personal

Leaving people without funds and in jail, maybe not that personal

I disagree with that statement

Lets substitute the word hugger for cheater

“An evolutionary urge”

“Evolutionary” hugovers

“Needing to be hugged” “myopic desire”

“worthy to exist”

Not enough hugs early on, might lead people to see sensitivity as a weakness

abandonment like building marble calves? (Better Off Ted reference here for Veronica)

heart like granite?

6 ways your ruining your life -> Obstruction of Justice for underaged school girls?

Turning off SSIs for families is pretty messed up

Democrats into turning off water and supplies for little girls?

Not sure I would want to leave that group in office

“Insecure attachment with controlling tendencies” psychological profile of current administration?

“I am not safe, and the world is not safe”

One Shiny Blue Marble

Cementing concepts and reinforcing messaging

How to I turn that up

Stimuli Pairing, like Diatomic Molecules

Reinforced mind patterns, people like reusing familiar principles !(Heisenberg uncertainty principle) if you will

Math teachers positives, negatives, pros, cons, imaginary numbers, some shit just doesn’t exist?

Coordinate systems

People look for justification

She was just polar coordinates when I was cartesian, doomed from the start

“Effective pauses”, know when your coordinates just don’t match

“They are in fact deeply deeply” cartesian

A spicy dish for a sweet and sour ensemble?

Not sure that method is as wise

Rain molecule Universe

How does this apply to this situation

Infinite unknown in a resolution we can’t access

Not what laminar people want to hear

Some people just can’t appreciate turbulent flow

Expectation that the major known is the constant of the unknown

Observational reasoning, not always concurrent with the right level of resolution for the problem

Not wise to make excuses for the current administration cutting off support lines, pretty fucked up, any way you spin it

potential for the unknown possible, potential from being hurt by broken support lines greater

They enabled the support lines and a day later he was hit by a meteor

Important realization justice delayed is justice denied, at least in the grand scheme of things

Therefore Obstructing my product lines should be considered less wise going forward, in my irate over tempted feeling like the system is calling me a fool setup

I can understand it, if they understood it, then it would be fixed and I wouldn’t have to magnify and amplify the signal as much

http://www.myenglishgrammar.com/lesson-6-prepositions/6-same-word-used-as-preposition-and-adverb.html

aboard	
below
to
across
beneath
under
along
between
underneath
alongside
beyond
within
around
by
without
astride	
out	 
behind
throughout

let

https://www.dictionary.com/browse/let

verb (used with object),let,let·ting.
to allow or permit:to let him escape.to allow to pass, go, or come:to let us through.to grant the occupancy or use of (land, buildings, rooms, space, etc., or movable property) for rent or hire (sometimes followed by out).to contract or assign for performance, usually under a contract:to let work to a carpenter.

verb (used without object),let,let·ting.to admit of being rented or leased:The apartment lets for $100 per week.nounBritish. a lease.

For fellow interpretist

The man walked down the street.
The [noun] [verb] [adverb] the [noun].

The man let the woman out of jail.
The woman let the man out of jail.
The [noun] [verb] the [noun] out of [noun].
01 adjectives 5%
02 adverbs 5%
03 boring 5%
04 climax 5%
05 excited 5%
06 exiciting 5%
07 frictionless 5%
08 gyrate 5%
09 legalAdjective 5%
10 legalNoun 5%
11 legalVerb 5%
12 pull 10%
13 push 10%
14 sexualAdjectives 10%
15 sexualNoun 10%
16 spasm 5%

16*5 = 50+30 = 80
increase sexualAdjectives 5%
increase sexualNouns 5%
90%
increase pull 5%
increase push 5%

1000 Word Randomized End User License Agreement
How the cards are dealt matters
Appreciate it

I am not a Lawyer, and Oppression and Legalism with the power of NASA, tanks, and B2s kill

Appreciate it

Word choice and numbers matter

Labels matter

or they don’t

Life matters or it doesn’t

Ratio a little different less war and Rick Rhoades still alive

Therefore don’t judge

Words of unforgiveness market research

Maybe take a look at a sentence

You never do that right.

You always fail me.

never and always seem like some words to stray from

But they did me wrong

“did me wrong” non ideal word set for forgiveness

“cheated” me

“manipulated” me

“hurt” me

Maybe apply a counter to how many times people can say the same thing?

Not sure that is wise either

unforgiveness built into the unforgiveness reduction policy?

Basically computers don’t get everything right

logic doesn’t solve all problems

forgiveness and grace

not something necessarily earned

A road block, sometimes we like to finesse a turd and massage a turd as much as we can

still a turd

people aren’t turds

but we all shit

Therefore like good little boys and girls

Or big men and women

learn to flush

Better than leaving my support lines $0 for pride and prejudice

Thus unforgiveness has a bit of a compounding effect

And if I wasn’t dealing with cyber security problems you all would have more support

Likely there are others that could have helped more too

Nice Christians from China that got their teeth broken in, maybe they would have enjoyed helping you out of the shit a little earlier

Appreciate it

문제는 Shiny Blue Marble의 모든 사람들에게 문제가 되는 방식입니다.

Problems have a way of becoming a problem for all people on Shiny Blue Marble

On my MSI seems like people are using a random number generator on my clip board

Copy Paste limit to working 75% of the time?

Kind of a way to try to get people to hurt themselves

“The prosecution does not have a monopoly on victims”

I would prefer Bill Gates or the NASA inspired cyber problems that are fucking over your product tester

Be stopped

simple

They are trying to get me to lose my faith in my tools

Then simple

they shouldn’t have access to those tools

because they are standing in the way of Cancer research

“The prosecution does not have a monopoly on victims”

“I think it is critical that in a just society that my clients background be heard” – Ted X Kathleen Heath

“It’s really a very simple message”

Don’t fuck over your support

“And I hope you do take this away, because it has consequences beyond dinner parties and the popularity of criminal defense lawyers”

Conditions that lead to misconceptions “that cause us to respond punitively”

“Equal access to justice” “Chronically underfunded”

“At our deepest level”

Stop fucking with your support

“And for those reasons I hope we can correct them” – Ted X Kathleen Heath

Grossly Negligent High Crimes and Misdemeanors fucking over the support in DC? Not sure if I have a case, would think getting people killed in Texas Jails would be a condition

12.12.2021 Dot Product

C:\clionUtilities\linearAlgebraUtility\cmake-build-debug\testLAUtil.exe
Linear Algebra Util
Vector A | 5 2 7 | Vector B | 4 9 3 |
C = A x B ------------ A Cross Product B
Vector C | -57 -13 37
Vector A | 5 2 7 | Vector B | 4 9 3 |
C = A . B ------------ A Dot Product B
Vector C | 20 18 21

Process finished with exit code 0

https://en.wikipedia.org/wiki/Dot_product

Please use the power of cross products and dot products and the fully power of Polynomials to stop people from setting my support network to $0

Please keep in mind cross product is a math term not to be confused with crossing someone off the map

Please keep in mind dot product is a math term not to be confused with bullets or other misconstrued labels

https://www.dictionary.com/browse/recommendation

noun
an act of recommending.a letter or the like recommending a person or thing.
representation in favor of a person or thing.
anything that serves to recommend a person or thing, or induce acceptance or favor.

Impeachment Parser Lexer
Take Law names Consider senators governors as Tokens?

IF(

COMPARISON(Bernie > Yang || Yang > Bernie) {

BETTER_THAN_WHAT_IS_IN_OFFICE(true);
}

)

“An expression is a number and also an expression is more…. you get a parse error”

Imagine that candle is your baby in Jail

“That’s a parse error”

Obstruction of Justice Behavioral Evolution into Impeachment High Crimes and Misdemeanors?

Important to figure out how to ask the right questions

Free Image

Probably needs to be some sort of Open Source accessibility pull request repository, I have some extra time at times, might be nice to thrown in some extra features in my off time

Universal inclusive design, not a necessarily a bad idea

“Not only is this better for accessibility, it adds a certain amount of future proofing” – Ted X Winnipeg

Knowing when to take a step back

“Effective Pauses” – Secrets to Hostage Negotiations

“Chief priest and scribes?” “check yourself before you wreck yourself””

“And to God which thing be Gods” – 2:00:55 (+or minus 5 seconds) Luke by Alexander Scourby

Chapter 22 H 2022 will be a Catch Twenty Two

Apply Vignette

Alien Ship with Red Ruby Lasers Like Luke Near Bridge in New York City or Golden Gate
Potentially Apply Vignette, Free Image

12.11.2021 Pt 5

https://www.dictionary.com/browse/special without the Jade Sauce

adjective
of a distinct or particular kind or character:a special kind of key.
being a particular one; particular, individual, or certain:You’d better call the special number.
pertaining or peculiar to a particular person, thing, instance, etc.; distinctiveunique:the special features of a plan.
having a specific or particular function, purpose, etc.:a special messenger.

noun
a special person or thing.a train used for a particular purpose, occasion, or the like.

Optimize “Transformation” “Special”

Not meant as air quotes but looks like air quotes, that’s a hard one

Optimize Transformation Special words inspired by the Ted X Above and Many Others

Maybe looks a little better still credit but without the air quotes

Changing context and contrast in different directions

Can leave the audience a bit confused

Watching a western, suddenly see spaceships everywhere?

Drama, turns into slapstick comedy for 30 minutes in the middle?

Getting something we weren’t expecting

Buy Diablo 4, get all pastels and no dark gothic architecture

Not a pretty thought

Vlog like a Theatre

Have multiple shows, not sure sequential is always the best route for all people

yet I have to type in a sequential way for the most part

Limit audience to same bounding box?

Kind of sounds like Jail

Also value in sequential processing to a point

I apologize to anyone that feels like my words are sporadic or sparse

Parse Sparse, Sparse words, more special?

I think of Epiphanies as rare, therefore I find them more special

https://www.dictionary.com/browse/sparse

adjective
spars·er,spars·est.
thinly scattered or distributed:
a sparse population.not thick or dense; 
thin:sparse hair.
scantymeager.

Gems scattered and sporadic in a mine, would they be as special if the entire mountain was made of rubies?

The Stars and Stripes flag, not sure Rubies and Sapphires are the best way to think of them, not all bad

Fabric envelops Red and Blue Silk is beautiful and shiny, Sapphire and Rubies are beautiful and shiny

Similar and brilliant, but distinctly different

H Proper Prisoners are BC

Not sure if it helps with British Law, figure defense might spark some ideas

Free Image
Free Image
Sometimes just needs a little polish
Free Starter Image, Many Inspirations

Nice and upbeat, not all ads are bad

Making sense out of the nonsensical? Challenge Accepted?

Starting to miss the 3D Mahjong App on iPad

My review would be better of Samsung S7+ with more optimized support

Lemon Juice in the eye not always the best customer service

12.11.2021 Pt 4

Like the Anti Dragon

완벽한 블로그 게시물, 여전히 그 하나에 작업

The perfect blog post, still working on that one

A little short, only a foundation, 2100 will they use Wood construction?

====================[ Build | all | Debug ]=====================================
"C:\Program Files\JetBrains\CLion 2021.2.3\bin\cmake\win\bin\cmake.exe" --build C:\cppWorkspace\gameEngineV3\cmake-build-debug --target all -- -j 9
-- Could NOT find Doxygen (missing: DOXYGEN_EXECUTABLE) 
-- Using Win32 for window creation
-- Configuring done

An error created at a simple directory refactor

I refactored the deps directory and the source directory in GLFW project and then got that error

Not really what I would expect or would want to expect

Not able to change directory structure in my own system

Kind of like setting your file structure to 5 bins

bin1 bin2 bin3 bin4 bin5

That’s your new directory structure for all your Git pulls and pushes, “Deal with it”?

Maybe a bug for CLion dev team

Spend all my time trying to fix directory structure

less documentation and less lessons for the public

Maybe add 1000 pages of legal loop holes to DC every time I run into issues like this? Nah, that might feed an already bs system

Maybe to the lawyers that just want a bite to eat

You want you teeth to feel better, read 1000 pages first?

Kosher?

Legalism and unforgiveness really not that Kosher

Legalism in right levels and right amounts balance and conditions not being met

A non nominal system allowed to stay in place

like a bench that termites have eaten out

Where you are going out to eat

Bad for the company and bad for you

Would you call it out?

What if you didn’t know about it?

Why didn’t someone speak up?

Not always simple when people grow up in oppressive systems

specially one riddled with debt

from previous generations

“Jipp”

Not sure how I paint https://www.usdebtclock.org/ as a nice baby crib

Free Image

Government rides around on its broken credit card high horse with your babies underneath? Maybe better not to bring babies into the world in 2021

Population already pretty high, getting laid not required for Oxygen

Alcohol and pretty voices, maybe enough for 2021

Kind of the feeling of the guy from Tyrant FX series Mercenary

Burning embassy with shockwave of Lebanon?

Not for my baby

Hot piece of Gold on top of that building

Seeing it? “It’s complicated”

I could go for some Nicotine Gum and Rewatching that series, some awful parts, some really amazing parts

Hope that’s not what the military outside of Taiwan is thinking

Have a lot more training and appreciation for contrast now, might be able to pick up more this time around

It can be a gym, not sure everyone will view it as such

Better to learn on screen “Diego” “Alfied”

Sandy Tropical Looking Streets with Bright Sunny Days and hot buildings with Gold on the top

What’s the issue?

“You must clutch them both nice and tight” “Yes that’s why I left”

“After everything I have given the people, they are still not satisfied”

“I am El President” of this vlog

“And I know you will use great restraint, in exercising your great power” “make sure he understand there will be consequences if he can’t control his own people” “inspiring the hearts of your people” “for when my time has come” “arthus”

Skeletons ” are planning on attacking the wedding” “Arthus”

“My child I watched as pride as you grew into a weapon of righteousness, remember our line has always ruled”

“Victory has defeated you” – Bane

“Effective pauses”

Yes she has

What happened to her super powers?

Fire codes?

Blow torches on open trains non advisable

Is Speed the one where they push the guys head up to top?

Fire exit sign takes out the guy? Can appreciate that

Marvel got my attention, what would you like to show me?

I do appreciate her use of the finer red crystals Rubies and Dion

Those are some hot infinitely complex matrix like worms

Problem with Avengers? Not enough investment in Gambit

Hedge their bet a little better with more safety valves like investing in Duncanville, Texas tech, might have saved a few devastating construction bills

Sure they like to save the day while wrecking up the place, but what about the Architects? What about the Architects

“The prosecution does not have a monopoly on victims” – Ted X Kathleen Heath

“But what about the Architects? What about the Architects” – Ted X Kathleen Heath with a few creative edits by El Presidente of this Vlog

Do right by one kitten, or do right by many kittens?
She “lightly encouraged” me to share

Because she needed better PR after

“They made me into a monster” “Leave me alone”

H Kitten is AD? she is just licking her wounds

Not on my vlog

H Kitten is BC

3.0.01 Version of The Open Source Game Engine I am working on

Would be Free if I could upload the file

This game engine is being developed in 2021
Open sourced in hope that others will provide more peace, love, and grace to the world

Updates 12-11-2021 7:15 PM Central Standard Time, while listening to Timothy 1 Bible Alexander Scourby YouTube video on MSI 65 Thin 10UE
---------------
Moved directories into glfwModule, hopefully this might make it easier
for others that might want to connect it to the binary versions of the libraries.
Not an expert on CMake, can see how it could cause some problems
Not very flexible, not always a bad thing having a more proper representation
We'll call this version 3.0.01

Features -
1. compiles on Clion, used the Wave Example, removed other examples
2. updated to be able to use C++ and C++ classes like iostream
3. Honestly speaking should be easier to do this in 2021
4. Specially given I was able to compile in 2004
5. When people take the No.2 pencil such as OpenGL and the ability to paint from Student
Kind of a terrible thing to do to people working with C++
6. Please do not deoptimize others going forward
7. These systems are meant to be a blessing, kind of understandable with the system executing people
why people might want to throw the system under the bus, and that can be used as an excuse for greed
and to prevent others from building their systems

To those that say taking a number 2 is justified by that
To those that say taking my ability to use systems effectively

I say this from the bottom of my heart, people that fuck over math teachers
Fuck off, and don't fuck over the code bases
Thank you in advance

Jason Lee Davis
---------------

I post this here, hopefully will be available to others soon

A rare case update log on one 12.11.2021 will it be appreciated in the future?

A decent book for Fire for the Rocket of Nasa like elements, Timothy 1 on Loop

Drink a little wine, don’t judge others, don’t be a brawler, love your neighbor, don’t worry so much about money

“Grace be with thee, amen”

Please apply that algorithm to DC

console.cpp

//
// Created by jason on 12/11/2021.
//

#include "console.h"
#include "GameEngine.h"
#include <iostream>

using namespace std;

//========================================================================
// main
//========================================================================
int main(int argc, char* argv[])
{
    cout << "test" << endl;
    GameEngine gameEngine;
    gameEngine.paintMain();
}

console.h

//
// Created by jason on 12/11/2021.
//

#ifndef GLFW_CONSOLE_H
#define GLFW_CONSOLE_H

#include <iostream>

class console{

};

#endif //GLFW_CONSOLE_H

GameEngine.h

//
// Created by jason on 12/11/2021.
//

#ifndef GLFW_GAMEENGINE_H
#define GLFW_GAMEENGINE_H

#if defined(_MSC_VER)
// Make MS math.h define M_PI
 #define _USE_MATH_DEFINES
#endif

#include <stdio.h>
#include <stdlib.h>
#include <math.h>

#include "../glfwModule/deps/glad/gl.h"
#define GLFW_INCLUDE_NONE
#include "../glfwModule/GLFW/glfw3.h"

#include "../glfwModule/deps/linmath.h"

// Maximum delta T to allow for differential calculations
#define MAX_DELTA_T 0.01

// Animation speed (10.0 looks good)
#define ANIMATION_SPEED 10.0
#define GRIDW 50
#define GRIDH 50
#define VERTEXNUM (GRIDW*GRIDH)

#define QUADW (GRIDW - 1)
#define QUADH (GRIDH - 1)
#define QUADNUM (QUADW*QUADH)

struct Vertex
{
    GLfloat x, y, z;
    GLfloat r, g, b;
};

class GameEngine {
public:
    //========================================================================
    // Initialize grid geometry
    //========================================================================
    void init_vertices(void);

    //========================================================================
    // Draw scene
    //========================================================================
    static void draw_scene(GLFWwindow* window);

    //========================================================================
    // Initialize Miscellaneous OpenGL state
    //========================================================================
    static void init_opengl(void);

    //========================================================================
    // Modify the height of each vertex according to the pressure
    //========================================================================
    void adjust_grid(void);
    void calc_grid(void);

    //========================================================================
    // Print errors
    //========================================================================
    static void error_callback(int error, const char* description)
    {
        fprintf(stderr, "Error: %s\n", description);
    }

    //========================================================================
    // Callback function for mouse button events
    //========================================================================

    static void mouse_button_callback(GLFWwindow* window, int button, int action, int mods);

    //========================================================================
    // Callback function for framebuffer resize events
    //========================================================================
    static void framebuffer_size_callback(GLFWwindow* window, int width, int height);

    void mainCallback();
    void mainLoop();
    void paintMain();

private:
    GLFWwindow* window;
    double t, dt_total, t_old;
    int width, height;
};


#endif //GLFW_GAMEENGINE_H

GameEngine.cpp

//
// Created by jason on 12/11/2021.
//

#include "GameEngine.h"

GLfloat alpha = 210.f;
GLfloat beta = -70.f;
GLfloat zoom = 2.f;
double cursorX;
double cursorY;
double dt;
double p[GRIDW][GRIDH];
double vx[GRIDW][GRIDH], vy[GRIDW][GRIDH];
double ax[GRIDW][GRIDH], ay[GRIDW][GRIDH];
GLuint quad[4 * QUADNUM];
struct Vertex vertex[VERTEXNUM];

//========================================================================
// Calculate wave propagation
//========================================================================

void GameEngine::calc_grid(void)
{
    int x, y, x2, y2;
    double time_step = dt * ANIMATION_SPEED;

    // Compute accelerations
    for (x = 0;  x < GRIDW;  x++)
    {
        x2 = (x + 1) % GRIDW;
        for(y = 0; y < GRIDH; y++)
            ax[x][y] = p[x][y] - p[x2][y];
    }

    for (y = 0;  y < GRIDH;  y++)
    {
        y2 = (y + 1) % GRIDH;
        for(x = 0; x < GRIDW; x++)
            ay[x][y] = p[x][y] - p[x][y2];
    }

    // Compute speeds
    for (x = 0;  x < GRIDW;  x++)
    {
        for (y = 0;  y < GRIDH;  y++)
        {
            vx[x][y] = vx[x][y] + ax[x][y] * time_step;
            vy[x][y] = vy[x][y] + ay[x][y] * time_step;
        }
    }

    // Compute pressure
    for (x = 1;  x < GRIDW;  x++)
    {
        x2 = x - 1;
        for (y = 1;  y < GRIDH;  y++)
        {
            y2 = y - 1;
            p[x][y] = p[x][y] + (vx[x2][y] - vx[x][y] + vy[x][y2] - vy[x][y]) * time_step;
        }
    }
}

void GameEngine::adjust_grid(void)
{
    int pos;
    int x, y;

    for (y = 0; y < GRIDH;  y++)
    {
        for (x = 0;  x < GRIDW;  x++)
        {
            pos = y * GRIDW + x;
            vertex[pos].z = (float) (p[x][y] * (1.0 / 50.0));
        }
    }
}

void GameEngine::init_opengl(void)
{
    // Use Gouraud (smooth) shading
    glShadeModel(GL_SMOOTH);

    // Switch on the z-buffer
    glEnable(GL_DEPTH_TEST);

    glEnableClientState(GL_VERTEX_ARRAY);
    glEnableClientState(GL_COLOR_ARRAY);
    glVertexPointer(3, GL_FLOAT, sizeof(struct Vertex), vertex);
    glColorPointer(3, GL_FLOAT, sizeof(struct Vertex), &vertex[0].r); // Pointer to the first color

    glPointSize(2.0);

    // Background color is black
    glClearColor(0, 0, 0, 0);
}

void GameEngine::draw_scene(GLFWwindow* window)
{
    // Clear the color and depth buffers
    glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT);

    // We don't want to modify the projection matrix
    glMatrixMode(GL_MODELVIEW);
    glLoadIdentity();

    // Move back
    glTranslatef(0.0, 0.0, -zoom);
    // Rotate the view
    glRotatef(beta, 1.0, 0.0, 0.0);
    glRotatef(alpha, 0.0, 0.0, 1.0);

    glDrawElements(GL_QUADS, 4 * QUADNUM, GL_UNSIGNED_INT, quad);

    glfwSwapBuffers(window);
}



void init_grid(void)
{
    int x, y;
    double dx, dy, d;

    for (y = 0; y < GRIDH;  y++)
    {
        for (x = 0; x < GRIDW;  x++)
        {
            dx = (double) (x - GRIDW / 2);
            dy = (double) (y - GRIDH / 2);
            d = sqrt(dx * dx + dy * dy);
            if (d < 0.1 * (double) (GRIDW / 2))
            {
                d = d * 10.0;
                p[x][y] = -cos(d * (M_PI / (double)(GRIDW * 4))) * 100.0;
            }
            else
                p[x][y] = 0.0;

            vx[x][y] = 0.0;
            vy[x][y] = 0.0;
        }
    }
}

void GameEngine::init_vertices(void)
{
    int x, y, p;

    // Place the vertices in a grid
    for (y = 0;  y < GRIDH;  y++)
    {
        for (x = 0;  x < GRIDW;  x++)
        {
            p = y * GRIDW + x;

            vertex[p].x = (GLfloat) (x - GRIDW / 2) / (GLfloat) (GRIDW / 2);
            vertex[p].y = (GLfloat) (y - GRIDH / 2) / (GLfloat) (GRIDH / 2);
            vertex[p].z = 0;

            if ((x % 4 < 2) ^ (y % 4 < 2))
                vertex[p].r = 0.0;
            else
                vertex[p].r = 1.0;

            vertex[p].g = (GLfloat) y / (GLfloat) GRIDH;
            vertex[p].b = 1.f - ((GLfloat) x / (GLfloat) GRIDW + (GLfloat) y / (GLfloat) GRIDH) / 2.f;
        }
    }

    for (y = 0;  y < QUADH;  y++)
    {
        for (x = 0;  x < QUADW;  x++)
        {
            p = 4 * (y * QUADW + x);

            quad[p + 0] = y       * GRIDW + x;     // Some point
            quad[p + 1] = y       * GRIDW + x + 1; // Neighbor at the right side
            quad[p + 2] = (y + 1) * GRIDW + x + 1; // Upper right neighbor
            quad[p + 3] = (y + 1) * GRIDW + x;     // Upper neighbor
        }
    }
}

void GameEngine::framebuffer_size_callback(GLFWwindow* window, int width, int height)
{
    float ratio = 1.f;
    mat4x4 projection;

    if (height > 0)
        ratio = (float) width / (float) height;

    // Setup viewport
    glViewport(0, 0, width, height);

    // Change to the projection matrix and set our viewing volume
    glMatrixMode(GL_PROJECTION);
    mat4x4_perspective(projection,
                       60.f * (float) M_PI / 180.f,
                       ratio,
                       1.f, 1024.f);
    glLoadMatrixf((const GLfloat*) projection);
}

void GameEngine::mouse_button_callback(GLFWwindow* window, int button, int action, int mods)
{
    if (button != GLFW_MOUSE_BUTTON_LEFT)
        return;

    if (action == GLFW_PRESS)
    {
        glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_DISABLED);
        glfwGetCursorPos(window, &cursorX, &cursorY);
    }
    else
        glfwSetInputMode(window, GLFW_CURSOR, GLFW_CURSOR_NORMAL);
}

void key_callback(GLFWwindow* window, int key, int scancode, int action, int mods)
{
    if (action != GLFW_PRESS)
        return;

    switch (key)
    {
        case GLFW_KEY_ESCAPE:
            glfwSetWindowShouldClose(window, GLFW_TRUE);
            break;
        case GLFW_KEY_SPACE:
            init_grid();
            break;
        case GLFW_KEY_LEFT:
            alpha += 5;
            break;
        case GLFW_KEY_RIGHT:
            alpha -= 5;
            break;
        case GLFW_KEY_UP:
            beta -= 5;
            break;
        case GLFW_KEY_DOWN:
            beta += 5;
            break;
        case GLFW_KEY_PAGE_UP:
            zoom -= 0.25f;
            if (zoom < 0.f)
                zoom = 0.f;
            break;
        case GLFW_KEY_PAGE_DOWN:
            zoom += 0.25f;
            break;
        default:
            break;
    }
}



void cursor_position_callback(GLFWwindow* window, double x, double y)
{
    if (glfwGetInputMode(window, GLFW_CURSOR) == GLFW_CURSOR_DISABLED)
    {
        alpha += (GLfloat) (x - cursorX) / 10.f;
        beta += (GLfloat) (y - cursorY) / 10.f;

        cursorX = x;
        cursorY = y;
    }
}

//========================================================================
// Callback function for scroll events
//========================================================================
void scroll_callback(GLFWwindow* window, double x, double y)
{
    zoom += (float) y / 4.f;
    if (zoom < 0)
    zoom = 0;
}


void GameEngine::mainLoop() {
    while (!glfwWindowShouldClose(window))
    {
        this->mainCallback();
        t = glfwGetTime();
        dt_total = t - t_old;
        t_old = t;

        // Safety - iterate if dt_total is too large
        while (dt_total > 0.f)
        {
            // Select iteration time step
            dt = dt_total > MAX_DELTA_T ? MAX_DELTA_T : dt_total;
            dt_total -= dt;

            // Calculate wave propagation
            calc_grid();
        }

        // Compute height of each vertex
        adjust_grid();

        // Draw wave grid to OpenGL display
        draw_scene(window);

        glfwPollEvents();
    }
}

void GameEngine::paintMain() {
    glfwSetErrorCallback(error_callback);

    if (!glfwInit())
        exit(EXIT_FAILURE);

    window = glfwCreateWindow(640, 480, "Game Engine", NULL, NULL);
    if (!window)
    {
        glfwTerminate();
        exit(EXIT_FAILURE);
    }

    glfwSetKeyCallback(window, key_callback);
    glfwSetFramebufferSizeCallback(window, framebuffer_size_callback);
    glfwSetMouseButtonCallback(window, mouse_button_callback);
    glfwSetCursorPosCallback(window, cursor_position_callback);
    glfwSetScrollCallback(window, scroll_callback);

    glfwMakeContextCurrent(window);
    gladLoadGL(glfwGetProcAddress);
    glfwSwapInterval(1);

    glfwGetFramebufferSize(window, &width, &height);
    framebuffer_size_callback(window, width, height);

    // Initialize OpenGL
    init_opengl();

    // Initialize simulation
    init_vertices();
    init_grid();
    adjust_grid();

    // Initialize timer
    t_old = glfwGetTime() - 0.01;

    this->mainLoop();

    glfwTerminate();
    exit(EXIT_SUCCESS);
}

#include <iostream>

using namespace std;

int frameCount = 0;

void GameEngine::mainCallback() {
    frameCount+=1;
    // cout << "Frame " << frameCount;
    if (frameCount%10 == 0) {
        // cout << endl;
    }
}

CMakeLists.txt for console directory

cmake_minimum_required(VERSION 3.20)
project(systemOptimization)

set(CMAKE_CXX_STANDARD 14)

link_libraries(glfw)

include_directories("${GLFW_SOURCE_DIR}/glfwModules/deps")

if (MATH_LIBRARY)
    link_libraries("${MATH_LIBRARY}")
endif()

# Workaround for the MS CRT deprecating parts of the standard library
if (MSVC OR CMAKE_C_SIMULATE_ID STREQUAL "MSVC")
    add_definitions(-D_CRT_SECURE_NO_WARNINGS)
endif()

if (WIN32)
    set(ICON glfw.rc)
elseif (APPLE)
    set(ICON glfw.icns)
endif()

set(GLAD_GL "${GLFW_SOURCE_DIR}/glfwModule/deps/glad/gl.h"
        "${GLFW_SOURCE_DIR}/glfwModule/deps/glad_gl.c" ../console/console.cpp ../console/console.h GameEngine.cpp GameEngine.h)
set(GETOPT "${GLFW_SOURCE_DIR}/glfwModule/deps/getopt.h"
        "${GLFW_SOURCE_DIR}/glfwModule/deps/getopt.c")
set(TINYCTHREAD "${GLFW_SOURCE_DIR}/glfwModule/deps/tinycthread.h"
        "${GLFW_SOURCE_DIR}/glfwModule/deps/tinycthread.c")

add_executable(console WIN32 MACOSX_BUNDLE console.cpp console.h ${ICON} ${GLAD_GL})

set(GUI_ONLY_BINARIES console)

set_target_properties(${GUI_ONLY_BINARIES} ${CONSOLE_BINARIES} PROPERTIES
        FOLDER "Console")

if (GLFW_USE_OSMESA)
    target_compile_definitions(offscreen PRIVATE USE_NATIVE_OSMESA)
endif()

if (MSVC)
    # Tell MSVC to use main instead of WinMain
    set_target_properties(${GUI_ONLY_BINARIES} PROPERTIES
            LINK_FLAGS "/ENTRY:mainCRTStartup")
elseif (CMAKE_C_SIMULATE_ID STREQUAL "MSVC")
    # Tell Clang using MS CRT to use main instead of WinMain
    set_target_properties(${GUI_ONLY_BINARIES} PROPERTIES
            LINK_FLAGS "-Wl,/entry:mainCRTStartup")
endif()

if (APPLE)
    set_target_properties(gameEngine PROPERTIES MACOSX_BUNDLE_BUNDLE_NAME "GameEngine")

    set_source_files_properties(glfw.icns PROPERTIES
            MACOSX_PACKAGE_LOCATION "Resources")
    set_target_properties(${GUI_ONLY_BINARIES} PROPERTIES
            MACOSX_BUNDLE_SHORT_VERSION_STRING ${GLFW_VERSION}
            MACOSX_BUNDLE_LONG_VERSION_STRING ${GLFW_VERSION}
            MACOSX_BUNDLE_ICON_FILE glfw.icns
            MACOSX_BUNDLE_INFO_PLIST "${GLFW_SOURCE_DIR}/CMake/MacOSXBundleInfo.plist.in")
endif()

Hopefully this helps some people out there, providing the files might have been simpler, if DC hadn’t allowed my support to be turned off, you would have access to the codebase sooner

My name is Jason, other’s named Tim

Having a name and contrast algorithms around those names can likely factor into how someone is treated

Be your name Jason or Tim, neither of us should be riding in on the white horse, nor be forced to do so

Having a book that talks about no money associated with your contrast algorithm? Kind of messed up

Having a butcher knife wielding hockey murderer associated with your contrast algorithm? Kind of messed up

Decent start for Weather Chess

Turbulent flow, and a Canvas for a board

“Fight the good fight of Faith” – Timothy 1

“Without spot, unrebukable”

“Because ” “deeply deeply human ” “is the only hope for this world” – D3 + Ted X KH + D3

Jupiter as Shiny Blue Marbles sister?

Shiny Blue MarbleShiny Beige Marble
https://en.wikipedia.org/wiki/Earth
More Tort or More Duress?

Not everyone likes standing on solid ground

https://www.dictionary.com/browse/earth

noun
(often initial capital letter) the planet third in order from the sun, having an equatorial diameter of 7,926 miles (12,755 km) and a polar diameter of 7,900 miles (12,714 km), a mean distance from the sun of 92.9 million miles (149.6 million km), and a period of revolution of 365.26 days, and having one satellite.
the inhabitants of this planet, especially the human inhabitants:The whole earth rejoiced.
this planet as the habitation of humans, often in contrast to heaven and hell:to create a hell on earth.
the surface of this planet:to fall to earth.
the solid matter of this planet; dry land; ground.

verb (used with object)
Chiefly British Electronics. to ground.
https://en.wikipedia.org/wiki/Jupiter
More Tort or More Duress?

Not everyone likes standing on solid ground

https://www.dictionary.com/browse/jupiter

noun
Also called Jove. the supreme deity of the ancient Romans: the god of the heavens and of weather.Compare Zeus.
Astronomy. the planet fifth in order from the sun, having an equatorial diameter of 88,729 miles (142,796 km), a mean distance from the sun of 483.6 million miles (778.3 million km), a period of revolution of 11.86 years, and at least 14 moons. It is the largest planet in the solar system.
Military. a medium-range U.S. ballistic missile of the 1950s, powered by a single liquid-fueled rocket engine.

Having some trouble formatting the table, some extra work for WordPress

https://en.wikipedia.org/wiki/Cross_product

I don’t like my kitten that close to the flaming loop

Free Image

Sweaters and Incendiary Feathers?

Free Image

3/4 Time Signatures

It was a simpler time

No new Waltz for the Ballroom affair? Not sure that would be fair to the future

Men more prone to Tort or Women more prone to Tort?

Women more prone to Duress or Men more prone to Duress?

one two three one two three

Making some hot tea (originally planned for ice tea), going to listen to some wisdom from the queen of England, why? because I can

I am still “El Presidente” at least of this vlog

2 minutes of Wisdom from someone who has probably seen some of the most proper of affairs in the world

Could change your life

Not much of a cost requirement

Goes nice with some Hot Tea

“I have seen one coronation….” – Queen Elizabeth having trouble hearing the rest

“Not what I meant to do” – Queen Elizabeth

Father please bless and protect give joy love grace and inspiration to all the people in Britain, to the royal family, and all the people they represent In Christ’s name I ask this ^ DS ^ DS ^DS ^ DS

“We all need to get the balance right between action and reflection. With so many distractions, it is easy to forget to pause and take stock” – Queen Elizabeth

“Effective Pauses” kind of reminds me of the Ted X hostage negotiation

Balance, Bible talks a bit about that

Many illusions and illusive qualities on top of Shiny Blue Marble

Nice to have both a pause and a play button, things that we tend to take for granted on the outside

Also particularly imperative in regards to OpenGL, think there is a No. 2 Pencil in the students bin when actually there is a snake, kind of sad

Being on the outside has value

One quote of many, wise words in there

Likewise “Good memories are our second chance at happiness” – Queen Elizabeth

“Good memories are our second chance at happiness” – Queen Elizabeth Reiterated because I think that these words are important

When we look upon the past

We have a choice

Churn on the bad, compressing it into a diamond that never hits the light right

Or compressing it into a diamond that shines brightly

Either way, we are compressing, a large part of Shiny Blue Marbles turbulent flow to a single instance in time likely taken out of context

Life like a piece of coal?

At the end of time a beautiful diamond

After the painter is through with the paint brush?

I tend to think there a few diamonds on this planet, sometimes you have to look a bit hard to see them

Perfected before heaven, I think not

Room for improvement

Like Rubies or Sapphires better? Pretty hot crystals too

Know how to ask the right questions in the right way?

An emerald to me, not sure it is an emerald to everyone else

Free Image
Free Image

Will set that emerald to #9

Proximity, good delivery good delivery

A couple updates since the Mayflower kind of would like to keep them in a way that is a blessing for Shiny Blue Marble as opposed to the opposite

The actual image of a supercomputer not the actual output of a supercomputer, a complex understanding

12.11.2021 Pt 3 PA

어떤 채무자가 그분을 더 사랑하겠는가? 최고의 질문

Which debtor would love Him more? A top Question

적을 올바르게 어떻게 사랑하나요? 내 지원을 최적화하기 위해 적극적으로 노력하고 있는 다른 사람을 최적화하려면 어떻게 해야 합니까? 한 번에 여러 사람을 최적화하려면 어떻게 해야 합니까? 가족과 지역 사회? 적당한 양에 적당한 수준? 항상 동일합니까? 동료 시골 남자가 감옥에 갇혀 있다면, 어려운 질문을하지 않는 것이 좋습니다?

How do I correctly love my Enemy? How do I optimize others that are actively trying to deoptimize my support? How do I optimize loving multiple people at once? Family and Community? Right levels in right amounts? Same at all times? If your fellow country man was stuck in Jail, better not to ask the tough questions?

자기 반사의 가치를 보는 것이 언제 적절합니까?

When is it appropriate to look at the value in self reflection?

무료 이미지 Free Image

Would DC want me to have the ability to buy presents for my family or would they prefer to spoil presents?

Would DC prefer people to wait around without trials or would they prefer to actually do their jobs instead of smoking pot in the Oval Office

Common place these days? Might not be pot smoke, might just be slowed reaction times, things that sometimes happen with age

Could happen to the best of us, and I am bias to having a non zeroed support line

I don’t think President Biden and Kamala are dumb

Questionable moral and morale support?

DC가 진실을 말하고 지원 라인에 의해 옳은 일을 시작하면 아버지는 미래의 2022 년 10 배 더 축복하십시오.

Father please bless are future 2022 ten times more if DC starts telling the truth and doing right by their support lines

“그것은 기회뿐만 아니라 문제를 설명”- 테드 X

“It describes the problem as well as the opportunity” – Ted X

“Team performance”

Over state lines

“Once a month they send us a ” bulldozer

“Which I should not have done but I am dealing with it” – Phil and Lem

Best Practices and Best Principles Impeachment for Grossly Negligent Support Line Stealing Puppy Cats

“The prosecution rests”

“The prosecution does not have a monopoly on victims”

R.I.P Victim Monopolizing Grossly Negligent Support Line Robbing Oppressive Duress Power infused with the tools and tech of NASA and similar organizations dedicated to insuring “equal access to Justice”

Air Quotes important hear, the full effective and power of Air Quotes for the support line of your baby in a system with Shivs for Christmas time cheer

Matthew 7777, like working for “Kappa Kappa Wong” – Futurama

Acts of God * Obstruction of Justice > Support for God’s Baby?

Shiny Blue Marble as a bit of a lemon

“No dog food for victor tonight” – Futurama

Quicksand “like a scientist trap”

Do snakes get that close to the sand?

뜨거운 효과적인 일시 중지 에 중간, 매우 뜨거운

That effective pause in the middle, very hot

I was able to get OpenGL working using the GLFW project along with cout and standard C++ libraries, I would gladly provide to public in my Google Drive was working properly

Therefore I think it wise to write a small tutorial

If it were my Puppy Dragon, I would like to be able to use OpenGL out of the box

Maybe JetBrains can use my free tutorial and update combined with the user data it got from me to update

Hopefully I enabled that property, Cyber Security problems listener beware

https://www.jetbrains.com/

Maybe a small OBS show, Video is worth 1000 words?

Refactor issues kind of annoying for CMAKE

Magnify Studio, “Duh!”

The man likes his nicotine

“Time’s amastin”

This rain would be better with Nicorette

Why your content wasn’t posted here? Accessibility and Cancer Research? Because people are robbing my support lines

So remember

Don’t steal from Jason Lee Davis and crew

Because “Time’s awaistin”

Impeach, because I can’t buy presents, and “Time’s awaistin”

Impeach, because babies stuck in Jail and power obstructing justice while enjoying nice AC in the hot seat, and “Time’s awaistin”

I’ve got Safety Valves, and You’ve got Safety Valves, lets get together and use those valves time’s awaisting!

Unforgiveness and silence? the better choice?

Not calling out the shit in the system? “got no time for that, leave me alone!”

Because the system is “bad as can be” in December 2021

Can we get a Trump and Biden with the Power of Morbo?

With cutsie cryin reporters on the sideline? (No disrepect to the mediator, that situation was disrespectful to the mediatior and the country, don’t make it that hard on the support lines)

Sit there on their high thrones while their support goes without the ability to provide for themselves because some jackasses with biases towards their own pocket books are getting paid

2022+ lets make that less of an issue

President that might as well be taking a shit on the American flag

“Our country doesn’t have the money to help that!”

“Our country can’t afford not to help that!”

DC and Shiny Blue Marble have mastered that

Does it come in any other flavors?

Optimized support lines happy puppy cats all around?

But we would rather amp pride and prejudice?

Think I am going to take pride in amplifying Fire and Design codes rather that Pride and Prejudice for the next video