I'm not sure if <img src="file.jpg" alt="alt text"/> is less readable than
.. image:: file.jpg
:alt: Alt text
HTML5 allows for leaving certain tags unclosed (such as <li>, or <head> or even <p>) to such an extent that I find many template languages to not be worth the effort of their complex syntax.Sure, there are three or four lines here that you can omit using RST or markdown:
<!doctype html>
<html lang="en">
<head>
<title>My blog page</title>
<body>
<h1>Welcome to my blog</h1>
<p>This is a bunch of text.
Feel free to stuff newlines here.
<p>This is also a bunch of text
<p>Here's a list just for fun:
<ol>
<li>This is the first item!
<li>This is the second one!
<li>Boom, a third!
</ol>
<p>Have an image: <img src="filename.jpg" alt="alt text goes here">
But is having to wrap a list in <ol> and closing the <title> really that bad?Automatically generating an index and such is nice, but five lines of Javascript can do the same. Plus, you don't need to run a second tool to "process" your input.
I generally use Markdown as a standardised way to format text that will probably be read in plaintext by other people, but when it comes to formatting documents, I don't see the point of most complex template languages.
Once you've written a couple of documents, the usual tags become muscle memory and are no more of a bother to write than markdown. I've even created a couple of nano macros to automate some of the process.
"But it's not readable like markdown" you might say. Well. This might be true of 'some' html, especially autogenerated stuff, but the stuff I write is totally readable. Once you settle on some meaningful indentation and tag presentation conventions, readability is not a problem. We're talking about plain html documents, after all, not complex websites. The subset of html tags you'll need is generally very small and largely unintrusive.
I could even go a step further and say, my HTML is as readable as this guy's rST, but this guy's generated HTML code is far worse than how my direct HTML would have looked.
Markdown is ubiquitous because it’s easy for humans to read and write.
The second part is more important than the first. There could be far better systems which not enough humans used to make ubiquitous. And as far as we know, markdown could be one of the worse ones, but became ubiquitous because it became ubiquitous.
cf: MS Windows.
You should have called it the Amos-Tversky Network, abbreviated ATN. An extra letter instantly increases the value of the algorithm by three orders of magnitude, at least. What, you think KAN was an accident? Amateurs.
Now you just sound like you're desperately trying to piggy-back on an existing buzzword, which has the same feel as "from the producer of Avatar" does.
Everybody knows a catchy name is more important than the technology itself. The catchy title creates citations, and citations create traction. And good luck getting cited with a two-letter acronym. Everybody knows it's the network effect that drives adoption, not quality; just look at MS Windows.
What. You think anyone gave a rat's ass about nanotechnology back when it was still just called "chemistry"?
/s
(only half-trolling)
Fukushima 1F was a failure of governmental regulation.
It's really important to understand that, because otherwise you inescapably frame the argument wrongly. Capitalism isn't the problem, regulatory weakness is the problem. No capitalist society can survive lack of effective regulation.
(Fukushima was bad, and an example of regulatory failure, but Japan's overall effective regulatory influence over its corporations — and similarly, its mafia — is the secret sauce that has made it an economic overperformer. China can also do that — because it is a brutal dictatorship. America can't do that — and things aren't looking good. UK retains the power to do it, but it's Keystone Kops. EU can't do it, either, for reasons I can't understand at distance.
But creating safe nuclear power plants is fundamentally the same problem as creating safe elevators. In a capitalist society, it's 100% about regulatory power and competence, and nothing else.
So if anything this weakens the Fukushima argument: in a country with excellent regulatory tradition and little evidence of regulatory capture, this is less likely to be about bad or lacking government regulations.
“Why can’t I play with the kid who is in timeout? Is it because you hate my freedom?”