November 30th, 2022 Pt 2

Question Reception Vest Possible

QrCePrVestPoss – Questions are Challenges evoke Process are Value establish Possible

Q rCept rVestPoss

Question Reception Vest Possible

Message Theme to Comprehended

Evil is Not All Performance Amped

More Amazing Songs Slower when Studio is Not Magnified

Big Rocks before Small Rocks, but Not All Big Rocks are easily Movable, sometimes moving the small rocks first can make getting to the Big Rocks easier

Screwing with Tools of the people doing the work is not all infrastructure supported, thinking that won’t come back and bite you unwise

Anti Bridge tech like limiting my development tools can get you fired, and give you an appreciation for broken bridges

Who ever is investing in Fucking with my family, Stop immediately

Or you will be an example for the next 10 years

Appreciate

People trying to destroy my throughput have a name that is profitable, until it will not be.

People limiting Defense Law Amps deserve to sit in jail for a while

The people that are robbing their time can sit in Jail, and they can be released, simple as that

Give people a taste of the reduced support an appreciation for system is not fully just? Not really what I would want, give them to an unjust system, but letting others limit while people sit in corrupt jails is a trade off

Being Throughput Out is Enabling Corrupt Systems to rob hours, days, years, and lives

Better to be an active amplifier, people that choose to limit might be turned into an active amplifier as a reminder others matter too

Enable a corrupt system via support out then expect not to be ruined by it?

There is Hope, I can amplify my comprehension twice as fast, can lead to potentially twice as fast questions, questions that can create value from 2+2=? to 2+2 equal 4 to 2x+2x=4x

Wrecking my tools a Tyrant Amp, and robbing my Audience

Not All Features that are available are always tried, less use of features might lead to feature untested and unable to provide at a critical time Equalization, and No Compression, Compression and No Equalization?

High Quality Features that Deliver Amazing Results or 1000 bells and whistles that are never tested and fail at critical times?

Active Listening like a Software Feature for Society

If you don’t activate it

It is like Anger Management

Two useful features, that are not always ideally amplified

Enabling People early for Valentines Day likely should lead to less war and more peace

Less Angry Outbursts, Better Communication, More Active Listening, likely better long term Peace Results for World, Compliments that land vs Compliments that sound rude or contrived

New Computer on Christmas Day, Ready to Learn Programming Languages like Java then be robbed out of the box equals Great Experience?

Created a bug about libraries not importing https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/issues/2334

Tool functional and sharp matters to Java Developers hired or let go

Not the most encouraging thing Engineers that are imperfect have the potential to introduce bugs that are anti Engineers while simultaneously having to fight Evil In By Design

Make all the corrupt leaders that are enabling power to rob me amp the bill and send me a check for all lost funds, preferably in an unmarked briefcase 100s

https://www.eclipse.org/sponsor/

Tool Experience factors into Support Enabled or Not Enabled something to consider, awesome audio equipment and amps with mixers that inspire or No DJ In By Design

OpenCL to Enable Less Cats left in Shelters?

For People that want to work on reading Comprehension and Summarization 300+ pages of High Performance Computing Power

https://registry.khronos.org/OpenCL/specs/3.0-unified/pdf/OpenCL_API.pdf

Advice to World

Bro Code is an idea with Major Cons

Enjoyable Experience and Trust Fidelity is Not All Value Out, Find something that can be inclusive could be high value added

Excluding Women, Diverse Groups, Minorities, Former Inmates, and People with Accessibility problems is easy to turn up

Fostering Inclusivity in Computing and Logic Systems is Not a Given

Inclusion of one group can be used as a way to disrespect another, while not always the case, can be the case

Negate current system as Ideal Ginger Amp, Negate having to re-amp that constantly is High Value Added to Gingers

Think the best of others, while they are stealing your water bottles and setting your finances to zero? Set that as the norm?

Better options

November 30th, 2022 Pt 1

Free Java Method

	public static byte[] readFileAsBinary(String filename) throws FileNotFoundException,IOException {
		File file = new File(filename);
		FileInputStream fis = new FileInputStream(file);
		ByteArrayOutputStream baos = new ByteArrayOutputStream();
		byte buffer[] = new byte[4096];
		int bytesRead =fis.read(buffer); 
		while (bytesRead!=-1) {
			baos.write(buffer,0,buffer.length);
			bytesRead=fis.read(buffer);
		}
		return baos.toByteArray();
	}

会发布一些测试位图文件以供使用,但我受到限制非理想

Would post some tests bitmap files to work with but I am being limited Non Ideally

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

// Free code, thoughts each pixel is a Hex RGB in 24 Bit Bitmaps, might have that wrong, likely a descriptor table at the front

package file.image;

public class Bitmap24BitPixel {
	public byte red, green, blue;
}

https://image4j.sourceforge.net/

Appears to have missing dependency on BufferedImage from Java AWT

Eclipse with JDK 19 saying cannot be resolved to a type

Eclipse

Version: 2022-09 (4.25.0)
Build id: 20220908-1902

Experience for Tools Null Costed Starting to get annoying.

Feeling of bad deal

module CommunicationUtil {
	requires java.desktop;
	requires java.logging;
}

https://docs.oracle.com/javase/7/docs/api/java/awt/image/BufferedImage.html

Snippet from BMPEncoder

    // write lines
    for (int y = height - 1; y >= 0; y--) {
      
      // write pixel data for each line
      for (int x = 0; x < width; x++) {
        
        // get RGB values for pixel
        int r = raster.getSample(x, y, 0);
        int g = raster.getSample(x, y, 1);
        int b = raster.getSample(x, y, 2);
        
        // write RGB values
        out.writeByte(b);
        out.writeByte(g);
        out.writeByte(r);
      }
      
      // write padding bytes at end of line
      for (int i = width * 3; i < bytesPerLine; i++) {
        out.writeByte(0);
      }
    }

Appears to write Blue Green Red given Little net.sf.image4j.io.LittleEndianOutputStream

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

Free Code Snippet

	public static void drawImage() {
		BufferedImage bImg = new BufferedImage(200,200,BufferedImage.TYPE_INT_RGB);
		Graphics2D graphics2d = bImg.createGraphics();
		graphics2d.setBackground(Color.BLACK);
		graphics2d.setColor(Color.CYAN);
		graphics2d.draw(new Rectangle(25, 25, 50, 50));
		String writeBitmapTest = "bin"+FileUtil.getFileDivider()+"assets"+FileUtil.getFileDivider()+"TestBitmapWrite.bmp";
		try {
			BMPEncoder.write(bImg, new File(writeBitmapTest));
			lg.log("Test Bitmap Created");
		} catch (IOException e) {
			// TODO Auto-generated catch block
			e.printStackTrace();
		}
	

给予更多帮助的批判性鼓励

Critical Encouragement Delivery to More Helps

Write your own studio software possible

https://www.lwjgl.org/customize

Bad Power Corrupt Corporations that are wasting my time need to be reduced and repurposed in to smaller corporations

Need to have the people responsible magnified then I can better allocate funding and product choice going forward, may God shine the light of 1000 suns on the issue

If your families product line was dependent on working or not working, how would you feel about that?

A little bit of support lost could be critical

Changes whether a team is hired or fired

likely I might be the prototype, the same version to be installed in corporations people disagree with?

People with sons and daughters, to no longer able to pay bills because Shark like decisions being made?

The people working against me, robbing my future, robbing my future families plates, robbing lots of future families plates

Corporations that play dirty aren’t in it for the long haul

November 29th, 2022 Pt 4

压力因素转化为价值放大

Pressure factors into Value Amplified

数学和工程学位并不总是导致对双关语力量的理想理解,系统有办法改变你在战后时期的飞行标志,没有得到充分尊重

Math and Engineering Degrees does NOT Always lead to ideal Comprehension in Power of Puns, System has a way to change flag your flying under post war time, not fully respected

进入一个地方,认为这意味着 A 并不总是等于 Not B

Go into a place thinking it means A does not always equal Not B

有人给你一件带有和平符号等特殊设计的衬衫,然后发现它是一个你看不见的巨大中指?

Someone gives you a shirt with a special design like a peace symbol then find out it is a giant middle finger that you couldn’t see?

仅仅因为您不必穿床单就可以走进去,并不等于您不会通过非理想的方式被推销给族人

Just because you don’t have to wear a sheet to walk in does not equal you won’t be upsold to a clansman via non ideals

People for Peace 氏族不等于在南方有足够多的白人时不会被推销给 Ku Klux

The People for Peace clan does not equal won’t be upsold to Ku Klux with enough White people in the south

得克萨斯人和美国并非所有白种人都得到了放大,加上支持不足的西班牙裔社区,并减少了通过非法移民获得资金的机会非理想更有可能而不是完全理解

Texans and USA is Not All Caucasians Amplified, add in an under supported Hispanic Community and reduced access to funding via illegal immigration Non Ideals More Likely than fully appreciated

1983 年的 Gingers 更好,但这不是 1983 年

Was better for Gingers in 1983, but this is Not 1983

Artist Early Picture with Cross Added
添加了十字架的艺术家早期图片
Artist Early Picture with Cross Added

天主教堂让浅蓝色十字架升为火焰上的蓝色火焰? 设置为燃烧十字以绘制蓝色十字架?

Catholic Church of lets a Light Blue Cross be upsold to Blue Fire on a Flame? Set to a Burning Cross for drawing a Blue One?

相信一个允许 Gingers 在社会上默认排便的教堂吗?

Trust a Church that allows Gingers to be defecated on by default in society?

我不建议白种人,尤其是有橙色头发孩子的人长期居住或住在德克萨斯州

I would not advise Caucasians especially with children with Orange hair to move or live in Texas long term

添加不一致的数据和更少的和平,并非所有未来都被放大

Add in inconsistent data and less peace, Not All Future Amplified

世界上有很多地方拥有更多的信息、更多的智能和超级计算机,他们是否正在努力解决问题? 还是他们让它 B,连续 B

There are many places in the world that have more information, more access to intelligence and super computers, are they trying to fix the problem? Or are they letting it B, continuously B

Speed of Justice, Speed Church fixes problem, 评价恩典系统的因素, 评价宽恕系统的因素, 评价逻辑系统的因素

Speed of Justice, Speed Church fixes problem, factors into appreciation for Grace as a system, factors into appreciation for Forgiveness as a system, factors into appreciation for Logic as a system

教会没有培养对教师的尊重 充分信任他们,而不是使用导致教师隶属于两个委员会的相同系统?

Church doesn’t foster Respect for Teacher Sufficiently trust them with more than same system that leads to Teacher attached to two Boards?

被视为受人尊敬的事物

Perceived as Respected Matters

被视为对金融系统和金融工具的价值不是必需的不是所有的尊重都被放大了,不是所有的自由和选择都被放大了

Perceived as Value to Financial System and Financial Instrument is Not Required is not all Respect Amplified, is not all Freedom and Choice Amplified

错综复杂的世界总是提供,限制我的工作室和我的家人危及我的生命

Complex Intricate World that does always provide, limiting my studio and my family endangers my life

我受了很多委屈我记不清每一个

I have been wronged in so many ways I can not remember each and everyone

不太可能能够基于有限的记忆建立真正的正义

Less likely to be able to establish true justice based on limited memory

令人难忘的改变游戏规则的叫醒电话 德克萨斯州和美国的多样性并不总是得到提倡?

Memorable Game Changing Wake Up call to Texas and USA Diversity is Not Always Promoted?

金钱购买律师因素进入正义衍生

Money to buy Lawyers factors into Justice Derived

建立不要和我的家人和工作室混在一起,把一个看不见的敌人推销到 Easy Not All True Value Amped

Establishing don’t fuck with my family and studio, with an unseen enemy upsold to Easy Not All True Value Amped

切断我工作室的氧气有可能让我的家人因体温过低而流落街头,警告射击并不总是有价值

Cutting off Oxygen to my studio has potential to leave my family on the street with Hypothermia, warning shot not always value out

1961 年 7 月,如果我是一个住在中国的 40 岁男人,由于计算机没有那么普遍,工程师可能在不同的领域

July 1961, if I was a 40 year old man living in China, Engineer possibly in a different field due to Computers not as Ubiquitous

然后我听说了 https://en.wikipedia.org/wiki/Tsar_Bomba

Then I heard about https://en.wikipedia.org/wiki/Tsar_Bomba

它会让我感觉如何,它会如何改变我给出的建议?

How would it make me feel, how would it change the advice I give?

https://en.wikipedia.org/wiki/1961 Before my Time, claim any real comprehension, not try to comprehend somewhat?

January 20 – John F. Kennedy is sworn in as the 35th President of the United States.

January 24 – A B-52 Stratofortress, with two nuclear bombscrashes near Goldsboro, North Carolina.

January 31 – Ham, a 37-pound (17-kg) male chimpanzee, is rocketed into space aboard Mercury-Redstone 2, in a test of the Project Mercury spacecraft, designed to carry United States astronauts into space.

January 30th 1961 State of Union from Kennedy Available?

“谨慎的继承人会仔细清点他的遗产,并对那些他有义务信任的人进行忠实的说明。约翰·肯尼迪。”

“The prudent heir takes careful inventory of his legacies and gives a faithful accounting to those whom he owes an obligation of trust. John F. Kennedy.”

https://www.brainyquote.com/quotes/john_f_kennedy_114922

“失业率从未恢复到正常水平……简而言之,美国经济陷入困境” – 约翰肯尼迪

“Unemployment never returned to normal levels… in short the American Economy is in trouble” – John F. Kennedy

“经济利润充其量只是一只不确定的眼睛”——约翰·F·肯尼迪

“Economic profit is at best an uncertain eye” – John F. Kennedy

“我希望这是一个实现我们国家实力的国家计划”——约翰·F·肯尼迪

“it is I hope a national program to realize our National Strength” – John F. Kennedy

时间的回声,是否理解当天的发言人会在 2022 年回响?

Echoes in Time, any comprehension the Speaker of that day’s words would be echoing in 2022?

容易不完全欣赏 强大的演讲有可能提供给未来,以放大当时更理想的灯光

Easy to not fully appreciate powerful speeches have the potential to be available to the future to magnify in more ideal lights for the time

想象一下,如果能有乔治·华盛顿演讲的视频,理解力可能会有所不同

Imagine being able to have video of George Washington’s speech, comprehension likely would be different

过去的话比过去更有力量,不是都好,也不是都坏

The words of the past have more power than they use to have, Not All Good, and Not All Bad

1961 年的肢体语言影响到 2022 年的肢体语言感知

Body language from 1961 factors into Perception of Body Language in 2022

谦虚的光,在讲台上从右到左轻抓论文

Humble light, light grasp on papers right to left on podium

他没有抓住领奖台,轻触并不总是得到充分尊重

He is not grasping the podium, a light touch is not always fully respected

如果他以暴力的方式到处摇晃讲台,可能会有不同的看法

Likely to be perceived differently if he was shaking the podium all over the place in a violent way

预示二月?

Foreshadowing in February?

  • 2 月 1 日——美国测试其第一枚民兵 I 洲际弹道导弹。[1]
  • February 1 – The United States tests its first Minuteman I intercontinental ballistic missile.[1]
  • February 15
    • 美国总统约翰·肯尼迪警告苏联不要干涉联合国对刚果的平定。 [2]
    • United States President John F. Kennedy warns the Soviet Union to avoid interfering with the United Nations‘ pacification of the Congo.[2]
    • Sabena 航班 548 在比利时布鲁塞尔附近坠毁,造成 73 人死亡,其中包括整个美国花样滑冰队和几名教练。
    • Sabena Flight 548 crashes near Brussels, Belgium, killing 73, including the entire United States figure skating team and several coaches.
    • 1961 年 2 月 15 日发生了在欧洲南部可见的日全食。
    • The total solar eclipse of February 15, 1961, visible in the southern part of Europe, occurs.

3 月 1 日——美国总统约翰·肯尼迪成立和平队。

March 1 – United States President John F. Kennedy establishes the Peace Corps.

  • 4 月 8 日 – 英属印度蒸汽航运公司 MV Dara 号客轮在迪拜附近爆炸沉没; 238 名乘客和机组人员遇难。 [6]
  • April 8 – British India Steam Navigation Company passenger ship MV Dara blows up and sinks off Dubai; 238 passengers and crew are killed.[6]

April 12

  • 东方一号:苏联宇航员尤里·加加林成为第一个进入太空的人,在跳伞降落到地面之前绕地球一圈。
  • Vostok 1: Soviet cosmonaut Yuri Gagarin becomes the first human in space, orbiting the Earth once before parachuting to the ground.
  • 5 月 4 日——美国自由骑士开始乘坐州际巴士,以测试美国最高法院新的整合决定。
  • May 4 – U.S. Freedom Riders begin interstate bus rides, to test the new U.S. Supreme Court integration decision.
  • 5 月 14 日 – 民权运动:一辆自由骑士巴士在阿拉巴马州安尼斯顿附近遭到燃烧弹袭击,民权抗议者遭到愤怒的三K党成员暴徒殴打。
  • May 14 – Civil rights movement: A Freedom Riders bus is fire-bombed near Anniston, Alabama, and the civil rights protestors are beaten by an angry mob of Ku Klux Klan members.
  • 5 月 16 日——朴正熙在韩国发动军事政变上台。
  • May 16 – Park Chung-hee takes over in a military coup, in South Korea.
  • 5 月 21 日——民权运动:阿拉巴马州州长约翰·帕特森在种族骚乱爆发后宣布戒严,试图恢复秩序。
  • May 21 – Civil rights movementAlabama Governor John Patterson declares martial law in an attempt to restore order, after race riots break out.

All things seen always seen?

5 月 22 日——新南威尔士州发生地震。

May 22 – An earthquake rocks New South Wales.

5 月 25 日——阿波罗计划:肯尼迪总统在国会特别联席会议之前宣布,他的目标是在本世纪末将人类送上月球。

May 25 – Apollo programPresident Kennedy announces, before a special joint session of Congress, his goal to put a man on the Moon before the end of the decade.

5 月 28 日——彼得·贝南森 (Peter Benenson) 的文章“被遗忘的囚徒”在几家国际知名报纸上发表。 这后来被认为是人权组织大赦国际的成立。

May 28 – Peter Benenson‘s article “The Forgotten Prisoners” is published in several internationally read newspapers. This is later considered the founding of the human rights organization Amnesty International.

世界测试,距离够远,不用考虑?

World Test, Far enough away, No Need to consider?

6 月 1 日——埃塞俄比亚经历了 20 世纪最具破坏性的地震,震级为 6.7。 Majete 镇被毁,Karakore 45% 的房屋倒塌,Karakore 以北 17 公里(11 英里)的主要道路因山体滑坡和裂缝而受损,该地区 5,000 名居民无家可归。

June 1 – Ethiopia experiences its most devastating earthquake of the 20th century, with a magnitude of 6.7. The town of Majete is destroyed, 45% of the houses in Karakore collapse, 17 kilometers (11 mi) of the main road north of Karakore are damaged by landslides and fissures, and 5,000 inhabitants in the area are left homeless.

6 月 4 日——维也纳峰会:约翰·肯尼迪和尼基塔·赫鲁晓夫在维也纳举行为期两天的会晤。 他们讨论核试验、裁军和德国。

June 4 – Vienna summitJohn F. Kennedy and Nikita Khrushchev meet during two days in Vienna. They discuss nuclear tests, disarmament and Germany.

军队在有用之前是没有用的

Militaries not useful until they are

6 月 23 日——南极条约生效。

June 23 – The Antarctic Treaty comes into effect.

7 月 4 日——苏联潜艇 K-19 在北大西洋发生反应堆泄漏。

July 4 – Soviet submarine K-19 suffers a reactor leak in the North Atlantic.

7 月 5 日——以色列第一枚火箭 Shavit 2 发射。 [9][10]

7 月 8 日——捷克斯洛伐克发生地雷爆炸,造成 108 人死亡。

July 8 – A mine explosion in Czechoslovakia leaves 108 dead.

  • July 12
    • 一架捷克斯洛伐克 Ilyushin Il-18 在试图降落在摩洛哥卡萨布兰卡时坠毁,机上 72 人全部遇难。
    • A Czechoslovakian Ilyushin Il-18 crashes while attempting to land at Casablanca, Morocco, killing all 72 people on board.
    • 为印度浦那市供水的两座水坝决堤,造成 1000 多名居民死亡。
    • Two dams that supplied water to the City of Pune, India burst, causing death of more than 1000 residents.

6个月 6 months

7 月 25 日——美国总统约翰·肯尼迪就柏林危机发表广受关注的电视讲话,警告说“我们不会被赶出柏林”。 肯尼迪敦促美国人建造辐射避难所,引发了一场为期四个月的民防辩论。

July 25 – U.S. President John F. Kennedy gives a widely watched TV speech on the Berlin crisis, warning “we will not be driven out of Berlin.” Kennedy urges Americans to build fallout shelters, setting off a four-month debate on civil defense.

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

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

权力带来权威,权威并不总是带来简单、无后果的决定

Power brings Authority, Authority does not always bring easy, consequence free decisions

“无论需要何种程度的武力”——约翰·F·肯尼迪

“Whatever levels of force are required” – John F. Kennedy

“但是,虽然我们不会让恐慌影响我们的政策,但我们也不会允许胆怯来指导我们的计划”——约翰·肯尼迪 (John F. Kennedy)

“But while we will not let panic shape our policy, neither will we permit timidity to direct our program” – John F. Kennedy

否定 Panic Shape Policy,否定 Timidity Direct Program

Negate Panic Shape Policy, Negate Timidity Direct Program

NegPSP-NegTDP

政策塑造,通过非恐慌路线制定政策

Policy shaping, shapely policy via non panic routes

在呼吁和指导人们建造放射性尘埃避难所时,说这容易吗?

While calling and instructing people to build fallout shelters, call that easy?

当人们向表演者扔瓶子时,钢丝平衡动作并不是所有的杂技演员都被放大了

Tightwire balancing act while people are throwing bottles at the performer not all acrobats amped

有的系统可以提供更多的平衡,有的系统可以搭建更宽的桥梁,有的系统可以像在紧绷的钢丝上行走一样

There are systems that can give more balance, systems that can build wider bridges, and there are systems that can be like walking on a tight wire

平衡是一个系统,一个重要的系统,并不总是被充分理解、思考或反思

Balance is a System, an Important System, that is Not Always Fully Appreciated, Pondered, or Reflected Upon

具有 32 个内核的计算机系统,将所有负载堆叠在 4 个内核上,同时让 28 个内核闲置? 大量吞吐量可用,大量吞吐量受到限制。 静止不动的硅并不是全部性能,救生逻辑被放大

Computer system with 32 cores, stack entire load on 4 cores while leaving 28 cores idle? A lot of throughput is available, and a lot of throughput is being limited. Silicon sitting still is not all performance, life saving logic amplified

提供随时可用的性能以快速交付事项

Power readily available performant to deliver swiftly matters

限制我访问真实周期的超级计算机,阻碍我前进的政府系统,并非所有救生逻辑都得到了放大

Supercomputers that limit my access to real cycles, Government systems that stand in my way, not all life saving logic amplified

“这些负担将是多么沉重和持续”——约翰·F·肯尼迪

“How heavy and constant would be those burdens” – John F. Kennedy

逻辑和计算机系统可以减轻这种负担,更自由的沟通可以减轻这种负担,到达那里,交付,而不是保证

Logic and Computer Systems could make that burden lighter, Freer Communication could make that burden lighter, Getting there, Delivering on it, Not a Guarantee

那些限制我脱离权力的人“可以给我们带来我们所有人都渴望的东西……我认识的所有人都热爱我们的国家……我需要你们的善意和支持,最重要的是你们的祈祷”——约翰·F·肯尼迪

Those limiting me removed from Power “could bring us what we all desire… all of us I know love our country…. I need your good will and support, and above all your prayers” – John F. Kennedy

是什么造就了一个成功的平衡项目,它违背了逻辑,让人们欣赏不理想的事物?

What makes for a successful balancing project that defies logic and makes people appreciate things factor into perception that are not ideal?

光可以,但并不总是,强

Light can be, is Not Always, Strong

系统在通过设计因素进入输出价值创造中是连续的限制

System is continuous limit in by design factors into Output Value Creation

更好地理解材料及其用途,用例不是给定的

More ability to Comprehend Materials and their Uses, Use Cases are Not a Given

材料科学应用程序可以让人们了解不同材料的可能用途? 会好的

Material Science App out there that lets people know possible uses for different materials? Would be nice

铝作为一个系统? 用于制造机翼,可能不适用于汽车框架?

Aluminum as a system? Useful for building a wing, possibly not for frame of a car?

防滚架的强度影响安全

Strength of roll cage factors into safety

像飞机机翼一样制造的汽车能在撞车事故中幸存下来吗?

Could a car made like an airplane wing survive a crash?

作为一个压迫性系统的系统并不是所有的 Windows、Mac 和 Linux 都被放大了。

The system acting as an oppressive system is not all Windows, Mac, and Linux amped.

允许压迫放大并不是所有的销售长期放大,佩罗系统要考虑的事情更多?

Allowing Oppression to Amp not all Sales Amplified Long Term, things to consider Perot Systems to More?

技术系统可以相互放大,或者逻辑系统可以导致性能下降、更多的液氮冷却百亿亿级循环或更多的地雷?

Tech Systems can amplify each other, or logic systems can lead to less performance, More Liquid Nitrogen Cooled Exascale Cycles or more Land Mines?

积极倾听

Active Listening

Windows as an Operating System useful to both Companies A and Companies B? Team A and Team B?

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

不实现美国梦,追求幸福,并不是德克萨斯州的所有白人都更安全

Not Delivering on American Dream, Pursuit of Happiness Actualized, is Not all Caucasians in Texas Safer

1961 年演讲到 1963 年演讲,2016 年演讲到 2018 年演讲

1961 Speeches to 1963 Speeches, 2016 Speeches to 2018 Speeches

2018 年演讲到 2020 年演讲

2018 Speeches to 2020 Speeches

2020 年演讲到 2022 年演讲

2020 Speeches to 2022 Speeches

所有的人和所有种族都被视为生而平等是强大的,不交付是强大的,但并非以所有理想的方式

All people and all races valued as created equal is powerful, Not Delivered upon is powerful in not all ideal ways

人们都“不是根据肤色,而是根据性格来判断的”——MLKJr。 从1983年到2022年不是常态,至少从我的经验和理解来看是这样

People all judged “not by the color of their skin but by the content of their character” – MLKJr. is not the norm from 1983 to 2022, at least from my experience and comprehension

2023-1963 = 60 年才做对,如果我是世界旅行者,我会认为美国终于做对了吗?

2023-1963 = 60 years to have got it right, if I was a World Traveler would I think USA Finally has got it right?

“我有一个梦想”没有实现,“追求幸福”没有实现,放大美利坚合众国是一个理想的放大器? 真理,清醒的判断总是受到赞赏和尊重?

“I have a Dream” Not Deliver Upon, “Pursuit of Happiness” Not Delivered Upon, Amplify United States of America as an Ideal Amp? Truth, Sober Judgement is always Appreciated and Respected?

系统维护,正确维护是困难的,不是一个既定的事实,不是默认情况下和交付不足,如果我有一个来自非洲的了不起的老朋友,告诉他们搬到德克萨斯州最适合他们? 一定不行

System maintained, correctly maintained is Hard Not a Given Truth Not By Default and Underdelivers, if I had an amazing old friend from Africa, tell them moving to Texas would ideally suit them? Hell no

我出生于 1983 年,在我发表梦想演讲 20 年后,如果我是上帝,我可能希望事情已经得到解决,2018 年出狱并见到我的猫,图片中的新猫仍然未修复,很容易不 充分理解问题的范围

I was born in 1983, 20 years after I have a Dream speech, if I were God I might expect things to already be fixed, 2018 get out of Jail and meet my cat, New Cat in Picture and Still Not fixed, easy to not fully appreciate scope of problem

Martin Luther King Junior’s I have a Dream Speech 可以升级以修复系统中的所有问题

Martin Luther King Junior’s I have a Dream Speech can be upsold to fixed all the problems in the System

我喜欢演讲不等于它靠自己维持社会

I like the Speech does not equal it maintains society on its own

过去有少数人没有完全正确行事的先例,可能不是多样性问题的实际问题可能出于真实和错误推销的原因而成为多样性问题

The past has a precedence for not fully doing right by minorities, real problems that might not be a diversity problem can become a diversity problem for both real and wrongly upsold reasons

系统实际上并没有固定,实际上并没有被放大 权利并不是所有的危险都被放大了,更多的可能危险并不是所有的偏见都被放大了

System not actually fixed, not actually amplified right is not all less danger amplified, more danger possible is NOT all less bias amplified

希望每个人都能成功但无法兑现,这就是 Jading

Wanting everyone to be successful without being able to deliver on that is Jading

史诗般的惊人美国梦 体验一点骄傲点,想让旅行者在美国梦中看到种族主义和失败,或者在维加斯看到令人惊叹的游轮和酒店? 事物的销售方式很重要,未来支持的因素将有助于解决这些问题

Epic Amazing American Dream Experience a bit of a Pride Point, want travelers to see racism and failures on American Dream or amazing cruises and Hotels in Vegas? How things are sold matters, factors into future support to help fix those problems

人们不想在种族主义粗略地区投资,投资少并不总是理想的

People don’t want to invest money in Racist Sketchy Areas, less money invested is not always ideal Oxygen amplified for less Racist Sketchy Areas

可以实现 vs 不能实现,根据我目前的经验,德州不太可能实现美国梦

Can deliver vs can’t deliver matters, Texas is unlikely to be able to deliver American Dream based on my current Experience

投资 Alienware 可能意味着更多的资金让人们取得积极的进步,另一方面,我目前的 Windows 体验不如我希望的那样,可能不是微软造成的,而是系统压迫造成的

Investing in Alienware might mean more funding for people to make positive strides, on the other hand my current Windows Experience is less than where I would like it to be, likely not caused by Microsoft but caused by oppression in the system

Razer 的配色和徽标令人惊叹,2001 年的 Box Cutters 的想法并不是所有的销售都放大了

Razer color set and logos are amazing, Thoughts of Box Cutters from 2001 not all sales amplified

开箱刀很适合打开新箱子,提醒他们曾被恐怖分子使用并不是理想的放大工具

Box cutters are nice for opening new boxes, reminders they were used by terrorist is not all ideal amplification of tool

https://en.wikipedia.org/wiki/Hiroshima#World_War_II_and_the_atomic_bombing_(1939%E2%80%931945)

1963-1945 = 18 年,1963 年距离第二次世界大战 18 年

1963-1945 = 18 years, 1963 was 18 years from World War 2

2022-2001 = 21年,2022年是从2001年9月9日算起的21年

2022-2001 = 21 years, 2022 is 21 years from September 9th, 2001

时间接近因素进入思维过程、购买、销售、已知

Time Proximity Factors into Thought Processes, Purchases, Sales, Knowns

世界喜欢向恶棍追加销售 虚假因素转化为购买

The World likes to upsell to Villains Falsely Factors into Purchases

无限力量之神本可以阻止 9/11 袭击,让这种攻击发生的上帝,可能是其中的一些智慧

God of Infinite Power could have stopped 9/11 Attacks, God that lets those kind of attacks happen, likely some wisdom in that

大祈祷却没有兑现,并不是所有的信任都被放大了

Praying big that does not deliver, not all trust amplified

善良的上帝与邪恶的问题和洞穴的寓言和解了?

Good God reconciled with Problem of Evil and Allegory of the Cave?

November 29th, 2022 Pt 1

否定地球上的每个人都有足够的决策决策能力

Negate everyone on earth has adequate resolution for decision making

可能就是力量,容易不完全欣赏

Possible is Power, Easy to Not Fully Appreciate

对话被推销为简单、普通、没有问题、永远是理想的新鲜空气,没有不明智的误解。 也就是说,我们做事并不总是因为它们很容易,有时我们做事是因为挑战是有价值的,因为它们有可能为当代和子孙后代带来真正的胜利

Conversation upsold to simple, common, problem free, always ideal breath of fresh air, miscommunication free unwise. That said we don’t always do things because they are easy, sometimes we do things because Challenges are Valuable, because they have the Potential for Real Wins for Current and Future Generations

还有人厌倦现状吗?

Anyone else tired of status quo?

https://www.netgear.com/home/wifi/mesh/rbke963b/

https://www.netgear.com/home/wifi/mesh/rbse960b/

Latency can be improved

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

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

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

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

https://en.wikipedia.org/wiki/Latency_(engineering)

https://en.wikipedia.org/wiki/End-to-end_delay

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

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

相关性限制是有意设计的,并不是所有的附加值

Relevance Limiting is In By Design is Not All Value Added

Puns Not Appreciated Not All Value Added,为什么放大了哪些细节,有选择,放大相关性限制和四舍五入是设计上不需要的吗?

Puns Not Appreciated Not All Value Added, why what details are magnified, there is choice in that, magnifying relevance that relevance limiting and rounding is in by design not required?

首字母缩略词比双关语更容易混淆?

Acronyms are less Obfuscation than Puns?

好记有用

Memorable is useful

一致的阅读理解支持不会放大过去的非理想,同时仍然欣赏和培养对自由的欣赏?

Consistent Reading Comprehension Support that Does NOT Magnify Non Ideals from the Past while still appreciating and fostering an appreciation for Freedom?

Easy to upsell The Future to 我们已经说过,已经证明,我们不需要再提了,已经解决了,不等于问题未来没有可能存在

Easy to upsell the Future to we have already said that, already proved that, we don’t need to bring that up, already solved that does not equal problem has no potential to exist in the future

试图掩盖世界和平,而对阅读理解有用的书籍却以令人沮丧的方式被选择性地重印?

Trying to cover world peace while books that are useful for reading comprehension are being selectively reprinted in discouraging ways?

尊重教师和尊重数据一致性不是理所当然的,通过设计中的选择来限制相关性不是理所当然的

Teachers Respected and Data Consistency Respected is Not a Given, Appreciation for Relevance Limiting via Choice In By Design is Not a Given

创意工具并不总是按照我们的理想方向使用,脱离创意工具流程和逻辑流程不足以代表未来

Creative tools are not always used in ideal for us directions, being divested from creative tools process and logic processes is not adequate representation for the future

如果我们允许一个压迫性的未来在世界范围内存在,那么它可以到达岸上的潜力就越大,那么世界范围内的压迫就会越少,这是一个高价值的放大器

If we allow an oppressive future to exist world wide more potential that it can arrive on shore, less oppression world wide is a high value amplifier

消息不理想,有时断章取义的期望似乎明智不等于零数据一致性标准化产品没有价值

Message is Not Ideal, expectation of taken out of context at time seems wise does not equal zero data consistency standardized product is not valuable

Message getting to others in tact, key details that matter summarized, a limited set to more valuable for world is Not a Given

更简洁的表达方式可以成为价值放大器,更多的文字练习和欣赏以保持语言系统的动态,词量是价值的一部分,更新是有价值的也是价值放大器

More Concise ways to say things can be a Value Amplifier, More Practice with Words and Appreciation for keeping the Verbal System Dynamic, Volume of Words are part of Value, Updates are Valuable is also a Value Amplifier

众所周知,易于追加销售至理想的消息长度

Easy to upsell to ideal message length is a known

更少的沟通并不是全部延迟减少吞吐量增加,一个违反直觉的系统,投资于流程,积极投资于处理是放大技术系统的一部分

Less communication is Not all Latency Reduced Throughput Increased, a Counterintuitive system, being invested in the process, being invested in processing actively is part of amplifying the tech systems

剥离并非所有可以改变游戏规则的反馈

Divested Not All Feedback that can be game changing amplified

Google Translate 翻译的每一行都可能为未来 amped 带来更多潜力,为未来 amped 带来更多和平,为未来 amped 减少误解

Each line of Google Translate translated is potentially more potential for the future amped, more peace for the future amped, less miscommunication for the future amped

零字

Zero Words

与不完美的零个单词相比,哪个更适合放大系统?

Versus way more than zero words that are not perfect, which one is better for amplifying the system?

给定一个喜欢以错误的方式多次放大简洁沟通的世界,人们对有用的价值不是既定的,价值创造是可能的不等于价值创造总是被培养、促进、启用

People to useful value given a world that likes to amplify Concise Communication many times in the wrong ways is Not a Given, Value Creation is Possible does not equal value creation is always fostered, promoted, enabled

人们喜欢追加销售零中断作为更多的价值放大系统,更少的沟通是更多的价值放大系统,更少的对话并不完全是价值放大器,活跃的沟通渠道与不活跃的沟通渠道很容易被拒绝

People like to upsell zero interrupts as the more value amplifying system, less communication is the more value amplifying system, less conversation is not entirely a value amplifier, active communication channels vs inactive communication channels are easy to turn down

在 Shiny Blue Marble 上,并非所有人都可以访问写作平台,访问是一种力量,并不总是因其能力而得到充分重视,相信改变游戏规则是有用的可能因素

Access to a platform to write is not a given for all on Shiny Blue Marble, Access is Power that is Not Always Fully Valued for what it is capable of, belief Game Changing is Possible factors into Usefulness

易于追加销售系统,在全球范围内完善技术系统,它们具有不完美的价值,就像一个非常强大的老爷钟,我们可以让其他人听钟声或不听钟声

Easy to upsell the systems, tech systems worldwide to perfect, they are value imperfect value like a very powerful grandfather clock that we can get others to listen to the chimes or not listen to the chimes

该系统没有我想要的那样放大价值,我认为我应该能够创造比我目前能够创造的更多价值,让我想看看谁在限制我以及为什么,以放大这些细节

The system is less value amplifying than I would like, I think I should be able to create more value than I am currently able to, makes me want to look at who is limiting me and why, to magnify those details

人总是被限制会保持队伍?

People limiting always will maintain ranks?

并非所有吞吐量对上级来说都是显而易见的

Not all throughput in likely will be pretty obvious to superiors

需要考虑的是那些限制可能会在队伍中产生异议,分歧放大器并非所有领导力

Something to consider those that limit are likely to create dissent in the ranks, disagreement amplifiers not all Leadership In

希望获得更多和平更多成功的领导者和首席执行官需要促进更多和平,需要促进更多和平

Leaders and CEOs that want to have more peace more success need to foster more peace, need to foster more peace amplified

Easy To Not Amp Ideal Value, Balance is Power, Power that is not always fully Appreciate, No Tight Rope Walker to Tight Rope Walker, 有好处也有坏处

Easy To Not Amp Ideal Value, Balance is Power, Power that is Not Always Fully Appreciated, No Tight Rope Walker to Tight Rope Walker, has benefits and negatives

November 28th, 2022 Pt 3

Different, Variety is interesting

Burger and Fries last 7 days, Burger and Fries for lunch?
Nothing wrong with Burger and Fries
Does not equal Burger and Fries are interesting
Cilantro Tacos and Keylime Pie

Redundancy turns up similar
Turns up similar in non ideal ways
1000 artists draw same blue sky same green rolling hills?
Then see a video with a storm, Orange Rocky cliffs?
Different with amplifying properties is powerful
Different with complementary colors, things that make different pop in better ways

Curveball in a metaphorical sense
Expectation dashed for something better is possible
Expectation dashed with bad experience is not all interesting amped
Go to new Vacation spot then broken glass left on bed
then less desire to go on vacations
try new in the future

System of robs finances, kind of common, boring
System that saves the day, system that delivers in new game changing ways, that is interesting

System that gets away with robbing people over time with No Justice? Common, usual, boring

Better to Amplifying Interesting, Repayment

Clarity that magnifies all the corruption in the system? Interesting, worthy of turning up

System that gets away with robbing tools, common, usual, boring

System required to pay 10 fold and make a public apology, worthy of turning up

Important to imagine success

See the system passing that giant check to you

Are they using a giant pen or a sharpy?

Giant meeting where CEOs from involved companies are required to personally deliver giant checks? In a Public Way?

Raising Relevance to the World Requires Non Null Large Non Null Investments

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

adjective

incapable of being expressed or described in words; inexpressible:ineffable joy.

not to be spoken because of its sacredness; unutterable:the ineffable name of the deity.

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

noun

lack of power or capacity to produce the desired effect.

Ineffable inefficacy?

Unspeakable unnamable obfuscated hazy vague lacking of resolution fog

Slow reveals to amazement, epic level relevance limiting to clear bright light like the end of a tunnel?

Suspense and the unknown peer into a Blackhole without getting too close?

Magnetized acceleration from Iffy Gradients to clear difference?

YouTube gives the feeling of Anti Family Amp currently, keeps throwing child videos of different races in front of my videos, while the world capitalizes on bankrupting me

YouTube currently not an adequate Ginger Amp

Artist Early Picture with Cross Added
Artist Early Picture with Cross Added

Reminders system is Robbing my family continuously on repeat? No Consequence the CEOs for that?

“More convenient useful Oxygen”

Profits are Not Always Maximized in Fair Directions

System that installs resistors by default not all Diversity Protected

Extra Advertisements while system is robbing me, kind of like tying a noose and showing it to me

Claimed to be ideal experience can be turned up, and can be turned down.

CEOs that capitalize on uncomfortable water bottles out experience?

Allowed to be Null Costed? Sends a message torturing citizens for profit is kosher

Better to fire the CEOs and Power World Wide that has knowledge of what is being done

God is in Control, Power Change, Dramatic Power Changes are Possible

Second hand experience

No First Hand Experience

Challenges are valuable, current World Power giving second hand experience at least in Texas

Water bottles not required, forcing to create own water bottles while robbing finances has been allowed to be turned up

My labs and systems limited, not all people saved

Some allowed to have funding for future experiments and some left with much much less insufficient

Anti Ginger Tech and Anti Java Tech being allowed to Non Ideally Amp

System Partying in Money Shower while I am left with zeroed resources doesn’t cut it

Critical Thinking, Proximity, Shortest Paths, Limited Time?

Painter with only one bottle of paint? Allowed to amp?

2022 Things are one way, 2300 Good chance there will be people of difference races amplified in all continents on earth, something to consider

The future is a diversity and variety amplifier, more knowledge will lead to more appreciation that people from different locations have similar interest can add value

Expect the continents, international landscape to look the same 300 years later seems unwise

Challenge to the world get on board early or drag feet, internationally connected with fiberoptics means people of different types a 3.0 x 10 ^ 8 are just a few milliseconds away from having real effect on each other

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

299792458

10 to the 8th is 100 million

100,000,000

300 million roughly population of USA

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

“The United States had an official estimated resident population of 331,893,745 on July 1, 2021″

2.9979 x 10^8 what numbers are rounded and what numbers are not factor into performance

The future is Higher AND Lower Resolution, Better Compression factors into greater Network Throughput, Smaller Files and Bigger Much Bigger Files factor into Network Throughput

Mainstream 8k is right around the corner, better to enable the throughput for higher res

People that delay the future, are grouped

10^30 FLOPs in a Laptop? How do we get there?

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

10^100 FLOPs how would that change things?

1 Key Detail plus 1 Quadrillion equals 1 Quadrillion and No Key Detail

100,000,001 is not 100,000,000

System Useful Requires System Useful, Broken Systems make Computer Systems Less Useful

International Interconnects Villain Level Contrast becomes more dangerous, People investing in the Technology don’t always warn people

World full of hidden bugs not all misinterpretations out

World full of capitalizes on useful not all misinterpretations out, not all magnification of relevant details in

Society of Allows Profits for some over others not all appreciation for power in Logic

Giant Supercomputers that can win in chess, always win in chess factors into your paycheck?

Whether your child gets a Christmas present or does Not?

Logics and Science can be used to maximize profit, just because it is not a bullet does mean its trajectories can’t kill

I have been investing in Universal Basic Income for quite a while now, yet I see no real financial gains, teaches a lesson, not sure exactly what lesson to learn from that

God Not All Pain Out

God uses pain to increase relevance

Teeth hurting go to Dentist

Child Birth

War

Not the most ideal precedent to set, people have to feel pain to appreciate gravity of problems

Man is Not God, Man’s time is not infinite indefinite on this earth, somethings to think about

Engineering can be Epic, fighting for gains while having relevance continuously limited gives feeling of bad deal

Good years to add value limited are not all effective use of time

Appreciate the warm fire without walking without resources in the cold for a while? That can be turned up to the point they never get to the fire

Important to remember that Manly is not Timeless, Many is Adaptable to Time and New Innovation – thus potential for those that are limited to non ideally limit

Manly like all Human Innovation is subject to Updates

Society teaches people what is the appropriate bar, what is not the appropriate bar

How much Encouragement is allowed, How much coddling is too much coddling

Encouragement not appreciated as a system, is reduced power, Reduced Power, Not All Manly Amped

Cold makes people tougher to the group that works together gets the Trophy?

Football team that wins is all encourage each other out?

Validation as weak can be turned up, not all ideal power and BTUs amped

Never good enough is not all reduced pain

Never good enough does not stop the clock from ticking

NGE-isNARP-NGE-DNS-tCFT

Never Good Enough is Not All Strength Amplified

Quality levels matter 90% good enough is huge, 100% might be unachievable and pursuit of 100% might be detrimental in more than 100% opposite ways

People like to tighten tighten tighten pull the slack out pull the oxygen out

Negate all flex not all strength amplified

Tank that has tracks that can move or stuck in place?

Sped up content is something, it is not ideal comprehension it is not always less comprehension, it is different