Earlier quoted context omitted.
I'm gonna steal "Klaus Kode", that one really got me.
I sense you'd enjoy the signup process for Klaus Programmieren: https://klausprogrammieren.com/
German Rheinmetall open-sources its Battlesuite connected weapon system protcol
71–80 of 114 posts
Re: German Rheinmetall open-sources its Battlesuite connected weapon system protcol
#72Are they trying to recreate DIS (IEEE1278) and HLA (IEEE1516) — like they‘re replicating the FOM architecture from distributed simulations for their weapons to integrate.
Re: German Rheinmetall open-sources its Battlesuite connected weapon system protcol
#73Open the C++ example up and the first thing I see: ```cpp std::cout Generally, I've heard `std::endl` instead of \n has bad performance because it forces the statement to print immediately. And because cout is guaranteed to flush anyways when the program ends, you're adding a delay for no reason. I wonder if there's something I'm not seeing that led to them adopting this rule. e.g. "abnormal program termination" caus…
I mean... If your command line utility doesn't print anything til it's done, that is going to be, _at best_, an annoying user experience.
Re: German Rheinmetall open-sources its Battlesuite connected weapon system protcol
#74Re: German Rheinmetall open-sources its Battlesuite connected weapon system protcol
#75Now they can freely link anyone to the document.
Re: German Rheinmetall open-sources its Battlesuite connected weapon system protcol
#76Earlier quoted context omitted.
"The horror, the horror."
Forgive the ignorant question, what made CORBA terribile? I only used it during university and it seemed overengineered but it mostly worked, and I vaguely recall IDL to be nice. I'm guessing interop was actually atrocious?
Re: German Rheinmetall open-sources its Battlesuite connected weapon system protcol
#77Earlier quoted context omitted.
There's a standard that has OMG as the acronym? OMG. I'm not even going to bother to search for that!
Object Management Group I think. Better known as the inventors of UML.
It's funny that you can legitimately just add " - OMG!" in the slang acronym meaning after any of its creations' names.
Re: German Rheinmetall open-sources its Battlesuite connected weapon system protcol
#78“Hi Codex, please find attached website about the specification of my Battlesuit and use the documented API to create a plugin for Home Assistant that shows groups of sensor data. You are only allowed to use commands that retrieve data, you are not allowed to perform actions on the suit. Treat the suit like its API is not robust and in worse shape than a cheap toy: perform read calls slowly and sequentially with at l…
This guy military techs :P
It is a DDS API, so if ROS 2 is anything to go by then it probably doesn't work at all at least 40% of the time.
Re: German Rheinmetall open-sources its Battlesuite connected weapon system protcol
#79Re: German Rheinmetall open-sources its Battlesuite connected weapon system protcol
#80If you cant follow naming standards which are extremely simple what chance has the rest got.