fncslothouber | 2 years ago | on: Taskfile: A Modern Alternative to Makefile
fncslothouber's comments
fncslothouber | 2 years ago | on: Why I started (and stopped) making games
fncslothouber | 3 years ago | on: 50 years of C, the good, the bad and the ugly [video]
Give you another example. A watch, not an apple watch, but a simple Casio watch. One that does time, alarm and a stopwatch. Not connected to anything. What is important here is the battery life, so the less code the better. C would be a fine choice here. All additional code to prevent security breaches would be a complete waste here.
Give another example. As my day-job I develop embedded software for the railways. Current system I work on operates the brakes when the train goes too fast. Not connected to the internet, and no connection would even be allowed. Written in C. One because it is simple to understand and the developer can focus on getting the functionality correct. Secondly because there is a wide choice of additional tooling and standards that is required to get the application certified.
fncslothouber | 3 years ago | on: 50 years of C, the good, the bad and the ugly [video]
There are plenty of things that are controlled by a micro controllers that do not have a network connection.
fncslothouber | 3 years ago | on: 50 years of C, the good, the bad and the ugly [video]
If I use a micro controller to control a string of leds I do not care about security/memory safety. But I do care about being as close to the metal as possible, and being able to understand the compiled code.
fncslothouber | 3 years ago | on: C++ overtakes Java in language popularity index