Show HN: Redirect stdout to EtherPad
github.com
Show HN: Redirect stdout to EtherPad
1–10 of 12 posts
Re: Show HN: Redirect stdout to EtherPad
#2Are there any limits on how big a pad can get? Are there issues with scrolling when the content gets to the bottom? I haven't run EtherPad in a while, so don't remember.
There's a project called Log.io (http://logio.org:8998/) which does streaming and scrolling for events which ends up feeling a bit similar. Not sure if you can pipe stdout to it though.
Very interesting!
Re: Show HN: Redirect stdout to EtherPad
#3 #!/usr/bin/env node
facepalm. And since the code uses an etherpad dependency, it is completely trivial. How is this HN-worthy?Re: Show HN: Redirect stdout to EtherPad
#4I thought I'd browse the source code and find a cool tool that does this using basic unix commands and syscalls. But then: #!/usr/bin/env node facepalm . And since the code uses an etherpad dependency, it is completely trivial. How is this HN-worthy?
Re: Show HN: Redirect stdout to EtherPad
#5Re: Show HN: Redirect stdout to EtherPad
#6I thought I'd browse the source code and find a cool tool that does this using basic unix commands and syscalls. But then: #!/usr/bin/env node facepalm . And since the code uses an etherpad dependency, it is completely trivial. How is this HN-worthy?
Also, why would he make it harder for himself than necessary? I'd like to see your shell/C++/asm implementation
Re: Show HN: Redirect stdout to EtherPad
#7I thought I'd browse the source code and find a cool tool that does this using basic unix commands and syscalls. But then: #!/usr/bin/env node facepalm . And since the code uses an etherpad dependency, it is completely trivial. How is this HN-worthy?
Yes, it's trivial to write. But it fulfilled a need that we had, and getting something useful released rather than building something needlessly complex is, from what I understand, everything that HN is about.
Re: Show HN: Redirect stdout to EtherPad
#8I thought I'd browse the source code and find a cool tool that does this using basic unix commands and syscalls. But then: #!/usr/bin/env node facepalm . And since the code uses an etherpad dependency, it is completely trivial. How is this HN-worthy?
Re: Show HN: Redirect stdout to EtherPad
#9Would be nice sharing a terminal session on the web with others.
Re: Show HN: Redirect stdout to EtherPad
#10If you pipe something into it, the first command's stdout will become this script's stdin.