Hacker News new | ask | show | jobs
by kalleboo 4556 days ago
> I suspect the real reason for this weird resolution is boring memory constraints.

Things were indeed very tight

http://www.folklore.org/StoryView.py?story=MacPaint_Evolutio...

  At the worst case, there was only 
  about 100 bytes free in MacPaint's heap
1 comments

The finished MacPaint consisted of 5,804 lines of Pascal code, augmented by another 2,738 lines of assembly language, which compiled into less than .05 megabytes of executable code

To put that into perspective, the date command alone on this Linux box is 49k.

The one that breaks me is the Clock application on my Android phone is using 20.29 MB of the phone's memory at the moment. What could it possibly be doing to justify that?