(no title)
atorodius | 11 months ago
On topic: parsing others file formats has to be one of the most fun and most terrible things. The bliss when it ends up working is great
atorodius | 11 months ago
On topic: parsing others file formats has to be one of the most fun and most terrible things. The bliss when it ends up working is great
bayindirh|11 months ago
When you have a spec, parsing things, even if it's a bit terse (or awful), is not a problem. You look to the code you have to handle that terse bits with pity, but if it works, it works.
On the other hand, when you need to parse something undocumented, and it's bad (PSD, Office formats, bytestream from a dodgy IR multitouch pointer for a smartboard), you suffer to a level where every emo teen yearns and anybody who goes through real pain either feels better for themselves or hug you in empathy.
It's that bad.
hereonout2|11 months ago
On the way learned a lot about bit manipulation and reading ISO type specifications.