Mosh (Mobile Shell): Remote terminal app that allows roaming & supports intermittent connectivity

Mosh terminal screenshot

https://mosh.mit.edu/


From the Mosh website:

Remote terminal application that allows roaming, supports intermittent connectivity, and provides intelligent local echo and line editing of user keystrokes.

Mosh is a replacement for SSH. It’s more robust and responsive, especially over Wi-Fi, cellular, and long-distance links.

Mosh is free software, available for GNU/Linux, FreeBSD, Solaris, Mac OS X, and Android.

Beets: Extendable command-line tool & library for cataloging, manipulating, & accessing your music library written in Python

http://beets.radbox.org/

Example:

$ beet import ~/music/ladytron
Tagging:
    Ladytron - Witching Hour
(Similarity: 98.4%)
 * Last One Standing      -> The Last One Standing
 * Beauty                 -> Beauty*2
 * White Light Generation -> Whitelightgenerator
 * All the Way            -> All the Way...

From the Beets Github page

React: Javascript library for building composable user interfaces created by Facebook

React logo

http://facebook.github.io/react/index.html

The “Why did we build React?” page on the React Blog gives a good overview of the library and the motivations behind its creation.

Some interesting bits: