ContentPosts from @carlosmoradev..
Link Xygeni Team
@mashka shared a link, 1 week, 1 day ago
Paid Acquisition and Growth Marketing, xygeni

You don’t have a vulnerability problem. You have a prioritization problem.

Most teams today don’t struggle to find vulnerabilities; they struggle to decide what to fix first. With SAST, SCA, secrets, and CI/CD checks all generating signals, the real challenge is prioritization: what’s actually exploitable, what’s reachable, and what can be fixed without breaking things. Instead of relying only on severity, modern teams are shifting toward risk-based remediation, combining exploitability, context, and stability, while reducing noise across tools and automating safe fixes through PRs. If you’re dealing with alert fatigue or slow remediation cycles, this checklist is a practical starting point → https://go.xygeni.io/ai-driven-remediation-risk-prioritization-checklist

Ai-Driven Checklist
 Activity
@mikeschinkel started using tool SQLite , 1 week, 1 day ago.
 Activity
@mikeschinkel started using tool PostgreSQL , 1 week, 1 day ago.
 Activity
@mikeschinkel started using tool MySQL , 1 week, 1 day ago.
 Activity
@mikeschinkel started using tool Kubernetes , 1 week, 1 day ago.
 Activity
@mikeschinkel started using tool Go , 1 week, 1 day ago.
 Activity
@mikeschinkel started using tool GNU/Linux , 1 week, 1 day ago.
 Activity
@mikeschinkel started using tool Docker , 1 week, 1 day ago.
Link
@varbear shared a link, 1 week, 3 days ago
FAUN.dev()

A new chapter for the Nix language, courtesy of WebAssembly

Determinate Nix introduces experimental WebAssembly host calls. It lets Nix invoke Wasm modules, pass and return complex Nix values, and support Rust, C++, and Zig toolchains. It runs on Wasmtime/Cranelift and slashes runtime and memory: Fibonacci test 0.33s vs 79.33s, 30MB vs 4.5GB. Per-call instan.. read more  

A new chapter for the Nix language, courtesy of WebAssembly
Link
@varbear shared a link, 1 week, 3 days ago
FAUN.dev()

Using Rust and Postgres for everything: patterns learned over the years

Rust and PostgreSQL are considered the best tools in the software world due to their performance and reliability. Rewriting a backend service from Go to Rust led to significant improvements in processing speed and memory usage. Using sqlx for database operations and leveraging PostgreSQL features li.. read more Â