A remarkable project exploring a binary AST format for JS! https://github.com/syg/ecmascript-binary-ast (interesting comments on when you can't lazily parse JS)
miniblog.
Do you know how many LOC are in the codebases you work on? I see this as a common question in surveys, but I rarely bother measuring.
A/B testing designs in the world's most popular language learning app: https://firstround.com/review/the-tenets-of-a-b-testing-from-duolingos-master-growth-hacker/ (postpone signup, let users try it!)
I like Common Lisp naming its super call 'call-next-method'. The problem with https://t.co/SFdvndHQEI() is that .foo is redundant.
Porting Remacs to use Rust's HashMap is looking like a measurable performance win! https://github.com/Wilfred/remacs/issues/276#issuecomment-319273980
https://www.youtube.com/watch?v=Q-3tcbUyF34 is a wonderful talk showing how to generate whole programs from just a liquid haskell type definition with Synquid.
'In this example, we use print to represent output to web browser' — cute! If only more PLs had a GUI oriented print function.
On the value of learning what you don't know:
https://nealford.com/memeagora/2015/09/08/knowledge-breadth-versus-depth.html (increase breadth, but low knowledge maintenance)
I am now editing Remacs from within Remacs!
(To be honest, the main difficulty was porting my config for Emacs 26.)
To post a comment, you must demonstrate you understood the story: https://www.independent.co.uk/life-style/gadgets-and-tech/news/nrk-norwegian-news-site-comments-read-story-understand-post-quiz-questions-a7607246.html (cute! May be insufficient for contentious issues)
Applying the Knuth/Plass algorithm to paragraph justification in Emacs: https://github.com/Fuco1/justify-kp
"The framework provides the following, or you can plug in anything you like." Focus on what you make easy! An empty program is flexible too.
autobookmarks: an alternative to recentf that handles open unsaved buffers. Especially useful for crash recovery.
https://github.com/Fuco1/autobookmarks
Remacs is generally a drop-in replacement for GNU Emacs, but we now run magit without warnings too! https://github.com/magit/with-editor/commit/5cddefaff6aa0fa8ce2a0fa23900687c07d87481
If you're looking for ideas of neat elisp projects, https://todo.org/ in wasamasa's .emacs.d is full of fun: https://github.com/wasamasa/dotemacs/blob/master/TODO.org
Showing 3,376-3,390 of 7,508 posts