Website profile

@Thepracticaldev

A constructive and inclusive social network for software developers. With you every step of your journey.

  • 10,585articles · 30d
  • 1+ hour agolatest article
  • Aug 15, 2026earliest in window
  • 97%with images
  • 292avg words
articles per day
Categories
  • Software Dev. 9,773
  • Science & Technology 9,644
  • Computers & Electronics 7,503
  • Business & Industrial 810
  • Internet & Telecom 774
  • Economy, Business & Finance 397
  • Finance 334
  • Arts, Culture, Entertainment & Media 239

Please confirm you are human

This browser or connection looks automated. Press and continuously hold the control for 3 seconds to enable Google-hosted web results and, when separately allowed, AI-assisted answers.

A successful check enables 100 search requests. Interactive access does not authorize scraping, systematic collection, or reuse of search output.

Hold with a pointer, or hold Space or Enter.

News

DEV Community
dev.to > vmodal_ai > multi-camera-ai-object-detection-on-jetson-with-deepstream-and-ros-2-42hc

Multi-Camera AI Object Detection on Jetson with DeepStream and ROS 2

3+ day, 10+ hour ago   (425+ words) Design a multi-camera edge AI pipeline using NVIDIA's accelerated video analytics stack and ROS 2. The key optimization is to avoid unnecessary CPU copies and to keep decode, preprocessing, inference, and tracking close to the GPU-accelerated pipeline where possible. By the…...

DEV Community
dev.to > vmodal_ai > flutter-ros-2-building-a-mobile-app-for-controlling-ai-robots-3m44

Flutter + ROS 2: Building a Mobile App for Controlling AI Robots

3+ day, 10+ hour ago   (429+ words) Build a Flutter control application for robot commands such as connect, start, stop, forward, reverse, and emergency stop. Because Flutter does not need to understand ROS 2 internals, we expose a small authenticated gateway that translates app messages into ROS 2 topics…...

DEV Community
dev.to > salparvez > can-a-crew-a-model-and-a-robot-agree-on-what-a-rafter-is-epd

Can a Crew, a Model, and a Robot Agree on What a Rafter Is?

4+ day, 6+ hour ago   (82+ words) Three parties describe the same roof and none of them can read the others' description. The town... Tagged with architecture, ai, systemdesign, robotics....

DEV Community
dev.to > vmodal_ai > building-synthetic-training-data-pipelines-for-robotics-542n

Building Synthetic Training Data Pipelines for Robotics

1+ week, 4+ day ago   (223+ words) Synthetic data pipelines are most valuable for: It's not a full replacement for real data — visual and dynamics gaps mean synthetic-only training rarely matches real-data performance for the hardest tasks — but as a large, cheap, well-labeled complement to a smaller…...

DEV Community
dev.to > vmodal_ai > building-deterministic-robot-control-loops-for-physical-ai-4pe9

Building Deterministic Robot Control Loops for Physical AI

2+ week, 2+ day ago   (204+ words) A robot control loop repeatedly reads the state of the physical system, calculates a response, and sends commands to actuators. A basic loop is: For many robots, consistency in timing is as important as computational speed. Suppose a controller operates…...

DEV Community
dev.to > olaughter > aiml-research-digest-jul-12-2026-ek5

AI/ML Research Digest — Jul 12, 2026

4+ week, 1+ day ago   (1126+ words) Long‑context efficiency via attention and KV‑cache tricks Redesigning attention lets models handle far longer sequences without extra FLOPs. Linear‑time recurrent attentions such as DeltaNet expand hidden capacity, while Sparse Delta Memory adds a sparse addressing layer that…...

DEV Community
dev.to > varshithvhegde > pawbot-an-ai-desktop-puppy-that-eats-your-files-301a

PawBot - An AI Desktop Puppy That Eats Your Files 🐾

4+ week, 1+ day ago   (19+ words) This is a submission for Weekend Challenge: Dog Days Edition What I Built Remember Neko... Tagged with devchallenge, weekendchallenge....