logoalt Hacker News

hacker_homietoday at 4:11 AM1 replyview on HN

I used it for some toy projects never ran into "bugs" as in this is just broken, but it's quirky for sure.


Replies

dmitrygrtoday at 4:34 AM

when you have large code, bugs will find you. for example two uint16 vars globally declared one after another. adding them together to each other will produce an access to garbage memory after 5-6 additions. dumb code but a simple repro. i ran into its bug when working on eInk price tags a while back.

show 1 reply