HN user

eko

228 karma

Freelance tech lead working over Go, PHP, NodeJS, DevOps tools and Cloud.

[ my public key: https://keybase.io/eko; my proof: https://keybase.io/eko/sigs/Rj6QMjf8_tBvnwImNdhTZLOurGWXCNpYM8alFnY9YKk ]

Posts73
Comments10
View on HN
www.archyl.com 5mo ago

Archyl – The modern platform for C4 model documentation

eko
21pts9
vincent.composieux.fr 2y ago

LLM with Ollama and similarity search with Qdrant, vector database

eko
3pts0
vincent.composieux.fr 3y ago

Construct robust workflows with Temporal.io using Go

eko
1pts0
github.com 3y ago

Authorization back end that comes with a front end

eko
2pts1
www.authz.fr 3y ago

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

eko
1pts0
github.com 3y ago

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

eko
1pts0
github.com 3y ago

Authz: A centralized authorization back end with its front end

eko
3pts0
github.com 3y ago

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

eko
1pts0
vincent.composieux.fr 3y ago

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

eko
3pts0
github.com 3y ago

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

eko
3pts0
vincent.composieux.fr 4y ago

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

eko
5pts2
vincent.composieux.fr 4y ago

Dependency injection in Go with Uber-go/fx

eko
57pts95
vincent.composieux.fr 4y ago

OpenTelemetry: Trace and instrument your application code

eko
4pts0
github.com 4y ago

Monday: Run your local apps and/or forward others from Kubernetes or SSH

eko
3pts0
vincent.composieux.fr 5y ago

How to filter and sort Redis data in a SQL-like way using Sort function

eko
2pts0
vincent.composieux.fr 5y ago

Redis: Filter and sort your data in a SQL-like way using SORT

eko
2pts0
github.com 5y ago

Monday helps you run local apps and/or forward others from Kubernetes

eko
3pts0
www.youtube.com 5y ago

Monday: Microservice developer tool, how it works? [video]

eko
1pts0
github.com 5y ago

Monday: A dev tool to help microservice developers by running/forwarding apps

eko
2pts0
vincent.composieux.fr 6y ago

How to create your own Terraform provider

eko
1pts0
vincent.composieux.fr 6y ago

How to create a provider plugin for Terraform

eko
2pts0
github.com 6y ago

A tado° connected thermostatic devices Prometheus exporter written in Rust

eko
1pts0
github.com 6y ago

Monday: A dev tool for microservice devs to run locally or forward apps

eko
2pts0
github.com 6y ago

I wrote Gocache: an extensible Go cache library

eko
1pts0
vincent.composieux.fr 6y ago

I wrote Gocache: an extensible Go cache library

eko
13pts0
github.com 6y ago

An extensible Go cache library with multi-stores, chaining and invalidation

eko
5pts0
github.com 6y ago

An extensible Go cache library with multi-stores, chaining and invalidation

eko
3pts0
vincent.composieux.fr 6y ago

I wrote Gocache: a complete and extensible Go cache library

eko
1pts0
github.com 6y ago

An extensible Go cache library with multi-stores, chaining and invalidation

eko
1pts0
github.com 6y ago

An extensible Go cache lib with multi-stores, chaining, invalidation and more

eko
1pts0

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.

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 :)

I am working with Go with more than 3 years quite full time and I could say that it's a real pleasure to work with a performant language.

After having some internal libraries to make repetitive jobs (while waiting for generics in Go 1.18), that's a good match for all the team!

That's also a well-documented language and easy to get started in!