Treatment report (2014/08/06)

Written by cafealpha no comments
Classified in : Mylife Tags : cancer, mylife, english, treatment, report, device
Today, I had the scar in my mouth (where pus accumulates) cleaned 3 times instead of 2 :]

And, one week ago, doctors "opened" skin close to my left ear in order to remove pus, because it is linked with mouth's inside.
As everything is now clean around my ear, they decided to close skin by using negative pressure wound therapy. It looks like the following device :
data/images/20140806_kci_wound_vac02.tb.jpg
(thank you wikipedia)
Tube is connected between my scar and this device, and negative pressure (like vacuum cleaner, but very very very very low) is applied to the scar so that it can close.
Around one week is required until I can get rid of this device.

Too bad I can't use the same technology to close scar in my mouth

Read more Treatment report (2014/08/06)

Treatment report (2014/08/05)

Written by cafealpha no comments
Classified in : Mylife Tags : cancer, mylife, english, treatment, report, milk
Breakfast (water + "stinky milk" packs) lasted from 9:00 to 13:00 -_-
The reason it was so long is that usually I receive first (by tube from nose directly from stomach) water only, then "stinky milk", which is kind to my stomach.
But this morning, nurse mistook and mixed water and "stinky milk", and consequently I was near from nausea because of directly receiving strong "stinky milk" first.

YH Flore, the so-called "stinky milk"
It contains milk, honey, various fish oils, etc
I receive 3 packs like this at every meal.
data/images/20140805_yh_flore.tb.jpg

To compensate this bad day, I took a shower before going to sleep

Read more Treatment report (2014/08/05)

New compiler for my Saturn stuff !

Written by cafealpha no comments
Classified in : Saturn Tags : saturn, compiler, motivation
Today, I just changed all my projects configuration and sources in order to use latest "Saturn SDK" compilers 

Very boring work, but now I feel happy to get all my projects updated !

Motivation hedgehog for today work, and future work too :
data/images/20140805_hedgehog.jpg

Here is a list of problems I fixed to get the new compilers working :
 - Don't call directly ld, instead call gcc -o. Why ? because ld can't find properly path to libgcc.a ...
 - Consequently, some link parameters need to be changed :
    "--script bart.lnk" → "-T bart.lnk"
    "-Map main_elf.map" → "-Wl,-Map=main_elf.map"
 - Some signed/unsigned mess that need to be fixed ... old compiler was quiet about this, which made me not worrying about data signedness ^^;
 - Removed volatile keyword in function declaration ... it actually didn't made sense to use volatile elsewhere than in data declaration !
    /* Exit to multiplayer. */
    //(**(volatile void(**)(void))0x600026C)();
    (**(void(**)(void))0x600026C)();
 - Removed SBL sources that were used to read file from CDROM, because they don't compile properly except in -O0 (non) optimisation mode ... Instead, I use source from great CyberWarriorX library

Read more New compiler for my Saturn stuff !

Treatment report (2014/08/04)

Written by cafealpha no comments
Classified in : Mylife Tags : cancer, mylife, english, treatment, report
First mouth rehabilitation after the week-end. I feel I can drink a little more than before, but it is just a difference of 10 spoons -> 15 spoons ... I can't drink water cup, yet.

In comparison with last week, less pus seem to come from my mouth, and doctors are finally starting to speak about scar's closing over process :]

I am in 4 people room, everyone is separated from other people by curtains, and my roommates (~60 yo, me=30yo) are quite fun : when one start to fart, another one start to fart and so on. It feels like a concert

Read more Treatment report (2014/08/04)

Treatment report (2014/08/02)

Written by cafealpha no comments
Had my stitches removed from my tongue
data/images/20140802_stitch.tb.jpg

Long time I was waiting for this, because one stitch was sometimes hurting my palate during speaking or gulping ...

And tonight was fireworks ! I could see them from hospital window !
Fireworks lasted long (1 hour) so I was very tired, but I could see them with my wife and children

Read more Treatment report (2014/08/02)

Rss feed of the articles