ContentPosts from @mikepattyn..
Discovery IconThat's all from @mikepattyn — explore more posts below...
Link Xygeni Team
@mashka shared a link, 31 minutes 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 , 9 hours, 45 minutes ago.
 Activity
@mikeschinkel started using tool PostgreSQL , 9 hours, 45 minutes ago.
 Activity
@mikeschinkel started using tool MySQL , 9 hours, 45 minutes ago.
 Activity
@mikeschinkel started using tool Kubernetes , 9 hours, 45 minutes ago.
 Activity
@mikeschinkel started using tool Go , 9 hours, 45 minutes ago.
 Activity
@mikeschinkel started using tool GNU/Linux , 9 hours, 45 minutes ago.
 Activity
@mikeschinkel started using tool Docker , 9 hours, 45 minutes ago.
Link
@varbear shared a link, 2 days, 1 hour ago
FAUN.dev()

I built a programming language using Claude Code

Cutlet usesClaude Code. The LLM emits every line. Source, build steps, and examples live on GitHub. It runs on macOS and Linux and ships aREPL. It supports arrays, strings, double numbers, a vectorizingmeta-operator, zip/filter indexing, prototypal inheritance, and a mark-and-sweepGC. Development ra.. read more  

Link
@varbear shared a link, 2 days, 1 hour 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 Â