Live data from Hacker News

Viewing profile — loskutak

loskutak

HN member
Joined
Tue, Dec 04, 2018, 8:01 PM UTC
HN karma
5
Public activity
4 items

About loskutak

No profile information was provided.

Recent public activity

  1. comment
    Comment #43290196

    Nice! I do something like this with WezTerm. When I ssh into a server where I work, I can run e some/path/whatever which just prints a special string containing some control charac…

  2. comment
    Comment #37775312

    I made this some time ago: https://github.com/serycjon/vpype-flow-imager

  3. comment
    Comment #19428627

    That is true, but org-mode really shines when you want to do literate programming stuff, e.g. have the matplotlib code directly in the orgfile, ...

  4. comment
    Comment #18603145

    you can use ssh controlmaster (adding variation of the following into your .ssh/config): Host * ControlMaster auto ControlPath /tmp/ssh-%r@%h:%p This helped me quite a lot with tra…