Live data from Hacker News

Anyone else lurk and feel like they understand nothing?

news.ycombinator.com

11–20 of 73 posts

Re: Anyone else lurk and feel like they understand nothing?

#11

"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…

There are a lot of great self-study resources for computer science. I've seen https://github.com/ossu/computer-science before and thought it looked like a good way to slowly make your way though a typical CS curriculum.

Re: Anyone else lurk and feel like they understand nothing?

#12
Had multiple submissions get exactly zero interest I was certain would be bangers.

Had 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!

https://news.ycombinator.com/newsguidelines.html

https://github.com/minimaxir/hacker-news-undocumented

Re: Anyone else lurk and feel like they understand nothing?

#14
As others have commented, most people have specialised knowledge. For example, I've been programming professionally for about 30 years; let me share my knowledge of game programming:

Most 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?

#18
I just enjoy the submissions and the commentary of people that are way more knowledgeable than I’ll ever be. I’m not a professional anything but I’ve worked around professionals all my working life and I enjoy their company, and have no pretensions about my own intellectual ability.

So 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…

I have no idea if this applies to the OP, but I see a ton of people in game development communities who just jump in with minimal programming experience and try to muddle their way through by watching tutorial videos and stuff. It's particularly terrifying when they're trying to use C++ that way.

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?

#20
Sure, I'm in much the same boat. I did my last programming in COBOL in the 1980s, and it wasn't even the main part of my job. I've made no effort to keep my knowledge current. I'm simply not a techie, if ever I was.

But reading Hacker News is always interesting, so here I am.

Post reply on HN