What's something difficult programmers make look easy?
tomaszs2.medium.com
What's something difficult programmers make look easy?
1–10 of 76 posts
Re: What's something difficult programmers make look easy?
#2Re: What's something difficult programmers make look easy?
#3Making six figures (by sheer luck of the fact that their work scales better than most jobs, including most harder jobs)
Re: What's something difficult programmers make look easy?
#4Making six figures (by sheer luck of the fact that their work scales better than most jobs, including most harder jobs)
I think a lot of devs who go into comp-sci and land into tech right after college have very little understanding of how hard life can be outside of tech. This isn't an easy industry, but goddamn it's so much better than the vast majority of other options out there.
Re: What's something difficult programmers make look easy?
#5Hold up, mip mapping is not a way to save RAM in fact it consumes more RAM because not only do you need to have the full-size texture in RAM you also need to keep smaller copies in RAM.
What it does save on is memory bandwidth, because you don't need to sample from the full-size texture for objects that are far away. And it improves visual quality, since you can use expensive scaling algorithms to produce high-quality downscaled copies.
Re: What's something difficult programmers make look easy?
#6> How to workaround too little RAM problem? Let’s load pixel graphics if player is far away and call it mip mapping Hold up, mip mapping is not a way to save RAM in fact it consumes more RAM because not only do you need to have the full-size texture in RAM you also need to keep smaller copies in RAM. What it does save on is memory bandwidth , because you don't need to sample from the full-size texture for objects tha…
Re: What's something difficult programmers make look easy?
#7Re: What's something difficult programmers make look easy?
#8Making six figures (by sheer luck of the fact that their work scales better than most jobs, including most harder jobs)
This. I feel fortunate that I didn't start out in tech - I didn't become a programmer until I was 30. I'd been working since I was 15 or so, so I'd had about 15 years of experience in various industries. I think a lot of devs who go into comp-sci and land into tech right after college have very little understanding of how hard life can be outside of tech. This isn't an easy industry, but goddamn it's so much better t…
Re: What's something difficult programmers make look easy?
#9Making six figures (by sheer luck of the fact that their work scales better than most jobs, including most harder jobs)
This. I feel fortunate that I didn't start out in tech - I didn't become a programmer until I was 30. I'd been working since I was 15 or so, so I'd had about 15 years of experience in various industries. I think a lot of devs who go into comp-sci and land into tech right after college have very little understanding of how hard life can be outside of tech. This isn't an easy industry, but goddamn it's so much better t…
To the extent that if I ever went back, I would probably immediately focus on roboticizing most of the work.
Re: What's something difficult programmers make look easy?
#10I can barely begin to imagine all the pain involved in creating AAA games. Decades of whitepapers to read and build upon only to get to a point where consumers aren't downright angry at the quality of graphics being given to them.