Viewing profile — RoboSeldon
RoboSeldon
HN member- Joined
- Fri, Jun 19, 2015, 2:39 PM UTC
- HN karma
- 229
- Public activity
- 45 items
- HN profile
- View on Hacker News ↗
About RoboSeldon
No profile information was provided.
Recent public activity
-
comment
Comment #9962868
I didn't followed the Youtube comments, however the comments from the Twitch chat are strongly biased to the no-OOP camp ... It is interesting to see how Casey's followers are more…
-
story
Ask HN: HMH anti-OOP movement
For some time I follow handmadehero.org where Casey Muratori teaches how to implement a game from scratch (no libraries). I have some trouble conciliating what he (and other people…
-
comment
Comment #9951224
Works with Clang and GCC. Obviously, Visual Studio doesn't work (they have almost complete support for C99 though, so maybe in a few years they will include C11 support).
-
comment
Comment #9951215
I've had a completely different experience. Phaser is one of the easiest to use JavaScript game engines and the documentation is well written, also they have plenty of examples. If…
-
comment
Comment #9951211
Phaser has a cleaner API, is more popular and has way better documentation.
-
comment
Comment #9951197
Anything that can serve static web pages will work, you can even share it from Dropbox and people will be able to play the game in their browsers. If you want free, a Github page i…
- story
-
comment
Comment #9949190
In a one on one situation at a close range you are right, in theory.
-
comment
Comment #9949130
Lets try a metal experiment, you have your knife and 3 enemies attack you at the same time. How many can you neutralize from 5 feet with your knife ? Suppose you have special train…
-
comment
Comment #9949031
While this may have an influence, it's important to remember that police officers are also trained to be wary of knives Are you seriously comparing a knife with a firearm ?
- story
-
comment
Comment #9931537
I know :) but I still find it amusing. In a similar vein, in most Hollywood movies Romanians are presents as thugs, but with Russian names.
-
comment
Comment #9931446
Others were back in Romania only briefly because they needed to take care of paperwork in Budapest. Hilarious that the author thinks Budapest (this is the capital of Hungary) is in…
- story
-
comment
Comment #9917969
Pretty sure if you make more than 1mil per year you can afford to buy VS. The community edition is intended for indies, hobbyists and small enterprises.
-
comment
Comment #9917871
You can use Community at work as long as you are a small enterprise (less than 5 dev) and you make less than some (huge) amount per year.
-
comment
Comment #9917858
Have a look at VSVim it is a Vim emulation layer for VS if you are really into Vim.
-
comment
Comment #9917850
If my understanding is correct you're using VS and writing C#. If that's the case it's just stupid to use VIM. Please don't call people stupid just because you don't like their wor…
- story
-
comment
Comment #9908011
There is no pre-made recipe. You define the scope of the project, you split it in a few "modules" with a well defined interface (functions headers in this context) and data structu…
-
comment
Comment #9897667
gfortran which is part of GCC supports modules (this is because Fortran the language supports modules). If you meant modules for C or C++, no (as far as I know), probably because C…
- story
-
comment
Comment #9896657
Are you on Linux or on a Mac ? If you are on a Mac, you should definitely give a try to XCode it is, after all, the official Apple IDE. Not even close to Visual Studio, but not as …
- story
-
comment
Comment #9881156
Not exactly an iTerm2 clone but pretty close conemu https://code.google.com/p/conemu-maximus5/