Viewing profile — Ayjay
Ayjay
HN member- Joined
- Sun, Jul 11, 2010, 11:00 AM UTC
- HN karma
- -4
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About Ayjay
No profile information was provided.
Recent public activity
-
comment
Comment #6630624
Predictably, this speed run is now quite outdated, even though it's less than a year later. There have been several major discoveries that have now lowered the world record to just…
-
comment
Comment #2102132
I used to think that I never click on ads, and it's true in that I never click on Internet ads, but I've found that ads I receive on Steam are vastly more effective for me. If you …
-
comment
Comment #1666113
Really, a better coding style is to use STL strings, containers and algorithms and never get down to the point where you have to care. Coding at the bare-metal level is a very slow…
-
comment
Comment #1663964
I think he was just pointing out an alternative conclusion. I think it is an interesting point that the world's only superpower is also unique in the relgion-to-wealth factor. I'm …
-
comment
Comment #1655488
Looking at it from a market perspective, there is a limited supply of something (ie. seats at a table at a reasonable time), and a demand. It's then not a surprise that getting a t…
-
comment
Comment #1645322
You should have your colour change when you reach certain point thresholds - when you "level up" I guess. Also, maybe then you can push lower-level pixels around? -- Ayjay on Fedan…
-
comment
Comment #1629611
I really haven't seen this problem, like, ever. All coder's are vastly more likely to preoptimise the hell out of everything, and we end up with the opposite problem - thousands of…
-
comment
Comment #1587583
I recently converted from various other graphical IDE's (Visual Studio and Eclipse) to start using exclusively Vim to develop with, and I'm loving it. I don't think it really needs…
-
comment
Comment #1570396
looks good! mozz on fedang
-
comment
Comment #1505338
I really don't think it matters what langauge, as long as they can compile and run code. Most of us probably started with BASIC interpreters, so easy and readable code is obviously…