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.
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...
The future of education is plain text
201–210 of 349 posts
Re: The future of education is plain text
#202Re: The future of education is plain text
#203Plaintext 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…
Re: The future of education is plain text
#204One 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.
The average person run around with a smart phone in their pocket, a marvel of engineering and yet they still don't know how to use their computer to do trivial tasks.
Re: The future of education is plain text
#205And the future of operating systems is the command line. We deserve better than this reductionist thinking. Constraints can breed innovation; but they can also just constrain.
it is, but computer isn't smart enough for the future to happen yet
Re: The future of education is plain text
#206Which reminds me of my "biggest" crux these days: what should I replace Evernote with? Looking for a text-based solution, possibly open source, possibly encrypted, and possibly with sync.
I'm in the same boat. I've tried dozens and my leading contenders are... 1) vimwiki configured to use .gpg extensions, then use the gnupg vim plugin. Great wiki syntax, easy links, transparent encryption, optional markdown formatting. Downside is no embedded images. 2) Typora with encfs. Great visual interface and the developer has promised some new features (such as a file browser) to make it more useful as a note-t…
The main thing I don't like about it is that there's no simple way to ingest data quickly from a mobile device.
Re: The future of education is plain text
#207Plaintext 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…
Python has a lovely library for it and combined with jinja you can get a hell of a long way in a couple of hundred lines of python as a static site generator.
Re: The future of education is plain text
#208Earlier quoted context omitted.
What if you are using another encoding that already works for you? Same as real life alphabets and such?
Convert it to UTF-8 or UTF-16 and call it a day. Let the fractured world of code pages rest in peace. Unicode may not be perfect, but it sure beats the alternatives.
Please no. UTF-16 needs to die a painful death.
Re: The future of education is plain text
#209Which reminds me of my "biggest" crux these days: what should I replace Evernote with? Looking for a text-based solution, possibly open source, possibly encrypted, and possibly with sync.