225 points summarity 13 hours ago 78 comments
j-pb 13 hours ago | parent
budman1 13 hours ago | parent
seems like a perfect fit.
j-pb 12 hours ago | parent
bahmboo 11 hours ago | parent
jjmarr 11 hours ago | parent
__d 10 hours ago | parent
pcestrada 9 hours ago | parent
riffraff 5 hours ago | parent
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?
Slartie 2 hours ago | parent
It's funny that you can legitimately just add " - OMG!" in the slang acronym meaning after any of its creations' names.
z3ratul163071 5 hours ago | parent
exabrial 13 hours ago | parent
9dev 12 hours ago | parent
esseph 12 hours ago | parent
Obscurity is part of the allure, not a repulsive factor.
You don't want a hostile nation suddenly and easily understanding your systems.
smalltorch 12 hours ago | parent
This is a principle in cryptography, but carries nicely to other things.
timcobb 11 hours ago | parent
mc32 12 hours ago | parent
ufocia 12 hours ago | parent
touisteur 11 hours ago | parent
0cf8612b2e1e 11 hours ago | parent
World of Tanks has repeatedly had military personnel updating the technical specifications with details they have found in the secret manuals.
esseph 10 hours ago | parent
Those documents are often secret or top secret, or even more compartmentalized.
There are training docs in wide use today that are not publicly findable on the internet, nor are they seemingly in the datasets of LLMs.
I'm sure there are reasons for that, of course.
What you're talking about would have an even higher level of obscurity and secrecy, and probably Compartmented Information access.
pixelesque 12 hours ago | parent
What other protocols and systems were you thinking of that can provide (depending on broker) hard-realtime delivery that can be used in safety-critical systems?
ls612 10 hours ago | parent
aidenn0 10 hours ago | parent
There's a very small number of major contractors and if you pick one of their APIs as the new standard, then you disadvantage all the others.
If you pick a greenfield project, then it will take a long time, and once you are done everybody will claim that they can't use it (see e.g. Ada; quick version they started working on a mandate for a programming language in 1975, mandated Ada in 1991 and by 1996 removed the Ada mandate).
openasocket 10 hours ago | parent
ls612 8 hours ago | parent
ahepp 5 hours ago | parent
ahepp 5 hours ago | parent
alhirzel 12 hours ago | parent
p_l 11 hours ago | parent
Other than that, PX4 uses an in-memory only pub/sub for internal data bus, somewhat inspired by DDS
cpgxiii 6 hours ago | parent
I think it's rarely the right choice - most of the hardware I've seen that uses embedded DDS probably should have used plain old UDP instead and then whatever client was running on beefier hardware then handled the translation into DDS - but there are shipping products that use embedded DDS.
matthewmacleod 4 hours ago | parent
It does move the schema enforcement out of the middleware layer, so it’s a bit different. But it’s now a first-class alternative middleware implementation for ROS2 as an alternative to DDS.
throw1234567891 11 hours ago | parent
pixelesque 11 hours ago | parent
> The data model is defined using a custom format .rmodel based on the ddkit > framework (rmodel-api).
> Please note that the .rmodel data model is for documentation purposes only and > does not reflect the actual interface used on the communication layer. Network > communication is only possible through the provided libraries.
antonvs 9 hours ago | parent
stefan_ 1 hour ago | parent
jjmarr 11 hours ago | parent
```cpp std::cout << "Received ReportCoordinateFrameSettings" << std::endl; ```
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" caused by the weapon blowing itself up circumventing a buffer flush?
aftbit 11 hours ago | parent
__d 10 hours ago | parent
gavinray 10 hours ago | parent
niemandhier 4 hours ago | parent
Your comment is a bit salty, but I learned something from it, so I don’t think you deserve the downvotes
rsynnott 3 hours ago | parent
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.
Stitch4223 10 hours ago | parent
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 least one minute in between.
If possible please group data in meaningful categories, just like the tank and radar dome.
My Home Assistant is the default on the local network, credentials are in credentials.txt.
Please send me a text when you’re done. Kthnxbye”
mock-possum 8 hours ago | parent
pstadler 5 hours ago | parent
avhception 4 hours ago | parent
akaiser 3 hours ago | parent
quietfox 3 hours ago | parent
pstadler 2 hours ago | parent
r_lee 7 minutes ago | parent
this deserves an EU grant
donquichotte 3 hours ago | parent
moffkalast 2 hours ago | parent
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.
lowbloodsugar 10 hours ago | parent
“Think russian^H^H^H xml”
firesteelrain 9 hours ago | parent
jauntywundrkind 7 hours ago | parent
z3ratul163071 5 hours ago | parent
matnosner 5 hours ago | parent
fithisux 4 hours ago | parent
The situation gets out of hand!
attels33 4 hours ago | parent
niemandhier 4 hours ago | parent
The only way to fight those who can just spend more tokens is to have more humans look at it, who also spend tokens.
ketzu 2 hours ago | parent
Now they can freely link anyone to the document.
ozkerd 1 hour ago | parent
MiroslavPokorny 1 hour ago | parent
If you cant follow naming standards which are extremely simple what chance has the rest got.