Pragmatica Aether – a distributed Java runtime that replaces Kubernetes
JVM as orchestrator with Rabia consensus, but early (v0.17) and solves a constrained problem.
Norwegian VAT return (MVA-melding) filing for Java — ID-porten, Altinn, Skatteetaten
Handles reverse-charge codes 81/83/86/88/91 double-entry rules correctly.
Norwegian fintech developers, accounting SaaS builders
Altinn SDK · Digdir ID-porten clients
The hard part of MVA-melding isn't the XML — it's the full auth and submission chain: ID-porten PKCE with private_key_jwt, then Altinn 3's multi-step instance lifecycle (create → upload → sign → complete → poll feedback), plus Skatteetaten's non-obvious sign rules for reverse-charge codes (81/83/86/88/91 generate double entries).
The library handles the complete 15-step flow and uses a ports-and-adapters design — you implement one interface to connect your own ledger data.
Also open-sourced a companion Spring Boot starter for EHF 3.0 / PEPPOL BIS Billing 3.0 invoice transmission.
https://github.com/guangcode/mva-melding-java https://github.com/guangcode/oxalis-spring-boot-starter
JVM as orchestrator with Rabia consensus, but early (v0.17) and solves a constrained problem.
Graph-based LLM pipelines for Java, but LangChain4j already dominates and covers the same use cases more maturely.
The idea is pleasantly pragmatic: encrypt each file independently so you never have to rewrite a giant container when adding or moving data — that genuinely simplifies backups across mixed storage. The repo feels like an MVP: a runnable jar and clear UX goals, but it omits crucial cryptography details (cipher choices, key derivation, filename/metadata leakage, threat model) and usage examples, so it’s useful in concept but needs more security documentation and benchmarks before I’d trust it with sensitive data.
Encrypts files one-by-one from a single runnable JAR, which is nice for cross-platform use and managing many small vaults without re-archiving. The README clearly explains usage, but there’s no visible discussion of algorithms, key management, integrity guarantees, or threat model — that omission keeps this from standing out in a space already served by mature tools like age/gocryptfs.
Brings the old Zeit Now feeling back, but for your own $5 VPS instead of a managed cloud.
~150 lines of Rust sorts files by extension, but file organizers are a dime a dozen.