Live data from Hacker News

Dwitter – A social network for short JavaScript demos

dwitter.net

1–10 of 74 posts

Re: Dwitter – A social network for short JavaScript demos

#3
This is definitely fun... It'd be nice if it used Github to login and save to Gists. Also, I think it'd be better if the developer called u(t){}, rather than it being the content of the entire post, so it could set up variables, etc., and since it already has a few shortcuts like c,x,C,S,T,R, might as well add in a more complete API.

Re: Dwitter – A social network for short JavaScript demos

#5

This is definitely fun... It'd be nice if it used Github to login and save to Gists. Also, I think it'd be better if the developer called u(t){}, rather than it being the content of the entire post, so it could set up variables, etc., and since it already has a few shortcuts like c,x,C,S,T,R, might as well add in a more complete API.

Just set something on `this`:

    if (!this.mySettings) {
      this.mySettings = { value: 1 }
    }

Re: Dwitter – A social network for short JavaScript demos

#8
post #6

Oh fun, didn't expect to see my side-project here :) A few of my personal favorites: https://www.dwitter.net/d/90 https://www.dwitter.net/d/406 https://www.dwitter.net/d/433 https://www.dwitter.net/d/617

Didn't mean to post with that account. Oh well.
Post reply on HN