April 30, 2013
by bnf
Other articles by bnf
- ufo2otf Makes OTF’s, Webfonts and CSS From UFO’s
- November 5, 2013 8:57 PM
- Programmatically manipulating typefaces
- May 2, 2012 11:43 AM
- Downloading funghi, from Wikimedia Commons
- February 3, 2012 5:36 PM
- Absolute Beginners: Unix for Art Students – Part 2
- December 2, 2011 1:16 AM
- Vector pixels
- November 25, 2011 4:14 PM
bnf’s comments
- Dear Ned, thanks for your reaction, and the link to ... read more
- As a programmer, what I find more worrying is that ... read more
- Welcome read more
- Comparatively, the offer of WYSIWYG libraries is meagre. Luckily, the ... read more
- Good call. So I should add a part to the ... read more
- By the way, a related project (that might make ufo2otf ... read more
- Never mind, I have found a solution more easy still. ... read more
- In PHP, it would be something like this:<?php header("Content-type: text/css"); ... read more
- With PHP, there still exists some link between the urls ... read more
- hh read more
Other writers
- glit
- jenseits
- habitus
- tellyou
- baseline
- bnf
Latest articles
- Hybrid Publishing Back To The Future Publishing Theses at the KABK
- May 10, 2018 10:07 AM
- Finding Red Letterboxes In Belgium
- May 10, 2018 10:05 AM
- The Underwater Screen Or Lessons From Wordperfect
- June 10, 2014 6:21 PM
- Hacker Culture and the Fear of WYSIWYG
- May 22, 2014 11:40 PM
- Graphic Design Is A Nostalgic Field
- February 19, 2014 7:02 PM
- Who gets to write the web: the power struggles around the standards
- November 20, 2013 9:08 PM
- ufo2otf Makes OTF’s, Webfonts and CSS From UFO’s
- November 5, 2013 8:57 PM
- No-one Starts From Scratch: Type Design and the Logic of the Fork
- October 9, 2013 8 PM
- I Need My Generic Font Medicine
- October 9, 2013 7:55 PM
- 48 Hours of Writing Stylesheets with Etherpad and a Gong
- October 8, 2013 8:06 PM
Latest Comments
- Eric: Testing comment functionality read more
- Sujon Ahmad: Keep it up read more
- Carly Durocher: I really like the stylized penrose triangle would you mind ... read more
- michaël: The recent evolution of MediaWiki is worth mentioning. One of ... read more
- jaromil: Check the Linux Action Show on Tomb https://www.dyne.org/software/tomb there can ... read more
- Ian Hickson: The member list is the one on the charter (it's ... read more
- habitus: Dear Ian, thank you for taking the time to respond. ... read more
- Ian Hickson: The part about the WHATWG membership is wrong. The WHATWG ... read more
- Erik: Good points. Also: writing UI is hard. read more
- Tolan Blundell: As someone who's written a moderately complex CMS from scratch ... 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
.txt
to the end of their filenames?by tellyou - April 30, 2013 3:18 PM
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.
by habitus - April 30, 2013 5:56 PM
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.
by bnf - April 30, 2013 5:48 PM
Reply
Maybe they can start to recognise README.md.txt?
by tellyou - April 30, 2013 6:12 PM
Reply
Try installing QLStephen: https://github.com/whomwah/qlstephen (Put it in ~/Library/QuickLook, then run qlmanage -r to reset quicklookd.) It makes this work.
by Rich - April 30, 2013 6:43 PM
Reply
There has been a standardized MIME type system that has fixed this issue for thousands of years^W^W^W decades.
'text/plain' would be the format here. Or for markdown, 'text/markdown'. Then applications would check the MIME type and one would open in a text editor and the other would open in some fanciful markdown editor (or whatever you had set for that MIME type).
It worked flawlessly in BeOS back in the '90s. The problem is with all these ridiculously outdated operating systems (only the visuals ever seem to be updated).
Don't even get me started on the state of local search vs the metadata system of BeOS' filesystem---lightning fast and you could save searches as folders that you could open and would be updated in real-time as new files that match the criteria are added.
by BeOS Fan #1 - August 6, 2013 2:27 PM
Reply