• 1 Post
  • 84 Comments
Joined 2 years ago
cake
Cake day: April 13th, 2024

help-circle








  • Based on the real-time performance goal you have, a shell script calling external programs millions of times will have no chance.

    You can do QR encode/decode of video data in real-time like you want, but it’s going to require (most likely) using a compiled language instead of an interpreted one, and also you’re going to need to buffer the video frames and/or QR codes in memory instead of via files on a (slow) disk.

    The end result should be able to stream data directly from one format to another without creating any intermediate files at all.

    Perhaps you can use some of that information to steer your AI.









  • Like the name of this sub suggests, most companies that are hiring developers want someone with existing real-world experience building things. If you just went and got a degree and have nothing else to show, then you have the training but you don’t have experience.

    I would suggest meaningfully contributing to open-source projects, and/or making your own projects, so that you have something to show on your resume as “experience” until you get real projects at a real job.