Simulacre.org

Javascript, Ruby and Japan

Archive for January 2012

Pry Remote for EventMachine

Connect to Pry remotely using EventMachine with tab-completion, paging, user authentication and SSL support.

Read More »

Making GNU Screen Remember Splits

GNU Screen is a great terminal multiplexer or simple window manager for CLI interfaces. Newer versions support spliting a single terminal window both horizontally and vertically. Whenever you detach from a Screen session, any split windows you setup in that session will be lost unless you run nested Screen sessions.

Read More »

Ssh Adapter for EventMachine

Use net-ssh within EventMachine without blocking the reactor.

Read More »