Skip to content
HomeInsights

Insights

Ideas for building
better software.

Engineering perspectives on architecture, product development, AI, and the everyday decisions behind useful software.

From the engineering desk

Browse practical articles or follow the latest technology updates.

Subscribe via RSS →

Curated links from external sources — not 360Softy original articles.

ExternalCloud
Cloudflare Changelog

AI Search - Store larger custom metadata values in AI Search

AI Search supports larger custom metadata values within a shared 10 KiB metadata envelope for each vector. The envelope includes AI Search system metadata and JSON overhead, so it is not a per-field limit. The first 64 UTF-8 bytes of each indexed string remain filterable. For details, refer to Metadata attributes.

AI Search
Cloudflare ChangelogRead original
ExternalCloud
Cloudflare Changelog

Durable Objects - Prevent Durable Object alarm retries when using `ctx.abort()`

By default, an alarm interrupted by ctx.abort() retries after the Durable Object resets. Pass { retryAlarm: false } when the alarm should stop instead: src/index.jsjs import { DurableObject } from "cloudflare:workers"; export class CleanupTask extends DurableObject { async alarm() { await this.ctx.storage.deleteAll(); this.ctx.abort("Cleanup complete", { retryAlarm: false }); } } src/index.tsts import { DurableObject } from "cloudflare:workers"; export class CleanupTask extends Dura

Durable Objects
Cloudflare ChangelogRead original
ExternalCloud
Cloudflare Changelog

WAF - WAF Release - 2026-08-25

This release moves four new detections from Log to Block, merges the XSS, HTML Injection - Script Tag - Beta rule into the original rule, and adds a Generic Rules - Remote Code Execution rule in Block mode. Key Findings Four new detections move from Log to Block: HTTP/2 Request Smuggling - Request Body Anomaly and XSS - JavaScript Event Handler Coercion across Headers, Body, and URI. The XSS, HTML Injection - Script Tag - Beta rule is merged into the original rule. A Generic Rules - Remote Code

WAF
Cloudflare ChangelogRead original
ExternalSoftware Engineering
DEV Community

Why Are Your AI Automations Still Running on Your Laptop?

You wouldn’t run your SaaS off your laptop. So why are we doing it with AI? A lot of the AI automation I see right now still depends on a person sitting in the middle moving information around. Production throws an error. Someone checks AWS logs, drops them into Claude, figures out what happened and creates a Jira ticket. Another dev picks up the ticket and has an agent make the change. Someone reviews it. QA tests it. Maybe DevOps has Codex check the deployment logs over MCP. Information comes

aiautomatonprogramming
DEV CommunityRead original
ExternalSoftware Engineering
DEV Community

DaDaScribe API: YouTube Multi-Language Transcript + SRT in One Request

Most transcription APIs still force you to do this: Download the YouTube video Extract the audio with yt-dlp + ffmpeg Upload the file Call the transcription endpoint Call a separate translation API Map generic speaker labels ("Speaker 0") to real names Generate SRT files yourself That’s a lot of moving parts for something that should be simple. The DaDaScribe API collapses most of that into a single request. You send a YouTube URL (or a direct audio/video link), specify the source language, opti

aiproductivityautomation
DEV CommunityRead original
ExternalSoftware Engineering
DEV Community

Why I run ceremonies

By the time I wrote this, twenty numbered attempts at one Phebs scale gate had been consumed. None had established the full claim. That does not mean I ran the same experiment twenty times. Some attempts stopped during plan review or preflight. Some ran for hours. Some produced a signed, source-free receipt; others found that the evidence pipeline itself could not make a trustworthy record, so they sealed nothing and retired the identifier. Take 18 completed the two-million-file structural profi

testingsoftwareengineeringprogramming
DEV CommunityRead original
ExternalTechnology Trends
The Verge Tech

Lenovo confirms Legion Go issues after gamers report bricked devices

Cursed BIOS. | Photo by Sean Hollister / The Verge When a company's software update turns your computer into a useless brick, should fixes be free? Framework, the modular computer startup, apparently thinks so. But it's not clear that computing giant Lenovo will go that far. Three weeks after a Redditor presented a nearly $300 repair bill for their handheld gaming PC - among other reports of damage and high repair bills - the company is breaking its silence. It says, in short: try holding down

The Verge TechRead original
ExternalSoftware Engineering
DEV Community

Azure Integration Services Interview Prep Part 4: Application Insights, Log Analytics, Distributed Tracing, and Debugging a Broken Pipeline

Part 1 covered the messaging services. Part 2 covered orchestration. Part 3 covered how the whole pipeline gets secured. None of that matters if something breaks at 2am and there's no way to find out why. This part covers the actual toolkit for debugging and monitoring a real Azure integration pipeline, and deliberately ties every tool back to the specific services already built across Parts 1 through 3, the same pattern the whole series has followed. Application Insights is Azure's Application

azurecloudinterview
DEV CommunityRead original

Let’s start with a conversation

Tell us what you’re working on.

An idea, a challenge, or a system that needs to work better. We’ll help you understand the next step.