HackerTrans
TopNewTrendsCommentsPastAskShowJobs

eko

no profile record

Submissions

[untitled]

1 points·by eko·4 ay önce·0 comments

Archyl – The modern platform for C4 model documentation

archyl.com
21 points·by eko·6 ay önce·9 comments

LLM with Ollama and similarity search with Qdrant, vector database

vincent.composieux.fr
3 points·by eko·2 yıl önce·0 comments

Construct robust workflows with Temporal.io using Go

vincent.composieux.fr
1 points·by eko·3 yıl önce·0 comments

Authorization back end that comes with a front end

github.com
2 points·by eko·3 yıl önce·1 comments

Authorization back end that comes with a UI for RBAC and ABAC permissions

authz.fr
1 points·by eko·3 yıl önce·0 comments

Authorization back end that comes with a UI for RBAC and ABAC

github.com
1 points·by eko·3 yıl önce·0 comments

Authz: A centralized authorization back end with its front end

github.com
3 points·by eko·3 yıl önce·0 comments

Authorization back end that comes with a UI for RBAC and ABAC permissions

github.com
1 points·by eko·3 yıl önce·0 comments

Authz: Centralized authorization back end using ABAC and RBAC with a UI

vincent.composieux.fr
3 points·by eko·3 yıl önce·0 comments

Authz: Authorization back end that comes with a UI for RBAC and ABAC permissions

github.com
3 points·by eko·3 yıl önce·0 comments

Don't build your own lock mechnism, SQL databases do it for you

vincent.composieux.fr
5 points·by eko·4 yıl önce·2 comments

Dependency injection in Go with Uber-go/fx

vincent.composieux.fr
57 points·by eko·4 yıl önce·95 comments

comments

eko
·6 ay önce·discuss
Fair points, thanks for laying them out clearly.

A few clarifications:

1. We don't aim to replace diagrams-as-code or lock teams out of portable formats. Archyl focuses on discovering and keeping architecture in sync with reality: export and text-based representations are on the roadmap because portability matters.

2. Git integration today is read-only by design. We intentionally avoid bidirectional mutation of source or models until we can guarantee determinism and auditability.

3. We do not treat Archyl as a "golden source of truth" for code or IP. The goal is derived metadata and visualization, not ownership of your system definition.

4. Security is taken seriously: scoped access, least-privilege credentials, and no persistence of sensitive source artifacts beyond what's required for analysis. We're working on publishing a deeper security model to make this more explicit.

The philosophy tension you're pointing out is real, and we're trying to earn trust there rather than hand-wave it away. Appreciate the thoughtful critique.
eko
·6 ay önce·discuss
Visualize your systems, discover architecture from code, and keep everything in sync.
eko
·3 yıl önce·discuss
Thank you for this thead!

I am currently working on a new open-source project, completely free to help enterprise manage their authorizations on a ce realized application: https://www.authz.fr/

Main benefits whereas existing projects is the simplicity of use and the frontend web UI which is generally in paid offers.

It comes with Service Development Kits in multiple languages (Go, NodeJS, PHP, Python) and more to come soon.

I hope someone could find something interesting here :)