Live data from Hacker News

Show HN: Pen.io

pen.io

51–60 of 102 posts

Re: Show HN: Pen.io

#53

I love it. Better, I showed my wife and she loved it too. One thing that I wanted while I was editing was a tag list (like you have on the About page, but right there on the edit page).

good idea. I'll look at putting it somewhere on the edit page

Re: Show HN: Pen.io

#56
post #23
post #4

Very cool idea, and nice site. I noticed that you are serving your own jquery. I've read that it's better to link to Google's host as it is more likely to be cached (and other reasons). Is this a conscious decision on your part, or is it just a part of the puzzle you haven't wrestled with yet? (Honest question- I don't know the right answer because I haven't wrestled with it yet.) Google jquery link:

One reason not to use CDN-hosted common scripts is to not share visitors statistics with the CDN. Believe it or not, but it is a valid concern for many businesses.

When it's cached, your browser won't make an HTTP request to the CDN. That's the entire point.

They can do some VERY ROUGH back of the envelope calculations to figure out based on cache-expiry headers and number of requests how many new people you are bringing to JQuery but not much else. Dan Kaminsky proved this earlier in his DNS/TTL cache sniffing tricks.

And by the time you are large enough to have an impact, your audience will be large enough for you to justify using your own JQuery hosted URL.

In short, USE THE CDN JQUERY. :-)

Re: Show HN: Pen.io

#57

Just curious.. where did you register the .io domain? Are 3 letter domains still available in .io registry?

must be. Registered it at Iwantmyname.com - a very good registrar that I use a lot

Re: Show HN: Pen.io

#59

Reminds me of TidyPub, also featured on HN a few months back: http://news.ycombinator.com/item?id=1952882

or like my own Write.fm - similar idea but some key differences (subdomains, markup, multiple pages etc). I like the idea of TidyPub though
Post reply on HN