Hacker News new | ask | show | jobs
by mdip 3885 days ago
Love it.

I ran into the awful performance of the Get/SetPixel methods doing some work with font rendering a while back. The solution I chose ended up similar to the StackOverflow post on linked on the page but it made the code unmaintainable enough that I just abandoned it entirely[1]. I might revisit that next month.

[1] It was a weekend/side project so I was revisiting it after several days and I remember thinking "WTF was I trying to accomplish here again?"