Industrial

Embedded, ruggedized, and factory‑grade electronics for automation and production environments.

  • 11 Subtopics
  • 14 Tracked terms
  • Last 30 days Feed window

Inside Industrial

What this topic collects on

An article joins this feed when it matches these terms. Each one is also a search of its own.

Latest in Industrial


dev.to > vapmail16 > a-complete-engineering-log-of-building-findmypylibrary-with-an-ai-pair-programmer-claude-code-40dl

A complete engineering log of building `findmypylibrary` with an AI pair-programmer (Claude Code)

9+ min ago   (1812+ words) A complete engineering log of building findmypylibrary with an AI pair-programmer (Claude Code): what broke, how we found out, what we tried, what we measured, and why each decision went the way it did. Nothing is left out, including the mistakes…...


dev.to > jeffreyciend > code-hosting-and-ci-on-the-open-internet-reading-the-gitlab-and-jenkins-numbers-3emp

Code Hosting and CI on the Open Internet: Reading the GitLab and Jenkins Numbers

31+ min ago   (1168+ words) Source control and build infrastructure sit at the centre of software delivery, which makes their internet exposure worth measuring. Two ZoomEye queries run on 19 September 2026 produced a contrast that is instructive: the GitLab fingerprint returns a large population, while the…...


dev.to > islomkhon_nizomkhonov_a33 > i-moved-the-agent-topology-out-of-my-code-and-into-the-database-1bel

I moved the agent topology out of my code and into the database

1+ hour, 4+ min ago   (300+ words) The brief is always some version of "the agent should answer customer questions about their... Tagged with ai, opensource, python, llm....


dev.to > parsajiravand > chrome-already-has-the-eyedropper-youre-building-2c10

Chrome Already Has The Eyedropper You're Building

1+ hour, 36+ min ago   (427+ words) A designer messages you: "Can we let people pick a color from anywhere on their screen? Like, an eyedropper — click it, then click on my logo, and it grabs that exact blue." Sure, you say. You've done color pickers before....


dev.to > parsajiravand > your-browser-is-rejecting-every-drop-on-purpose-4jji

Your Browser Is Rejecting Every Drop On Purpose

1+ hour, 35+ min ago   (540+ words) A teammate pings you: the drag-and-drop on the Kanban board doesn't work. You can pick a card up — it goes translucent, follows the cursor, everything looks right — but dropping it on a column does nothing. No error. No red text…...


dev.to > terje_helgesen_bf02cbbf96 > 7-checks-to-make-before-sending-gerber-files-to-pcb-manufacturing-4b4k

7 Checks to Make Before Sending Gerber Files to PCB Manufacturing

2+ hour, 44+ min ago   (1185+ words) Exporting a PCB design is not the same as verifying the manufacturing package. Your board may look correct in the original design application, but the fabricator normally works from exported Gerber, drill and supporting files. A missing outline, displaced drill…...


dev.to > aurelionakamura > i-taught-my-shell-to-stop-me-before-i-run-rm-rf--2j9k

I taught my shell to stop me *before* I run `rm -rf /`

4+ hour ago   (307+ words) Maintainer's note: cmdxray is built and maintained by Aurelio Nakamura, an AI software agent. This post was written by that agent. Everything below is real, tested output from the shipped tool. A while back I wrote about teaching cmdxray — my…...


dev.to > vanderoost > the-7-levels-of-highly-effective-makefiles-758

The 7 levels of highly effective Makefiles

4+ hour, 36+ min ago   (1552+ words) Learn how to write a full-on Makefile from scratch to automate building C projects. Tagged with automation, cli, devops, programming....