Comments on: The Benefits of Using Plain Text http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/ I will not fix your computer. Tue, 04 Aug 2020 22:34:33 +0000 hourly 1 https://wordpress.org/?v=4.7.26 By: Tom http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-258227 Mon, 27 Apr 2015 14:57:06 +0000 http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-258227

I am another one who ‘gets’ this article.
I am a big advocate of using the simplest software possible and sticking to one, monospaced font too.
It makes me wince a little when I look on the drives at work and see people have saved the simplest of notes in spreadsheets or .doc files.
It is even worse when they use tables in Word!
My site [shameless plug] is all about the beauty and simplicity of the plain text file.

Reply  |  Quote
]]>
By: Chris Wellons http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-11991 Sun, 12 Apr 2009 22:07:02 +0000 http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-11991

You didn’t mention one of my big reasons for going with text files: proper version control.

If your document is in text form, version control systems will properly handle it. Sure, you can use binary files in version control, but the version control system won’t understand the structure of the information in the file. It will work especially poor for compressed formats like ODF and OOXML, because even a small change in the document can change the entire file, which is misleading to version control.

Without understanding the content of the file, the version control system can’t do many things, like merging and blame/praise. The repository will also tend to grow in size by O(n), since commits can’t delta-compressed well (due to the document format compression).

For example, I keep my resume in LaTeX and have it checked into a Git repository. If I need to spin off custom versions for some special use, I make a branch and commit the specific changes to it. If I later update my main generic resume I can trivially merge these updates into any custom version branches I have.

I love doing it this way.

A word processor may have some kind of change tracking, but compared to a real, powerful version control system like Git, it’s going to be a sucky half-assed implementation.

Reply  |  Quote
]]>
By: Jake http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-5392 Mon, 23 Jul 2007 03:46:17 +0000 http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-5392

Another small Notepad like text editor is Metapad.

Reply  |  Quote
]]>
By: Luke http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-5318 Thu, 19 Jul 2007 17:13:06 +0000 http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-5318

Or you could use Vim. :mrgreen: Or Emacs.

There is also a registry hack somewhere that will make Vim the default windows text editor (it will make it the editor that opens when you do View Source in IE and etc..)

Reply  |  Quote
]]>
By: Starhawk http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-5317 Thu, 19 Jul 2007 17:05:09 +0000 http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-5317

Notepad replacements there are a ton of them, Notepad++ is the last one i played with. It is similar to Notepad2 but supports tabs and has a few more features. Naturally it probably doesn’t have as small a footprint, but I never checked just assuming.

Reply  |  Quote
]]>
By: Luke http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-5313 Thu, 19 Jul 2007 16:18:44 +0000 http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-5313

Matt`, if you like Notepad, you should look into Notepad2. It is similar load times, similar look and feel, and similar memory footprint – but it does have syntax highlighting, and doesn’t mind opening really big text files.

You can actually swap notepad.exe with the it’s executable so that it acts like a seamless drop in replacement.

Reply  |  Quote
]]>
By: Matt` http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-5311 Thu, 19 Jul 2007 16:10:25 +0000 http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-5311

Nothing wrong with plain text – I have notepad pinned to my start menu for when I want to make a quick note of something. MS Word or OOo Writer take too long to load up when all I want to do is write 3 lines of stuff to remind myself of something later.

Although from the sound of it, if I ever want to use plain text for anything “serious” like coding or suchlike then I’d want to get a better text editor than notepad :wink:

Reply  |  Quote
]]>
By: Luke http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-5307 Thu, 19 Jul 2007 13:37:39 +0000 http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-5307

I do use Firebug, and yes – it is pretty sweet. Then again, a lot of my work happens on the back end so I don’t use it all that much.

Reply  |  Quote
]]>
By: Starhawk http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-5304 Thu, 19 Jul 2007 11:30:15 +0000 http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-5304

I agree vacri Firebug is a great FF extension, I’ve used it tho I’m not using it now. I’m not really a web developer tho I set up a web site for a local business and for a friend of mine selling organic cookies. That was for free and for fun tho :)

And ah yeah while we are on the topic of firefox add-ons, another cool one for web developers is the Web Developer toolbar. It’s very popular and i suppose needs no introduction.

And Luke I haven’t used Komodo Edit yet, I was planning on trying it out when ya first blogged about it but kinda spaced it out. Kinda too busy right now to play with it but it certainly looks cool.

Reply  |  Quote
]]>
By: vacri http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-5301 Thu, 19 Jul 2007 07:09:46 +0000 http://www.terminally-incoherent.com/blog/2007/07/18/the-benefits-of-using-plain-text/#comment-5301

For coding html – if you’re a web developer and you’re not using the Firefox extension Firebug, you should slap yourself.

Dynamically update any code and see immediately what it does, mousing over code highlights the parts of the page that code applies to, stuff and more stuff, and then a few more goodies. It does this dynamically for any page you visit, not just your own. Nice. I’m not a web developer myself, but friends of mine use it, and it’s a very sexy piece of software.

Reply  |  Quote
]]>