Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
grantg
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
grantg
14y ago
Just added Dvorak overrides.
2.
▲
by
grantg
14y ago
Just added Dvorak compatibility. :)
3.
▲
by
grantg
14y ago
That error is from the page overloading. Secondly, it won't run on mobile safari anyhow (Best will be 1 fps tops with no audio and no keyboard input). Mobile Safari will never run this right.
4.
▲
by
grantg
15y ago
Down below on altavista's page: © 2012 Yahoo! ouch
5.
▲
by
grantg
15y ago
Keep up the good work Byuu.
6.
▲
by
grantg
15y ago
I killed it myself.
7.
▲
by
grantg
15y ago
I shut the party down, willy wonka style.
8.
▲
by
grantg
15y ago
Trying to compile code to JavaScript results usually in sub-optimal performance. You have to manually do it to tweak the best performance out of the language. It's kinda retarded, but it's analogous to writing assembly code for performance
9.
▲
by
grantg
15y ago
Chrome runs the JavaScript execution the best, while sucky at graphics (Scaling via CSS is sluggish in chrome). Firefox 4+ runs it overall well (Slight GC hiccups in Firefox 9 though). IE9 runs it like crap (JavaScript execution is like fir
10.
▲
by
grantg
15y ago
Because I added a different version of Tetris than the one most people know. I should probably switch the one there with the later version that changed out its music.
11.
▲
by
grantg
15y ago
So you did ycombinator's version of [deleted]. :P
12.
▲
by
grantg
15y ago
Because these are OS-dependent bugs for certain browsers and should get fixed soon by the browser makers. :P
13.
▲
by
grantg
15y ago
I bet the resource files are 503'ing from server overload. :/
14.
▲
by
grantg
15y ago
Use Firefox 5 then. Problem solved?
15.
▲
by
grantg
15y ago
Use Firefox 5, other browsers take a shit on putImageData performance when blitting to the canvas.
16.
▲
by
grantg
15y ago
You see, the problem is that chrome has bugs. Try running it in Firefox 5 for windows. It's not my fault. period. See some comments in http://www.reddit.com/r/gaming/comments/i9s9h/legend_of_zeld... for other various chrome related issues
17.
▲
by
grantg
15y ago
Yup
18.
▲
by
grantg
15y ago
Thanks
19.
▲
by
grantg
15y ago
Encryption is inadequate because others can still find out what your password was (Insert disgruntled employee or hacker that gets the master decyption key). Hashing / SALTing is WAAAAAY safer.
20.
▲
by
grantg
15y ago
A website employee should only be able to reset the password at most if the passwords is properly SALTed or hashed. Storing passwords in plaintext or not hashing them had to be done. It's insecure to just encrypt the password and rather not
21.
▲
by
grantg
15y ago
Simply put, they don't want the DS hackers hacking the 3DS.
22.
▲
by
grantg
15y ago
This will be the sixth time we have created a thread about it and we have become exceedingly efficient at it.
23.
▲
GameBoy Color Emulator Coded Entirely in JavaScript.
(grantgalitz.org)
5 points
by
grantg
15y ago
|
3 comments
24.
▲
by
grantg
15y ago
2-D Glasses == Sunglasses FTFY
25.
▲
by
grantg
15y ago
A test (PD) ROM: http://www.grantgalitz.org/CrazyZone/
26.
▲
GameBoy Color emulator coded entirely in JavaScript
(github.com)
5 points
by
grantg
15y ago
|
1 comments
27.
▲
by
grantg
15y ago
x is A z is B shift is Select return is Start D-Pad is Joypad
28.
▲
by
grantg
15y ago
Edit: Fixed
29.
▲
by
grantg
15y ago
Not a good idea with hand-coded ROMs for CPUs that are in single-digit MHz that use interrupts liberally, it would cause code cache invalidation a lot. Some stats for SML2 running (Audio ON (web audio for mac in about:flags for chrome, mozA
30.
▲
by
grantg
15y ago
okay, removed offending ROMs, and put up a homebrew one: http://www.grantgalitz.org/CrazyZone/ The URL linked above now redirects to the homebrew ROM. Edit: Oops, I overwrote the redirect, sorry. Try http://www.grantgalitz.org/CrazyZone/
More ›