ContentPosts from @aravind..
Discovery IconThat's all from @aravind โ€” explore more posts below...
Link
@anjali shared a link, 4ย 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, 4ย 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, 1ย day, 3ย 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, 1ย day, 8ย 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, 2ย days, 3ย 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, 4ย days 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, 4ย days 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
Link
@varbear shared a link, 4ย days ago
FAUN.dev()

Aggressive bots ruined my weekend

Bear Blog went dark after getting swarmed by scrapers. The reverse proxy choked first - too many requests, not enough heads-up. Downstream defenses didnโ€™t catch it in time. So: fire, meet upgrades. What changed: Proxies scaled 5ร—. Upstream got strict with rate limits. Failover now has a pulse. Resta..

Link
@varbear shared a link, 4ย days ago
FAUN.dev()

Kafka is fast -- I'll use Postgres

Postgres is pulling Kafka movesโ€”without the Kafka. On a humble 3-node cluster, it held 5MB/s ingest and 25MB/s egress like a champ. Low latency. Rock-solid durability. Crank things up, andsingle-node Postgresflexed hard: 240 MiB/s in, 1.16 GiB/s out for pub/sub. Thousands of messages per second in q..

Kafka is fast -- I'll use Postgres
Link
@varbear shared a link, 4ย days ago
FAUN.dev()

uv is the best thing to happen to the Python ecosystem in a decade

uvis a new Rust-powered CLI from Astral that tosses Python versioning, virtualenvs, and dependency syncing into one blisteringly fast tool. It handles yourpyproject.tomllike a grown-upโ€”auto-generates it, updates it, keeps your environments identical across machines. Need to run a tool once without t..

uv is the best thing to happen to the Python ecosystem in a decade