miniblog.

I've added colour to the minibuffer propmt in the excellent visual-regexp.el! https://github.com/benma/visual-regexp.el/pull/32
Scheme rather encourages you to write an interpreter. JS is the total opposite: the engineering effort is intimidating.
Amusingly, no docs are available yet for the ARMv8.2-A arch, but we can see its new features through LLVM patches! https://llvmweekly.org/issue/100
The GCC wiki has a scary list of all the arithmetic transformations that don't work in compliant floating point C: https://gcc.gnu.org/wiki/FloatingPointMath#Transformations
When programming python, I miss the ability to advise functions. Decorators are like around-advice, but often after-advice is sufficient.
If you ever force push with git, you should really use --force-with-lease to avoid accidental clobbering. If you use magit, it's automatic!
First Timers Only: on helping people contribute to open source https://medium.com/@kentcdodds/first-timers-only-78281ea47455#.y1lis8emj
On the inefficiency of computer UIs for information display: https://www.wired.com/1994/08/tufte/
Emacs package of the day: emacs-rustfmt: https://github.com/fbergroth/emacs-rustfmt . Automatically formatting code on save is a revelation.
BF interpreter written in Hodor written in Rust macros: https://www.reddit.com/r/rust/comments/39wvrm/hodor_esolang_as_a_rust_macro/cs76rqk (source code is a treat to read)
Fantastic overview of the Rust compilation process, with a walkthrough of the source code: https://tomlee.co/2014/04/03/a-more-detailed-tour-of-the-rust-compiler/
How to design a good API for autocompletion, based on experience with YouCompleteMe: https://github.com/rust-lang/rfcs/pull/1317#issuecomment-150877801
Fascinating design rationale for Rust's crate system: allow circular dependencies but only within a project: https://github.com/rust-lang/rfcs/pull/1317#issuecomment-160699413
An entertaining Visual Studio extension ported to Emacs. https://twitter.com/melpa_emacs/status/670545720206749696
Nifty: using ud2 (the official 'undefined instruction opcode' on x86) for self-modifying code in the Linux kernel: https://stackoverflow.com/a/7268558
Interesting paper on assessing API usability based on the questions developers ask on Stack Overflow: https://www.cs.cmu.edu/~aldrich/papers/icpc15-searching.pdf
Having an interpreter and compiler allows interesting workflows. E.g elisp users can try in the interpreter then compile when they're happy.
Emacs command of the day: kmacro-name-last-macro. Concocted a great macro? Save your last macro as a named command for later use.
Achievement unlocked: created a segfault using only safe @rustlang code! https://github.com/rust-lang/rust/issues/30081
The problem with lots of small commits is they're less helpful for the reader. I try to squash rather than producing a 'twitter feed'.
Showing 61-80 of 650 posts