Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
freddywang
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
freddywang
9y ago
Well, localstorage is still much better than cookies. Browser includes cookies on all requests to your server. There is no way javascript can tell browser to stop that!!! Now, stop using cookies!!!!
2.
▲
by
freddywang
9y ago
Yes, the only downside is that you have to procedurally instantiate a canvas. You get to control when the render event should happen though. With CSS Paint API, it feels like declaring webgl shader.
3.
▲
by
freddywang
9y ago
we already had this all the way back in 2008. It's called webkit css canvas! Iconapp.io is using that heavily! background: -webkit-canvas(mycanvas);
4.
▲
OSX Safari 7 further blocks tracking by online advertisers
1 points
by
freddywang
13y ago
|
0 comments
5.
▲
by
freddywang
14y ago
I did. I can't find anywhere to toggle into AirPlay mode.
6.
▲
by
freddywang
14y ago
Would be even more ideal to cut the cord go AirPlay. It defeats the purpose to bring iPad around with VGA adapter dongle.
7.
▲
by
freddywang
14y ago
I am afraid once a successful class action lawsuit is unleashed, many similar lawsuits will be in the rise. It will definitely stifle innovation, defeating the very purpose of kickstarter
8.
▲
by
freddywang
14y ago
To be fair, $200 is really not a lot of money. For all the contents, videos, interviews, samples, one can imagine how much effort being allocated for this. Being famous doesn't entitle someone to be able to charge expensively. Likewise, not
9.
▲
by
freddywang
14y ago
The catch: don't go for native scrolling if you want iOS issue fixed. Try emulated scrolling what iScroll did before iOS5 came out. When inertia scrolling kicks in (the moment your release your touch and page continue its momentum scroll),
10.
▲
by
freddywang
14y ago
Text content should be converted to PSD Text Element. Some of CSS effects are better represented using PSD Layer Style effects. Check out the complete PSD file format here: http://www.adobe.com/devnet-apps/photoshop/fileformatashtml/... I
11.
▲
by
freddywang
14y ago
It will be so much better to have Objective C Runtime on Android. I haven't seen any java based Android apps that run smoother than Google Chrome on Android, which I highly suspect that it was built using C/C++ instead of Java.
12.
▲
by
freddywang
14y ago
totally agree. Android "Browser" is like the IE6 of mobile web. I bump into so many problems trying to tame android "Browser". Lack of hardware acceleration for simple displacement animation, the best transition animation you can apply is p
13.
▲
by
freddywang
14y ago
Web workers doesn't really work. Somehow, It still blocks the main UI thread.
14.
▲
by
freddywang
16y ago
It's not really furnished to best, but worth checking out, a Hacker News Reader http://nko-naughtify.heroku.com/reader . Appreciate the attention. Really sorry for self promotion :)