fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

Gabriele Svelto

I highly recommend this article written by my colleagues Serge Guelton and Yannis Juglaret about a truly hard-to-parse issue that affected users on old Ubuntu installations.

It's a cautionary tale about how complex builds can be affected by subtle compiler/linker flags. Also, C++ is hard and making modern C++ work on older platforms is painful and full of pitfalls.

hacks.mozilla.org/2024/01/opti

Mozilla Hacks – the Web developer blogOption Soup: the subtle pitfalls of combining compiler flags – Mozilla Hacks - the Web developer blogDuring the Firefox 120 beta cycle, a new crash signature appeared on our radars. Engineers explored the pitfalls of combining compiler flags.

@gabrielesvelto OpenMW had a recent issue along these lines, where variable types not being entirely supported uniformly across platforms resulted in (on Linux) animations stopping working correctly.