Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
RoboSeldon
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
RoboSeldon
11y ago
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 vocal than him. While Casey has technical argumen
2.
▲
Ask HN: HMH anti-OOP movement
4 points
by
RoboSeldon
11y ago
|
7 comments
3.
▲
by
RoboSeldon
11y ago
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).
4.
▲
by
RoboSeldon
11y ago
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 you prefer to learn from a book, there are also a few
5.
▲
by
RoboSeldon
11y ago
Phaser has a cleaner API, is more popular and has way better documentation.
6.
▲
by
RoboSeldon
11y ago
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 is a good option.
7.
▲
C++ is not an object oriented language
(arne-mertz.de)
3 points
by
RoboSeldon
11y ago
|
0 comments
8.
▲
by
RoboSeldon
11y ago
In a one on one situation at a close range you are right, in theory.
9.
▲
by
RoboSeldon
11y ago
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 training and you can throw your knife and kill one of them, you
10.
▲
by
RoboSeldon
11y ago
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 ?
11.
▲
Your Code: OOP or POO? (2007)
(blog.codinghorror.com)
4 points
by
RoboSeldon
11y ago
|
0 comments
12.
▲
by
RoboSeldon
11y ago
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.
13.
▲
by
RoboSeldon
11y ago
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 Romania :). Maybe he thought of Bucharest.
14.
▲
VS 2015 keynote launch [recorded video]
(channel9.msdn.com)
1 points
by
RoboSeldon
11y ago
|
0 comments
15.
▲
by
RoboSeldon
11y ago
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.
16.
▲
by
RoboSeldon
11y ago
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.
17.
▲
by
RoboSeldon
11y ago
Have a look at VSVim it is a Vim emulation layer for VS if you are really into Vim.
18.
▲
by
RoboSeldon
11y ago
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 workflow. BTW, you can use a Vim emu
19.
▲
Blast from the Past: the Pimpl?
(skyfromme.wordpress.com)
3 points
by
RoboSeldon
11y ago
|
0 comments
20.
▲
by
RoboSeldon
11y ago
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 structures and you start coding. You should do some searc
21.
▲
by
RoboSeldon
11y ago
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 and C++ have no standard for modules. In a recent talk Bj
22.
▲
GCC 5.2 released
(gcc.gnu.org)
186 points
by
RoboSeldon
11y ago
|
33 comments
23.
▲
by
RoboSeldon
11y ago
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 bad (for C++ at least) as many people advertise. For Linux,
24.
▲
Tiobe C++ revival
(tiobe.com)
1 points
by
RoboSeldon
11y ago
|
0 comments
25.
▲
by
RoboSeldon
11y ago
Not exactly an iTerm2 clone but pretty close conemu https://code.google.com/p/conemu-maximus5/
26.
▲
by
RoboSeldon
11y ago
Casey has took a week off for a medical urgency in his family. If you want to see how alive is Hand Made Hero just follow Casey on Twitter and check the Forums from handmadehero.org.
27.
▲
Analysis Nadella threatens to consign Microsoft to a future of desktop obscurity
(arstechnica.co.uk)
5 points
by
RoboSeldon
11y ago
|
0 comments
28.
▲
by
RoboSeldon
11y ago
Because you can't use .NET CoreCLR as it is on Android. You will need to modify it in order to be able to compile it for Android. Here is a discussion about an attempt to modify .NET CoreCLR in order to be able to compile it for Androi
29.
▲
by
RoboSeldon
11y ago
.NET CoreCLR is indeed open source, but I doubt you can use it for Android or iOS.
30.
▲
by
RoboSeldon
11y ago
Xamarin Studio is better than MonoDevelop and (at least this is what they claim) free to use for Desktop (Window and Mac) applications http://www.monodevelop.com/download/ : For Mac and Windows, you can download Xama
More ›