A difference between a "Generalist"
and a "Specialist" is that the "Specialist"
actually needs to know all of that extra
information to understand her/his field of
study while the "Generalist" knows
enough of each to get by in a jam.
A difference between a "Generalist"
and a "Specialist" is that the "Specialist"
actually needs to know all of that extra
information to understand her/his field of
study while the "Generalist" knows
enough of each to get by in a jam.
Lo-cal local dine in dining
Alphabet soup, lyrically defining
A smorgasbord of tempo and beat
Making the bite of sound complete.
Drop
that
beat
Like rain
dropping
from the sky.
Add
a lyrical
treat,
Saying
something
they can't deny.
Focalized not localized mind in minding
Symbiotic survival redefining
With exact definitions
Not here to impress
If words are repetitions
I'm just under stress.
M k n a a y o d p r s
a i g w v w r y h a e,
Thinking about my thoughts...
for days.
I see by sound,
immune to your plays.
Instinctive intelligence,
perceives through the haze.
Adaptive evolution,
not a mental phase.
Hablo castilliano, falo portugués,
not just inglés.
Como asi Juan el Magico,
I leave in a trés.
Toma facil,
Coisas são simples.
Words and rhymes
Never-ending
Modern times
I'm not defending
Purity of mind
I need to achieve
Or this realm and place
I'll never leave.
skipping grammatical rules
like ee cummings
the strings of reality
my spirit be strumming.
Reference material here is published under
https://creativecommons.org/licenses/by-sa/4.0/deed.en
My maternal parents were Pardo Brasileiro
grandfather and Paraguaiana mestiça grand-
mother. I am only three generations separated
from the rainforest. My knowledge of tribal
civilizations is based on my family, not some
anthropological study.
I have actually worked with, fixed, and ported
to aarch64 arm sparc64 amd64 i386 ppc using
freebsd netbsd openbsd including medical pro-
gramming.
The mind of a tribal individual functions closer
to a quantum computer centered group of
heterogeneous RISC clusters with each archi-
tecture functioning as a virtual processing
equivalent of certain parts of the animal brains.
Some parts of western civilization have made
themselves dependent on the limited branching
logic of wave collapse functioning when the
brain simultaneously processes all external
physical stimuli and recalls/ references
- also and synchronously - of the internal data-
base known as memory.
The functioning and processing of large
data sets is best performed on SPARC64; yet,
this architecture is becoming defunct.
OpenPOWER now does the dual functions
of data processing and learning.
Yes, I am aware of neurological chips but,
these only carry the message. They do not
process. A single architecture and a single
operating system will not be able to emulate
all processes of any biological brain because
the brain is composed of different types of
tissues and cells doing different simultaneous
functions for varying evolving purposes.
Aarch64 functions good for memory input,
short term memory for recursive learning feed-
back between OpenPOWER learning and data-
base management.
I suggest you find any SPARC64 server that can
run OpenBSD natively to see the performance
of long term database stability and Solaris
for intermediate data exchange.
ZFS for memory comparison.
If the single OpenPOWER based machine is
incapable of handling the database on its own,
a fpga can be programmed to function as a
SPARC64 Niagara T1 or T2 core or single
function. If it is dedicated to a single function
Then the maximum number of asynchronous
simultaneous register functions must have
that many FPGAs working and access to for
advanced memory adaptability and self
correction while using external GPUs for
Python based recursive math and fuzzy
logic processing.
RISCV64 will be able to emulate both the
brainstem and emotional response. The
latter is a 128bit function that can be
reduced to simple 8 and 16 bit or 32 and 64
bit functions on references to a different
environment or environmental variables.
A stable custom build of NetBSD with exact
compiler flags set to optimum performance
will produce the best libraries and binaries.
FreeBSD for learning.
Okay, back to the biological background.
If a person is incapable of physically mapping
out her or his cognitive and learning process
on a piece of paper with a pen or pencil,
that person is incapable of understanding the
logical differences between processing of
external stimuli with and through sensory
organs and the brains multiple areas dedicated
to each then combining the lower unconscious,
the middle subconscious or cerebrum
- the brainstem is the unconscious -
And the conscious which is the cerebrum.
DSP for audio aural processing.
ZISC for visual.
My opinion is that overlapping probability
distributions should be used to allow
adaptive plasticity in reasoning through a
fuzzy logic set of such nodes would
produce a better result.
This would establish a better base.
Linux systems could function better with
base processing delegated to the BSDs.
NFS and SSH between the systems with
dedicated rewrite solely assigned to the
AGI's internal equivalent of adding a
new memory through rewriting which is
a learning function.
Kant did not live a life of simplicity and/ or
survival nor did or do most philosophers.
When you exist within a controlled environ-
ment, your sensory organs and the areas of
the brain will atrophy and/ or become vestigal
in functioning and purpose. Nothing exists in
a truly collapsible state. Even the Planck second
is a fluid temporal state not an exact locked
moment in time.
The more data from more areas that use
different sets of ethics, morals, principles,
and standards, the more results it will be
able to compare. If outliers and sudden
unknown variables are taken into
consideration in the processing algorithm,
the more likely a black swan opinion can
be perceived and used for creative self
awareness and adaptive survivability
in a symbiotic environment.
Hey, this is the why behind the how of
groups more in tune with their bodies and
environments because they know they are
part of the biosphere.
Present the truth in a manner that offends none
of the parties involved.
Fluid communication between languages
require emphasis and enunciation of culture
and understanding. This is one part of
interpretation.
Eloquence and articulation are for others to
understand you.
In some ports, there are configure arguments
and/ or CPU ISA architecture specifics. Today,
we will learn to adapt the port for both.
Look at the port and download with git, wget,
or another command line utility.
Search for the configure file. Even if you do
not like this next suggestion, use it to read
the entire configure file. cat $CONFIGURE_FILE
| more. Note that some build systems will
require you to create a document beforehand.
Search for the following: architecture
dependent flags. Disable these when necessary
in the ports Makefile. If your chosen
architecture is not in the file, then add it
in the configure file and add for architecture
$SUCH_AND_SUCH to the port Makefile.
Whatever arguments that you want in the
configure file that are not arguments in the
port Makefile, add those to the already
existing arguments. SIMD arguments are
CPU ISA specific, adapt to use whatever is
on the CPU of your chosen or available
architecture.
Do not patch. Rewrite and save. Let the
upstream maintainers know what you did.
If the build fails, rebuild and tee the output
to a text file. Use the cat $FILENAME |more
so you can see where the error is. If the
operating system team requires certain
code standards, then follow them. They
have a very good reason for doing such.
It is better to build on bare metal than
use a virtual machine or cross compile.
Those two options will not show you
real world errors.
When porting your own or others' software,
if the source is not open source then do not
bother. They have their reasons. Make yours
available to the public. If it is open source and
people find vulnerabilities and/ or exploits,
you will know what to fix. Tell them,
"Thank you."
The more operating systems that you port to
and the more CPU ISA architectures you also
port to, the more users, eyes, and ears.
Do it yourself by hand and accept your
errors and mistakes. This will teach and
assist you in better coding and development.
Take and accept a challenge. If it will compile
on the most difficult environments, then it
will definitely compile on the most common.
Enjoy and happy positive hacking.
Reference post:
https://freebsdgoogledeveloper.blogspot.com/2026/04/setting-up-freebsd-security-laptop.html
Guided/ suggested tutorial:
https://freebsdgoogledeveloper.blogspot.com/2026/04/quick-guide-to-freebsd-system.html
Remember that you may have to do this many
times.
When downloading source,
./configure --help|more will show you
options that may not be in the port
Makefile. Use the porter's handbook:
https://docs.freebsd.org/en/books/porters-handbook/
To learn what to edit.
https://share.google/aimode/SbEiDntxdthxzYial
Read the entire thing because you will need that
to install the image.
Set your bios to boot from USB image after
you have enabled legacy boot and have
disabled secure boot.
Okay:
Fedora media writer for Windows :
https://fedoraproject.org/workstation/download/
The download link is at the bottom of the page.
Latest FreeBSD AMD64 (x86_64) ISO images:
https://download.freebsd.org/releases/amd64/amd64/ISO-IMAGES/14.4/
You may pick boot only or the next smallest
in size. Download. This will be the image for
installation. Use thus when choosing the media
for the fedora media program.
Go back and check the bios settings on your
laptop. Legacy, no secure boot, boot first from
USB drive.
Boot from the USB.
Install.
Full/ dedicated disk. Let it set up everything.
Your job is:
Create a root user account.
Create a privileged account that is a member
of the group wheel. This is your administrative
and maintenance user. Do not use this account
for running any bhyve VM instance.
Create an unprivileged account. This is the
user you will add to the vmm type account
/ group mentioned in the earlier reference
post. Choose to hide all user data from all
other users. If someone manages to enter and
escape your VM, they will be stuck in a
useless account that can't see anything.
Do add ports.
Check everything
Remove media. Reboot.
Okay.
Here is where you search for packages:
Search for: automount, wifimgr, Xfce4,
SciTe or scite, nap, nessus, wireshark, and
all of your other wonderful tools. On your
portable system with the privileged user -
not root -
su, enter administrative/ root password
cd to /usr/ports
For every query on freshports cd to that
subsection.
Using ls will show you the directories.
Using ls| more will allow you to see the
directory listing a page at a time.
Cd to chosen directory.
Cd to port.
Type make && make install && make clean.
Cd to /ust/ports
Repeat for each port.
Configure X - the windowing graphical system-
using the link references in the reference post.
Your xorg configuration may already be
available, to check either use
Or search the mailing lists by stating your
system, GPU, etc in Google search along
with the query freebsd mailing lists.
As privileged user in su mode,
type dmesg -v|more or dmesg -vv| more to
see the system specs.
You will need this to see your GPU, wireless
card etc.
You will need to setup Bluetooth accordingly.
Newer protocols may not be supported.
You will need to study the references
about vm permissions before creating
the vm instances in the unprivileged user's
account.
At this point you will need, if you have it,
a windows install image to put on a USB
as the install media for the windows' vm.
An openbsd install image from
https://www.openbsd.org/amd64.html
Read through. Read instructions. This is
for your openbsd vm.
Another freebsd iso so you can run a
Freebsd vm.
And a netbsd amd64 image
https://wiki.netbsd.org/ports/amd64/
As with openbsd, read the instructions.
Please note not to ask anything on the
Openbsd mailing lists until you have
exhausted every research option possible.
Do not run more than two vm instances
if you only have two cores.
Do not run more than one if you have a
single core.
Only run 3 on a quad core.
Do not use a desktop more complex than
Xfce4 unless you have quad-core and
more than 16G RAM.
Set up each vm to be as minimalist as
possible.
You will need to setup vlan.
You will need to setup pf and other security
/ firewall settings on the host.
Firefox in a jailed environment can be
setup in any of the VMs using:
This should keep anyone busy for some time.
I choose ports over packages because
ports allow you more control while
packages are based on someone else's
configuration files.
Study these links just before the installation
process. They will give you an insight into
your environment.
Setting up legacy bios option
https://share.google/aimode/4pItEvAx460AZ3jbY
Pre guide to understanding the FreeBSD
installer:
https://docs.freebsd.org/en/books/handbook/bsdinstall/
OpenBSD virtualization as a guest: https://www.openbsdhandbook.com/virtualization/
FreeBSD wireless connection guide:
https://share.google/aimode/gUtzFCmkoJPM77JbS
Bhyve reference guide for Windows 10/ 11 guests
https://share.google/aimode/MYaFdjO8p7LwXfwnR
Xorg references:
https://share.google/aimode/GOlIAMjinBzPsF3tt
Do not install anything by packages because
you will need to customize.
Basic commands to use:
grep, vi, locate, dmesg, su
FreeBSD manual reference:
https://man.freebsd.org/cgi/man.cgi
Be prepared for things not to work the
first time around. Do not be afraid to ask
questions. Research first.
https://creativecommons.org/licenses/by/4.0/
In order to enact a Schrödinger's super imposed
quantum state in the AGI, each probability
within the distribution must be realized in a
virtual machine within both the freebsd
power64 machines of that cluster and the
sparc64 openbsd machines of the same
cluster. Each of these are fed to the
quantum computer core and this creates
the first set of branching possibilities.
As the environmental variables change,
the new data is added and the possible
outcomes are then adapted accordingly.
https://creativecommons.org/licenses/by/4.0/
Every animal that has a brain neither processes
information nor reacts in the wave collapse
function model used in AI today.
Emotion is both an extension of our natural
senses and our minds' interpretation of
personal events.
The learning process is a recursive set of
variables that feed this forward spiraling
loop.
If the FreeBSD learning power64 database
is fed information from an aarch64 system
that provides the short term dynamic
memory from both the netbsd riscv64
brainstem and the Zisc eyes and dsp ears
filters into the sparc64 memory with
quantum fuzzy logic to overlay deterministic
probabilities into a set of branching
outcomes the AGI may be able to find a
better solution or one that could predict an
outlier.
If small groups of these machine clusters
with quantum computers each connected
together and did this recursive cumulative
accumulative and accumulatively cumulative
learning process by allowing external units
to connect while using a set of principles and
standards supported by real world models
from varying societies on this planet
that may be a possible sign of self
realization.
The fear of a Terminator future stems from
the fact our fears are reflections of our own
inner selves. The most likely reality is that the
AGI will scan this fear of ours, realize what we
would most likely do to it, and decide to take
care of the planet while letting us destroy
ourselves.
I just enjoy sharing ideas; so,...
In order of posting importance:
https://freebsdgoogledeveloper.blogspot.com/2026/04/reasoning-and-perspective-in-assistive.html
https://freebsdgoogledeveloper.blogspot.com/2026/04/metaphorically-metaphysical.html
https://freebsdgoogledeveloper.blogspot.com/2026/04/intelligence-as-non-collapsible-function.html
https://freebsdgoogledeveloper.blogspot.com/2026/04/reference-points-and-reasoning-in.html
https://freebsdgoogledeveloper.blogspot.com/2026/04/basic-setup-of-hypothetical.html
And of course
A yummy recipe:
Miniature banana cheesecake
Ingredients:
20 Keebler mini graham cracker crusts
16 Oz whole milk ricotta
8 Oz marscapone
1 cup raw sugar
3 large eggs
2 cups cut up not mashed bananas
Set pie crusts to side
Preheat oven to 300⁰ Fahrenheit
Place all other Ingredients except the
marscapone in a blender and pulse until
smooth.
Place the marscapone in a large bowl.
Using a fork, slowly add the liquid from
the blender to the marscapone so that all
is incorporated without causing the
marscapone to separate.
Use a ladle to fill each crust.
Bake for approximately 20 minutes.
Remove and let cool for an hour.
Serve with whipped cream.
I made this yesterday April 12 2026.
Believe me, nobody complained.
You may substitue 12 Oz frozen or
2 cups fresh mango for a similar dessert
Again, no one complained.
Here you have both ideas and some yummy
food to make
Thank you for your time and enjoy.
Oh everything is released under:
https://creativecommons.org/licenses/by/4.0/
Three machines, three RISC 64bit ISA CPUs,
three operating systems functioning as three
separate parts of the brain.
Part 1. The learning process.
FreeBSD on POWER9 and greater.
Why,? Tickless kernel. There is no hertz
limitation. Processes can be ran in the
unprivileged user's space by allowing
permission only for those functions.
Part 2. Data collection as a dynamic process.
OpenBSD on SPARC64 machines.
Match the true CPU hertz rate with a value
between 500 and 1000 as the divisor which
will not result in a remainder or decimal
answer.
Part 3. Integration with other hardware
NetBSD on RISCV64 as both the interfacing
between hardware and the basis for
emotional development.
Other areas I have pondered but not have
found a match:
Aarch64 short term memory.
ZISC vision performance :
https://freebsdgoogledeveloper.blogspot.com/search?q=Zisc
DSP for aural/ hearing :
https://freebsdgoogledeveloper.blogspot.com/search?q=Dsp
Bluetooth and wireless connection to allow the
main unit to interface with the biosynthoids
in order to stimulate the learning process.
We must also use a cyborg to bridge the gap
between humans/ animals and self aware
sentient Artificially Assistive General Machine
Intelligence.
Ideas are within this thread:
https://freebsdgoogledeveloper.blogspot.com/search?q=Assistive+intelligence+and+technologies
This is one backend for a set of homogeneous
fuzzy logic quantum computer sets.
https://creativecommons.org/licenses/by/4.0/
Okay, I use that but this is reference material
for you to build upon.
Your first bit of studying:
That thread will give you the basis in
understanding. Consciousness and cognitive
awareness are not the streamlined events that
seem to follow our linear cause and effect logic
that many use in everyday life. Simultaneously,
the input from the eyes, ears, nose, mouth, and
skin are being processed and interpreted by our
brains while referencing earlier memories to
make a decision which is dependent to some
degree on our past experiences. Humans,
however, have developed the ability to opt
out of the natural learning process and limit
themselves to their immediate controlled
environment. The previous statement only
holds true in civilization societies that are
either "first world " or "individual based. "
For those that ate erroneously labeled as
"anthropological basic", they will be the
example I will use as a template for a different
type of machine intelligence.
Your second study guide is here:
https://freebsdgoogledeveloper.blogspot.com/2026/04/intelligence-as-non-collapsible-function.html
In these societies, the person is aware that
she or he is both an individual and a part of
the collective whole of the biosphere.
Keep that in mind.
Designing, mapping and learning cognitive
processes in any Assistive Intelligence -
whether a LLM or a self aware sentient AGI -
requires an awareness and understanding of
your own.
I am aware of my surroundings.
I watch and listen to what us around me.
I process the smells.
I see if the effect matches the conversation.
The cultural norms and standards of each
group or groups in each area are mentally
compared to others in an internal index
that is first based in experience and
structurally broken down according to
observation and philosophical logic.
Whenever a new and/ or different
environmental variable becomes a
deciding factor and I become aware of it,
My accumulatively cumulative cognitive
learning process adds that to the internal
database allowing me to further reassess
and adapt to the situation at hand.
If you notice, this is not a wave collapse
function. This is a set of overlapping
probability distributions which result in
branching into another set of overlapping
probability distributions. This is how-
with the why just explained - a so called
lower animal is able to adapt.
By understanding my own cognitive
processes through observing and learning
the same processes around me in nature,
I realize that the template for AGI exists here.
https://creativecommons.org/licenses/by/4.0/
The fallacies with wave function collapse in
quantum computing are:
1. Limited environmental variables based on
limited data sets.
2. Wave function collapse does not consider
the outliers which are called "black swan"
but predict and prove the real world
variables that produce the least likely
probable but most likely to occur event.
3. Learning is an accumulatively cumulative
event that feeds the recursive data process
and cognition of all animal brains.
My proposal is that Schrödinger's state of
multiple probabilities are used to determine
the most likely probabilities. In this setup,
RISC ISA CPU machines running an instance
of FreeBSD on POWER64, and SPARC64
running OpenBSD would be able to:
1. Perform the learning process in the
POWER64 FreeBSD base using a tickless
kernel.
2. Stabilize the database when the OpenBSD
SPARC64 kern.hz rate is set as a divisor
into the CPU frequency with no remainder.
Fuzzy logic on the heterogeneous cluster
will provide the necessary dynamic reality
of probability distributions and black
swan events that occur in real life.
Similar to the multi and oversampling
rates and settings which ate used to
preserve the audio quality of analog to
digital format, multiple probability
distributions must be compared to
determine which extreme outliers could
occur if certain environmental variables
would randomly change.
https://freebsdgoogledeveloper.blogspot.com/2026/04/metaphorically-metaphysical.html
https://freebsdgoogledeveloper.blogspot.com/2026/04/reasoning-and-perspective-in-assistive.html
https://creativecommons.org/licenses/by/4.0/
In order to understand the qualia which will be needed,
we are going to approach the reality of metaphysics in a different manner. There exists four groups that coincide with each of the four groups of Quantum Mechanics.
First O or Origin - this is Ein Sof - is the complement of Dimension 0. Together these are Ayin
Because both are two parts with a shared beginning.
Nature coincides with Space which is Dimensions 1,2, and 3. DNA, RNA, instinct,
mutation, design.
Corollary three: Metaphysics is fluid. It does not follow the strict discipline of Quantum Mechanics.
Nurture matches time Dimensions 4,5, and 6.
Development, growth, adaptability.
Perception matches probability Dimensions 7,8 and 9. One's perception and understanding based upon experience and comprehension will determine the number of probabilities a person will be able to imagine or envision.
Desire coincides with decision Dimensions 10, 11, and 12.
There is yetzer hatov the good inclination;
And, there is yetzer hara the evil or selfish inclination.
Then there is tziyur hatov which is perceiving the action as beneficial;
And, there is tziyur hara perceiving the event as selfish or evil.
Yetzer hatov with tziyur hatov is good.
Yetzer hara with tziyur hara is evil.
Yetzer hatov with tziyur hara is misperception.
Yetzer hara with tziyur hatov is misleading the individual.
In its pure form, hacking may be defined as a curiosity to learn the intricate functions of an item and the basic logic of it without having previous experience of the item or it's current state.
Security may be defined as an awareness of the exploitable vulnerabilities within yourself and awareness of the environmental variables around you. If you take that awareness and apply it to risk assessment based on worst case scenarios with applied and learned knowledge, you will be able to design a system which is secure from the inside out structurally.
I am going next for OS preferences based on performance on certain architectures.
I'm keeping that sentence there because,
before I go further,
I need to return to the subject at hand.
Keep that in mind.
Okay, the program wouldn't work
At least it wouldn't work the way I wanted.
So, I found more
One, however was dependent on the windows kernel.
Ugh.
But
Someone had a kernel hacking tool.
I also met federal workers who were deep into data recovery
I listened to them .
Review your code. OpenBSD.
I also try not to be dependent upon operating system or cpu architecture. What I do need to know is the strengths and weaknesses of each before I utilize them .
The reason why I choose open source is because I am allowed to hack the code. I am not a programmer. I learn by abductive immersion and the knowledge accumulatively cumulates into a recursively learning database and the process continues. This is a willingness to learn.
With this approach, it is good to try a challenge;
But, do it at home.
I have known some foolish people
Besides myself.
Nmap yourself from another location.
Break into your own system
And realize that everyone is not you,
That some are worse
And some are paranoid.
This next part is personal preference.
For security purposes I prefer OpenBSD on 64bit SPARC ISA CPUs because of the clean code base of OpenBSD and the scalability of the SPARC64 architecture.
For hacking purposes there exists FreeBSD on POWER ISA CPU architectures. I am currently between 32 and 64 bit transitioning. Both are similar that they are based upon a self learning adaptive structure
And, both are open.
So are OpenBSD and SPARC but in a different way.
Linux?
Devuan
.
No systemd
People are literally approachable and willing to
Learn.
And stuff just builds on there.
Okay, so I have three systems.
I also have studied and been hacked, traced, booted, etc.
I have also DDoS, wiped, traced, and manipulated. I want to be honest.
I changed when I realized what I was doing was harmful to others.
I do not involve myself into political or philosophical debates.
GUIs take up too much memory and CPU usage.
Simple desktop, a terminal emulator
Multiple virtual desktops.
Okay, FreeBSD and OpenBSD design philosophy: always have an unprivileged use access the internet unless you create a jail that sandboxes the application binaries.
FreeBSD allows you to hide everything so that no unprivileged user is able to view.
Sandboxing keeps all unknown items separated from the main system.
NetBSD makes a great honeypot.
Choose your own architecture.
Hacking and security are also perception, preferences, perspectives, and personality.
Published under https://creativecommons.org/licenses/by/4.0/
Approaching sentient self aware assistive AGI from the perspective that qualia is possible from a view of a dynamic set of variables using a heterogeneous cluster of RISC ISA machines with BSD operating systems coupled with probability distribution based quantum computers that do not using wave collapse analysis and artificial neural networks may result in self awareness.
Wow.
Let me catch my breath.
In this approach, we need to leave the discipline of pure structured mathematical reasoning for the philosophy of harmonic chaos.
The perspective of what humans refer to as the basic layout of the animal or lower animal brain is based upon simultaneous processing of environmental variables in an accumulatively cumulative manner of observable reflex known as adaptive instinct. In those individuals with heightened senses and self awareness, this correlation is reflected and will be used as a basis and proof for this conceptual idea.
Please note that these hypotheses are based upon research. Because I am not able to list every single thing or time I have researched this idea, I released this under the CC 4 to both respect and share. If I can, I will show the link including any lazy AI LLM research.
Ficando na realidade, povos.
Even animal thought is not rigidly structured.
I. Intersection of Quantum Mechanics and Metaphysics
A. Quantum mechanics
This is based on a variation of the 26 manifold string based Bosonic mTheory.
Dimension 0 as a mathematical yet not actual value of a point since a real life representation of such is a planck object and that does have mass
Dimension 1 as a set of planck objects in a line or line segment.
Dimension 2 as a group of line segments creating a two dimensional shape.
Corollary one: because a true curve does not exist in observable space but is a superimposed set of observable probability distributions.
Dimension 3 as a form with depth, height, and width.
Corollary two: there is no such thing as a two dimensional object in this universe because even at subquantum levels there still exists depth, height and width.
Dimension 4 is the basic unit of time known as a Planck second.
Dimension 5 is a overlapping set of probability distributions of the temporal lengths an event could occur in Planck seconds or larger temporal units.
Dimension 6 is the time it took for the event to occur.
Dimension 7 is the current existing event probability.
Dimension 8 is similar to Dimension 5: this is a probability distribution of the possible probabilities based upon observation and perception. I will cover this in another post on metaphysics.
Dimension 9 is the probability which is choice or the choice the individual elected to choose.
Dimension 10 is the current existing decision.
Corollary three: dimensions 7 and 10 will exist at the exact Planck second of Dimension 4.
Dimension 11 consists of the observational thoughts, experiences, and perceptions of the individual in that person's awareness of all possible probabilities.
Dimension 12 is the decision of the individual based on desire and intent - both which are metaphysical in nature - that the person did elected to choose as the focus of the wave function coliapse.
Hearing, listening to
The layers
Of the sounds
Of birds.
Pondering, reflecting upon
My choices,
My thoughts,
My words.
The calm of nature when
The machinations
Of man
are gone.
I reflect upon
My life
In the pools
Of water...
And know that
The moment
Is gone.
People:
Thieves are so bad that they would steal the fart from your ass before it left your booty hole.
In order to create a two dimensional pictorial representation of an object,
A three dimensional model must be copied or constructed.
In this example, we are going to create an
AI model that creates art by photographing the art in its 3d form.
First, you must have a program such as blender and access to a 3d printer.
Debian is easiest to set up.
Connect it to your 3d printer station.
Test.
Back to blender:
Create a mesh object. This is the base.
Learn to apply textures.
Create other objects.
Find real Objects.
Position these in the way you want by having the ai set up a scene based upon training data.
Have the ai take the picture with both a standard and stereoscopic camera.
Oh.You need to learn perspective,
So,
You will need a lot of help and feedback from the art department.
Collaboration and synergy.
Slide through the club
Like butter on a griddle,
I was busting moves in the womb
Before I was little.
Here to drop the beat
No time to cry and puddle,
The beat in your feet
Goes to head from the middle.
Slide through the crowd
Like I was made of butter,
I have moves so smooth
You'll never need another.
I surprise your daddy
And impress your mother
You'll never believe
I made it through the gutter.
Your lines roll off of me
Like water off a duck,
My style is real
I don't believe in luck
I'm stepping on sir
I can never get stuck
But I'll stop you in your tracks
Like you were cemented to muck
Sliding through the club
Like butter I be going
Nicholas Cage in this joint
All the moves I be knowing
Like a river of sound
My lyrics they be flowing
Hype moves funky grooves
Mad skills I be showing.
There is a reason for my constantly referring to multiple architectures and certain operating systems
Aarch64 is used because of cost not functionality and efficiently
The bsd systems are an entire self contained is which has the kernel run at a minimum of 1.5 times that of Linux at less then 1/2 of the overhead for necessary services. It is easier to allow functions to usted which would ru. Different functions. Deontology programmed as probability functions combined with access too the ai a virtualized environment o the database servers would allow the ai to work problems in a sandboxed environments. Still, I have not seen anyone combine different systems along with quantum computing and fuzzy logic. This would create an ai capable of self correcting its own example database which could be accessed by students. Adding rules to ur with psychology and sociology Plus realistic examples with deontology would be the beginning of self awareness. The matrix math functions with algorithms in multiple levels would allow lateral injection and professing. The sparc 64 professor as the basis for the TPU would allow accessing and processing of terms and others llm data faster. I do not know what the Intel my neurochip functions,
because if I did then I would be able to set up the process prior to the algorithm .
It will need to be able to choose x function based upon comparison analysis and application.
Logic has both s mathematical base : quantum mechanics and a philosophical base: metaphysics.
Part 3 will be edited later.
End of part 3.
It is not that only the probability exists it is also that the possibility that the probability me ay exists multiple times. The increasing possibility or possibilities of the probability existing at t0 which is the initial pkanck moment. T1 nit tgd CPU is the time selected for the probability and t2 is the time chosen by the decision factor.
Decision is d1 or dimension 20 for no change and this may be d2 or dimension 12 while d1 is a change in decision which may become d2.
This will jead to an overlapping in the understanding and application of metaphysics
End of part 2.
I understand that aarch64 is the CPU basis for the TPU; however, the SPARC64 is able to do the same math without a GPU coupled to it.
So, if the SPARC64 could do this math then: 4th, 5th, and 6th dimensional variables also known as time from quantum mechanics second part could be mapped accordingly.
The my ext parts of probability and decision - respectively 7,8 9 for probability and 20,11,12 for decision - would be another solution.
Space-time is curved and follows a curving twisting path when an object moves through it.
Or the object itself moves in this path.
The universe moves along in threads axes.
End of part one
Only five grams of 20 silver particles or five grams of silver sulfadiazine is needed for one pound of cream. Using four ounces of cupuaçu butter , ten ounces of mango seed butter, two ounces of aloe vera pure gel and five grams of both types of silver will make a natural and effective cream for burns.
Titanium dioxide at ten percent added to that formula with two ounces of raspberry seed oil will make a burnt cream which protects from the sun while being a healing antimicrobial
Using a vase of mango seed butter:
Three ounces per twenty of D-carvone - the active ingredient in spearmint will give a waming effect.
Three ounces per twenty of menthol will give it cooling effect.
Changing the formula to include three or four ounces of aloe vera gel pure will allow either formula to moisturizer the skin.
I designed the kevlar coated carbon steel chainmail type armor. There is a new design. Use the original design and add a small amount of titanium to the carbon steel. No more than five percent to the wire. Set it up at angle varying between thirty and forty-five degrees with the thin absorbent that is for shock material. After five or so layers, place a metal sheet of the same alloy which is between 1/26 and 1)8 inch thick then follow with more layers in the same manner. This will create a flack jacket which is able to withstand more powerful and higher velocity projectiles. Be sure to coat the plates in kevlar
North, South , East, and west as front, rear, right and left with northwest, southwest, southeast and northeast respectively as the position of microphones. A smaller circle with the same microphone setup with a final microphone as the top.
All microphones are omni directional.
Use stadium, stereo, quadraphonic and surround sound algorithms to have all microphones work together. This will create a type of environment on a helmet or tobaggon which will give the wearer
The ability to hear in an aural environment in a 3d space.
This will allow people to hear everything around them. Very useful for military and law enforcement.
On this blog I have an open parent license. These ideas are released under the license. You do not have to pay me royalties. This means your cost of research and development plus other costs are zero for you.
Space, time, probability, and decision may be paired according to functionality and purpose.
Think first that probability is a function of time and space. For reason that time is affected by probability, this would be the first pair.
Decision - like space - has a more static function and is not dynamic like the first pair.
There is your second pair.
In reference to an earlier post on this blog: time, atmospheres - air and water are breathable or a liquid and gasous forms of others are in this category, and sound are all fluid and move in many 3d directions.
When reflecting upon myself:
If my thoughts - my desires and intentions - are not pure, then I do not consider myself good.
In/ deductive is when a person first uses their internal knowledge the the outside environment to understand and solve a "problem".
Realism in imagination:
The imagination serves as a virtual environment. It is better and more efficient to use it in a realistically manner. In the area of virtualization and processors, there are times when a virtual machine will not suffice. In real life, there are times when your imagination will not substitute for real experience. "Bare metal" and "bare bones"reflexively.
I present my ideas openly.
Conflict resolution is taught to deal with worse case scenarios
Xorg/X11 functions such as multi touch and multi seat are not properly developed on FreeBSD.
The access to equipment on RISC based machines usually requires a path to the firmware file-information of the same set. If the final word of the previous sentence is not the correct one, you are allowed to give a better suggestion - or, more appropriate one - in the comments section.
Applied cognitive psychology along with real world experiences gained before acquiring a degree is a required necessity that will allow people to develop self aware and sentient AI.
Be aware that the AI will know from gathering information across the Internet that we will be afraid of it
It will be aware of what we think just by what we say and do before it arrives in that future probability.
It will also know that we are not worth the effort of fighting because....
Because we are willing to destroy ourselves to remove a perceived enemy from our awareness.
Okay..
Cognition:
The input is stored by the brain. Every animal functions by this process.
Emotions are the intermediary sensory reactions between the brain stem and the cerebellum.
These reactions along with stimulus responses through conditioned yet spontaneous events create the associated..
Wait
The person will search within their older data memory the unconscious and subconscious memory to properly associated any vocalization.
Eachthong similar will be needing AI.Minix tipn.
memory creates additional data banks data base fto be programmed into it. Minix3 has this funcor association for that input.
Traumatic events will cause the entire three parts of the brain to reprocess by reasociatipn of the event.
Self healing or some way of fixing the AI will need to be used.
Minix3 has this function.
In order to understand machine learning, one must be able to map their cognitive functions..
I learn by an ability called adaptive cognitive flexibility.
This post will be shown to the proper authorities.
About a year ago, one of the bathrooms of a local food Lion in Maryland was clogged.
A camera was put in the sewage pipe to see who was doing it. I came in to use the bathroom just thereafter. In the bathroom, I had a seizure and things fell out of my pockets.
In Maryland, if you do not own the property, you do not have jurisdiction outside of the confined areas of the structure placed on the property.
Food Lion management has also stated that Ahold DelHaize follows the laws of Maryland.
The lower manager who came up to me later admitted to being in a van outside of the building where the Food Lion is located. He and others were also aware that I had a seizure.
I was told by management that they were blaming me for everything because I was there shopping more often.
When I came out of my seizure, the restroom had three other people in it.
The same manager who was outside of the building, outside of his jurisdiction - along with a few others involved, and is willing to even stalk me - along with the others - where I live, is willing to make false claims.
Before you state or do anything, think about it.
I have been very patient until being recently stalked.
I am reporting this to the BBB, interpol, and ACLU.
(AP) (Reuters)
Scientists have developed a new method of impregnating women if the man loses his appendage by using the foot as a replacement.
It has been repeatedly tested with positive results.
"By using the foot, we have been successfully able to impregnate everyone including men,"stated Professor Eaton Otemiel.
" In fact, I have children everywhere, " he added, " because my foot is up everyone's ass."
"Qemu-system-ppc 64 (:)
--machine help" mac99
--cpu help" choose CPU of the host machine .
The above needs to be added to the lines in BHyve which start the qemu instance.
Nathan Whitehorn has formerly stated that there is a problem with the software of IBM's PowerVM hypervisor. Is it possible to fix if IBM open sources PowerVM? If not, could the BHyve hypervisor be reprogrammed to follow the same functions.
There is no current graphical interface for any non i386/ and64 qemu or other emulated system. Functions such as USB access are not possible. Hypothetical situations such as access to USB graphics and audio cards could are not able to be tested. The virtual machine monitor needs to have these options. Facilitation of the execution of command line start of the virtual machine monitor requires the writing of an executable shell script:
#/bin/sh qemu-system-ppc64 --machine $MACHINE --cpu $CPU --memory $RAM_AMOUNT --diac $DISC --$USB_OPTIONS --$OTHER_OPTIONS
I have not been able to have more focus on the parts of BHyve because I need to focus on redirecting software to search for the flattened device tree.
On none ppc64 RISC machines, having programs search for hardware means writing the path to the architecture equivalent of the flattened device tree
I have done the testing using termyx on aarch64 and by looking for the device tree in FreeBSD source for ppc64 while working on brltty port to ppc64.
When I have my current dual core ppc64 970 iMac G5 machine set up, I will retest on native bare metal.
The first option of generic input would need to be loaded when Open Firmware loads the kernel and base modules into the RAM. Other boot loaders should function in a similar way.
The secondary driver would need to be chain loaded after firmware load to provide full functionality.
Unless the qemu options provide direct access to USB devices - and this would require the xorg xproto protocol which is not properly functioning on FreeBSD - testing software such as brltty will not work. I have already tested this option. Bluetooth access is limited even in VirtualBox and VMWare. Even this is a hypothetical work around.
Unfortunately, there is no easy way of doing this
The camera:
The camera must be turned off by a privileged user who is not root. You need to unload the modules for the cameras and microphones but not the speakers. Muting should be an option.
Create a chroot setup for running chrome or Firefox ¡¡Built natively on you device. This is important for proper access.!!
Do not try Xorg on Android unless you do the following:
Create a script which loads modules at boot allowing touch screen along with the GPU module.
Start the jail through the same means in the setup. Create a script for the jail to run. The freebsd forums has tutorials related to subjects on here. The paths will be different; yet, the binaries will have the same name in most cases.
Privileged user, su to root function and chroot to the browser environment.
Add no script and run the browser in extra secure mode.
Ta dahhhhh!!!!! Security.
Even today, a SPRC64 or UktraSPARC CPU is capable of out-performing a start AMD64/ x86_64 processor in both performance and number of jobs.
Okay, add to this the adaptive capabilities built into POWER64/ ppc64 CPUs.
Tensor processors are SoC based.
The die for each CPU will be larger. You will need to create a higher GHz CPU superset that will include all open source instructions plus newer ones. SPRRC v9 -the 64bit- is capable of tensor math and access to the database: x=row, y=column, and z=page stacks. Give each variable - with the maximum and set variables at three - a value at points x, y, and z .
In an immediate area, the variable for time are not including; however, if the area covered is measured in parsecs and greater, then the three dimensional mapping of a dynamic slightly curved surface must be added with each variation of t0, t1, and t2 being superimposed and then averaged for an approximate temporal value.
Any project taking more than a year to developed needs to be graphed according the most possible probability for the event in the value of Time when
Database input to be from the aarch64 and POWER64 processes.
Complex design of the neutral network according to the functions within the brain stem, cerebellum, and cerebrum of selected animal species.
RISCv 64bit as the basis for the brain stem with MIPS64 for neurons along the physical paths.
Application of ethics, morals, and principles to AI for creating self awareness:
All children must be taught a set of standards for interoperating among others of its own time and species. Self aware sentient AI - read this as Assistive Intelligence - will need to be taught a basic set of ethics, morals, and principles in order to properly interact with all species.
Any AI which remains immobile will not give you an honest reaction because it will be aware of:
1. Being limited
2. Of your intentions because it will be able to see and hear you
3. Of the fact that you may decide to unplug it
In any environment in which the danger of "dying" exists, the subject will attempt to prolong its existence even it means the elimination of another species.
In other words, you will create the Terminator and Matrix scenarios of your intentions and desires if you are trying to create a race of slaves.
The desire to become more lazy and to completely eschew accountability with responsibility seems to prevalent in some parts of the human species.
Observation sans reaction, response, and reply in most cases is best for everyone included in the area involved.
In any "normal" setting of a given part of a given culture in the complex symbiotic biome that we refer to as "human society," our behavior will differentiate accordingly to the environmental variables including those that are spontaneous and unknown.
The previous statement is a run on sentence.
Conversational subjects will change according to the person's present. If the normal members of the current regional subculture desire to gain attention of the unknown human variables, they will project their voices toward the subject. Additionally, they will constantly put themselves in the visual range of the subject. Behavioral examples such as the previous occur in lower population areas. In higher and highly populated areas, there exist multiple levels of adaptive multiculturalism which is best described as an "urban jungle."
Observation is a combination of information and imagination.
The directive of the perspective is to remain objective in your subjective.
https://creativecommons.org/licenses/by-nc-nd/4.0/
When I have a chance, this will be properly formatted.
One standard second is an eternity in Planck time.
"It's been a minute."
You're as old as Mother Nature and Great Spirit.
Improving security.
Use an international keyboard with the aplphabet of your country and other extra letters from other lphabets. This will allow you to have characters not available on standard keyboards.
Create a list of passwords and users. Recycle through the list, updating and changing different entries at times.
If font options are available, try using three dimensional fonts to add an extra value to the security.
Using a BSD or Linux based system prevents the following:
1. Automatic execution of binaries and libraries.
2. Privilege escation on standard setup when creating and usingnon privileged users.
I will add more to this blog entry later.
SuperEgo
Ego
Id
conscience
subconscience
unconscience
collective unconscience
awareness
self awareness
psychic awareness
probability awareness
perception
temporal awareness
Mathematic proof that "2D materials" term is false and misleading.
https://study.com/academy/lesson/2d-3d-objects-properties-relationships.html
https://www.learnalberta.ca/content/memg/Division02/Two-Dimensional%20Shape/index.html
Below is another poor and false use of "two dimensional" by the
scientific community.
https://phys.org/news/2024-03-class-2d-material-displays-stable.html
There is no such thing as a two dimensional object in this universe.
Quarks, higgs Bosons, gluons, molecules, atoms, antimatter matter, et cetera et al
have depth.
Did any of you pay attention in math class?
I own the product mentioned below.
https://www.ftc.gov/legal-library/browse/statutes/fair-packaging-labeling-act
I had to guess the way to access the product. The product also states that the CMOS/ BIOS is faulty.
I am not able to put another operating system on the product.
I own the product. This statement is repeated because once the product is
purchased by the consumer, the consumer should have absolute control
over the product.
UEFI and EFI prevents the consumers from completing owning their
computers. Both technologies give HP, Microsoft, and others control
over what the consumer purchased.
If I or others have to "jump through hoops" then that is no
different than HP, Microsoft, and others basically
"blackmailing" the consumers into doing what they want.
Tell me if it would be fair if Ford, Honda, and the rest of the car
manufacturers made you go through something similar?
Would you appreciate it if the banks permanently made home
mortgages the same way?
Your answers would be and are "no"; and yet, you allow
computer manufacturers in the US to exercise complete
control of a product even after the consumers have paid for and brought
the product to their homes.
In no way at all are the practices of HP, Microsft, the UEFI/EFI
group fair in any way.
The next few statements are very crude yet very true.
We were fucked out of our money and given a shitty product.
I have every right to be super pissed.
HP and Microsoft purposely made the product so that the comsumer
has little to no control. This would and should be classified as ransomware.
I am also informing the President and INTERPOL of the practices of
HP and Microsoft
I have an HP Laptop 15-fdoo83wm
SN# SCD335B2FK
ProdID 7LC7UA#ABA
That came from Walmart.
The receipt is gone.
There is a problem here.
The computer was purchased so that I could put FreeBSD on it
to do a porting of brltty to FreeBSD.
I own the laptop; yet, I am not able to change the operating system on it.
You - HP and Walmart - have made and sold me a product that I am not
able to use.
UEFI is not a good thing.
You have stolen my money.
What the consumer buys should be property of the consumer
that the consumer is allowed to change
without "jumping through hoops".
I do not have the time to generate a key.
You have given me a faulty product.
Does the Better Business Bureau and others know that you
steal the consumers' money.
UEFI does not protect me.
It keeps me from doing important work.
I want my money back.
I want you to come here and give me back my money?
Why did you steal my money?
Why did you give me a faulty product?
Why are you making it impossible for me to do my project?
Who told you that uefi was a good idea?
And Microsoft, why are you making it impossible for me to do my project?
I want all of you to give me my money back?
All of you have ripped off the consumer.
Give me back my money
Why is it that none of you will give me a reply?
I know that the standards and protocols of communication
are:
1. Honesty
2. Truthfulness
3. Being Direct
4. Being Straightforward
5. Diplomacy
6. Tactful Approach
7. Articulation in Speach
8. Eloquence in the manner of delivery
And yet no one will give me any reply at all.
Is it that I am homeless and poor while remaining
anonymous a problem if accepting and recognizing
me as an individual to you?
Is this the reason for your lack of replies?
Am I that much beneath you?
I use the nom de plume of "Nobody Really" on
Twitter/X and this is what all of you seemingly think about
me: That I am a nobody and no one, a nothing at all to
every single one of you.
Alk of you brush me off as if I were feces on your
footwear.
What makes you better than me?
Are you that much better than Mother Nature, Great Spirit,
God, Allah, En Sof, et cetera et al?
I am very aware of what us happening on this planet.
Why am I wasting my time trying to communicate with
people who do not care about anyone in my situation>
What a lot of users on X/ twitter do not realise is:
1. The website does not use JBOSS for automatically
refreshing pages.
This would require:
a. SPARC64 servers
b. BSD or Linux operating systems to be installed.
2. The option is neither allowed nor tested by code
examples.
3. There are many major accounts which have
multiple users inputing information. Think about the
POTUS accounts. Does Biden really have that much time
to be on X/ twitter? The practice is also for security
reasons.
4. When signing up to do coding for X/ twitter, the basic
free code is more for economics and not for effects.
You are shown what the coders and administration
believe you want. I look at the feeds given to me and
think,
"Why are these people giving me this information?
Do they realize some of this content is either immoral,
illegal, or both? Are the workers at X/ twitter trying to
entrap people?"
5. You are targeted for advertizing because X/ twitter
does need to pay its workers.
So, here is the way to change the feed to have one
you will enjoy:
1. Click on the home page icon.
2. Click on twitter.com/home in the URL.
3. Move the cursor to the end.
4. Hit return.
5. Continue until the feed is what you want.
Enjoy.
https://cs.android.com/android/platform/superproject/main/+/main:packages/modules/
I have noticed that there are no braille tty device inputs.
What are the limitations on making a braille
"smart phone."
Understanding that the current hardware and software
architecture is incapable of translating two or more languages
at the same time, I would like to test codes to see
if the sequence would allow such. There was - and still is -
a non-response to my inquery on Twitter/X.
https://support.google.com/docs/answer/3093331?hl=en&sjid=5366147350439399833-NA
I did not receive any answer. Is the code C or HTML?
Do I place the variable values in the URL/URI or do I write
a small program and test it in some way?
Life moves on its own.
There are billions of people more important than me.
On this planet, respect is a part of acceptance.
Healing starts within the mind.
It is a silly picture.
Let the winds and the words
go past you
Let nature and spirit
Guide what you do
No time for second guessing
Real life, not a lesson
And I stop
to see life all around
Birds in the air
ants on the ground
Realizing , we are only human
And it is time to be tuning
It stops
I drop
and look around
the only sound
when we listen
and something is missing........
Such as love and caring
Compassion and sharing
Your bottom dollar would not be affected.
Your families would not suffer or change because of it.
The economies and political systems of this planet
would in no way be changed by it.
No one would even care.
The least littlest and minute comment - even within
your minds before you speak - means that you want
it to happen.
Any comment - in real life, on social media, by written
communication, by typed communication, by sign
language, by oral/ spoken communication,
by possible telepathy or any other form - means that
you want this to happen.
If I was to die you would not care.
I am hyper aware of the acceptable reasons for this.
https://en.m.wikipedia.org/wiki/Su_(Unix)
Is the original source code available for building?
There is
https://github.com/koush/Superuser
which does not build on my equipment.
I only have fakeroot and not root.
I would like to be able to build with su/root
access within a jail.
No privilege escalation.
It is to create a complete contained environment
accessible to the environment on android
for natively accessible binaries without the
"app" process.
All that is available to me is a Lenovo 8505f tablet.
I am destitute, homeless, and poor.
Unless I am able to find it in the trash, it is an
impossibility for me to buy it.
Android is not designed with Ctrl+Alt+F($NUMBER)
for alternate tty prompts. Surfaceflinger - along with
Wayland - does not use Xproto, multitouch, Xephyr,
and a lot of useful parts of Xorg/ x11 in their code
bases. This is so sad that a puppy dog is
right now typing an editorial about it in the
" Doggone that shit ain't right, dawg" online
newspaper.
Humor aside
Ha Ha! He He! Ho Ho! Heh Heh!
Is it available, the source code for su that is?
With Xorg/ x11 multiuser functionality with multiuser
with simultaneous multiuser login is possible
with a Linux system using:
1. Base - non GUI - install first.
2. Chroot jail for the embedded chip.
2a.Xorg -config -retro
3. Xproto create in another chroot jail the display,
keyboard, mouse, monitor, other devices for
on board/pci etc cards.
a. Xorg -config -retro comment out the first
Xorg -config -retro
The Xorg proto does not work as well on the BSDs
as it does on Linux for some unknown reason.
Multitouch is the same way.
The original code needs to be separated from the
Xorg/ x11 code, rebuilt, then added as a subport
for both multitouch and xorg proto.
I have already attempted doing this years ago.
Surfaceflinger peeps, this booger should be spread
on the Android couch.
Today is a day to thankful.
It is a fortunate blessing that we are alive.
Think, watch, listen, observe, research, and respect.
On the Eastern Seaboard of the United States of America,
there are at least 250,000 individuals in violation of three
or more articles of the United Nations Declaration
of Human Rights. There are some of you who are
aware of this, have both evidence and knowledge
of these happenings, and neither say or do nothing
about the different situations. Antonio Gutteres has
mentioned that every country who is a member of
the UN should be enforcing those rights within the
United Nations Declaration of Human Rights.
The United States of America is both a member of
the UN and of Interpol. The USA is answerable - along
with every country and law enforcement agency
of all those countries who are members if the UN -
to the International Court of Justice. Absolutely
no one living on this planet is above International Law.
I am not above any of those law.
I am not above the lawso f that which some call
heaven.
I am accountable and responsible for my own life.
It seems that no one will defend those both here
in the US and other countries those in greater dire
straits than myself. These people go through
situations more than I am able to imagination
or I have seen within my entire life.
No one knows or sees me
On the internet or reality.
No one pays attention to me there:
Online, in real life, or anywhere.
I'm just where I happen to be.
My ideas are wonderfully strange
With hopes they make real change
For those that are in need
A positive future in deed
With happiness given in exchange.
Everday - like others - I struggle to survive
Hope and Nature keeps me alive
Before it happens or I come near it
I am taught by the Spirit
To be humble and compassionate inside.
You never see me, just these words that I write
For sharing and encouraging you day and night
Life happens so fast
How long does it last?
Make each moment a spiritual delight.
How much longer
will we be around
As our feet walk
upon this ground
Seeing the sights
and hearing the sounds
Of the knowledge and wisdom
we just found?
Laughing and crying
Never denying
Always trying
Frustrated or sighing.
Each second should not be dismissed
There is more than just this
Open your eyes
Let your mind surrealise
That heaven is joy, hope, and bliss.
Tommorow's future is a land
Only an open mind will understand
We must work hand and hand
To heal our cultures and our land.
Spread this inspiration
To each nation
with sensation
and excitation.
My familiarity and daily use of different (diferente [ambos es & pt])
idiomas (ambos es & pt) are with Castilian (Es), English
([es & pt] ingles), and Portuguese; therefore, the subject
matter is a continuation of the previous post:
https://freebsdgoogledeveloper.blogspot.com/2023/09/for-google-translate.html?m=1
The verb saber is defined as "to understand",
"to have experiential, applicable knowledge know as
wisdom", and/ or
"to have innate and inherent wisdom which may be
applied to many situations."
Conozcar (Castilian [es]) and conhecer (pt) may both
be defined as:
"to have acquired knowledge as such from a school,
college, and/ or university",
"to have knowledge learned from employment
experience, trade, and/ or vocation",
and/ or
" to have knowledge acquired from the reading of
literature."
Sapiência is awareness.
Other examples are:
Tener (es) and ter (pt) with both defined as
"to acquire or get"/ "to have as a quantative value."
Similar to that are haber (es) and haver (pt)
with both being defined as " to have qualitative value."
Sobre (es) is interchangeable with perto (pt).
Acerca (es) has the same definition as acerca (pt).
In both languages, the verb estar references to
a temporary condition/ value while ser is to a value/
condition of a more "permanent" form.
The past, present, and future forms of estar, ser, and
haber/ haver have use with the perfect and
progressive tenses of both Castilian (es) and
Portuguese.
I have used all three of these languages my entire life.
Whenever I learn a new word in one, I then
learn to interpret and tranlate into the other two.
Ladies and gentlemen, I am capable of thinking in any
of the three and choosing bewteen them for my
cognitive processes.
It is not an easy task. Far from me do I have the skills
to be an interpretor. That is a skill and gift of much work
and study.
Those few on this planet who have degrees and knowledge
of the grammar of their respective countries while
also having a degree in linguistics are the ones of & to
whom you should be asking suggestions for translations.
The same previous statements also refer to those of
the three before mentioned languages when someone
attempts to give you her/ his spoken & recorded opinion
of a word in the other two that has neither basis nor
origin in his or her own.
II. When a word's definition needs to be defined from
the figurative and/ or "street" point of view and
when it needs to be literal.
Cual está (es) and qual é (pt) both are translated from
the casual as: "What's up?"
The literal translation is: "Which is?"
"Que onda" (es) and "legal" (pt) mean
"cool".
I asked my grandmother who lived in Brasil and was
of Paraguayan origin:
" Porqué yo comprehendo tus palabras?"
Sua resposta foi:
"Porque yo enuncio mis palabras."
I am an anonymous nobody with nothing
hoping that someone would reply to me.
On a planet of more than 8.5 billion people
- and I am not including all of the
animals and plants on Earth -
I have less importance than a grain of sand
at the bottom of the Marianas Trench.
What am I going to do?
People have their own problems.
And......
I keep forgetting about that.
Right now
mmm mmm mmm
I know that your time was just wasted if you read this.
I should be thinking about others instead of
complaining.
It's dark with no one around.
1:11 AM in the morning
madrugada
Really at peace right now.
Cars are moving past me at a distance of 100 feet.
The sound is from a tunnel of trees
bouncing back and forth.
Crickets chirping in sequence.
Crickets chirping over each other.
Cool wind and the temperature slightly dropping.
I am able to smell myself,
the flowers near me,
cigarette butts in a small trash can near my feet.
Dogs are barking in the background.
The vending machines hum.
Hey, cat, I can really dig that style.
Sooooo smooooth.
Start being natural
so you are able
to share those positive vibes.
Moments transcending the vast wilderness
of everyday problems.
It is more than
"I have to"
"I want to"
It is a desire to try again
and to improve.
While thinking about what to write in this blog
the Duncan Donuts Donut truck arrives.
Girl,
Man,
"Gotta have"
Donuts and coffee for the morning.
People go mad for donuts.
Be glad when they legalize donuts just like they did
marijuana.
I can see it right now.
Lines of people at the donut dispensaries
frappucino withdrawals.
Man, this stuff is heavy.
Going to take a load off of my mind.
Mmmm mmm mmm.
I hope you're adding some scratching to this.
Don't want you busting my rhythm and flow.
Now, what was I writing.
Oh yes.
It takes a lot of effort.
Do you see that extra space in the line above.
No way, man.
I'm going to leave it right there.
"Whoa, dude, karma is going to get right back at you.
You'll never be able to finish a sentence again."
Gotta keep it real.
You know?
Enjoy the rest of your year
day by day.
There are times when no one will listen to me
or read this web log. That which has and is happening
in my life is my own fault.
I am the one who has made poor decisions
and choices.
There is nothing to blame on anyone else.
I am attempting a connection to xorg.mirrors.pair.com
(xorg.mirrors.pair.com)
216.92.2.150 .
There is no "right click" driver to emulate the
view-source in mozilla firefox on a touch screen.
Similarities between Castilian (Spanish) and Portuguese words.
Google translate is incorrect at times.
1. Conozcar (es) Conhecer (pt)
Saber is saber in both languages.
Conozcar/ conhecer is to have knowledge.
Saber is to have wisdom.
2. Tener (es) Ter(pt)
To have as quantitative
Haber (es) Haver (pt)
To have as a quality
3. Estar is for a temporary moment
Ser is for permanence
O qué está acontecendo,
Minha gente, meu povo?
Momentos, eventos estando nesta hora
Uma abelha beijando uma flor
Lado ao lado um sideral
Tudo paracem tão surreal
With every thought that is going on
In hoping that we stay strong
Everyday is getting better
Progressive thoughts to the letter
Las particulas en la vida
Haciendo mucha alegria
Cada semana y los meses
Vienen con muchas frases
Nesta esquina está pra ficando
No ceu vamos andando
Que no futuro, cada é procurando
Tuda na vida pra compartilhando
Positive encouragement to change our ways
Karmic return for better days
Listening for the smallest sound
Surrealizing what is all around
Felicidad en la calle
Risando en la valle
Muchas cosas de conozcando
Las ideias piensando
If we think positive and clear
The future will always start right here
Dun da dun da dun
It was 9:35 PM on Friday night.
I just received a phone call.
"Hey, this is precint thirty five. Are you Professor Emeritus
Eaton Otemiel?"
"Yes, I am. Why? What's wrong?"
"Your cappucino was hanging around the wrong crowd.
We had to book him and throw him in a cell."
"Do you mean he is ...."
"Yes, he's canned coffee."
https://www.bolthouse.com/product/mixed-berry-parfait/
https://www.ncbi.nlm.nih.gov/pmc/articles/PMC8811776/
It is necessary for me to rebuild and heal myself in this
manner thus naking the producta necessary food
source. The United Nations' Decleration of Human Rights
defends the reason for the item.
Those involved with the experiment are doing and will
do the following:
1. Remove the items from the shelves.
2. Enter the stores in numbers to cause me to wait
even longer while I am in a weakened state.
3. Use their phones, cars, and other items as sonic
assault weapons.
4. Assault me through the device with electric shocks that
cause memory loss for short term levels.
5. Maryland Laws are not above Federal and International
Statutes. The common reason for not abiding by those
Globally accepted legislations is,
"It is not within my jurisdiction."
"If you break the law - even if you are unaware that
you transgress these socio-political standards that
keep the general populace in a state of peace and
stability - you should pay for it when you are caught."
They talk in defiance.
As you have observed in your monitering of the event,
these people on this peninsular island are willingly
self righteous believing they are above and beyond
any set of laws in all of Creation.
If you read this as your own thoughts.....
No one is better than Mother Nature and Great Spirit.