RSSAmplifier

Blog

The Ranty Dev

Ahmed Arat's Blog: The Ranty Dev

therantydev.comRSS feed ↗4 posts

Latest posts

Fuck Prompt Engineering. Sincerely, Ranty Dev.

AI images are slop. In this article, I explore how to make use of multiple models and their strengths to improve the quality of AI-generated images.

JavaScript DRMs are Stupid and Useless

A developer bragged about building 'fun' DRM for an NSFW ASMR platform. What followed was a three-round patch war that serves as a masterclass in why client-side JavaScript protections are a complete waste of everyone's time—and how to hijack the MediaSource API to prove it.

Stop Shoving Shit Into Your AGENTS.md

The tech industry currently has a massive fetish for 'agent context.' The prevailing wisdom dictates that if you want your AI coding agent (like Claude Code or Gemini CLI) to actually fix your repo without breaking it, you need to write a massive `AGENTS.md` or `.claude/skills/SKILL.md` file. You pack it with your repo's bespoke rules, architectural guidelines, and testing philosophies.

I Built a Complex Model to Predict Happiness. A Dumb Guess Beat It.

I trained a 6-variable regression on a decade of happiness data. A model that just says 'next year equals this year' beat it by a factor of three. Here's why that's actually the most interesting result I've ever produced.