HN user

swarthy_io

2 karma
Posts0
Comments4
View on HN
No posts found.

Cool project. One suggestion I would make is to 'buffer' your infinite scroll. It gets a little sticky. You could implement something that would always be one page ahead.

On page load you get the first two sets of scroll data. When the user scrolls you show the second set of data you already have and then get the third set of data at that point.

This way you are always ahead and may make the scrolling seem smoother.

Just an idea though, looks good!

I agree, this is what I tell non-programmers who are interested in learning more. I phrase it as: "Most people are too smart to program."

The way we talk to each other involves a lot of abstraction and context. It is very hard to speak __simply__ to a computer, unlike normal conversation.

I use Sublime Text 2 with Vim bindings (Vintage mode) enabled. I use this at work to write PHP and Go. My favorite language is Golang.

I also routinely use Vim on the server and my local machine.