Earlier quoted context omitted.
From what I've heard, the MS Office applications do not even entirely comply with the published specification. So OOXML is still not a definition of the format with which PowerPoint stores its files.
So they're just like every other standard on the Web, basically.
The future of education is plain text
211–220 of 349 posts
Re: The future of education is plain text
#212Earlier quoted context omitted.
It's UTF-8.
Is it carriage return then linefeed? or just linefeed? or maybe just carriage return? or maybe linefeed then carriage return? or maybe a different character or sequence of characters to denote a newline? I sent someone an important text (7-bit ASCII) file once. Much later, I found that they had tried to read it using NotePad. They had spent an inordinate amount of time trying to format it into something they could re…
Re: The future of education is plain text
#213Earlier quoted context omitted.
There's nothing to melt down, there is no (public) website there. I can barely get a conversation started on this topic without HN's cynicism, as you demonstrate. But as evidenced by this and other articles, as everyone is getting fed up with the current state of data, people are coming around to the idea.
> There's nothing to melt down, there is no (public) website there You might want to be a bit more clear in your communication. When someone links a URL/domain, you'd expect that there's something there. I mean, why not put up a splash page on your domain, telling something about your product (what is it? Something with plain text? A Markdown-based static site generator, maybe? Who knows.), or maybe a form to subscri…
I want to help organize data using an open format. I think user control of presentation is crucial as AR and VR work further into daily life -- especially considering accessibility.
Splash page is now up, including the product description, and form to subscribe to a mailing list. Please check it out, I'd love to hear what you think!
Re: The future of education is plain text
#214One advantage of plain text formats that I haven't seen mentioned is that they're easily and meaningfully diff-able. You can run two versions of a markdown file or a LaTeX source file through a diff, and see what's been changed. Try that with a PDF or Word file or what have you. As I like to keep my files in version control, I use plain text formats as much as possible.
Re: The future of education is plain text
#215Plaintext certainly seems more attractive the more docs I write. Over the years, with both work and personal projects, I've used every format from: - Notepad - Microsoft Word - PDF - Twiki - Various proprietary WSYWIG that compiles to HTML - JIRA - Raw HTML - Markdown (several flavors) With nearly every kind of migration, there are numerous pain points. The "raw" formats are a nightmare to edit and update, and the co…
Format is dirt simple: date alone on a line is the only special element. The main thing I really miss is the ability to scribble drawings inline.
Re: The future of education is plain text
#216Earlier quoted context omitted.
This. My wife is a math teacher, and the piss-poor experience of writing mathematical notation outside of MS Word keeps them stuck on Word. As much as she and I love LaTeX's math notation, she can't get her departmentmates onboard with that kind of syntax. They need to maintain notes, guides, tests, quizzes, etc. and basically running a team OneDrive is really the only option because all the alternatives utterly fail…
Ugh ugh ugh no. Storytime . A couple years ago, I was in the midst of copyedits on a book with a bunch of math in it. The copyeditors were using a different version of Word. When they sent the edits back to me, the math was gone. Completely. Not only that, but when I tried to copy-paste the math in from a prior draft, the Word file refused to save. Eventually, I had to reconstruct every one of the damn things, by han…
Re: The future of education is plain text
#217Earlier quoted context omitted.
it is, but computer isn't smart enough for the future to happen yet
It's the Unix/text fetishizing developers who aren't the smart enough ones I think...
Re: The future of education is plain text
#218Earlier quoted context omitted.
There are plain text versions for that as well.
Not sure it's so simple. Is LaTeX plain text? Officially it is, but by the same standard so is PostScript or PDF. Truly the limits are blurry. Even assembly code has an ASCII representation.
Re: The future of education is plain text
#219Earlier quoted context omitted.
The spec isn't actually self-consistent, so it's not clear that it can ever actually be implemented: http://www.groklaw.net/article.php?story=20080328090328998 http://www.consortiuminfo.org/standardsblog/article.php?stor...
Your source claims the spec contradicts previous adapted ISO standards, not that it contradicts itself (which is what I assume you mean by it not being self-consistent). It does, however, raise the issue of bits like legacy compatibility for Word 97 behavior and scripts not being documented.
0: http://www.groklaw.net/articlebasic.php?story=20070123071154...
1: http://www.groklaw.net/articlebasic.php?story=20070123071154...
Re: The future of education is plain text
#220Plaintext certainly seems more attractive the more docs I write. Over the years, with both work and personal projects, I've used every format from: - Notepad - Microsoft Word - PDF - Twiki - Various proprietary WSYWIG that compiles to HTML - JIRA - Raw HTML - Markdown (several flavors) With nearly every kind of migration, there are numerous pain points. The "raw" formats are a nightmare to edit and update, and the co…