Sunday, June 22, 2025

Playing around with RUST

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Playing Around With Rust
Now I am reading about RUST, I leaned some concept about its unique feature the Ownership and having no garbage collector unlike
of the most programming langeuage, it is very cautious in the stacks, and memorie allocation. It is very strict about it
so it can counter buffer overflow
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRzfPoL23PrstrYzNYwsSr5Sej4YwUCaFiuOwAKCRAwsSr5Sej4
Y23BAQCqtBmqdIFnTzoCwqB0+117YnYzafD9GUDiiR7JiuVYaQEA3RspA6SJ+1QZ
YX8dVWqG/KlEif9bO6/ogF57x1vrYQ0=
=dIrm
-----END PGP SIGNATURE-----

Saturday, June 21, 2025

Playing with Rust

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Playing Around With Rust
Now I am reading about RUST, I leaned some concept about its unique feature the Ownership and having no garbage collector unlike
of the most programming langeuage, it is very cautious in the stacks, and memorie allocation. It is very strict about it
so it can counter buffer overflow
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRzfPoL23PrstrYzNYwsSr5Sej4YwUCaFehyQAKCRAwsSr5Sej4
Y1SgAQD+OSljY2lPD70L5iICEStnbIF6zKVaybU4DbDs47M0GAD+PG7UxWkgO3k5
zaevj9tPptD1ji5iJ4/GMlbLFkCHcQM=
=Y1X7
-----END PGP SIGNATURE-----

VIBE CODING RUST

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

extern crate rand;
use std::io;
use rand::Rng;
fn main()
{
println!("Guess the number:");
println!("Please enter your guess:");
let secret_number = rand::thread_rng().gen_range(1,101);
println!("The secret number is {}", secret_number);
let mut guess = String::new();
io::stdin().read_line(&mut guess).expect("Failed to read line");
println!("Your guess:{}",guess);
}
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRzfPoL23PrstrYzNYwsSr5Sej4YwUCaFcHYQAKCRAwsSr5Sej4
YxDxAP0Vy53SSO3RGeXHH3WstMYfDZXXxcFiTkYVtObVgNO9IwD8DILtLwX4EgSG
Kz5tR747GjkBZ1R3RPWH1RNpuK/T9Qw=
=Oi7t
-----END PGP SIGNATURE-----
It's been a while since I tried to learn this rusty computer language.It is facist but it has discipline It counters buffer overflow. They
said it is the safest programming language today. But a newbie I have a lot of things to learn about it. I am still leaning the ropes.:

war in the East = War on the west

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512


WAR ON THE EAST = WAR ON THE WEST

THE MISSILE FIGHT BETWEEN ISRAEL AND IRAN COULD LEAD TO A BIGGER WAR.It has
been a week since they start bomb each other and nobody knows when it would
stop this is their biggest escalation so far and could lead to more severe fight
between and could lead to a total war. Now the Israel experiencing what Palestine
experiencing. They are sworn enemies and this is very uncertain time for them for
peace, they are commited to destroy each other.
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRzfPoL23PrstrYzNYwsSr5Sej4YwUCaFaZXgAKCRAwsSr5Sej4
Y4fhAQCdfbDUfN9rIxxfUissL3faCHEOL2fRdH9gLLmjkNHbEwEA5I0y2yxCNbwX
cAJZibWz198Ezl9Qst5i7mQ4g28QQQk=
=Kja4
-----END PGP SIGNATURE-----

UNIX VS DOS

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512



THE TEXT WARS BETWEEN UNIX AND DOS
CR and LF are control characters, respectively coded 0x0D (13 decimal) and 0x0A (10 decimal)
Even you send or post your file in plain text it will never be the same once it was crtl+a, ctrl+c and ctrl+v the file,
I am trying to say even if you tried to copy paste text with your mouse it will never be the same if you use incompatible
operating system. In Unix system it is only LEFT-FEED but in windows system is Carriage Return + Left feed. It change the
data it will never be the same checksum. That's why it is important you know about it if you sent pgp key and
the reciepient just neglectfully copy paste it with mouse it will be different file even you read it there is no
difference you should have an editor that has feature that can read white space so you would know the
difference.
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRzfPoL23PrstrYzNYwsSr5Sej4YwUCaFaRoAAKCRAwsSr5Sej4
YxFUAQCiSdjz2/ABD/Nk/wVaJBhqw+qRvBpXUlVWMSuekEg3KAD6Al3V9xKKuynx
3kicEyIEJ94hrekJ5u5yNOAdz/aA8wM=
=sfsx
-----END PGP SIGNATURE-----
THE TEXT WARS BETWEEN UNIX AND DOS
CR and LF are control characters, respectively coded 0x0D (13 decimal) and 0x0A (10 decimal)
Even you send or post your file in plain text it will never be the same once it was crtl+a, ctrl+c and ctrl+v the file,
I am trying to say even if you tried to copy paste text with your mouse it will never be the same if you use incompatible
operating system. In Unix system it is only LEFT-FEED but in windows system is Carriage Return + Left feed. It change the
data it will never be the same checksum. That's why it is important you know about it if you sent pgp key and
the reciepient just neglectfully copy paste it with mouse it will be different file even you read it there is no
difference you should have an editor that has feature that can read white space so you would know the
difference.

THE TEXT WARS BETWEEN UNIX AND DOS, actually the white space

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512



THE TEXT WARS BETWEEN UNIX AND DOS
CR and LF are control characters, respectively coded 0x0D (13 decimal) and 0x0A (10 decimal)
Even you send or post your file in plain text it will never be the same once it was crtl+a, ctrl+c and ctrl+v the file,
I am trying to say even if you tried to copy paste text with your mouse it will never be the same if you use incompatible
operating system. In Unix system it is only LEFT-FEED but in windows system is Carriage Return + Left feed. It change the
data it will never be the same checksum. That's why it is important you know about it if you sent pgp key and
the reciepient just neglectfully copy paste it with mouse it will be different file even you read it there is no
difference you should have an editor that has feature that can read white space so you would know the
difference.
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRzfPoL23PrstrYzNYwsSr5Sej4YwUCaFaRoAAKCRAwsSr5Sej4
YxFUAQCiSdjz2/ABD/Nk/wVaJBhqw+qRvBpXUlVWMSuekEg3KAD6Al3V9xKKuynx
3kicEyIEJ94hrekJ5u5yNOAdz/aA8wM=
=sfsx
-----END PGP SIGNATURE-----
THE TEXT WARS BETWEEN UNIX AND DOS
CR and LF are control characters, respectively coded 0x0D (13 decimal) and 0x0A (10 decimal)
Even you send or post your file in plain text it will never be the same once it was crtl+a, ctrl+c and ctrl+v the file,
I am trying to say even if you tried to copy paste text with your mouse it will never be the same if you use incompatible
operating system. In Unix system it is only LEFT-FEED but in windows system is Carriage Return + Left feed. It change the
data it will never be the same checksum. That's why it is important you know about it if you sent pgp key and
the reciepient just neglectfully copy paste it with mouse it will be different file even you read it there is no
difference you should have an editor that has feature that can read white space so you would know the
difference.

EVIL EXISTS

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Evil exists!
You cannot get rid of evil. History tells it happened before and it will happen all over again. It is naive to expect that someone will do good
in you by default. It is safe to say that you should be weary all the time. You should not get off you guard down, there is nothing more scary than a person is
deluded to himself and justify all his evil doings. Yes, it is true morality is subjetive, but there are things in theworld that objectively evil.
The temperament of human is complicated, sometimes you would never know from a glimpse but time will tell if someone is evil or not.
-----BEGIN PGP SIGNATURE-----

iHUEARYKAB0WIQRzfPoL23PrstrYzNYwsSr5Sej4YwUCaFZ5SwAKCRAwsSr5Sej4
Y0NkAP42PERHbOxeV5qmGMh0suuJ4wHBhCChbJSIlb3wESmMUgD9FvihkP2dBRw8
05BG/pqZ02GV7wqkYq5ZfTZ71T+OYgE=
=JWOh
-----END PGP SIGNATURE-----

-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 06-19-2025  It has been 8 months since Tatay's passing, and yet it is still painful, ...