Hi there! My name is Carkod kiu or Carlos Wu in real life. I am a very open-minded and tolerant person, which makes me interested in everything… almost! I still do not really like reggaeton or spicy food. But overall, I listen to any kind of music, I am an enthusiastic web designer, a topic opener especially among friends, I love sports, though I have not exercised since college. I consider myself European-Spanish, though my origin is Chinese. I also love music, my favorite music styles are Jazz, Pop-rock, Chamber classical music, to number a few. In order to better understand this hobby of mine I also play music, basically guitar and piano, though I would like to learn to play more instruments but… there is too much for me to do. My other hobby is strategic thinking, I love to plan things ahead, to learn from my mistakes, to try to do things the best in the most suited environment, plus I am a very prudent person.

Well, I have so many interests that I don’t have enough time to dedicate to each one, so I have some priorities, like my university degree. I am a student of Business Administration in Madrid, Spain. I would also like to learn about Science-type careers like mechanical or industrial engineering, I really have sympathy for engineers, you’ll know if you meet me.

All in all, I like to discover this world by knowing more about this world through human knowledge, whether it’s art, science, social science, I want to know about it! What do YOU do?

Recommended quality articles

Music

How to play songs by ear: a comprehensive guide on chinese pop [Part I]

Many people struggle to learn the ways to play songs by ear, without the need of a music sheet, being able to just hear and play the song instantaneously is [...]

wordpress-logo-notext-rgb

Detect if current page is a subpage in worpdress

This is a useful function created by Matt Varone. It detects if the current page is a subpage, you can use it either inside or outside the loop. Here is [...]

Health

Do you have a white tongue?

One of my other self care challenges was give my ugly tongue a new face. I saw that it was white and cracked, so I decided to do something about [...]

Health

Understanding atopic dermatitis

There are many types of skin diseases, but the most worrying is the dermatitis. Dermatitis causes skin disorders that are very noticeable and easily spotted and thus very unpleasant to have in our appearance.Atopic dermatitis or atopic eczema as the name infers, is a type of non-normal skin disorder…

Recent articles

  • Music

How to play songs by ear: a comprehensive guide on chinese pop [Part I]

Many people struggle to learn the ways to play songs by ear, without the need of a music sheet, being able to just hear and play the song instantaneously is [...]

  • Web development

Display terms without links (or URLs) in wordpress

The strip_tags function directly strips away all html tags that the function get_the_term_list outputs, therefore this is a very simple function to get rid of the ““, which may not work for specific requirements.

  • Travel

Exotic islands in the corners of the world

Inaccessible island is a big chunk of terrain which birth took place after a volcano outbreak (like most oceanic islands).It is the habitat of a unique flightless bird: Inaccessible island rail unique of its kind!…
Small Diomede islands are the international border between US and Russia and the international date line…

  • Fitness

How many calories do you need? (For hardgainers)

Note: most of this info is taken from “No nonsense Muscle Building” by Vince Del Monte. These tips are aimed at helping hardgainers, that is, skinny people that really have [...]

misschina1-fullsize-300x199

Miss China in Spain

On Saturday January 15 was held a historical event for the Chinese little community in Spain. The capital of Spain, which has around 65,000 Chinese residents, had witnessed the first [...]

google_logo

Optimize your google searches

After using Google so many years, you probably have noticed how its algorithm has been perfecting to its current level. Because internet is written by people like you and me [...]

wordpress-logo-notext-rgb

Detect if current page is a subpage in worpdress

This is a useful function created by Matt Varone. It detects if the current page is a subpage, you can use it either inside or outside the loop. Here is [...]

Adobe-Photoshop-CS5-Icon-psd47180

Working with photoshop type

There are two ways you can work with type in photoshop: point type and paragraph type. Point type comes up when you click anywhere in the canvas and start typing [...]

wordpress-logo-notext-rgb

Get page URL by title in wordpress

This snippet of wordpress code allows you to get the URL of a page by its title. It doesn’t have to be in the loop. It first sets a variable [...]

wordpress-logo-notext-rgb

Exclude in wp_list_categories by slug

This snippet allows you to get the ID of the category with the category slug. Then it inserts it into the wp_list_categories tag.