22 comments

[ 3.7 ms ] story [ 55.8 ms ] thread
Don't use a static layout. I hate unnecessary scrollbars (like most users).

Remove as much third party JS as possible (use direct links instead). Seven different domains is way too much.

Do you use (client-side) encryption for ensuring privacy?

Otherwise, I like the almost (share buttons) minimal design.

I'm curious, how do you securely implement client side encryption?
(comment deleted)
Add encryption key to URL after hash tag. This is not send to webserver, but can be decripted by js. You can not read text without full URL
But the Javascript that's doing the encryption comes from the same server that you're trying to hide the data from. Browser crypto does not work.
Currently, this isn't implemented.
Thanks! Could you explain what you mean by using direct links?
Look at [1]. They suggest using this:

<a href="https://twitter.com/share" class="twitter-share-button" data-lang="en">Tweet</a>

I guess it relies on the HTTP referer field. You can do more resilient by adding parameters to the query string (look at the table at the third of the webpage).

It means that the user gets redirected to the website with pre-filled forms. It avoids loading additional Javascript.

[1] https://dev.twitter.com/docs/tweet-button

I have a few ideas:

- should work offline

- realtime updates visible to other parties, so it would be usable as chat

- history

- align editor size to browser window size, so there are no two vertical scrolbars

- even better is to grow editor window as documents grow, use only browser vertical scrolab

- https, useless for me otherwise

Love the idea of realtime updates. Thanks!
I second https and history (I already commented on dynamic layout).

Offline would require some work I guess but it is still a good idea. However, I tend to dislike realtime webapp as they are always trying to sync sending HTTP/WebSocket and throwing errors around whenever one packet is lost.

Well, TCP certainly doesn't throw a fit if a single packet is lost, and this is a note taking app, right? Well, if I need a constant internet connection just to take notes then your app is far less useful to me and I probably won't use it.
How does realtime actually work? Can you shed light on that, please?
“CPU Limit Reached” :(

HN effect once more!

Damn right? Should have moved to my other server - lesson learned.
"Text Messaging Communications Suite for Businesses." tell me something more than this
i dont get it. nothing but "deskrove We're building cool things."
Sorry - hosting messed up.