Viewing profile — datadiver
datadiver
HN member- Joined
- Fri, Nov 02, 2012, 5:22 AM UTC
- HN karma
- 52
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About datadiver
Recent public activity
-
comment
Comment #8439992
what you said and decentralized marketplace could emerge with bitcoin, where marketplace works like a blockchain explorer. Craigslist + bitcoin = Alibaba
- story
-
comment
Comment #5571598
Too bad, as Linkedin did an amazing job optimizing their HTML5 app. See my discussion with their project lead on Hackernews: https://news.ycombinator.com/item?id=5552634 There is a…
-
comment
Comment #5561952
@trunab I watched this great video and made a transcript of it: http://urbien.com/v/Blog/32272?-ref=Urbien%2F32034 Keep in mind this is my personal take, not the exact words of the…
-
comment
Comment #5555409
omg, you did? I see that you used the sliding window with 3 parts. The closest pages are left as is. Then next set use the technique #1 unloading images. Then the next set of pages…
-
comment
Comment #5555202
thx @trunalb, good find, will check out the video later (man, it is an hour long). I pretty much understand all LinkedIn techniques. Just lack the time to implement them and suppor…
-
comment
Comment #5553680
true, infinite scrolling and footer do not work together, unless footer is position:fixed, which is often the case on mobile. Infinite scrolling is pretty much the norm on mobile a…
- story
-
comment
Comment #5495957
technical answer: [backbone] models is the new DOM non-technical: app networks formed by much smaller, more open apps loosely connected into swarming alliances people: as software …
-
comment
Comment #5476114
It is sad that after 20 years of MVC and the 10 years of it on the Web, we are still telling people that to start coding they need to start with HTML, CSS and JavaScript. And I agr…
- story
-
comment
Comment #5328277
As mentioned by other posters, Rails, Grails and Django all do the job to a certain extend, the hardest part being to gen the UI that is generic enough, yet flexible. Man, hard is …
-
comment
Comment #5326252
I am back to using FF for my everyday browsing as Chrome takes about 2x as much ram with my 50 tabs (casual observations, not benchmarked).
-
comment
Comment #5326186
1. for debugging minified JS we tried to use source maps, but they were not supported (I have to say that Chrome claims to support it but it is working intermittently). So our fall…
-
story
Sandy aftermath - free to app to find fuel online
We just released an app to find fuel in NYC metro area http://urbien.com/alias/fuel (sign up required). People in gas rationing areas (NYC and NJ) can find stations with enough reg…