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.

ExternalTechnology Trends
HN RSS Newest

AI-Powered Cyberattacks

Article URL: https://www.opswat.com/blog/ai-powered-cyberattacks Comments URL: https://news.ycombinator.com/item?id=49368496 Points: 1 # Comments: 0

HN RSS NewestRead original
ExternalSoftware Engineering
DEV Community

findnix.eu: A GDPR-Compliant Search Engine Built From Scratch

Introduction Every major search engine today runs on the same trade: you get results, they get your data. findnix.eu is an attempt to break that trade — a search engine built in the EU, for the EU, that doesn't track you, doesn't build a profile of you, and doesn't sell what it doesn't collect in the first place. This isn't a pitch deck. It's a working search engine, built and run by one person, and this post is a quick tour of what it actually does. findnix.eu isn't just web search. Over time

privacywebdevphp
DEV CommunityRead original
ExternalTechnology Trends
HN RSS Newest

The Arduino UNO Q is an almost perfect Hermes Agent host

I’ve wanted to try out Hermes agent for a while now but I never wanted to run it on my own personal machine. I thought about maybe using a hosted VPS but I wasn’t keen on the ongoing cost. Then I looked a recently acquired Arduino UNO Q. A weird arduino board that has an arduino on one side and Linux on the other side. The Linux chip can communicate to the arduino chip. The board I have has 4GB of ram and 32GB of storage. Plenty of power to run the Hermes agent client. I never intended to run a

HN RSS NewestRead original
ExternalSoftware Engineering
DEV Community

Bolting a rich-text editor onto a column full of plain text

Today's job: let people write email bodies with bold text, headings, links and inline images instead of a bare <textarea>. Straightforward feature. The interesting part is that the column already had a few hundred rows of plain text in it, written by the previous version of the same screen — and nobody wants a data migration on a body column they can't fully test. So the rule I set myself: no migration. The database keeps whatever's in it, and the app figures out the format at read time. That on

laravellivewirephp
DEV CommunityRead original
ExternalTechnology Trends
HN RSS Newest

The Calculus of Value

Article URL: https://www.oaktreecapital.com/insights/memo/the-calculus-of-value Comments URL: https://news.ycombinator.com/item?id=49368456 Points: 1 # Comments: 0

HN RSS NewestRead original
ExternalTechnology Trends
HN RSS Newest

AI Hurtles Ahead

Article URL: https://www.oaktreecapital.com/insights/memo/ai-hurtles-ahead Comments URL: https://news.ycombinator.com/item?id=49368452 Points: 1 # Comments: 1

HN RSS NewestRead original
ExternalSoftware Engineering
DEV Community

The Agenthood news digest now writes itself

Every Agenthood release used to end with the same chore: read the changelog, summarize what actually changed, and write the news post by hand. It was accurate, but it did not scale — and it is exactly the kind of task an agent should own. Today we shipped the daily news digest agent (PR #64). A scheduled GitHub Action fetches new releases, asks an LLM to draft the digest in the house style, validates it against a strict contract, and opens a pull request for review. The first digest is live: Age

agentsaiautomation
DEV CommunityRead original
ExternalSoftware Engineering
DEV Community

Reconciliation Loop: Como o Kubernetes implementa infraestrutura declarativa

Ao meu ver, uma das maiores qualidades é o que faz o Kubernetes ser cloud provider ou rodando on premisse é a sua abordagem Hoje, no mundo das ferramentas de infraestrutura como código (IaC) existem Infraestrutura Imperativa: Nessa abordagem, é necessário especificar as etapas e comandos exatos para provisionar e orquestrar recursos Infraestrutura Declarativa: Ao contrário da forma imperativa, aqui o foco não está em como provisionar e orquestrar mas sim onde o ponto final da infraestrutura Além

devopsinfrastructurekubernetes
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.