What’s wrong with embedded C? Would you rather write assembly?
What’s wrong with embedded C? Would you rather write assembly?
From my understanding, one of the actual use case of assembly is for cyber security engineers to dump assembly instructions from a compiled program, so they can check for any potential vulnerability. I’ve also seen assembly included in an embedded codebase (the overall project is in C), which I assume is for more optimized performance and deterministic behavior
“Hey you want some potato chips?”
Messed me up all the time first time came to the US. Why use positive response for rejection?
In Yakuza series, a character’s tatoo is often all over on thier back and represents the person’s personality, idealogy, or role in the story. The tatoo often has a Japanese or Chinese folk lore reference to it
Like this >!Raid Shadow Legends!< and you can’t block this
Maintainability is inverse correlated to job security anyway
Ackchyually, value watching in debugger almost guarantee to get the value by address, but printf in some languages can pass by value, unnecessarily make copy of the watched variable, and the value printed is the copied data instead of the original
They used Arch forum. The reason it took a while because someone just left a link to a long wiki without any comment on where exactly to look at
In my opinion, it’s bad either way for different reasons
If they do tell the difference, then there is some tracking built into the machine that runs the engine, which is bad for the application user
If they don’t tell the difference, then there will be exploits for intentionally reinstall multiple times, which is bad for the application developers
Looks so good! Can you share the dotfiles?
Wdym distraction free I thought ricing is the biggest distraction
If you are android, there is an app called Shelter that lets you create customized contained work profile inside which apps can be killed completely until you enable work profile again. This would usually be enabled by certain official app by your employer’s IT policy, such as MS’s Company Policy, so you don’t normally have control over what app to put in the profile, but with Shelter you can pick and choose any app into the work profile freely. If you have other apps you don’t trust, you can also use it to contain them too
Behold #000000 #000000
All of the quirks you said are true, yet they still established the “okay” ecosystem of hobby-grade microcontrollers like Arduino, IoT devices, and other small scale robotics systems. None of them would have happened without the “okay” abstraction C/C++ provides as opposed to assembler