ao: a scheme-based, homoiconic language for 3D models: https://www.mattkeeter.com/projects/ao/ (manipulable data structures makes the world of difference!)
miniblog.
Yankpad is a nifty yasnippet alternative that provides contextual snippets from org files: https://kungsgeten.github.io/yankpad.html #emacs
TIL that CompCert, the incredible formally verified compiler, is maintained on GitHub! https://github.com/AbsInt/CompCert (it's not FOSS, however)
"RSS solved too many problems to be allowed to live" https://exple.tive.org/blarg/2016/08/17/the-future-of-the-planet/ Fun, candid discussion of the role of RSS aggregators today.
Superb introduction to writing an interpreter, written entirely as a couple of reddit comments:
"It's a good time to be using Emacs" https://github.com/melpa/melpa/pull/4086#issuecomment-237184870 (because of things like flycheck being superb and mature!)
TIL that you can replay a git bisect log: https://stackoverflow.com/q/8594758/509706 (really handy if you make a mistake: edit the bad actions out of the log)
The End of Global CSS: https://medium.com/seek-ui-engineering/the-end-of-global-css-90d2a4a06284 -- local reasoning is a major benefit of this approach
I am blown away by the error highlighting in @rustlang nightly! I love the "... and here" text for duplicate errors.
Embracing Conway's law, and why it sometimes makes sense to build your own:
On choosing abstractions, and the consequences of being expert friendly in DSLs:
What are the main drivers of Rust compilation time? Monomorphisation: https://news.ycombinator.com/item?id=12269950
Writing small linters using mini parsers: https://blog.acolyer.org/2016/05/31/how-to-build-static-checking-systems-using-orders-of-magnitude-less-code/ (interesting approach, but they must have corner cases)
Superb post on writing OS exception handlers in Rust (with a small dose of asm): https://os.phil-opp.com/better-exception-messages.html (has great worked examples)
I'm increasingly thinking that comments are more trouble than they're worth. If a PL just had strings, code rewriting tools would be easier.
Showing 4,276-4,290 of 7,584 posts

