miniblog.
← Back to all posts
Oct 21, 2018 at 10:22
2
How to take a screenshot in the 80s:
https://www.kmjn.org/snippets/wilson85_screenshot.html
How things have changed! That process is hilariously complex compared with today's screenshot facilities.
Excerpt from: Mark Wilson (1985). Drawing With Computers. Perigee Books, pp. 24-25.
Likes
Your weary 'net denizen
Dusk :heart_nb:
Related Posts
Aug 22, 2021 at 07:55
I am super impressed that tree-sitter has built-in testing facilities for both parse trees:
https://github.com/Wilfred/tree-sitter-elisp/blob/main/test/corpus/function_definition.txt
and syntax highlighting:
https://github.com/Wilfred/tree-sitter-elisp/blob/main/test/highlight/functions.el
Syntax parsing is all about the tricky cases and this is a huge help.
tree-sitter-elisp/test/corpus/function_definition.txt at main · Wilfred/tree-sitter-elisp
tree-sitter grammar for emacs lisp. Contribute to Wilfred/tree-sitter-elisp development by creating an account on GitHub.
tree-sitter-elisp/test/highlight/functions.el at main · Wilfred/tree-sitter-elisp
tree-sitter grammar for emacs lisp. Contribute to Wilfred/tree-sitter-elisp development by creating an account on GitHub.
Apr 11, 2017 at 22:59
Emacs' undo facilities were ported to pure lisp in 2012. The editor actually gets more introspectable over time!
Mar 1, 2014 at 18:44
It's a shame that app stores don't integrate bug reporting tools. Users end up using the review facilities instead.