miniblog.

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
Worf is an Emacs package that provides lispy-style editing to org-mode! https://oremacs.com/worf/README.html (offers commands when point is on headings)
Fun article on how J manages inverting functions: https://www.adamtornhill.com/articles/jlang/beyondfunctional.html (communicating the exotic ideas of niche PLs is a rare skill!)
Sandsifter slides are now available: https://github.com/xoreaxeaxeax/sandsifter/blob/master/references/domas_breaking_the_x86_isa.pdf (great overview of the technique, and showcases some HW bugs found)
Angelix is an incredible tool for automatic patches to fix bugs. It even generated a patch to fix heartbleed! https://angelix.io/
Blogged: Optimising Dash.el: https://www.wilfred.me.uk/blog/2017/07/29/optimising-dash-el/
I'd love to see code completion that tried your tests with every suggestion. You r IDE could finish the implementation of your functions!
Fuzzing x86 CPUs for bugs: ingenious! https://github.com/xoreaxeaxeax/sandsifter (I'm surprised the search space is small enough to be thorough though)
Do we create less on phones? Most people don't create with PCs, and the phone form factor means we work differently https://ben-evans.com/benedictevans/2017/7/13/creation-and-consumption
On compilers in OpenBSD, and the need for LTS releases of compilers: https://marc.info/?l=openbsd-misc&m=137530560232232
Clang is now the default compiler for OpenBSD! https://github.com/openbsd/src/commit/bc04e837fd81a3001f68f102c770b45a53840885 (previously a 2008 gcc fork, should be faster w/better diagnostics)
Glitch is exploring web programmability, producing a tool that's beginner friendly but scales to real projects. Exciting! https://twitter.com/glitch/status/846509116910645248
Why <math.h> Should Support Statistics https://www.evanmiller.org/statistical-shortcomings-in-standard-math-libraries.html
An impressive number of *nix tools have been ported to Redox OS! https://redox-os.org/news/gsoc-self-hosting-3/
Having wasted half an hour of my life once due to ; vs : (it was 1 pixel!), I love that rustc is especially helpful: https://github.com/rust-lang/rust/pull/43096
Microsoft standardising on git, and introducing GVFS: https://blogs.msdn.microsoft.com/bharry/2017/02/03/scaling-git-and-some-back-story/
Showing 401-420 of 885 posts