Foster Hangdaan

Hack addict.

  • 1 Post
  • 15 Comments
Joined 6 months ago
cake
Cake day: January 24th, 2025

help-circle




  • I think the Forgejo project should be given some leniency when it comes to the development of its federation. After all, no other software forge has achieved such a feat as of this date, not even the likes of Gitlab.

    The good news is that we don’t have to wait for Forgejo federation. We already have software, such as Lemmy, that can supplement as a federated discussion and issue board. To maintain an audit trail, just cross-reference between Forgejo issues and Lemmy posts as needed.





  • Try Valibot. It is inspired by Zod.

    According to the Valibot FAQ, the main difference with Zod is:

    The functionality of Valibot is very similar to Zod. The biggest difference is the modular design of our API and the ability to reduce the bundle size to a minimum through tree shaking and code splitting. Depending on the schema, Valibot can reduce the bundle size up to 95% compared to Zod. Especially for client-side validation of forms and serverless environments this can be a big advantage.





  • Ogrim is influenced by ALTCHA. Taking a quick glance, Anubis is a similar solution with some differences of solving the same problem:

    • Anubis sits between the target service and the reverse proxy, while Ogrim sits behind the target service.
    • One Anubis instance is needed per service, while a single Ogrim instance can be used for multiple services.
    • The target service does not need integration with Anubis. On the other hand, Ogrim and its services must be integrated to work.
    • Anubis will block search engine indexers, affecting the SEO of the target service. This is not the case with Ogrim.