We are the sustainers of the world

It is said that we hold the world with our thoughts, the way we experience the world is how we collectively project our thoughts into it.

Everything exists for a reason and for something to be sustained there should be a sustainer, you, me and everyone else.

– How can there be health without illness?
– Doctors without patients?
– Bakers without hungry people?
– Lover without the object of love?
– Shops without shoppers?
– Products without consumers?
– Fashion without audience?
– Singers without listeners?
– Schools without students?
– Children without parents?
– Villains without heroes?
– Heroes without villains?
– Saints without sinners?
– Sinners without saints?

Growing up with Cats

Hello,

Yesterday, I was walking in the park and saw volunteers from Community Cat Coalition of Washington, trying to recruit people to help with their cause and volunteer.

The lady had a young cat, wrapped in a sheet around her arms like a mom would hold a little baby.

For those of us, cat lovers, seeing such scene makes us kind of emotional and happy to the see the cat being taken care of.

I want to share with you my experience and relationship with cats, especially wild / rural cats. It is a long post though so you can read the parts that sound of interest to you.

Do you know the saying: “Curiosity killed the cat” ? Well, I hope your curiosity will entice you to read the whole thing eventually! 🙂

What follows is a set of stories and experiences relating to cats from my childhood and early adulthood between the age of 9 and 19 years old.

image  Continue reading “Growing up with Cats”

Introduction to writing x86 assembly code in Visual Studio

Hello,

In this technical blog post, I am going to give you a head start on how to write assembler code and compile it directly from the Visual Studio IDE.

If you are interested in x64, please check this article.

image

You are expected to be familiar with:

  • The Intel x86 assembly language and writing basic assembly code
  • Understanding of various calling conventions (stdcall, cdecl and fastcall)

Okay, let’s get started! Continue reading “Introduction to writing x86 assembly code in Visual Studio”