jaz303 | 10 years ago | on: Classeur.io: Re-enjoy writing, with Markdown
jaz303's comments
jaz303 | 11 years ago | on: Step-by-step JavaScript interpreter, written in JavaScript
It uses a small-step interpreter [1]. Rather than capturing the interpreter's state on the native call stack, small-step interpreters explicitly model said state using stacks of objects - one per active AST node - and environments. Because they're no longer bound to the stack of the implementation language, execution may be cycled, paused and resumed at will.
[1] http://matt.might.net/articles/writing-an-interpreter-substi...
jaz303 | 11 years ago | on: Is your website colorblind friendly?
Last year I wrote a small bookmarklet for doing live, on-site color blindness simulation:
https://github.com/jaz303/ColorScope.js
It's by no means foolproof but I've found it useful for testing sites in development.
jaz303 | 12 years ago | on: Eyeball: CLI utility for color-cycling terminal output based on time interval
Thanks for the feedback, I like this idea. I can imagine it working well in 256-colour mode, gradually increasing colour intensity in line with write-frequency.
page 1
[0] https://github.com/no-silo/stash-design, https://github.com/no-silo/stash-server