Comment Re:Two thoughts (Score 2) 25
Comment Syntax (Score 1) 3
Submission + - XMQ/HTMQ A better html than html? (libxmq.org) 3
The XMQ language (https://libxmq.org) language can store XML/HTML (and JSON) documents and always be pretty printed. Use the xmq tool to pretty print any XML/HTML/JSON into XMQ which is much easier to read and can be syntax colored in your terminal or in your browser.
You can also convert back and forth between XMQ and XML, HTML and JSON, taking advantage of both XML toolchains and JSON toolchains.
Here is an excerpt from the XMQ homepage:
XML can be human readable/editable if it is used for markup of longer human language texts, ie books, articles and other documents etc. In these cases the xml-tags represent a minor part of the whole xml-file.
However XML is often used for data storage and configuration files (eg pom.xml). In such files the xml-tags represent a major part of the whole xml-file. This makes the data storage and config files hard to read and edit directly by hand. Today, the tags are a major part of html files as well, which is one reason why html files are hard to read and edit.
XMQ solves the verbosity of tags by using braces to avoid closing xml-tags and parentheses to surround the attributes. XMQ solves the whitespace confusion by requiring all intended whitespace to be quoted.
You can try it now on GNU/Linux, MacOS and Windows!
Comment Re:When did a generation change to 15 years? (Score 1) 73
Comment Re:Lame name..rush for naming credit (Score 1) 73
Comment Well... (Score 1) 197
And yeah, it's really, really big.
The memory foot print of modern browsers, I mean.
Comment Re: It needs to be said (Score 1) 76
Some of us have to get things done on remote servers, often under circumstances where our preference for editors is irrelevant.
I pretty much covered that.
I've had to use vi countless times to edit things, largely so I can prep a system to install a better text editor before moving on.
Largely doesn't mean always.
Comment Re:It needs to be said (Score 1) 76
Are you a fanatic? Because you very much sound like one.
Yes.
To sane people, which editor to use is a personal choice, and decidedly not _your_ choice.
No shit, I never said it wasn't a personal choice, and nice nonsensical statement claiming that it's not my choice what people use, that's just weak politician-style bullshit jargon speak to always win an argument. it's pretty clear that from what I said and my follow up comments that it's my opinion.
I'm sorry you couldn't understand it, even though other people who replied clearly could, so maybe you should work on that, or should I say "you must work on that" so that your next reply won't read like a poorly Xeroxed newsletter.
Comment Re:Emacs is amazing (Score 1) 76
Comment Re:It needs to be said (Score 1) 76
Comment Re:It needs to be said (Score 1) 76
Comment Re:It needs to be said (Score 1) 76
Comment It needs to be said (Score 1, Insightful) 76
Other than that nano/pico, ee, PhpStorm, IntelliJ IDEA, and RubyMine pretty much cover everything very well (I don't work for JetBrains), and sometimes Visual Studio if I have to. I remember hearing about the vi vs emacs thing back on Usenet so long ago, and I didn't understand it then, and I especially don't get it now... other than seeing it as a joke or weird reference to arguing over which pile of shit smells less bad than another.
It's fine if you want to believe you work faster with vim because your terminal is redrawn with things super fast, but I've never seen evidence that anyone works better.