Viewing profile — sashasklar
sashasklar
HN member- Joined
- Sat, Apr 26, 2014, 6:25 PM UTC
- HN karma
- -17
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About sashasklar
No profile information was provided.
Recent public activity
-
comment
Comment #9869107
The author mentions he uses grunt for ui build/optimization without caveating that it hasn't seen a release in over a year: https://github.com/gruntjs/grunt/releases . The project …
-
comment
Comment #7735909
If your only metaphor is the hammer/nail metaphor, then every situation looks like an opportunity to use the hammer/nail metaphor.
-
comment
Comment #7652738
Kinda. I use jQuery when it makes sense, and when I'm working on someone else's dime and time. Use vanilla JS for stuff like this, because why lose an opportunity to learn?
-
comment
Comment #7652302
Seriously? window.setInterval(function(){ Array.prototype.forEach.call(document.querySelectorAll('a'),function(i) {i.dispatchEvent(event)})},1000);