[AngularJS] “you have ruined javascript”

Rob Ashton article: “you have ruined javascript” While I am considering it as a bit of overreaction but I 100% agree with the nature of problems defined there. Chase for silver bullet lead us in the same trap of over-engineered world of abstractions. Or over-abstracted world of engineering? Whatever …

Mac OSX, DPI and font sizes mess

Most of applications on Mac OS X use fixed 72 DPI settings despite of all these Retina and other high-DPI monitors. I understand that this is legacy we’ve got from last century. But c’mon, it is 2014 out there … Even conventional browsers that supposed to handle scaling well by using CSS rules are failing…

Sciter on Mac with native CoreGraphics backend

It is coming: Core components are in pretty good shape, working on porting public API functions. sciter-x.h will have all functions that use HWND refactored to use HWINDOW instead, that on Windows will resolve to HWND and on Mac OS X to NSView* (client portion of NSWindow).