Urgent.News

What's breaking now, across thousands of outlets.

Tech

Could tech replace firefighters in the battle against wildfires?

Tech is being used to watch for wildfires but firefighters are still needed to put them out.

Could tech replace firefighters in the battle against wildfires?

Recent wildfires in France, Spain, and Portugal have led to the displacement of hundreds of thousands of people. Four firefighters in France have already lost their lives, while 150 have been injured. Chief Sergeant Guillaume Millet, a 24-year veteran of the Fire and Rescue Service, explains how technology has started to replace human lookouts in forest fire detection.

AI-assisted cameras, installed by companies like Midgard and FireTracking, can detect fires up to 20km (12 miles) away, providing real-time video, a zoomed-in map, and predictions of the fire's spread based on weather, humidity, and other factors. These systems have already detected seven fires 15 minutes before they were reported, potentially saving crucial time in firefighting efforts.

While drones are being tested for sea rescue and other tasks, they are not yet capable of dropping water or fighting wildfires directly. Instead, companies are developing drones with heavy-lifting capacities to spray water and other agents onto fires. However, experts like Millet remain skeptical, emphasizing that human firefighters are essential for actually putting out fires.

Technology has improved fire detection and response, but it is unlikely to replace human firefighters in the foreseeable future.

Written by urgent.news from BBC Business's reporting — not their text. Machine-written — may contain errors; check the original before relying on it.

This story

This is one outlet's version. Read the fullest account.

Read the original at bbc.co.uk →

More in Tech

Facebook obliterated 20 years of my online life for no apparent reason

Meta’s automated moderation systems can erase decades of personal histories in seconds, exposing the severe risks of relying on unaccountable algorithms to safeguard digital memories.

  • Facebook erased 20 years of writer's online life without explanation.
  • Appeal button failed to restore account, leaving writer unseen.
  • Meta's algorithms criticized for lacking transparency and oversight.

Escaping the Event Loop — A Deep Dive into worker_threads (Part 3/3)

In part 1, we built the core stack/microtask/macrotask model. In part 2, we saw how the browser and Node implement that model differently — rendering interleaved with tasks in the browser, libuv's…

  • Workerthreads enable CPU-bound tasks parallelization within Node.js process.
  • Main thread remains responsive while offloading specific computations to worker threads.
  • workerthreads offer balance between childprocess isolation and cluster memory sharing.

Claude Code plugin structure: the minimal layout that actually loads

You wrote a skill, it works in ~/.claude/skills/ , and now you want to hand it to a teammate — so you wrap it in a plugin.

  • Minimal Claude Code plugin structure includes plugin root and .claude-plugin subdirectory
  • .claude-plugin directory contains only plugin.json manifest file
  • SKILL.md file can serve as sole skill for single-skill plugin

More from Tuesday 4 August →