05-02-2023, 02:12 PM
Cycle 4, stage 4 (month 2), day 2:
Yesterday has been a hard day... I have been struggling to complete a modification of my latest model for it have a better performance...
I have finally completed the task this morning... I have launched it... and I went to the gym... I was a bit worried to leave a major change run unattended without validating that it was working fine. What had to happen did happen. This is that, the code has hit a deadlock...
It took me maybe an hour to figure out the problem and write a fix. The fix is nice. The bug did make see small other glitches that went unnoticed until I have to investigate this part of the code....
I have launched the fixed version... I went to eat and when I came back, I have found my server core dumped again...
this time, it is because the exchange has launched the trading of new stablecoin. The EURT... because my client does not know this currency, it is messing with my parser when it process pairs with EURT in it.
It mistakenly return the lexer token for the fiat EUR symbol instead...
It is not a too big deal to fix this second problem... but I am feeling resistance from the universe when I am eager to try out my latest model modification which I think will perform better...
Yesterday has been a hard day... I have been struggling to complete a modification of my latest model for it have a better performance...
I have finally completed the task this morning... I have launched it... and I went to the gym... I was a bit worried to leave a major change run unattended without validating that it was working fine. What had to happen did happen. This is that, the code has hit a deadlock...
It took me maybe an hour to figure out the problem and write a fix. The fix is nice. The bug did make see small other glitches that went unnoticed until I have to investigate this part of the code....
I have launched the fixed version... I went to eat and when I came back, I have found my server core dumped again...
this time, it is because the exchange has launched the trading of new stablecoin. The EURT... because my client does not know this currency, it is messing with my parser when it process pairs with EURT in it.
It mistakenly return the lexer token for the fiat EUR symbol instead...
It is not a too big deal to fix this second problem... but I am feeling resistance from the universe when I am eager to try out my latest model modification which I think will perform better...