/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

idea.popcount.org
| | hoelz.ro
5.0 parsecs away

Travel
| | When I use Perl 5, I do a lot of shelling out to external commands; after all, that's what Perl is good at! So it should come as no surprise that I do the same with Perl 6, which means a lot of the time and effort I spend helping with Perl 6 is improving the interaction with external commands.
| | www.yodaiken.com
3.1 parsecs away

Travel
| | [AI summary] A technical post explaining how C compilers utilize vector optimization and SIMD instructions for network checksums.
| | danielnouri.org
4.8 parsecs away

Travel
| | [AI summary] The post explains how to debug memory access violations and segmentation faults in C and C++ programs using AddressSanitizer and the GNU Debugger.
| | ciesie.com
14.0 parsecs away

Travel
| You programmed STM32 microcontroller using Nucleo or Discovery boards. That means you used Serial Wire Debug (SWD) for programming/debugging. Now, you are designing a PCB with a STM32 microcontroller on it, which means you have to be able to program it. One solution is uploading the code through a bootloader - a small piece of software, made by ST that has been saved in the protected (read-only) memory of the microcontroller.