Raw Thought

by Aaron Swartz

Sweating the Small Stuff

So Jottit has launched, only five months after I suggested to my friend Simon that we create a website that was just a big text box people could type stuff into. And there are two ways I look at it. One is: It took us five months to do that? And the other is: We did that in only five months?

When you look at what the site does, it seems pretty simple. It has few features, no complex algorithms, little gee-whiz gadgetry. It just takes your text and puts it on the Web. And considering how often I do that every day, it seems a bit odd that it took so long to create yet another way. And then I check the todo list.

As I’ve said, this is a site I wanted to get every little detail right on. And when you start sweating the small stuff, it’s frankly incredible just how much of it there is. Even our trivial site is made up of over two dozen different screens. Each one of those screens has to be designed to look and work just right on a wide variety of browsers, with a wide variety of text in them.

And that’s just making things look good — making them work right is much harder. Each screen does, on average, five or six different things. And each of those things can be done under three or four different modes. Now we’re up to over 500 different things to do, each of which can have bugs in lots of unthought-of ways. And then, many of these pieces are exposed to users, who can do whatever they want with them — and do. If you’re building a site that accepts text from users, you need to think about something that lets some people just paste stuff from emails, others write HTML, others play YouTube videos, while others try to insert malicious text to break things for people.

There are lots of features we want to add to Jottit, but before we do any of that we want to make what we have work perfectly. And, at the moment, that means tasks as varied as reporting a bug in a piece of software we use to its developer, configuring the web server to display a nicer error message under certain odd conditions, having another computer monitor the first computer to see if it goes down, figuring out how to tweak the UI to make certain unclear things clearer to people, rewriting some of the text on the site to be nicer, creating a new site to inform our users of updates, making some stuff from our project open source, fixing stuff in other open source projects, testing the site on phones and weird browsers, examining an algorithm we use to see if it needs improvement, and fixing a bug that was just reported by a user. And those are just the things on my todo list!

When you look at it that way, it’s amazing anyone ever builds a website.

You should follow me on twitter here.

September 16, 2007

Comments

I simply love it ! The idea is simple and yet never been done this way before. Nothing bloated and the result is very usable and simple. Congrats! and again THANK YOU for this jewel.

I would be nice if you provide an API :)

posted by karim on September 16, 2007 #

I simply love it ! The idea is simple and yet never been done this way before. Nothing bloated and the result is very usable and simple. Congrats! and again THANK YOU for this jewel.

I would be nice if you provide an API :)

posted by karim on September 16, 2007 #

I said in an email, but I’ll add here too: I like the Gill Sans.

You’re definitely on the right track with the interface. Every wiki, blog, review, social network, etc. site should be as easy to jump into (not to mention as clutter-free).

posted by Jacob Rus on September 16, 2007 #

It seems a bid odd that you graduated from a top school, Delbert. Just send your stuff over to Robert Morris to proofread before you publish it next time. Actually, you’re just adding to the corpus of un-proofread websites with all this jotit stuff anyway. Maybe as a paid service you could automatically forward everything to Robert Morris to proofread before publishing. At least that would in fact be something.

posted by PG on September 16, 2007 #

Very, very slick. Little touches like including an image were very nice.

Now you have to decide what features to add, and what features NOT to add :)

posted by Thomas David Baker on September 16, 2007 #

Is this infogami 2.0?

posted by bosco on September 16, 2007 #

@Bosco, it’s barely even Infogami 1.1. And did you notice what happens if you click the Forgot Password link? It sends you your original password. Which means the passwords are stored in plain text. Didn’t Aaron learn anything the last time a well-known database of passwords got stolen? Evidently they didn’t cover hash functions and cryptographic responsibility in his Y Combinator seminars.

Incidentally, if anyone wants to set up a web page, I recommend WordPress.

posted by Eric TF Bat on September 17, 2007 #

@Eric TF Bat

It may be the case that Aaron and Simon are storing passwords as plaintext, but not storing them as a hash doesn’t prove they’re not encrypting them.

posted by Matt Revelle on September 17, 2007 #

Oh my, this is a simply incredible tool, sheesh.

posted by Alex on September 17, 2007 #

Cool. I’m still pissed off you didn’t win the wikimedia board election.

posted by Ben Yates on September 17, 2007 #

Eric: The password thing should be fixed in the next couple days.

posted by Aaron Swartz on September 17, 2007 #

RSS would make it perfect.

posted by Carl on September 17, 2007 #

Wow! John Gruber of daringfireball.com told me about this site and I created my own page in about 1 minute. Such fun! Thank you, thank you.

posted by CB on September 17, 2007 #

I was really shocked: This is so easy and sweet, so useful and well done, it makes me wanna cry. Thank you so much.

posted by Dr. Reimund Blumen on September 17, 2007 #

Aaron - congrats on the launch!

You are at a point now where you can literally launch a site with just a big text box, and it creates a huge blog buzz.

That kind of marketing firepower is pretty sweet — 1000s of other people out there could’ve put something like this together and it would not have been looked upon the same way, or generated nearly any buzz whatsoever. Anyway, congrats on your reddit success (etc) & the Jottit launch!

posted by Shanti Braford on September 17, 2007 #

This is incredible! Perfectly designed - and the color picker with its “now-the-text-goes-white” wizardry wowed me.

posted by Cardinal Stra on September 17, 2007 #

@Aaron: I’m glad you’re fixing the password problem, but I’m alarmed that you released a product that has the problem, especially considering that you work(ed) for Reddit. I can’t see a justification for ever storing plaintext passwords.

@Matt, the fact that it might be encrypted doesn’t help. It’s physical computer theft we’re talking about here.

@Aaron: I have to admit, this thing is an improvement over the competition. I was skeptical, but it does seem to be pretty close to the sweetspot. You may have finally iPodified Geocities…

posted by Eric TF Bat on September 17, 2007 #

This is great!

I really like the preview view.

posted by Michael Stevens on September 17, 2007 #

Very very very good.

An “export site” feature would be nice, in case this project dies like Infogami.

posted by Vladimir Slepnev on September 17, 2007 #

Wow, I really like this. Simple and just powerful enough. I add my vote for an API; I would love to replace Google Notes with Jottit and a Firefox plug-in would let me do that.

posted by Mark on September 17, 2007 #

I love it. I wish I could use Textile instead of Markdown.

posted by Willie Abrams on September 17, 2007 #

no rss? sigh.

_r

posted by _ryan on September 17, 2007 #

Password hashing issues aside, I’m impressed that you’ve already fixed the XSS issues that were apparent yesterday.

posted by Thom on September 17, 2007 #

Outstanding. Regarding some earlier comments: I too would like to have an export option; and, I’m moving my stuff to Jottit because it enables Markdown rather than Textile — I’ve always been annoyed by the Textile markup on Backpack pages, because in several other contexts I use Markdown. Also, I’m just a wee bit concerned lest somewhere down the line I’ve added twenty pages and find out that I’ll now have to start paying for them… .

posted by Alan Jacobs on September 17, 2007 #

You invent www the wikiwikiwiki Great!!

posted by Jaaziel on September 17, 2007 #

@Eric, I’m not convinced that the ability to decrypt users’ passwords is the largest concern when a physical theft occurs. Who needs a user’s password when all their data is already accessible.

Suppose hashing is still the simplest and safest representation for storage, but it’s a hassle having to copy and paste a temporary password and then set a new password.

posted by Matt Revelle on September 18, 2007 #

You’ve made something very special - thank you. Just this morning a 6th-grader came up to me in Computer Lab in a Massachusetts urban middle school and asked if I knew of a way he could create a web page. I was delighted to tell him about Jottit. Very cool.

posted by Reg Aubry on September 18, 2007 #

Wonderful! Jottit is just what you sometimes need when on a forum, irc, im, etc.

posted by qrnlk on September 18, 2007 #

This is super! Finally I can stop emailing text to myself! This could very well replace the paper notepad.

Well done Aaron :)

posted by N on September 18, 2007 #

Ok, one complaint. I added a new page, but something strange happens when you try to give it a name with spaces or underscores in - the data in the page isn’t saved!

You may want to look into that, or just prompt ppl with “page name can only contain, blah blah”

posted by N on September 18, 2007 #

Sorry, there was a bug that affected around 5 to 10 people. It’s fixed now.

posted by Aaron Swartz on September 18, 2007 #

Cool! Thanks Aaron, works brilliantly!

posted by N on September 19, 2007 #

So far it is going pretty well. However, I’m looking forward for the new features that, I suppose, will be implemented in the near future.

posted by Alastor on September 20, 2007 #

I just tried Jottit, it’d be so much more useful to me if I could enter formulas.

posted by on September 20, 2007 #

I really love it, Aaron. Great job. My friend and I are using it to outline a project. It’d be great if there was a simple notification if someone is editing a document when you check on it. You can tell usually once you click to edit it because there will be a recently saved draft, but it’d be nice if you didn’t need that extra step.

posted by ScottBruin on September 21, 2007 #

Very nice. But one question - how are you making any money from this? I don’t see any advertising. How is the host server paid for?

posted by Mark on September 23, 2007 #

aaron, i love it. you’ve implemented the sign-in/sign-up process exactly backwards. it’s brilliant. :)

posted by lane on September 23, 2007 #

Mark: I’m paying for it.

lane: Thanks so much! It’s an honor hearing that from you.

posted by Aaron Swartz on September 23, 2007 #

You can also send comments by email.

Name
Site
Email (only used for direct replies)
Comments may be edited for length and content.

Powered by theinfo.org.