HN user

malodyets

225 karma

https://twitter.com/saharrison https://www.linkedin.com/in/sean-harrison-0245a412/

Posts1
Comments63
View on HN
How I got here 3 years ago

This sounds like the deal I have had with my (young-adult) kids (who live at home).

No. This edition is (c) 1970 and thus firmly under copyright for a long time to come (2065 I think).

Rules here: https://en.m.wikipedia.org/wiki/Public_domain_in_the_United_...

Extended copyright harms the public domain, but the only realistic solution is for authors or publishers to believe in the common good more than their own profits. That does happen: Wikipedia for example is licensed under CC-BY-SA. But then you have Jimmy Wales pleading for donations regularly. Authors and publishers depend on copyright for well deserved income. In the US the balance of interests has swung so far away from the common good toward the author’s and publisher’s interests that for example interesting parody literature like The Wind Done Gone (a parody of Gone with the Wind having the same characters) are suppressed.

The Structure of Scientific Revolutions is one of the best books I ever read.

I love the way the new logo shows the envelope as a speech / chat bubble (notice the tail formed by the wing). Subtle touches like these make a logo a lot more interesting for me.

I was about to say the same thing.

Multiprocessing on Python works great and isn’t even very hard if you use say async_apply with a Pool.

Comparing single-threaded Python with multiprocesssing in Language X is unfair if not disingenuous.

It seems to me that a text editor is the same sort of dependency as a static site generator. Especially if you store the resulting site as rendered.

The Janet Language 3 years ago

Nope as a verb is new to me - just heard it for the second time this week. First time was from my child.

I have worked in ink-on-dead-trees book publishing for over 20 years.

The vast majority of print-interior typesetting is being done with Adobe InDesign.

Some publishers (still) have their own system that does not use Word styles - usually using ASCII tags inserted into the content. These are often legacy approaches dating from the 1980s, but if it works why change it?

A few have begun to use Markdown-based systems, but this is very rare in commercial publishing.

The vast majority of author-to-editor-preproduction workflows are done in Microsoft Word. Some publishers (including the one I worked for, and the ones I work with now) use Word styles for all content formatting. Part of the editorial "pre-production" task is to take what authors give us (font formatting with bold / italic, paragraph formatting with returns and tabs) and convert it to styles.

With regard to restaurants, this perspective doesn’t make sense to me, primarily because reviews are found on third party services and not on the restaurant’s website. If I’m going to a new area, I rely on ratings and reviews to know if I want to try the restaurant.

Every time we have a conversation that touches on any serialization or configuration file format, it doesn’t take long for someone to pull out the flail and start beating on XML again.

XML might not be the best format for everything, and I for one am glad to use other formats for simple structured data. But when it comes to representing complex content, there is no other format that even comes close to being as useful and usable.

* All digital publishing of ebooks uses XML inside ZIP files.

* All contemporary mainstream word processors (Word, LibreOffice) use XML inside of ZIP as the basic file format.

* Automatic customized conversion processes from Word to InDesign or from InDesign to EPUB use XML at the heart.

* Let’s not forget the web itself, which is still mostly SGML in the form of HTML. Not XML per se, but only different in the details.

Not only is XML the only practical serialization format for working with publication content, but the presence of mature schema tooling is intrinsic to making publication automation robust in a given context.

I’m very glad for JSON and JSON schema in the domain of APIs. But in the domain of content data, it’s all XML.

Every serialization format has a domain for which it is most appropriate (whether or not it is the best choice in that domain.)

I’m really liking the shape of nested text for the domains in which I would have used YAML.