ContentPosts from @devadikhagesh..
Discovery IconThat's all from @devadikhagesh — explore more posts below...
Story
@laura_garcia shared a post, 9 hours ago
Software Developer, RELIANOID

🚀 Why this matters more than ever: Strengthening cybersecurity in space isn’t just a milestone — it’s essential.

The European Space Agency (ESA) recently inaugurated its new Cybersecurity Operations Center (C-SOC) to defend satellites, mission control systems, and digital assets from escalating cyber threats. 🌍 As the reliance on space technology continues to grow, initiatives like this — together with global ..

ESA_Cybersecurity Operations Center
 Activity
@davidjenkins7473 created an organization Dandy Tints , 13 hours, 53 minutes ago.
Link
@anjali shared a link, 14 hours ago
Customer Marketing Manager, Last9

How Prometheus Exporters Work With OpenTelemetry

Learn how Prometheus exporters expose OTLP metrics in Prometheus format, making it easier to scrape OpenTelemetry data.

prometheus_exporter
Link
@anjali shared a link, 1 day, 8 hours ago
Customer Marketing Manager, Last9

What Are AI Guardrails

Learn the core concepts of AI guardrails and how they create safer, more reliable, and well-structured AI systems in production.

grafana_tempo
Story
@laura_garcia shared a post, 1 day, 8 hours ago
Software Developer, RELIANOID

🚨 AWS Outage Analysis: Lessons in Cloud Resilience

On October 20, 2025, AWS suffered a major disruption in its US-EAST-1 region, impacting over 140 services including EC2, Lambda, S3, and DynamoDB. The root cause? A DNS resolution failure that cascaded through dependent systems — showing how even the strongest cloud infrastructures can falter. At RE..

aws outage
Story
@laura_garcia shared a post, 2 days, 7 hours ago
Software Developer, RELIANOID

🚀 Deploy RELIANOID Load Balancer Enterprise Edition v8 with Terraform on AWS

Our latest quick guide shows you how to spin up the RELIANOID Enterprise Edition on AWS in just a few commands — using the official Terraform module from the Terraform Registry. You’ll automatically provision: ✅ VPC + Internet Gateway ✅ Public Subnet ✅ Security Group (SSH 22, Web GUI 444) ✅ EC2 Inst..

terraform_relianoid_enterprise_img2
Link
@anjali shared a link, 2 days, 13 hours ago
Customer Marketing Manager, Last9

Grafana Tempo: Setup, Configuration, and Best Practices

A practical guide to setting up Grafana Tempo, configuring key components, and understanding how to use tracing across your services.

grafana_tempo
Story
@laura_garcia shared a post, 3 days, 7 hours ago
Software Developer, RELIANOID

🍺 Cyberattack on Asahi Group: A Wake-Up Call for Japan’s Industrial Sector

Just after Japan’s new Active Cyberdefence Law (ACD Law) came into effect — a major step toward reshaping the country’s cybersecurity posture — Japan’s largest brewer, Asahi Group, has suffered a ransomware attack that disrupted production and logistics nationwide. ⚠️ This incident starkly illustrat..

japan_brewery_ransomware_relianoid
Link
@varbear shared a link, 5 days, 5 hours ago
FAUN.dev()

Free software scares normal people

A developer rolled outMagicbrake- a no-fuss GUI forHandbrakeaimed at folks who don’t speak command line. One button. Drag, drop, convert. Done. It strips Handbrake down to the bones for anyone who just wants their video in a different format without decoding flags and presets...

Link
@varbear shared a link, 5 days, 5 hours ago
FAUN.dev()

The bug that taught me more about PyTorch than years of using it

A sneaky bug inPyTorch’s MPS backendlet non-contiguous tensors silently ignore in-place ops likeaddcmul_. That’s optimizer-breaking stuff. The culprit? ThePlaceholder abstraction- meant to handle temp buffers under the hood - forgot to actually write results back to the original tensor...

The bug that taught me more about PyTorch than years of using it