"Significant effort has been put into making optimization output agnostic of the -gsetting (so you can rebuild binary with debug info after your program core dumped and use it to debug the core dump)"
Impressive gcc features discussed in
miniblog.
Related Posts
Writing a parser that is resilient to syntax errors, and why a parser should always return something: https://duriansoftware.com/joe/constructing-human-grade-parsers
(The latter property is important in e.g. IDEs and it's rarely discussed!)
physical-cpu-count is a lovely example of small packages on npm doing one thing well. It's a cross-platform solution with clearly discussed limitations and design decisions regarding hyperthreading.
@kensanata@octodon.social Glad you like it!
I wrote that part and there's nothing Remacs-specific in that section. Just general emacs perks ☺️. I've not written any other 'marketing' for emacs but I felt some the advantages were under-discussed by other authors.