Avatar

graphicsguy

graphicsguy@programming.dev
Joined
1 posts • 13 comments
Direct message

Great stuff. I find it really funny that a big feature of modern API’s is that applications place barriers instead of being handled by the driver, and we all tried it for a while and then threw up our hands and decided to write graph systems to automatically place them because it was too hard.

permalink
report
reply

I like to not think of anything as “absolute” or “dealbreaker” (within reason. If there’s a culture of harassment I’m gone, for example). But spend intentional time throughout your career reflecting on what matters to you in terms of team culture, code culture, career growth opportunities, compensation, etc. There are a lot of factors to being happy in your work, and a lot of ways to get there. Be intentional about it, and try to always move toward it. It matters a lot more than whatever software you’re writing.

permalink
report
reply

Man it sounds like you’ve had a rough go. I’m sorry that’s been your experience.

permalink
report
parent
reply

Graphics Programmer here.

More likely you would just write data to a buffer (basically an array of whatever element type you want) rather than a render target and then read it back to the cpu. Dx, vulkan, etc. all have APIs to upload / download to / from the GPU quite easily, and CUDA makes it even easier, so a simple compute shader or CUDA kernel that writes to a buffer would make the most sense for general purpose computation like an advent of code problem.

permalink
report
parent
reply

As a graphics programmer in the games industry, it’s always exciting to me when people discover how much fun all this stuff is

permalink
report
reply

Ya fair enough. I’d put my “razor” at behaviour that targets vulnerable / minorities, which is probably broader / vaguer than just slurs, but it’s going to be a spectrum of opinions and preferences

permalink
report
parent
reply

This.

I ask my boss about project-wide stuff that might impact me and my team, discuss strategy / priorities / roadmaps, ask them to weigh in on anything where I need project leadership to help resolve an issue, and any perfunctory “goals” stuff (I hate it so much haha)

permalink
report
parent
reply

You’re right that it’s messy and imperfect and false positives can be really frustrating.

But the alternative - no efforts to maintain a safe space - is that vulnerable people are typically the target. Toxicity typically punches down.

I’ll happily trade some clunky inconvenience so that those people can safely participate

permalink
report
parent
reply

My broken brain just goes “but how would a decompressor know if ‘3101’ was originally ‘30’ or 101 '3’s in a row?”

permalink
report
reply

RenderDoc for debugging graphics

Imgui for tool UI

permalink
report
reply