My name is Paul Bissex, and e-scribe.com is my consulting business. I build web applications using as much open source software as possible. From September to June I teach web design and other important non-photographic professional skills to photographers. In the '90s I wrote technology commentary and reviews for magazines, newspapers, and web publications, including Wired, Salon.com, FamilyPC, the late lamented Web Review, and the Chicago Tribune. Feel free to email me.
I'm co-author of "Python Web Development with Django", an excellent guide to my favorite web framework. Its strong points include an introduction to Python, and better coverage of Django 1.0 than nearly anybody else. Published by Addison-Wesley, it is available from Amazon and your favorite technical bookstore as well.
This runs on Django, served by Apache and mod_python. The database is SQLite. The operating system is FreeBSD, on a VPS hosted at Johncompanies.com. Comment-spam protection by Akismet. Vintage topo imagery from the Maptech archive. The markup engine is Markdown.
Akismet, del.icio.us, Django, dpaste.com, Emacs, FreeBSD, Freenode, jQuery, LaunchBar, MacPorts, Markdown, Mercurial, OS X, Postfix, Python, SQLite, Subversion, TextMate, Trac, Ubuntu Linux, wmii
At least 59047 pieces of comment spam killed since January 2008, mostly via Akismet.
When I created dpaste, I tried to make it both a simple browser-based tool and a simple RESTful API. With very little work you could write a script that created a new paste item with a single POST.
Over the life of the site a few people have discovered and played with that "secret" API. I've now made it a bit more official. The new API has its own URL (versioned, even!) and is more tolerant of missing data, just like the web form.
The URL is http://dpaste.com/api/v1/. In a web browser you'll see just a terse line of instructions. Here's a one-line usage example for unixy people. It takes text on stdin and returns the URL of the newly created paste.
curl -si -F 'content=<-' http://dpaste.com/api/v1/ | grep ^Location: | colrm 1 10
Support disclaimer: Depending on your version of curl and your shell some of those options may need twiddling. But in a low-tech way it's kind of cool, isn't it? (Figuring out how to get curl to read stdin was a new one for me, so the novelty is high at the moment.)
Anyway, use and enjoy as you wish!
mikele: Set the "language" field. Look at the source of the dpaste.com form to see the options.
dpaste is fantastic! Simply fantastic... You did an Impressive work Paul, really! 1. Its secured than others. 2. It uses auto delete, so it is great for your server space. 3. It converts it all in normal text and gives a url, wow! 4. It is FREE!
My request: Can you please start something like "Tutorials" for python and/or perl.. Some websites do offer but they are just not so good..
PS: If you start tutorials, me and my team will be glad to learn and click on your ads too ;-)
Comments use Markdown syntax. Your comment will not appear until approved, which may take a few hours or more. Spammers will be torpedoed.
SPF-enabled spam domains
1 comment
Chess via iPod
2 comments
Aesthetics and computation
2 comments
robots.txt via Django, in one line
4 comments
zoot
Offsite, online backup: rsync.net
16 days ago
Craig
Bicycle Repair Man bundle for TextMate
24 days ago
Fazal Majid
SPF-enabled spam domains
29 days ago
Adrian Holovaty
Chess via iPod
53 days ago
Alexander Kahn
Aesthetics and computation
58 days ago
Copyright 2009
by Paul Bissex
and E-Scribe New Media
hey thanks for this!! btw how can I specify the syntax of the snippet???