bnf
Other articles by bnf
- Programmatically manipulating typefaces
- May 2, 2012 12:43 PM
- Downloading funghi, from Wikimedia Commons
- February 3, 2012 6:36 PM
- Absolute Beginners: Unix for Art Students – Part 2
- December 2, 2011 2:16 AM
- Vector pixels
- November 25, 2011 5:14 PM
bnf’s Comments
- bnf on It Might Be a Unix Sin But I Would Like You to Add .txt As the Extension of Your README file
- April 30, 2013 7:48 PM
Other writers
- glit
- jenseits
- habitus
- tellyou
- baseline
- bnf
Latest articles
- It Might Be a Unix Sin But I Would Like You to Add .txt As the Extension of Your README file
- April 30, 2013 9:51 PM
- Etherpad Or The Textarea Is A Lonely Place
- April 22, 2013 9:59 PM
- The Most Barebones Online Font Editor Possible
- April 18, 2013 9:59 PM
- Belgian Newspapers
- March 29, 2013 10:17 PM
- Parties in Paris
- September 7, 2012 3:24 PM
- How it Has Come About That Code Hosting Site Github Offers Visualisations of Typeface Development
- August 4, 2012 8:28 PM
- Figuring Out Fontforge-Python’s Representation of Postscript Curves
- June 3, 2012 5:06 PM
- Programmatically manipulating typefaces
- May 2, 2012 12:43 PM
- Drawing logo’s
- April 24, 2012 5:06 PM
- Seb Explaining Love and Bezier Curves
- April 17, 2012 12:06 AM
Latest Comments
- Rich: Try installing QLStephen: https://github.com/whomwah/qlstephen (Put it in ~/Library/QuickLook, then run read more
- tellyou: Maybe they can start to recognise README.md.txt? read more
- habitus: Well, at least you managed to download software that also read more
- bnf: This also the problem with README.md. Markdown is a read more
- tellyou: I remember first starting to download open source software read more

I remember first starting to download open source software in the 1990ies. It is better than the usual shareware: no annyoing pop ups and countdowns. There is all these files though: COPYING AUTHORS INSTALL. What do I do with them? Luckily there is a file called README, which makes me think of the README.txt files that Explorer proposes me to open with Notepad. It turns out I can open README as well with a text editor:
I wonder: who are these people in Boston? Why do they ask me to write them letters in the day and age where I download their software from the internet? And why didn’t they add
.txtto the end of their filenames?Reply
Well, at least you managed to download software that also included a runnable program. In my first encounters with open source software I would literally come across source files: computer code that still needs to be compiled (and I had no clue how that worked).
There’s open and there’s open: you might offer the source code to a program for free, but that does not mean the knowledge contained therein is accessible, unless a user is prepared to learn a lot about the culture of how programmers do things.
Reply
This also the problem with README.md. Markdown is a format for writing html codes in a typewriter plain text style, adored within the culture of programmers. Popular code hosting site Github renders README.md for you. But when you download a software package including such a file, it breaks in much the same way as an extensionless README does: A novice user does not know with which program to open it, and the Operating System is not able to give a preview.
Reply
Maybe they can start to recognise README.md.txt?
Reply
by Rich - April 30, 2013 8:43 PM
Reply