"Programming on and off" sounds like you haven't approached the field in a structured way. You can learn and accomplish a great deal that way, but it also means you have some gaps. Ever implemented a linked list? Compared sorting algorithm efficiency? Doing a course in computer science will probably give you a better grounding. Also, people have niches. I'm guessing you're knowledgeable in your particular niche, and…
Anyone else lurk and feel like they understand nothing?
11–20 of 73 posts
Re: Anyone else lurk and feel like they understand nothing?
#12Had posts I submitted as a second, even third or fourth thought, from reading the night before that interested me, and was sure no one would care about get picked up to be on the front page.
Don't overthink it. If you have something interesting to show or say then go for it as long as it's within the guidelines. Otherwise if it doesn't attract attention maybe it wasn't that interesting after all, or it was good but not great. There are only 30 spots on the front page and maybe your submission was 31/30 material at the end of the day. Best to not worry or fret about it, if you think it's interesting, try submitting it!
Have some faith in the editorial staff and HN as an institution that has endured for over a decade maintaining interesting content and discussion. If it's truly good it will get selected for pool/invited or bubble up in the comments.
Best of luck on your games and be kind!
Re: Anyone else lurk and feel like they understand nothing?
#13Re: Anyone else lurk and feel like they understand nothing?
#14Most people use Unity these days. I'm pretty sure it's in C#, and there was something about the licence recently that they probably backed down from. You can still write in c with OpenGL, but you will probably have to create your own game engine(?). You will need a game loop where you track the milliseconds elapsed each frame. Try not to stutter in your game loop. 16 ms. Oh, and double-buffering the output is probably a good idea.
See? Don't sound so smart now, do I?
Re: Anyone else lurk and feel like they understand nothing?
#15Re: Anyone else lurk and feel like they understand nothing?
#16I admire people who unlike myself are sufficiently self contained not to need to post.
Re: Anyone else lurk and feel like they understand nothing?
#17Re: Anyone else lurk and feel like they understand nothing?
#18So just relax.
Re: Anyone else lurk and feel like they understand nothing?
#19"Programming on and off" sounds like you haven't approached the field in a structured way. You can learn and accomplish a great deal that way, but it also means you have some gaps. Ever implemented a linked list? Compared sorting algorithm efficiency? Doing a course in computer science will probably give you a better grounding. Also, people have niches. I'm guessing you're knowledgeable in your particular niche, and…
If you want to take this stuff seriously, absolutely study computer science, and a little computer engineering as well. When you really understand the fundamentals, you can pick up the rest.
Re: Anyone else lurk and feel like they understand nothing?
#20But reading Hacker News is always interesting, so here I am.