Source
- URL: https://x.com/questorInter/status/1977736160072839316
- Author: Questor/Inter (@questorInter)
- Posted: 2025-10-13 14:00:19
Branch
1/ @questorInter
@NOTimothyLottes
no floats ever logged? or some “agreement” that it’s always multiplied by 100000 or something like that? besides, interesting (low-level) ideas I really like :)
2/ @NOTimothyLottes
@questorInter
If I need to see a float, I scale it, then convert to an interger and print that. If it is the exact value, I just bit alias as 32-bit int and print that. Problem solved :) Similar if I need to see a 64-bit pointer, I write the hi and lo as two lines, etc.