Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
bib971
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
bib971
13y ago
Got you. This is very helpful, thank you!
2.
▲
by
bib971
13y ago
Anything to backup your claim about Socket.io?
3.
▲
by
bib971
13y ago
I hate it and minimize its use while using other build tools whenever I can (in the same project).
4.
▲
by
bib971
13y ago
Bobby, you said every app is a client of the API. I notice Trello.com consumes API from https://trello.com/1/xx while an OAuth client (from one of your Jsfiddle examples) consumes from https://api.trello.com
5.
▲
by
bib971
13y ago
This is even a shorter tl;dr: use MIT or Apache. Who would choose other licenses, more complicated, if they didn't mean to screw you later.
6.
▲
by
bib971
13y ago
Just curious, how to implement the scrolling effect like this site? Does it require JavaScript or just CSS?
7.
▲
by
bib971
13y ago
Always got "DoesNotExist" error whichever valid address I put in
8.
▲
by
bib971
13y ago
And are these 100+ engineer forced to accept that term? Or more likely they think it's a good deal for them (i.e. living in India earning Indian wage)?
9.
▲
Ask HN: what chair are you using for coding and how comfortable is it?
5 points
by
bib971
13y ago
|
17 comments
10.
▲
by
bib971
13y ago
What do you mean "Angular encourages you to build the framework"? What kind of framework?
11.
▲
by
bib971
13y ago
In case you're interested, I built one that doesn't use Angular or jQuery: http://buunguyen.github.io/rainbow.js/
12.
▲
by
bib971
13y ago
One technique that I used when building my own progress indicator is using a maths function which approaches 0 as the progress bar approaches 100% and use the result to increase the progress. That way, the progress bar appears moving slower
13.
▲
Rainbow.js: even tinier site-wide progress bar (1KB & no jQuery)
(buunguyen.github.io)
3 points
by
bib971
13y ago
|
0 comments
14.
▲
by
bib971
13y ago
A couple weeks ago I built something similar, except that my solution is even smaller (doesn't depend on jQuery, 1 single file, 1KB gzipped and minified). Check out: http://buunguyen.github.io/rainbow.js/ .