Post #1871184
2026-04-07 15:44 UTC
@dpp @elizayer @hbons
after a few minutes with that codebase:
cool test case bro (it should check the const and not a hardcoded value) https://codeberg.org/dpp/meows/src/commit/73bb89ecc559b5bd023e2d179b1b0cef177a61e5/plugins/devmgr/src/probe.rs#L205
I found another bug typical for slop (discrepancy between an explaining comment and what the code actually does - comment is correct but code is wrong) and an architecture mistake, sadly you'll have to discover those yourself or pay me 🙃
Replies (1)
-
@dpp@mastodon.social 2026-04-07 16:13
@dngrs @elizayer @hbons I appreciate that you’ve reviewed the code (I say this with honesty and no sarcasm) There is plenty wrong with it. It’s about exploring, not a final shippable OS The OP asked where the innovation is. This is an example of an OS (it boots on real hardware) that explores MACH style message passing and Elang style supervisor hierarchies It’s part of broader exploration into local first and end to end encrypted systems