⭐️ Interesting project: https://github.com/webadderall/Recordly
The open-source screen recorder and editor for creating polished walkthroughs, demos, tutorials, and product videos. Add auto-zoom, webcam overlays, cursor animations and more to your screen recordings. An alternative to Screen Studio.
GitHub - webadderall/Recordly: A free, open-source Screen Studio alternative that adds auto-zoom, cursor animations and more to your screen recordings.

A free, open-source Screen Studio alternative that adds auto-zoom, cursor animations and more to your screen recordings. - webadderall/Recordly

GitHub

@monospace Seems like #claude has contributed to this repository. #ai

The repository it is forked from also has Claude generated code.

The code seems to be a one line change to modify compression in appimages: https://github.com/siddharthvaddem/openscreen/commit/e190915c48581faf053ee4f824526b3fa6e349c2

So uh, possibly a false alarm.

fix(linux): reduce AppImage boot time from ~50s to near-instant · siddharthvaddem/openscreen@e190915

Change compression from "maximum" to "normal" for electron-builder. The "maximum" compression setting causes gzip/xz compression in the squashfs filesystem, which has...

GitHub