ContentPosts from @vizuetcf..
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

In Theory: Self-Correcting Software

Binding events to goals and steps in Plang can streamline tasks like authentication into just 4 lines of code, and if a service change requires a new input like an email, Plang can bind events to all errors from steps to self-correct by updating and re-running the code—all with the same concise, eff.. read more  

In Theory: Self-Correcting Software
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Engineering Principles for Building Financial Systems

Focus on financial system design emphasizes having accurate, auditable, and timely records, using immutable, granular data, ensuring idempotent processing, preferring integer representations for financial amounts and time, postponing currency conversions, and implementing consistent rounding methodo.. read more  

Engineering Principles for Building Financial Systems
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

We Spent $20 To Achieve RCE And Accidentally Became The Admins Of .MOBI

Research by watchTowr Labs exploited expired WHOIS domain, revealing that135,000+ systems still query outdated .MOBI WHOIS server, resulting in2.5 million requests and serious vulnerabilities, including potential control of TLS/SSL certificate validation for domains like 'microsoft.mobi' by intercep.. read more  

We Spent $20 To Achieve RCE And Accidentally Became The Admins Of .MOBI
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Eleventeen ways to delete an AWS resource

AWS security engineers highlight theinconsistency in delete confirmation dialogsdriven by variousdelete patternsin the AWS Management Console'sCloudscape design system, underscoring the need forstandardized UXto minimize accidental deletions and improve user engagement... read more  

Eleventeen ways to delete an AWS resource
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

PyPI Proxying for Docker Builds

Caching PyPI data locally improves CI by reducing dependency on external networks, usingproxpi in Docker containersfor simplicity and robust performance in parallel builds, despite initial setup challenges and ensuring configurations like--index-urland--trusted-hostare correctly applied... read more  

PyPI Proxying for Docker Builds
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Amazon S3 now supports conditional writes

Amazon S3 now supportsconditional writesusing PutObject or CompleteMultipartUpload APIs, avoiding overwrites in concurrent updates by different clients without needing additional consensus mechanisms, enhancing performance for large-scale analytics and distributed machine learning... read more  

Amazon S3 now supports conditional writes
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

20 Life hacks for DevOps Engineers

Essential tools and hacks for DevOps engineers:K9sfor Kubernetes cluster management,tmuxfor terminal multiplexing,Glasskubeas a fast Kubernetes package manager,Riggrepfor fast and efficient codebase search,Firefox Multi-Account Containersfor handling multiple logins,Vertical Pod Autoscaler (VPA)for .. read more  

Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

Global Adoption of Leading Cloud Providers in Sovereign Cloud Strategies Across 25 Countries

Nations are prioritizingsovereign cloud solutionsto control data, ensure compliance with local laws, enhance security under regulations like GDPR, and establish partnerships with global or domestic cloud providers to boosteconomic and technological independence, while balancingglobalization with loc.. read more  

Global Adoption of Leading Cloud Providers in Sovereign Cloud Strategies Across 25 Countries
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

VMware ESXi Servers Targeted by New Ransomware Variant

A newdouble-extortion ransomwarevariant, Cicada3301, targets VMware ESXi servers by brute-forcing credentials, encrypting data using theChaCha20 cipher, then usingScreenConnectfor remote access, with a method similar toALPHV/BlackCat, affecting industries like healthcare and manufacturing across Nor.. read more  

VMware ESXi Servers Targeted by New Ransomware Variant
Link
@faun shared a link, 1 year, 2 months ago
FAUN.dev()

5 Lambda Configurations You Should Always Set

Ensuring optimal performance, security, and cost-effectiveness for AWS Lambda functions involves settingARM64 architecturefor cost-efficient performance, maintaining an updated runtime environment, correctly allocating memory for balanced CPU power, adhering to IAM's principle of least privilege for.. read more