For further actions, you may consider blocking this person and/or reporting abuse
See why 4M developers consider Sentry, “not bad.”
Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.
Read next

Navigating Open Source License Compliance in Blockchain Projects
Laetitia Perraut -

AI Breakthrough Makes Voice Recordings Crystal Clear in Any Background Noise
Mike Young -

Adaptive Data Mixer Cuts AI Training Costs by 30% While Boosting Performance
Mike Young -

New AI Speech Model Creates Natural Voices Using 85% Less Computing Power Than Current Systems
Mike Young -
Top comments (3)
As far as me 2 projects come to mind:
SBTCVM
SBTCVM is a project i run that aims to create balanced ternary (a nonstandard base number consisting of 1, 0, & -1) virtual machines, programming languages, and tools. currently developing its second generation 'gen 2' architecture, and associated tools.
Desutezeoid
Desutezeoid is a point and click adventure game engine, but with a twist: it uses boolean flag-based logic written in pure XML tags within 'page' files to perform game logic.
As an example, the 'batchset' tag sets a list of flags in bulk when a specified flag is set, clearing the 'triggering' flag in the process.
The actual XML logic traces back to an earlier turn-based maze/adventure engine i had written, I ended up adapting the scheme into a point and click game engine, building upon an experiment i did with it, seeing how it would behave in a more realtime engine. while i did eventually add plugin support, including an animation scripting system, its core logic structure remains.