Viewing profile — vuknje
vuknje
HN member- Joined
- Sat, Apr 21, 2007, 11:43 AM UTC
- HN karma
- 667
- Public activity
- 152 items
- HN profile
- View on Hacker News ↗
About vuknje
Recent public activity
-
comment
Comment #21329599
deep learning
-
comment
Comment #20009014
There's a node candidate named "DRAICON BALL"... https://icon.community/iconsensus/candidates/
- story
- story
- story
- story
-
comment
Comment #15934148
You mean something like this? https://youtu.be/YaA3dAJz6sI?t=45s
- story
- story
- story
-
comment
Comment #9817236
TVbeat | Zagreb, Croatia | ONSITE | https://tvbeat.com/careers#jobs - Senior Software Engineer - C++ - Software Engineer - C++ - Senior Frontend Developer (AngularJS, D3.js) - Soft…
-
comment
Comment #8802388
Thanks, I'll check it out.
- story
-
comment
Comment #8122305
Big Data Engineer at TVbeat, Slovenia A real time TV audience measurement startup More info: http://tvbeat.com/job/big-data-engineer
- story
-
comment
Comment #7493610
> Otherwise it's like saying that HTML was initially very cumbersome and, simply because of that, you're willing to dismiss all the cool things happening with HTML5 nowadays. But H…
- story
- story
- story
-
comment
Comment #4831371
I like the tutorial. One thing that catches my eye though is the unnecessarily complex example from the beginning: d3.selectAll('div') .text(function() { var index = Array.prototyp…
- story
- story
- story
- story
-
comment
Comment #4402001
Or in javascript.. new Array(100).join(1).split(1) .map((function() { var i = 0; return function() {return ++i;}})()) .filter(function(x) { return !(x % 15); }) .reduce(function(x,…