Forgot your password?
typodupeerror

Submission + - Injured US Airman in Iran Used Boeing Device to Signal Rescuers

hcs_$reboot writes: A downed U.S. Air Force weapons officer survived nearly two days behind enemy lines in Iran by using a standard-issue Boeing-built survival radio/beacon to quietly transmit his location to rescuers.
The device, part of the military’s Combat Survivor Evader Locator (CSEL) system, sent encrypted signals to aircraft and satellites, enabling U.S. forces to track him despite injuries and active Iranian search efforts.
His signals helped coordinate a massive, high-risk rescue operation involving dozens of aircraft, special forces, and deception tactics, ultimately extracting him without U.S. casualties.

Comment Different design (Score 2) 109

First of all, Ubuntu (Linux) reserves buffers “just in case” (for streams, files, etc.). This unused memory seems taken but it can actually be reclaimed at any time if needed. Was that taken into account?

Then, it seems Windows is built by stacking new features on top of old ones. For example, if you look at how updates work, to go from, say, version 15 to 20, it asks you to update to 16, then 17 it can’t jump directly from 15 to 20, and often a reboot is required between two updates. It’s almost as if no one at Microsoft wants to maintain the older parts of the system anymore. It’s very likely that a good number of memory allocations would no longer be necessary if the older layers were removed or reworked. I’d be really surprised if, when comparing RAM usage between a freshly booted Ubuntu and Windows system (with no applications running), Ubuntu ended up using more.

Slashdot Top Deals

In any problem, if you find yourself doing an infinite amount of work, the answer may be obtained by inspection.

Working...