With embedded stuff its still done like that. And if you go from the arduino functionss to writing the registers directly its a hell of a lot faster.
With embedded stuff its still done like that. And if you go from the arduino functionss to writing the registers directly its a hell of a lot faster.
Im not a gamedev but a electrical engineering student and i am currently in my one semester project phase in a company where i am programming a 3d visualization for welding robots. First time working with imgui and opengl and the feeling when you wrote your first shader and a 3d model is rendered to the screen is priceless.
Yea have fun transmitting a decent amount of power with 240v over a meaningfull distance. Also most generators produce ac anyways so why would you recitify it at the generator instead of your device after a transformer? You still need all kinds of different voltages everywhere in your electronics and this means you still need to regulate it.
I am not shure how the american wirering worls out but to get from 240 to 120 you still need a transformer… or is it 240v between the different phases and then 120 from phase to neutral?
It literally says “32 bit RISC-V homemade CPU out of discrete components”.
I dont know how you would stretch the definition of cpu in form of discrete components but yea current processors also stray from the definition of a alu and a control unit and registers since people call the different cores cpus. But even a Mikrocontroller has a all that.
You need a cpu to run linux. If you just want to rin a “program” you can do that with logic gates and no alu or control unit but that would limit the form of your program to exactly that circuit.
What non algorith streaming sites are there? The reason these people appear to be in the majority is because most people who agree wont post " i agree with the protests" under those yea but windows amd etc get through the microsoft driver signing wich is the process where microsoft checks if the drivernis broken or not. The crowdstrike driver got its updates via microcode. Think off the driver as a engine that runs code from a file. The druver was signed but the code it exevuted was broken. I dont know how vanguard handels updates but i guess they take a similar approach as crowdstroke did and only got their “engine” signed but kot the actual code that the driver executes. Else they need to resign their driver every time they donupdates and that wouöd be costry and slow.
I work in a company that has a old codebse in c with tons of realtime intime stuff that is acessed via a shared memory from the realtime to the non realtime system. Tons of strucs get copied around then typecast to other structs and global variables all over the place. You never know where a variable is written to and where it is also acessed from or if it is just a copy. No assembly but still super obscure.