elisp-refs v1.2 is now smarter than ever! You can narrow searches, view *Help*, or search for the symbol at point.
miniblog.
Learnt a new word today: 'prefactoring'. It refers to refactoring done *before* building a feature.
I don't get stickers in message apps. Emoji are simpler (more broadly applicable) and don't use tons of screen real estate. Do you use them?
Incredible work making rustc faster: https://blog.mozilla.org/nnethercote/2016/11/23/how-to-speed-up-the-rust-compiler-some-more/ (even the core team overuse .clone() sometimes—comforting for the rest of us!)
Interesting to see that rustc can generate more warnings at higher opt levels: https://m.reddit.com/r/rust/comments/5eor8f/comment/dae5bel (bfc has had the same challenges!)
elisp-refs support has landed in emacspeak! https://emacspeak.blogspot.co.uk/2016/11/emacspeak-450-idealdog-unleashed.html I'm flattered (and getting some useful feature suggestions!)
Emacs tip of the day: you can press F3 when defining a macro. This inserts an auto incrementing counter -- great for building numeric lists!
Interesting discussion on HN regarding pervasive mutable state in Emacs: https://news.ycombinator.com/item?id=6910475 easy to hack on, harder to make robust.
Plan 9's man page for Emacs is a little understated. (From https://man.cat-v.org/plan_9/1/emacs )
At worst, the mutability of Emacs promotes a spreadsheet level of s/w engineering. At best, it's a full-blown lisp machine with a fast CPU.
API Discovery: Can we do better? https://blog.apis.guru/api-discovery-can-we-do-better-2336706d5407 (Google provides more useful info when searching for restaurants than APIs!)
Using hosted cloud services does not absolve you of needing backups. Suppose you accidentally delete all your emails or tweets.
I'm intrigued by lobste.rs user sign up model. You need to be recommended by someone:
Porting a C codebase to Rust: https://bawk.space/2016/10/06/c-to-rust.html (would this be feasible for Emacs? Much of Emacs src/ is just platform support)
Emacs' advice system is like python decorators, but it's a first class entity. I wish ipython could say 'this function is decorated'.
Showing 4,021-4,035 of 7,585 posts

