Live data from Hacker News

HyperTerm – JS/HTML/CSS Terminal

hyperterm.org

141–150 of 267 posts

Re: HyperTerm – JS/HTML/CSS Terminal

#141

Earlier quoted context omitted.

This is definitely a trademark violation: http://tmsearch.uspto.gov/bin/showfield?f=doc&state=4803:prh... A rename is in order.

This doesn't appear to be a commercial product, so there could be no trademark violation.

That's not how trademarks work.

Re: HyperTerm – JS/HTML/CSS Terminal

#142

Earlier quoted context omitted.

A very similar name for a product sitting in the same space (terminal emulator). That's generally an unwise decision as it can create confusion for both projects, and the one with the trademark (especially since this new one's name is a substring of the older project) is in a position to make a valid claim against the new project. If someone created a new project called Steem to deliver video games to end users[, wou…

> if Valve took issue isn't it true that companies have to take issue, otherwise they lose their trademark? I used to be angry when large corporations would sue a little guy or nonprofit over name squabbles, but then I heard that the big company can lose their trademark if they dont.

For an example of this happening, "Aspirin" was originally a Bayer trademark registered in 1897.

Re: HyperTerm – JS/HTML/CSS Terminal

#143

Earlier quoted context omitted.

>Instead I can make a terminal that's significantly more efficient and responsive ...and that runs on exactly one OS, and doesn't support the 250k+ Node modules, and that doesn't support standardized plugins, and that can't open web pages locally... JavaScript hate is so 2010.

Ooh, 250,000+ modules with an average of less than one active user, little to no documentation or tests, and which may or may not be trivial one-liners. Above all, any given module has at least one other module that provides that same functionality. Meanwhile, plenty of other languages run on many operating systems, have standardized library behaviour, and can trivially ask the operating system to open a file:// uri.

https://www.npmjs.com/package/open

Re: HyperTerm – JS/HTML/CSS Terminal

#144

My first reaction is: "This could be the VS Code of terminals". For those stuck on Windows, where the choice in terminals is pretty bad AND more and more Windows dev is done from the command line (hello 'dotnet'), this could be very welcome.

Microsoft announced support for Linux/Unix tools in Windows 10 awhile back. You can get bash if you want. https://msdn.microsoft.com/en-us/commandline/wsl/about

bash might be there, but the terminal emulation is still pretty bad. (I'm a week or two behind on preview builds, but I still couldn't run a bunch of ncurses/tmux/mosh type apps).

conhost.exe is a shame and it's kind of indicative how much joy it was just to get some basics (like QuickEdit by default, etc).

Re: HyperTerm – JS/HTML/CSS Terminal

#147

There was another project that's extremely similar to this posted a week or so ago, and it got a lot of flak for existing; I don't think very many commenters agreed with its existence (except, perhaps, as an educational exercise for the programmer). That project was posted here: http://rungoterminal.com/ This, however, is executed and presented much better than that other project, and catered towards the correct crow…

I didn't see the previous Go Terminal post but after trying it now, my immediate reaction is that HyperTerm is much more usable. For some reason, Go Terminal ignored some of my zsh configuration. It also took longer to start and seemed more sluggish overall.

Re: HyperTerm – JS/HTML/CSS Terminal

#149
post #111

imgcat[1] is one of my favorite terminal innovations as of late. I thought I'd take a long shot and see if it worked since that functionality seems like it would be simple for a browser-engine-based terminal to handle, but sadly no-go. I smell pull request. [1] https://www.iterm2.com/documentation-images.html

Gate One (web-based terminal) has had this functionality for years: https://github.com/liftoff/GateOne/ Just 'cat someimage.jpeg' or 'cat someimage.png' and it'll display it right there in the terminal. Works great if I do say so myself (I wrote it =).

I think I've come across this before. So it's a browser/web server solution, right? Seems like there could be some performance/security issues. Seems pretty full featured, though. Nice work!
Post reply on HN