Nifty tool generates HTML with highlighting and cross references from C++: https://github.com/Oberon00/synth I wish this existed for more languages!
miniblog.
It always seemed ironic that there was no Emacs mode for editing Cask files. I have fixed this injustice!
Show the evaluated result inline, not just in the minibuffer: https://endlessparentheses.com/eval-result-overlays-in-emacs-lisp.html (small but lovely improvement)
Superb blog post demonstrating literate programming with org-mode: https://howardism.org/Technical/Emacs/literate-programming-tutorial.html (I learnt tons, you probably will too!)
If you use flycheck for programming C/C++, I've released a handy little package to help flycheck discover headers:
It still seems odd to me that there are many different NaN values in floating point arithmetic. Those bits could have improved precision!
GitHub language popularity, TIOBE ranking and Stack Overflow question frequency are amazingly uncorrelated. Do we have any reliable numbers?
You can learn so much about asm programming by simply looking at compiler output. I've learnt that lea is remarkably useful for arithmetic.
I'm still periodically surprised by how flexible Emacs is with symbol naming. Today's surprise: @ is acceptable!
Now that the dust is settling on ? instead of try! in Rust, there's a neat tool to automatically migrate your code:
Turns out that @rustlang lets you collapse docs for an overview! I'd wanted this for ages and it's already possible!
Magit 2.6 is out! https://emacsair.me/2016/03/29/magit-2.6/ "No keybindings were hurt in this release" :) plus performance improvements!
Fun morning hack: add pkg-config libraries to flycheck settings! https://github.com/Wilfred/.emacs.d/commit/ffc0e21e9bcb6d53a16db6dd4558346314b66df2 (Emacs practically entices you to extend it!)
Microsoft have developed the opposite of Wine, a compatibility library for running Linux apps on Windows! (I'm unsure of the target market.)
Great, candid account of porting Genode to RISC-V: https://genode.org/documentation/articles/riscv (there are still kinks to be worked out)
Showing 4,606-4,620 of 7,584 posts

