blog header image

Extract value from Academic twitter

productivity research

Our power is in our tools. Twitter is a great microblogging platform and a great academic tool. Probably, you see it as some virtual water cooler where you can grab some ideas from your colleagues, but it is more than that. With proper attitude and usage it can considerably broaden your perspective of the AI terrain.

twitter

Read More

Oh my zsh minimal tutorial

utils productivity

Z shell is an extended Bourne shell (Bash) that include many usefull features.

Oh my Z shell is a community-driven colleciton of themes and plugins for Zshell than facilitate the configuration and installation of new plugins and themes.

As of June 2019, according to wiki it is a default shell for macOS Catalina

Read More

Terminal multiplexer minimal tutorial

utils productivity

Terminal multiplexer is a software that can multiplex several separate pseudoterminal-based login sessions inside one terminal.

Main features:

  1. Persistence - similar to nohup, permits to disconnect and reconnect without terminating running processes
  2. Multiple windows - split-screens, several windows to have several terminals on one screen.
  3. Session sharing - multiple users can connect to the same session.

Let’s consider one popular Terminal Multeplexer - tmux.

Read More