nerdculture.de is one of the many independent Mastodon servers you can use to participate in the fediverse.
Be excellent to each other, live humanism, no nazis, no hate speech. Not only for nerds, but the domain is somewhat cool. ;) No bots in general. Languages: DE, EN, FR, NL, ES, IT

Administered by:

Server stats:

1.2K
active users

#EmbeddedSoftware

0 posts0 participants0 posts today

The recent massive IT outage ⛈︎ caused by a security update crash highlights critical lessons for all developers. Key statistics: 8.5 million computers affected, Delta Airlines facing up to $500M in losses. Here are essential lessons to avoid similar disasters:
⛨ Expect the unexpected.
⛨ Validate your inputs and outputs.
⛨ Use comprehensive static analysis tools.
⛨ Always test on hardware.
⛨ Roll out updates gradually.
⛨ Integrate robust monitoring and logging.
⛨ Emphasize security and privacy from the outset.

embedded.com/lessons-every-dev

So, I know it's a thing to do and #introduction, and I haven't done one yet. I am, as my profile says, a rather vocal #adoptee.

I do have other interests. Rather than explain, I'll just throw a pile of hashtags out there:

#AdopteeVoices #Linux #Emacs #Esperanto #Cats #EmbeddedSoftware #OpenSource #TTRPG #Lisp #ScienceFiction

There's a good chance I'll be adding some, but let's start with what we have.

Read on for an introduction to the cats in my life.

(cont)

Since we're all doing and I just put all this thought into my bio, I'm going to cheat a bit:

he/him
Software, Sailing, Science and assorted Geekery in the US Pacific Northwest.
by day, by night. and when I can.

Some professional interests:

Some other fun:

Do you know the Embedded Template Library by John Wellbelove? etlcpp.com/ It is a #CPlusPlus library complementing the C++ Standard Library for #embeddedSoftware development. It ports parts of the modern std to C++03 compilers; provides std-like containers which do not use heap; and utilities especially meaningful for real-time systems.

I've learned about it recently and since use it for ATxmega with IAR AVR compiler. What #Cpp libraries specialized for #embeddedSystems do you use?

www.etlcpp.comEmbedded Template LibraryC++ ETL Embedded Template Library Boost Standard Template Library Standard Library STLA C++ template library for embedded applications The embedded template library has been designed for lower resource embedded applications. It defines a set of containers, algorithms and utilities, some of which emulate parts of the STL. There is no dynamic memory allocation.