In Ukraine, gamers make the best drone pilots (lemonde.fr)
1 points by throw0101d 53s ago 1 comments
Fascism Is a Creeping Mold That Infects Our Minds (medium.com)
2 points by lerp-io 8m ago 0 comments
My $4/month self-hosted web server setup (wiki.ethanppl.com)
2 points by ethanppl 32m ago 0 comments
MetaObject Protocol–Universal metaobject/DSL API framework (PHP/JS, open source)
1 shahafzm 2 5/25/2025, 11:19:38 AM github.com ↗
I just open-sourced a universal metaobject and DSL API playground for PHP and JavaScript. - Define APIs and objects in a simple DSL file (`routes.dsl`) - Instantly expose GET/POST endpoints - Send and introspect full objects (including nested/meta objects) between browser and server - Includes a demo playground (main.html) and complete docs
Repo: https://github.com/badwolfzm/metaobject-protocol-demo
I’d love feedback, suggestions, or contributions. Thanks!