For desktop PCs, Rymdport (formerly wormhole-gui) may be suitable. It's cross-platform with pre-built binaries for FreeBSD, Linux, macOS and Windows on x86-64 and arm64:
I'm the defacto maintainer of the Meteor MySQL integration. Since 2015, I've been involved in the design and maintenance of six different Meteor webapps for real-time geospatial applications built for B2B and B2C.
Given this, I reject your assertion that Meteor is limited to MongoDB and "toy apps".
It's not "strictly illegal" in Australia. Our anti-discrimination bodies across the country frequently grant exemptions to employers allowing sex-based or race-based discrimination in favour of certain groups (e.g. women, Aboriginal or Torres Strait Islander people), in order to "improve access to specific jobs, programs or services".
I'm Aussie and I can't believe this Sun Cable project is being taken seriously by our government.
The longest submarine power cable in the world - the Viking Link - is a mere 756 km long and cost US$2.2bn to build. Sun Cable calls for a 4,200km submarine cable to be built!
I do not expect the construction cost to scale linearly and I shudder to imagine the maintenance difficulties and expenses.
Back in December 2015, Australia's 290km long undersea Basslink cable broke causing the 2016 Tasmanian energy crisis. It took 6 months to get it working again. Basslink eventually went into receivership on 12 November 2021.
I'm surprised that you can't configure the pace or pitch of the voices. The Web Speech API, around for a long time, has that capability. I'd also love to have the option of Australian and British accents.
This software mitigation technique for Rowhammer could also be useful for improving the reliability of programs running on microcontrollers in high radiation environments, e.g. satellite in Earth orbit.
By maximising the Hamming distance between binary values used in enumerations (enum variables) and boolean variables, one could detect if the code has entered an invalid execution path and then trigger a watchdog reset, e.g. an else statement or a switch statement with a fall through case that would not normally be reachable.