ryanpcmcquen's comments

ryanpcmcquen | 6 years ago | on: Show HN: A 2D game engine in under 1000 lines of C

I know that using .c and .h files is the traditional way of doing it in C, and I started the engine this way, but to be honest, is there any gain to it in this scenario?

The headers are library code, and having more files just means more maintenance and build complexity. Is there another advantage I am not aware of?

ryanpcmcquen | 6 years ago | on: Show HN: A 2D game engine in under 1000 lines of C

Thank you for the feedback and gist, I will take it into consideration.

We use the 'happy path' style at work. It is OK. I find it has its own set of disadvantages as well. I am also not a fan of negative/negating conditions.

Whenever possible, I try to write the code the way I would explain it in plain language. This may be antithetical to the majority of modern programming, but I am OK with that.

ryanpcmcquen | 7 years ago | on: Senate votes to reinstate net neutrality

A lot of Republicans support Net Neutrality, including the stalwart conservative Scalia. The main reason so many current Republicans oppose it, is the association with Obama, and the piles of money Telecom is floating their way.

ryanpcmcquen | 7 years ago | on: The Senate has forced a vote to restore net neutrality

In my experience in discussing these issues with people who were pro-FOSTA, this argument has helped them realize that it is violating the first amendment, and an example of government controlling the internet. So I have to respectfully disagree with your conclusion.

ryanpcmcquen | 7 years ago | on: The Senate has forced a vote to restore net neutrality

I made no mention of it 'not being as bad' as other bills. I stand by my statement. Net Neutrality is government regulating ISPs. ISPs are not the internet.

And I think it could convert those in the anti camp. Some are against Net Neutrality because they see it as government control of the internet (it is not). They need to recognize that FOSTA is directly what they perceive Net Neutrality to be (at least in terms of results).

page 1