Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jerbils
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Reach into the computer and grab a pixel
(youtube.com)
2 points
by
jerbils
13y ago
|
0 comments
2.
▲
by
jerbils
14y ago
Shameless plug time: I built Rekapi, which is a context-agnostic keyframe animation library. That means it works with DOM, Canvas, or whatever you need: http://rekapi.com/ It also supports exporting JavaScript keyframes to CSS3 @keyframe
3.
▲
by
jerbils
14y ago
Article author here. I can try a newer Vim when I have some time and update the post, this was just the first thing I got working. Thanks for the heads up.
4.
▲
by
jerbils
14y ago
Article author here. Anecdotally the battery life takes a bit of a hit, but I've been running it pretty hard to get everything installed. I haven't done any tests. I have a suspicion that Chrome limits its CPU usage, and the chroot does
5.
▲
Screenshot Absolutely Everything
(jeremyckahn.github.com)
4 points
by
jerbils
14y ago
|
0 comments
6.
▲
by
jerbils
14y ago
Thanks! :)
7.
▲
by
jerbils
14y ago
Debugging compiled code is absolutely unpleasant. Fortunately, I only have to do it rarely. From what I can tell, debugging JavaScript that was compiled from CoffeeScript is a standard practice, and I simply don't want to pursue that. It
8.
▲
by
jerbils
14y ago
I meant that I optimize for project newcomers, preferably ones who are comfortable in the finer points of JavaScript. It's not that I don't take advantage of JavaScript's strengths. I get the sense that people interpreted my article as a g
9.
▲
by
jerbils
14y ago
Article author here: I'll get into CoffeeScript when I feel that it solves more problems than it creates (it's very important for me to be able to debug raw source code in a language). My goal as a programmer is to reduce complexity, and I
10.
▲
by
jerbils
14y ago
Article author here: It's a matter of practicality. JavaScript can do some really cool things, but if it makes the code harder to read/follow/maintain, it's not very useful. From what I've seen, a lot of the JavaScript techniques that hav
11.
▲
by
jerbils
14y ago
Because I want make UIs and apps with open web standards, and JavaScript is the only practical language. CoffeeScript and other macro languages are cool, but currently there is no way to debug and step through the source. I can't wait for
12.
▲
by
jerbils
14y ago
Article author here: To be clear, I don't follow the Google Style Guide exactly, at least not for my open source projects. It's more of a jumping-off point that I then tweak to my liking. As I said in the article, it's not worth going int
13.
▲
An employment manifesto
(gist.github.com)
1 points
by
jerbils
14y ago
|
0 comments
14.
▲
CSS Gradient Editor
(glan.github.com)
2 points
by
jerbils
14y ago
|
0 comments
15.
▲
by
jerbils
14y ago
Ah. Just a z-index bug, But I'll take care of it. Thanks for pointing it out!
16.
▲
A lighter, faster jQuery dragging plugin
(github.com)
4 points
by
jerbils
14y ago
|
2 comments
17.
▲
I made an easing formula playground with JavaScript.
(rekapi.com)
3 points
by
jerbils
15y ago
|
0 comments