Live data from Hacker News

Webshell.io

webshell.io

21–30 of 39 posts

Re: Webshell.io

#21
post #20
post #7

Finally, a shell that has the past trail off below (revchron/blog-style) rather than up above (typewriter/terminal-style)!

printed in any other way... would want their shell output I never understood why anyone Yes, what a great innovation!

Like text somehow.... :)

Re: Webshell.io

#24
post #20
post #7

Finally, a shell that has the past trail off below (revchron/blog-style) rather than up above (typewriter/terminal-style)!

printed in any other way... would want their shell output I never understood why anyone Yes, what a great innovation!

You may jest, but the traditional ordering, appending later material/writing to the bottom, is an artifact of the mechanics of handwriting and then typing-on-paper.

On screens, freshest/latest-on-top makes more sense, and is just as easy to effect. Inherently online forms, like blogs and newsfeeds, have already inverted their preferred mapping of time-to-vertical-position. I predict many interactive shells and chatrooms will also invert soon.

  !reverse might sentences individual within order word 
  the even maybe years hundred a In ?knows Who

Re: Webshell.io

#25

I played with it @ http://webshell.io/prototype/Njc5Z/7 It seems to work. This uses a REST service I recently wrote in node.js + mongodb. Edit: 14 people click the link and hit Run, but no one changes the text? Come on. I wrote a second little app to track this at http://webshell.io/prototype/Njc5Z/8 just keep clicking Run to see it update, as people run the original app and hopefully enter their name or something.

You may want to clean the input next time...

Re: Webshell.io

#27

Interacting and exploring APIs is either the newest fad or a gold rush for new business, but one of the biggest things stopping me from using them is integration into my existing stable tools. webshell.io is another service which is hosting your code on an external service, leaving you vulnerable to fluctuations in their uptime or stability as a company. There may be new opportunities in turning this into a desktop a…

I would just allow for testing and building online ; want to run on your own server, just click export, pay something (or have a subscription) and there you go. Of course you open source the api wrappers completely to get more people using them outside your platform.

Re: Webshell.io

#28
Cool idea, but this desperately needs a better way to deal with history. I mistyped

  apis.tts("hello world");
as

  api.tts("hello world");
and then I hit the up arrow (as this is how to go back to the last command on any other console I have every tried) and nothing happened. In fact, the only way to correct my mistake, seemed to be to retype the whole thing. I couldn't have come up with a better example of "dangling by a trivial feature" (http://prog21.dadgum.com/160.html).

Re: Webshell.io

#29

Cool idea, but this desperately needs a better way to deal with history. I mistyped apis.tts("hello world"); as api.tts("hello world"); and then I hit the up arrow (as this is how to go back to the last command on any other console I have every tried) and nothing happened. In fact, the only way to correct my mistake, seemed to be to retype the whole thing . I couldn't have come up with a better example of "dangling b…

Try it with alt-up/down, works for me in Chrome.

Re: Webshell.io

#30
post #24
post #20

Earlier quoted context omitted.

printed in any other way... would want their shell output I never understood why anyone Yes, what a great innovation!

You may jest, but the traditional ordering, appending later material/writing to the bottom, is an artifact of the mechanics of handwriting and then typing-on-paper. On screens, freshest/latest-on-top makes more sense, and is just as easy to effect. Inherently online forms, like blogs and newsfeeds, have already inverted their preferred mapping of time-to-vertical-position. I predict many interactive shells and chatro…

Like arabic of hebrew in real life....;)
Post reply on HN