Sixteen Colors ANSI/ASCII Art Archive

Holiday 2011 Hackathon

BYM-SNTA.ANS

We here at Sixteen Colors can tend to have a motivation problem. For this holiday season we have a solution! We are inviting anyone to join us on December 28, 2011 to put our heads together and make some improvements to the site. We have a laundry list of features that we can add, but our main focus will be on these areas:

Metadata

User Personalization

Design

  • Complete design and implementation of html5 version of site

If you're interested in participating, check out the code on github. Contact @sixteencolors or leave a comment and we can help you get it running. Please keep in mind that we are always happy to include more people on the team. The invitation is not limited to the hackathon, this is just a way to help people get interested. You also don't have to be a developer to help. We could use help with design, outreach, testing, brainstorming, curating and just about anything else you can think of related to the site.

In addition, we will be ready to roll out our API at that time. If you are interested in creating a mobile app or using the Sixteen Colors data in some other way, we will be around to help you implement the API. We would also love to be joined by anyone doing development on their own textmode projects; the more the merrier!

Posted in Development, Events | 2 Comments
  • metadeniz

    Heya,
    Sorry, I'm new to this site. I have a bunch of archived ANSIs and ASCII files on my computer from the BBS days. I would be happy to upload them, but I don't really feel like going through them all necessarily and checking if you already have them. Do you have some kind of dupe-checking system for uploads?
    Also, have you ever considered rendering ANSIs through javascript on a web browser, instead of converting them to PNGs?

  • http://sixteencolors.net Doug Moore

    Thanks for your interest!

    Currently our best option for comparing is a text list of all our packs (https://gist.github.com/981584). If you can get a text list of yours, you can do a comparison. Or, if you can get a text list we would be happy to compare them as well. We would definitely love to get our hands on anything we don't currently have.

    Yes, we have considered JS for rendering. We are torn as to whether we want to go that route. We put together a library for doing so some time ago (https://github.com/sixteencolors/js-image-textmode) but have been focusing on other priorities. There are a number of things we would need to investigate before switching. Not least of which is whether the user experience would be better. Other things include how search engines handle the objects and other unknowns.