Viewing profile — Ogre
Ogre
HN member- Joined
- Wed, Aug 25, 2010, 6:54 AM UTC
- HN karma
- 505
- Public activity
- 170 items
- HN profile
- View on Hacker News ↗
About Ogre
No profile information was provided.
Recent public activity
-
comment
Comment #48799803
There used to be a site called Forgotify that would only play songs from Spotify that had zero listens. So each song played, of course, removed that song from the set that could ev…
-
comment
Comment #48287570
I'm with you, came here to ask this too. This is how I would have read it: "Crack engineer" someone who is an excellent engineer, I feel like this goes back to at least the early 2…
-
comment
Comment #48163580
The Merchant Princes series is fun, and I really enjoy the story of why he wrote it. It starts out as fantasy for basically the whole first novel and then some. But you can find so…
-
comment
Comment #11586671
"Moving left" is NOT an input. An input is "The controller is pushed to the left" (with perhaps a numeric value of how far it is pushed to the left). "Firing once" is similarly NOT…
-
comment
Comment #11586607
You can handle orders of magnitude more users with the same hardware if you don't have to run the game simulation on the server.
-
comment
Comment #10879235
Don't know about those, but here's an Apple ][ still in use in 2009 (How it's made - player piano rolls of all things) https://m.youtube.com/watch?v=uL9NudhhSQE It's like an obsole…
-
comment
Comment #10039636
Just today I was arguing for not moving something off of Oracle. No one's really happy the thing in question is on Oracle, but it is live in production and most of the time does wh…
-
comment
Comment #8419714
The author also created SpaceChem, which is one of the best programming/engineering games out there. For just programming games, I'd call it my second all time favorite just behind…
-
comment
Comment #8402159
I only skimmed it, but I didn't see anyone in there who took years. They were all on the order of months. Entirely possible I missed it. That said, adding networked multiplayer to …
-
comment
Comment #8377581
> So ruby and perl are specifically designed to be a handler of untrusted data? Perl actually is when used in taint mode. http://perldoc.perl.org/perlsec.html
-
comment
Comment #8294974
In the 1990s, people used to write these things called plugins to add features, like support for specific video containers and codecs, to browsers. Now I guess browsers have to hav…
-
comment
Comment #8254884
Yeah, see my reply to myself, I beat you by a few minutes =) Whether 6X the searches is worth it or not is something only testing can answer, I think.
-
comment
Comment #8254797
Partly answering my own question after mulling it over, the difference in the pre-pass is that you're not actually coming "from" an edge or going "to" one when you're doing the flo…
-
comment
Comment #8254284
For the actual occlusion test, you have a "don't go backwards" rule. If you have to go backwards to reach a chunk, you know it's not visible along that path (but may be on a differ…
-
comment
Comment #8254150
Glitchiness of occlusion may be driver or hardware dependent. I've been using it successfully, but haven't tested on a variety of hardware. The bigger issue is the two way communic…
-
comment
Comment #8216443
I approve of people trying to improve the editor experience. This is a good project! I have a nitpick though: "forking the current panel using Ctrl+F is a game changer, as you don’…
-
comment
Comment #8073082
It's likely coming to PC as well. It was announced last year without any console attached. At E3, it was at Sony's keynote, but it wasn't announced as an exclusive. On the other ha…
-
comment
Comment #7792676
For MacBooks there's these things: http://hengedocks.com I had one for an older laptop. Worked fine, but I didn't use it much just because I wasn't at my desk at home very much.
-
comment
Comment #7714049
I can't speak for all games, but this sort of visualization is something I believe to be common in large AAA games, and is something I've had (and continue to have) in the small su…
-
comment
Comment #7638449
Something you can do with components if you set some strict restrictions is do static or runtime analysis to determine which sets of components are disjoint in terms of systems tha…
-
comment
Comment #7632004
Powersnap was amazing. I seem to recall it was usually able to figure out what font each program was using and only had to search for letters for that specific font, and only fall …
-
comment
Comment #7544242
I did this a few years ago using text messages and Twilio. Not quite as slick as "Siri, open the garage", but it worked! http://rumsey.org/blog/2011/11/voice-controlled-garage-door…
-
comment
Comment #7228996
I thought it was kind of hard to take the article seriously after that. I know it's the guy's real name, so I feel bad about this (as bad as I can feel for someone with an awesome …
-
comment
Comment #7090914
Maybe it's not uncommon, but it is against FTC guidelines. (I claim that because it's in the article too) I don't know if being "against FTC guidelines" is equivalent to "illegal" …
-
comment
Comment #6867479
It's really not much like Lode Runner at all. Lode Runner itself was a "clone" of Space Panic much more so than this is a "clone" of Lode Runner. In both cases, there is clear insp…