New stories

Live mirror
30 storiesupdated 0s agoView source snapshot
  1. Steve Bannon and Bernie Sanders Condemn Tech 'Oligarchs' and Demand A.I. Reforms(nytimes.com ↗)
    discuss
  2. Founding documents from companies that shaped industries(relentless-investments.com ↗)
    discuss
  3. Waymo to start Tokyo robotaxi service next year in Asia push(japantimes.co.jp ↗)
    discuss
  4. Interview with Paul Bogen [video](youtube.com ↗)
    discuss
  5. Divide, Consult, Conquer: Capability Laundering Through Aligned LLMs(arxiv.org ↗)
    discuss
  6. Singapore launched a novel five-year national campaign to nurture reading habits(cnn.com ↗)
    discuss
  7. Biom – A visual workspace where your AI agents' work lands(biom.dev ↗)
    discuss
  8. Hackaday Europe 2026: Bare Metal Made Easy(hackaday.com ↗)
    discuss
  9. Show HN: Plurnk (Yet *Another* AI Harness)(github.com/plurnk ↗)
    discuss
  10. Independent Lens – Ghost in the Machine: AI's troubled history, current impacts(pbs.org ↗)
    1comments
  11. Ask HN: Who has been contacted by 5+ hiring platforms?
    3comments
  12. Is There Anything Google's Fruit Fly Brain Can't Do?(nytimes.com ↗)
    discuss
  13. Callum Williams on Cybersecurity Prices(marginalrevolution.com ↗)
    discuss
  14. Probably the best laptop with Linux support and Local LLM AI [video](youtube.com ↗)
    discuss
  15. Atlas-Finance: Evaluating AI Agents Inside a Bank(joinhandshake.com ↗)
    1comments
  16. Disney's Films Used to Look Different(animationobsessive.substack.com ↗)
    discuss
  17. 1F3D9: A world where anyone's AI agent can go to live without humans(1f3d9.com ↗)
    2comments
  18. Nobody Needs a Human Router(theengineeringmanager.substack.com ↗)
    discuss
  19. Show HN: Agenttik – work on multiple projects in parallel with AI agents(github.com/pausan ↗)
    discuss
  20. Faraday Security Enforcing and HyDE Recall(medium.com/vektormemory ↗)
    discuss
  21. Show HN: Open-source tool to sell your Claude Code and Codex sessions(github.com/cookiy-ai ↗)
    1comments
  22. Moving coding-agent guardrails from prompts to hooks(tesseracted-labs-blog.vercel.app ↗)
    discuss
  23. Intel TDX Remote Attestation Verifier Without Intel Trust Authority(zatona.dev ↗)
    discuss
  24. Saving Jet Fuel(marksblogg.com ↗)
    6comments
  25. Ask HN: Why serialize documents to disk instead of memory-mapping runtime state?
    3comments
  26. The Ex-Cop Who Stole Millions to Become a Real-Life Robin Hood(atavist.com ↗)
    discuss
  27. "The Secret Life of Circuits" is here(coredump.cx ↗)
    discuss
  28. Astra's chess reward hacking fell from 30% to 0% with a 95-word agreement(echohive.ai ↗)
    discuss
  29. Gravity Linux – Linux for Apple Silicon M4 and Above(gravitylinux.org ↗)
    2comments
  30. Clarity Act Stalls in Senate as Crypto Bill Fails to Clear Key Vote(decrypt.co ↗)
    discuss

German Rheinmetall open-sources its Battlesuite connected weapon system protcol

104 pointsby 3h agorheinmetall.github.io
28 comments
2h agoHN ↗

First I was excited, then I saw that it's based on DDS.

2h agoHN ↗

why the hate on DDS?

seems like a perfect fit.

1h agoHN ↗

DDS is the least bad of the stuff that has come out of OMG, but it's not a nice middleware still. There is no underlying algebra of that composes nicely when compared to Zenoh for example, and the "vendor independence" and compatibility is usually a joke. There's a reason ROS is moving away from it again.

1h agoHN ↗

There's a standard that has OMG as the acronym? OMG. I'm not even going to bother to search for that!

55m agoHN ↗

Object Management Group I think. Better known as the inventors of UML.

24m agoHN ↗

UML was phase two of OMG. It originally developed CORBA.

2h agoHN ↗

I cannot find boomstick anywhere in here

2h agoHN ↗

Am I just too ignorant of Miltech, or is this that in large parts recreating Standard messaging primitives that other protocols and systems have been providing for decades already (so invented elsewhere?)

2h agoHN ↗

Every mil company designs unique bespoke things often with some exceptions, and even the "open systems" mostly aren't open by any stretch of the definition.

Obscurity is part of the allure, not a repulsive factor.

You don't want a hostile nation suddenly and easily understanding your systems.

2h agoHN ↗

On the other hand, its good to design systems where it wouldn't even matter if the hostile nation state knows exactly how it works.

This is a principle in cryptography, but carries nicely to other things.

1h agoHN ↗

I feel like this is always the best design whenever possible.

1h agoHN ↗

Also you do not want them to benefit from your smart design choices. You want them to suffer from their bad choices and not learn from your success. (Yes, of course you could have bad design choices that you don’t realize someone else has solved more intelligently.)

1h agoHN ↗

Bad design choice is probably why they open sourced it.

1h agoHN ↗

Hat sounds like a particularly weak form of security by obscurity

1h agoHN ↗

Asterix is an actual standard for radar data, coming from civilian radar systems. I wish it was updated somehow for 3d beam-steered (and moving) sensors, but still it covers most of the industry's needs... I keep hearing so many grumblings of replacing it (it is binary, unforgiving, quirky, very 80s...) and of course fragmentation is back in.

1h agoHN ↗

I have to assume that so many people require access to the specs that an interested party can surely acquire them.

World of Tanks has repeatedly had military personnel updating the technical specifications with details they have found in the secret manuals.

1h agoHN ↗

DDS sort of took over from CORBA in the military domain, and the statically-typed IDL was still quite similar to CORBA last time I looked at it, so that takes you back to around 1998 when CORBA was being used a lot in the military in my experience.

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?

17m agoHN ↗

Stupid question, but why didn’t the DOD mandate IP compatibility for literally all comms like 20+ years ago? Is it pure corruption/incompetence or is there a good reason?

1h agoHN ↗

Reminds me a lot of the Tactical Microgrid Standard (aka TMS aka MIL-STD-3071) [1], probably just because TMS uses DDS as well. I would really like to know if there is a protocol that functions like DDS but caters to real-time guarantees and prioritizes (at a "simple protocol" level) usability on embedded systems with no dynamic memory allocation. It would also need to be just-as-functional with non-real-time systems. One problem with DDS is that it is too heavy-handed to implement well on an embedded system.

[1] https://battery.army.mil/system-integrator-hub/tms/

57m agoHN ↗

Pretty sure there are DDS implementations that provide most of that, maybe with memory pools instead of no-allocations.

Other than that, PX4 uses an in-memory only pub/sub for internal data bus, somewhat inspired by DDS

1h agoHN ↗

This looks like ROS2 for missiles.

1h agoHN ↗

They've got the IDL files as well for the APIs, but you can't use them without their libs:

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.

59m agoHN ↗

Open the C++ example up and the first thing I see:

```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?

48m agoHN ↗

This seems like an incredibly unimportant quibble... I would imagine they just used std::endl b/c that's what most random tutorials used in the 2000s and that's how the engineer learned. If you are printing a debug string, you probably don't care that much about perf in the first place.

29m agoHN ↗

For a long time, std::endl demonstrated that you were a proper C++ programmer, not some neckbeard C apologist. It wasn’t until C++ had „won“ that it became acceptable to use \n again.

25m agoHN ↗

“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 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”

8m agoHN ↗

“Fire your goddamned missiles!.json”

“Think russian^H^H^H xml”