Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
awy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
awy
7y ago
Hello, author here. Thanks a lot for reading my post! A few things to clarify: - indeed I am now in London, but have very fond memories of life in Germany and still enjoy practicing my German - I took a US keyboard layout to work, which mad
2.
▲
by
awy
7y ago
Hello, author here. I actually brought a US keyboard which made life much easier. It was only ever a pain to type on the laptop's keyboard, which luckily was quite rare.
3.
▲
by
awy
8y ago
I lived in London for all of 2 weeks before this happened to me. It's pretty frequent in the Islington and Angel areas. Be careful.
4.
▲
by
awy
8y ago
querySelector() will get you one element, otherwise you can use something like Array.from(querySelectorAll('*')).forEach() It is a little more cumbersome.
5.
▲
by
awy
11y ago
There was a DOM2Canvas library at some stage, though it wasn't perfect and it couldn't render images (for security reasons).
6.
▲
by
awy
13y ago
I have a heap on my plate right now but will hope to do part 2 before the end of the year. Glad you enjoyed it.
7.
▲
by
awy
13y ago
I recently posted about emulating the NES with JavaScript. http://blog.alexanderdickson.com/javascript-nes-emulator-par... Part 2 will be posted when it's done. :) If you want to get something done much quicker, have a
8.
▲
by
awy
13y ago
`contenteditable` has a lot of issues once you go past casual text editing. Sounds like it's doing something similar to Google Docs (using the browser simply as a dumb renderer, and doing a lot of the calculations/layout in JavaSc
9.
▲
by
awy
13y ago
I'm pretty sure those flip things don't like to go backwards. So I'd assume an unlike would just freeze the number and absorb the next like.
10.
▲
by
awy
13y ago
I wrote a post about creating a Chip-8 emulator in JavaScript, if JS is your thing. http://blog.alexanderdickson.com/javascript-chip-eight-emula...
11.
▲
by
awy
13y ago
I worked on a project that does this. http://atlasboard.bitbucket.org/ It's pretty simple to set up and write the widgets.
12.
▲
by
awy
14y ago
Also a great relevant read: How MOS 6502 Illegal Opcodes really work http://www.pagetable.com/?p=39 I just finished a 6502 emulator, I recommend doing it for everyone. Lots of fun and very interesting.
13.
▲
by
awy
14y ago
Wiki markup didn't suit the non-technical crowd. If you're a fan of wiki markup in Confluence and have upgraded to >= 4, you might want to use this plugin. https://bobswift.atlassian.net/wiki/display/CWP/Wiki+Plugin+...
14.
▲
by
awy
14y ago
You can input your age on a Stack Exchange profile.
15.
▲
by
awy
14y ago
There is a video series on YouTube covering the early days of Blizzard (and back when they were S&S), Westwood and id. Search YouTube for "All Your History Are Belong To Us".
16.
▲
by
awy
14y ago
This is why I'm a contributor on Stack Overflow. The more I teach others, the more I learn myself.