HN user

blobcode

601 karma

https://blobcode.net

Posts18
Comments25
View on HN

(1) Aircraft rarely fly in anything close to formation in combat - large gaps are the norm (1-10 miles), and one would think that increased distance is something that could be exploited by an unmanned platform (able to take more risk, etc.)

(2) Remains to be seen.

(3) Individual Patriot missiles are around that price point, with S300/S400 anywhere from 500k-2M depending on capability. One would think that cost-per-kill would be favorable considering the increased capability granted.

Some of the stories could plausibly have SC involvement (the story of the same name is most likely) - but I don't think it's explicitly mentioned anywhere.

the requirements for advanced math classes for every computer science major seem unnecessary

Computer science is much more than programming - and I think that most of the value derived is from being able to think about problems, which largely require the abstract type of thinking encouraged by more advanced math. Code is just a tool.

we can also add local storage of telemetry data in an efficient circular buffer. Typically, local storage is cheap and underutilized, allowing for “free” storage of a finite amount of historical data, that wraps automatically. Local storage provides the ability to “time travel” when a particular event is hit.

I think that this is a good idea when storage is concern for high-volume logs / production. Persisting the buffer when high error rates / unusual system behavior is observed would be a cool idea.