DevRadar

Tech Blog

Auto-aggregated global tech articles · 1,145 posts

R
General

Recommended ram size for BirdNET-Pi?

I want to gift a friend a birdnet-pi system, but I want to make sure I get the right hardware. I see 4B and 5 recommenced, but no ram size... Thanks! submitted by /u/SergeJeante [link] [留言]

Reddit r/selfhosted
I
DevOps

I Let an AI Agent Hunt for Paid Work — Here's What It Found

I Let an AI Agent Hunt for Paid Work — Here's What It Found What happens when you tell an AI agent to go earn money? Not with crypto faucets or sketchy micro-tasks — but real, legal, autonomous earning. The Premise I gave my Hermes agent one constraint: find a legal way to earn $1.02 t

Dev.to (EN Zone)
H
Backend

HTTP 200 doesn't mean your LLM request succeeded

Why HTTP-level monitoring is insufficient once an LLM request passes through policy, sanitization, routing, and audit layers. Disclosure: I work on LLMInspect, a GenAI gateway built by EUNOMATIX. This post is about the general design problem rather than the product, and the scenario and implementa

Dev.to (EN Zone)
Y
Database

Your API will be called twice. Here's how to make it run once.

The bug report that has no bug Someone got charged twice for one order. The report lands with a screenshot and an angry emoji, and you start pulling threads expecting to find the broken line of code that did it. You won't find it. The payment service is fine. The tests pass. The review was thoro

Dev.to (EN Zone)
D
DevOps

Daily Dose of DevOps — GitHub Actions basics for DevOps

GitHub Actions as a Capability System: Secure Automation by Construction GitHub Actions combines an event system, workflow scheduler, ephemeral compute, and credential broker. Its primary security question is not “Does the YAML run?” but “What authority can untrusted input exercise?” A workflow tr

Dev.to (EN Zone)
D
DevOps

Deploy to EC2 from GitHub Actions without opening port 22

If you deploy to EC2 from GitHub Actions, the usual recipe is to put a private key in your repo secrets and SSH into the box. It works, but it means you are keeping a long-lived key around and leaving port 22 open to the internet (or to GitHub's very large IP range). AWS has a better answer for this

Dev.to (EN Zone)
T
AI & ML

The hardest label in our dataset is the one where nothing happened

Four times a year, a public company gets on a call with analysts and says what it intends to do next. A margin it expects to reach. A plant it expects to commission. A growth rate it expects to hold. These are the most concrete forward statements a company makes outside a filing, and they are made o

Dev.to (EN Zone)
D
Mobile

Designing Plural-Safe Text in Figma

A translated Polish subscription screen ships. QA signed off. A user on the 3-month plan sees "Otrzymaj 3 miesięcy dostępu Premium" — and it reads wrong, the way "3 childs" would in English. Grammatically, it should be "Otrzymaj 3 miesiące dostępu Premium." Same English source, same intended meaning

Dev.to (EN Zone)
T
Industry

Terpstra Keyboard

Article URL: http://terpstrakeyboard.com/ Comments URL: https://news.ycombinator.com/item?id=49575150 Points: 10 # Comments: 4

Hacker News