Lazy Reading for 2014/08/31

A relatively trim list for the holiday weekend.

Your unrelated comics link of the week: “Horse.”  One of my favorite single panels of all time.

2 Replies to “Lazy Reading for 2014/08/31”

  1. For zsh users:

    % cd /var
    % cd /var/db
    % cd /var/db/pkg/
    % cd /home/
    % cd /home/jrm/
    % cd /home/jrm/tmp/
    % cd /home/jrm/tmp/blah
    % cd –
    0 — /var
    1 — /var/db
    2 — /var/db/pkg
    3 — /home
    4 — /home/jrm
    5 — /home/jrm/tmp

    Hitting [file]tab[/file] after the [cmd]cd -[/cmd] gives the list shown, then you can make your selection.

  2. Interesting on the zsh bit.

    Question though, with regard to the microservices link, isn’t that the design of the DragonFly kernel with LWKT?

Comments are closed.