Live data from Hacker News

Viewing profile — diogotito

diogotito

HN member
Joined
Thu, Apr 11, 2019, 10:45 PM UTC
HN karma
4
Public activity
3 items

About diogotito

No profile information was provided.

Recent public activity

  1. comment
    Comment #40652650

    > Having said that, I wish we can select the objects (e.g., text box, arrows) we have created and move them around. […] On Windows I like to use Greenshot because the editor opens …

  2. comment
    Comment #37222229

    I also wrote my AHK functions to have hotkeys to cycle through (or toggle) windows from an application! Here: https://github.com/diogotito/autohotkey-scripts/blob/desktop... and he…

  3. comment
    Comment #21491499

    You can pipe the output of cURL to Vim like this: curl ... | vim - Then, you can review the script, maybe tweak it a little, and you can send it to sh's stdin by running :w !sh Or …