惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
云风的 BLOG
云风的 BLOG
Apple Machine Learning Research
Apple Machine Learning Research
Hugging Face - Blog
Hugging Face - Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Google DeepMind News
Google DeepMind News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
雷峰网
雷峰网
B
Blog
月光博客
月光博客
博客园 - 【当耐特】
WordPress大学
WordPress大学
Microsoft Azure Blog
Microsoft Azure Blog
I
InfoQ
The GitHub Blog
The GitHub Blog
Engineering at Meta
Engineering at Meta
Jina AI
Jina AI
博客园 - Franky
MyScale Blog
MyScale Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Last Week in AI
Last Week in AI
B
Blog RSS Feed
H
Help Net Security

Hacker News: Ask HN

The New Window Delete ChatGPT Atlas Spyware Tell HN: Qwen Free Tier Is Discontinued Ask HN: SeedLegals Partnerships in London, worth it? Ask HN: How to highlight talent from untraditional backgrounds? Ask HN: We dont need a programming language now? Durable Object alarm loop: $34k in 8 days, zero users, no platform warning What if Time at the subatomic level has multiple arrows? How to add MidnightBSD Key to UEFI Secure Boot DBX? (Revoked and Forbidden Keys) Ask HN: What's your experience working at xAI as an AI tutor? Any engineers here with experience of clinical data standards? Ask HN: Who is using OpenClaw? Agent Skills for Software Test Automation Ask HN: Who needs contributors? Claude Code is thinking too much Ask HN: What Is the Big-O Order of a Jigsaw Puzzle? Ask HN: Stepping into a new role as a Senior, mentoring dos and dont's? Founder from Zurich heading to SF and Austin for the first time Hacker News No Manual Screenshots: I Built a Scalable Screenshot API Using Cloud Playwright Ask HN: Thought experiment: AGI giving us answers we don't like? Ask HN: I quit my job over weaponized robots to start my own venture 1% Vacancy, 81% Preleased: Where Midmarket Compute Deploys in 2026 Ask HN: Preferred pricing model for sound effects libraries? Copy of the email I sent to my undergraduate professors on Nov 30, 2025 Model API Performance | Hacker News Ask HN: Are open-weight LLMs the new offline encyclopedias? Valgrind 3.27 RC1 is out Claude Code OAuth down for >12 hours Ask HN: What's Better?–Tauri or Electron?
Ask HN: Switching from back end development to graphics p...
laladrik · 2026-06-23 · via Hacker News: Ask HN

I love computers. I wrote my first program in Borland C++ when I was 11.

By chance, I managed at my 15 to get a job where I did some HTML pages and later some PHP programming. Making websites wasn't as fun as making games in C++. Overall PHP didn't seem as fun as C++. I made all of my lab projects at the university in C++ with Qt, or wxWidgets or bare WinAPI. In fact, I improved the university the internal testing system on our Math/Physics faculty. I got a privilege to do labs in C++ & Qt even when they were supposed to be C#. Also, in the university I came across Linux and never came back.

Nevertheless, I couldn't get a position as C++ programmer and stuck in web development for 15 years. I focused on backend and took care the systems reliability where I could apply my passion about systems programming. I took all of the possible challenges related to the performance and reliability. In fact, it was awesome making graphs with Graphviz or plots/heatmaps in Grafana to troubleshoot the system. Lucky me, the industry turned to compiling languages. I switched from PHP/Python to Go/Rust and even C++. This brought me to AWS in Ireland, where I was working on the video streaming protocol.

However, during my spare time I always worked on some graphical apps. Even now, I create a GUI app without a GUI toolkit. It's particularly fun working on the text rendering and interactions.

I lost the job 1.5 years ago. I reflected that I want to try graphics programming or regret in the end of the life. I took my time to improve my knowledge in the area. Initially, I had a goal to make a clone of Space Invaders without any library. It took me to learn a fair bit of theory about the graphics stack on Linux. In addition, I had to improve my debugging skills (script-driven debugging in GDB is awesome) and data-oriented design. As a result, I missed my deadline and switched to SDL. That helped me complete the game. Of cause I wanted to share the game with my friends who are either on Windows or MacOSX. I learned how to port an SDL app from Linux to Windows. Wine helped a lot with testing. As MacOSX is closed platform, I decided to make a web version of the game based Emscripten.

Based on the requirements from a few positions, I realized that having a few small projects including that clone of Space Invaders, experience in programming high-loaded distributed systems with a track of performance wins doesn't seem good enough for a Junior position from the graphics programming field. In addition, most of the positions implies that you work on Windows.

Given all of the that, the question "How does a backend developer switch to a graphics programmer?" converts into three questions.

1. What are the possible roles which involve graphics programming? I'm aware only of the following: game engine programmer and technical artist. However, I assume there are programmers who work on GUI app like CAD systems, GIS, video processing tools, tools developers. What are the titles I can lookup? Nowadays, a GUI programmer is the programmer who makes dynamic HTML pages in JavaScript. 2. What kind of project I need complete to be able to contribute to graphics software? To be precise, I created a plugin for UE4 for inverse kinematics, an app to visualize a Flamegraph based on Xlib, that clone of Space Invaders, currently working on a calendar GUI app based on SDL. I watched some interviews of game engine programmers who said that a ray tracer is a must-have. However, I assume that different roles in graphics programming require different staff. Also, I know about Handmade Hero. The author says that he would give enough material to make you to contribute to a game engine code. 3. The question is perhaps for an HR. Nevertheless, there is no crime in hope. What should be in the CV given that I'm an experienced backend developer? Do I include the projects I worked on my spare time to show my competence?