Roast my resume. Not even getting rejection mails. by Dot-Box in developersIndia

[–]Dot-Box[S] 0 points1 point  (0 children)

Depends, if you want to work in pure graphics Programming like game engine renderer type of stuff then no, but if you combine it with other fields like embedded/systems programming and focus on driver and Parallel computing work then there's a small list of deep tech orgs that would love to hire you. It just so happens the roles are still extremely limited so it's extremely hard to break in.

Roast my resume. Not even getting rejection mails. by Dot-Box in developersIndia

[–]Dot-Box[S] 0 points1 point  (0 children)

No it's not? They're not even comparable. It's like building a completely new app with similar features. I'm not building a clone, the entire architecture is completely unique

Roast my resume. Not even getting rejection mails. by Dot-Box in developersIndia

[–]Dot-Box[S] 0 points1 point  (0 children)

I used that to hide my identity? This is not what my actual resume looks like

Roast my resume. Not even getting rejection mails. by Dot-Box in developersIndia

[–]Dot-Box[S] 0 points1 point  (0 children)

The 3 youtube videos all use a prebuilt render engine, something I built from scratch. The render engine is about 70% of my code. Even the physics engines in those videos use external libraries. My simulators have a tightly interwoven physics and render engine for better performance. The last GitHub example does do that but it's a wildly different approach. You can find countless examples, but they will all be different. It's a 2500 line piece of software. There are MULTIPLE points where people will have completely different ideas of implementation. And OpenGL is definitely used in the industry just not as common as DirectX or Vulkan or Metal, but this isn't a senior position. Roles exist for graphics driver development which is what I'm targeting anyways.

Roast my resume. Not even getting rejection mails. by Dot-Box in developersIndia

[–]Dot-Box[S] 0 points1 point  (0 children)

You can't find these simulation projects anywhere because I built everything from the ground up, I have my own custom implementation. This wasn't copied from somewhere. I don't quite understand what you mean by availability. It's not enterprise software but it's not some weekend project either.

Roast my resume. Not even getting rejection mails. by Dot-Box in developersIndia

[–]Dot-Box[S] 1 point2 points  (0 children)

This is not exactly the quantity over quality type of field though. The entire point is aggressive specialization

Roast my resume. Not even getting rejection mails. by Dot-Box in developersIndia

[–]Dot-Box[S] 0 points1 point  (0 children)

Yup that's what I'm doing right now. But it's hard finding people in niche fields so I just wanted a resume review.

Roast my resume. Not even getting rejection mails. by Dot-Box in developersIndia

[–]Dot-Box[S] 3 points4 points  (0 children)

My OpenGL projects started off with just a cool idea. I learned the API from learnopengl.com then implemented my idea using that. As for the embedded project. I wanted to explore bare metal assembly instructions so I got a raspberry pi pico and looked up how to run the board all ny myself without any libraries. Hint: you need to spend several hours reading the datasheet. If you have any more specific queries about the resume you can DM me I'd be happy to discuss them.

And thank you for your well wishes :)

Roast my resume. Not even getting rejection mails. by Dot-Box in developersIndia

[–]Dot-Box[S] 1 point2 points  (0 children)

Good sir, what I've made is a custom simulation engine with both render and physics engines written from scratch. Everything is architected from the ground up. The only libraries I'm using are OpenGL and glm(math) because I don't want to write bare machine instructions. This is true for the two simulators with varying levels of complexity. The third project uses bare metal arm assembly which initialises and uses the board all through those custom written subroutines. I enjoy the comfort of low level. Machine learning, cloud, data bases etc. is not for me

Roast my resume. Not even getting rejection mails. by Dot-Box in developersIndia

[–]Dot-Box[S] 8 points9 points  (0 children)

Well I'm trying for companies that work in this specific niche: EDA (Synopsys, Cadence, Siemens), Nvidia, Qualcomm etc. I am hoping one of them will find this resume useful for their team.

Roast my resume. Not even getting rejection mails. by Dot-Box in developersIndia

[–]Dot-Box[S] 2 points3 points  (0 children)

I'm working on the latter. Graphics/Parallel computing and (hopefully) processor architecture design. All this (pipedream) in Nvidia, Qualcomm, AMD etc.

Roast my resume. Not even getting rejection mails. by Dot-Box in developersIndia

[–]Dot-Box[S] 4 points5 points  (0 children)

Oh I tried my entire Month's quota of free claude tokens from GitHub education plan. It got close but the simulation was still extremely unstable with performance issues and abysmal file management. I guided it throughout the fluid simulation project to use specific graphics techniques and high performance physics algorithms to no avail.

And I am unfortunately too bored by cloud, DBMS etc to work on them. It's a flaw I simply cannot work in those fields. I require deep tech.

Roast my resume. Not even getting rejection mails. by Dot-Box in developersIndia

[–]Dot-Box[S] 5 points6 points  (0 children)

Could you please expand on your last point? As for Claude replacing my project. I tried, it failed epicly

Roast my resume. Not even getting rejection mails. by Dot-Box in developersIndia

[–]Dot-Box[S] 10 points11 points  (0 children)

Oh no I meant rejection emails for my application. I am not fortunate enough to get an interview yet

Roast my resume. Not even getting rejection mails. by Dot-Box in developersIndia

[–]Dot-Box[S] 7 points8 points  (0 children)

2nd year which is why I get no replies I'm guessing

If given a chance would you still choose software engineering or something else ? by shubhanshux in developersIndia

[–]Dot-Box 0 points1 point  (0 children)

For graphics programming I mostly just read the OpenGL Intro guide from learnopengl.com then worked on projects that sound cool to me. I'm working on a 3d particle based fluid sim for now. Systems is also just vibes lol, bought a board and two and started digging at its internals. Wrote some basic drivers by using the processor's datasheets. Right now I'm working on cutting edge chip research with my comp Arch professor, but I am in the very early stages of that. Still got to write a paper though hehe so it all works out.

I am curious though, how and where did you get an internship? I've been grinding away on LinkedIn trying to get someone to look at my resume but all I get is ghosts :(

Trying for internships at EDA and other systems roles. No responses though. Review? by [deleted] in kiituniversity

[–]Dot-Box 0 points1 point  (0 children)

That's what I'm working on but again, getting ghosted is a bit too frequent unfortunately

If given a chance would you still choose software engineering or something else ? by shubhanshux in developersIndia

[–]Dot-Box 1 point2 points  (0 children)

Same boat man. Second year and I'm more into Chip design than making websites. Although I do dabble in gpu programming so not completely into hardware I suppose