Live data from Hacker News

Viewing profile — davrodpin

davrodpin

HN member
Joined
Mon, Oct 15, 2018, 8:51 PM UTC
HN karma
77
Public activity
19 items

About davrodpin

No profile information was provided.

Recent public activity

  1. comment
    Comment #47418934

    I am glad you like it! I am going to keep adding feature here and there to see where the project goes. What is good about Deno to me is the native Typescript support and the toolch…

  2. story
  3. story
  4. story
  5. comment
    Comment #43950152

    A command-line interface tool that allows you to explore, manage, and manipulate local Deno KV database files.

  6. story
  7. story
  8. story
    Show HN: Mole v0.5.0 (SSH tunnel client with keep alive and connection retries)

    Highlighted Features * Auto local address selection: find a port available and start listening to it, so the -local flag doesn’t need to be given every time you run the app. * Crea…

  9. story
    Resilient SSH tunnel app (keep alive and conn retries)

    Latest version of mole, 0.5.0, adds two new features that increases the resiliency of an established tunnel: * Idle clients do not get disconnected from the ssh server since Mole k…

  10. story
  11. story
  12. story
    Easily create SSH tunnels: mole 0.3.0

    https://davrodpin.github.io/mole CHANGELOG: https://github.com/davrodpin/mole/releases/tag/v0.3.0

  13. comment
    Comment #18242956

    There is another interesting example: $ mole -v -remote :80 -server example1 The missing "-local" flag will make mole to listen on a random local port.

  14. comment
    Comment #18242866

    That is already supported: curl -L https://github.com/davrodpin/mole/releases/download/v0.2.0/m... | tar xz -C /usr/local/bin And there are plans to implement a script to improve t…

  15. comment
    Comment #18242847

    The tool can select the local port on your behalf. One less thing to configure :)

  16. comment
    Comment #18242341

    Thank you for the feedback. Much appreciated. Someone else opened an issue requesting that: https://github.com/davrodpin/mole/issues/22

  17. comment
    Comment #18242289

    The tool can select the local port on your behalf. It also has aliases to store configuration that user usually use, but that is comparable to the ssh config file.

  18. story
  19. story