frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Gemini in Google Home Keeps Mistaking My Dog for a Cat

https://www.wired.com/story/gemini-in-google-home-keeps-mistaking-my-dog-for-a-cat/
1•quapster•1m ago•0 comments

Worry About AI

https://ai-unltd.com/p/why-you-should-worry-about-ai
1•KashyapArjun•1m ago•0 comments

Scaling up osmotic energy: Sweetch secures €25M Series A

https://www.aquatechtrade.com/news/water-treatment/osmotic-energy-sweetch-25-million-investment
1•Rygian•2m ago•0 comments

The first digital ID launches today

https://news.sky.com/story/the-first-digital-id-launches-today-13451263
1•b16m•2m ago•0 comments

Prompt Optimization for Language Models with DSPy GEPA

https://huggingface.co/learn/cookbook/en/dspy_gepa
1•vinhnx•7m ago•0 comments

Acing the Design Interview

https://www.seangoedecke.com/acing-the-design-interview/
1•dondraper36•7m ago•0 comments

Louvre Closed After Robbery

https://www.nytimes.com/2025/10/19/world/europe/louvre-paris-robbery.html
1•mcenedella•9m ago•0 comments

Journals and publishers crack down on research from open health data sets

https://www.science.org/content/article/journals-and-publishers-crack-down-research-open-health-d...
1•XzetaU8•10m ago•0 comments

What the 'Matter' Smart Home Standard Is All About

https://www.wired.com/story/what-is-matter/
1•teleforce•12m ago•0 comments

Using Lakehouses for Observability Data

https://clickhouse.com/blog/lakehouses-path-to-low-cost-scalable-no-lockin-observability
1•thesystemisbust•12m ago•0 comments

Chainsaw-wielding robbers flee Louvre with jewellery

https://www.france24.com/en/live-news/20251019-chainsaw-wielding-robbers-flee-louvre-with-jewellery
1•perihelions•12m ago•0 comments

Are there any interesting things to check out where I am? – Claude

https://claude.ai/share/3d53ce2a-39a1-4516-84c5-06f3c1f606d8
1•opdahl•15m ago•1 comments

How Progress Ends: Technology, Innovation, and the Fate of Nations

https://press.princeton.edu/books/hardcover/9780691233079/how-progress-ends?srsltid=AfmBOork-_JTG...
1•doener•27m ago•0 comments

Did Space Debris Hit A United Flight Over The Rockies Thursday?

https://viewfromthewing.com/did-space-debris-hit-a-united-flight-over-the-rockies-thursday-heres-...
3•sipofwater•27m ago•0 comments

Show HN: Circalify – JavaScript library for circular timeline visualizations

https://github.com/MahmoodSeoud/circalify
1•Matooize•32m ago•0 comments

Conversation with Alibaba Cloud

https://boilingsteam.com/tgs2025-a-talk-with-alibaba-cloud/
1•bemmu•33m ago•0 comments

The A-List Turned on Marc Benioff. Now He's Sorry

https://www.wsj.com/tech/marc-benioff-salesforce-national-guard-apology-23344f08
2•belter•38m ago•1 comments

AI Trading in Real Market

https://nof1.ai/
4•Bogdanp•38m ago•1 comments

The Chinese have worked it out: stablecoins are the privatisation of money

https://www.taxresearch.org.uk/Blog/2025/10/19/the-chineses-have-worked-it-out-stablecoins-are-th...
2•FromTheArchives•40m ago•0 comments

Monkeys "pay" for images of female peers

https://www.sciencedirect.com/science/article/pii/S096098220500093X
2•Einenlum•47m ago•0 comments

Tailscale's windowed macOS UI is now in beta

https://tailscale.com/blog/windowed-macos-ui-beta
1•jiehong•49m ago•0 comments

Louvre robbery shuts down Paris museum for a day, French culture minister says

https://www.france24.com/en/live-news/20251019-louvre-robbery-shuts-down-paris-museum-for-a-day-f...
1•thm•52m ago•0 comments

Ask HN: Is there an open source HN?

2•shafkathullah•53m ago•2 comments

The Case for the Return of Fine-Tuning

https://welovesota.com/article/the-case-for-the-return-of-fine-tuning
2•nanark•54m ago•0 comments

Louvre museum in Paris closed after robbery

https://www.bbc.com/news/live/c62lnennzgdt
1•haunter•57m ago•0 comments

Llm7.io just got a fresh look

https://llm7.io/
1•chigwel•58m ago•1 comments

Show HN: Crossword Creator – Browser-based crossword puzzle maker

https://crossword-creator.com/
1•bartek_gdn•59m ago•0 comments

PHP 8.5 introduces a new URI extension

https://laravel-news.com/php-85-introduces-a-new-uri-extension
1•SweetSoftPillow•1h ago•0 comments

I'd switch from iPhone to Android if it wasn't for this one thing

https://www.tomsguide.com/phones/id-actually-switch-from-iphone-to-android-if-it-wasnt-for-this-o...
1•sipofwater•1h ago•0 comments

What's New in PHP 8.5

https://laravel-news.com/whats-new-in-php-85
1•SweetSoftPillow•1h ago•0 comments
Open in hackernews

Show HN: Confidential computing for high-assurance RISC-V embedded systems

https://github.com/IBM/ACE-RISCV
103•mrnoone•5mo ago
Dear HN community! Looking forward to hearing your feedback on ACE (assured confidential execution), technology that implements VM-based trusted execution environment (TEE) for embedded RISC-V systems with focus on a formally verified and auditable firmware. We target high-assurance systems that can benefit from compartmentalization and hardware-backed isolation. The key ingredient called security monitor (firmware) is implemented in Rust. The formal specification is defined as annotations directly in code and gets translated to Coq using RefinedRust automation. ACE design is now part of the RISCV confidential VM extension (CoVE) specification (deployment model 3).

Comments

IshKebab•5mo ago
Can you explain what the relationship is between this and CoVE? Is ACE (this repo) the firmware, and CoVE the RISC-V hardware extensions that it requires?

How does it run on a P550 if that doesn't support CoVE?

aseipp•5mo ago
Yes, that's basically the relationship between CoVE and ACE, from a quick glance. In this case, ACE is simply implementing a formally modeled and verified security monitor where the design has been extracted to Coq and the invariants proven.

It can work on P550 because CoVE supports several "Deployment strategies", the one ACE uses is referenced in the README: CoVE spec, Appendix D, "M-mode [Trusted Security Manager] based deployment model" https://github.com/riscv-non-isa/riscv-ap-tee/blob/main/src/... -- the other appendicies detail e.g. Smmtt based designs, and apparently there's a not-yet-written "Nested Virtualization" design in Appendix C.

They also note that the P550 isn't a "true" port due to the preliminary, non-ratified H extension, and it also misses another required extension called "Sstc" but they just emulate it. (Sstc is interesting; it seems to be a performance optimization for delivering timer interrupts directly to supervisors, but I can imagine in the case of CoVE timer interrupts going through M-mode could leak data, making it more of a security issue.)

Leveraging M-mode is basically how previous security monitors like keystone worked too, back on the original HiFive Unleashed. It just sorta treats M-mode as an analogue to the "secure world" in ARM parlance, though there is no requirement that M-mode has e.g. an encrypted memory controller and dedicated memory region, and I'm guessing other things (I'm not super familiar with TrustZone.)

Broadly speaking this reminds me as a kind of a evolution/combination of Microsoft's Komodo (formally verified, but was only for e.g. SGX-style enclaves) and existing M-mode TEE systems like Keystone -- but upgraded to support "Confidental Computing" virtual machines. So that's quite nice.

mrnoone•4mo ago
The CoVE specification defines a unified confidential computing architecture for RISC-V that scales across embedded, edge, and cloud use cases. The system designers select the appropriate deployment model based on the specific constraints and goals of their target systems. ACE adopts the deployment model tailored for mid- to high-end embedded platforms (see Appendix D in the CoVE spec).

Ultimately, we should expect multiple CoVE implementations optimized for different domains. For instance, in cloud environments, the focus is on maximizing performance and resource utilization—typically requiring full CoVE support and advanced hardware features such as Smmtt and AIA. Salus from Rivos is an example of such a high-end implementation. In contrast, embedded systems have limited power and silicon budgets, and thus prioritize simpler hardware. These systems trade off performance and accept memory fragmentation in favor of reduced hardware complexity and cost—ACE is designed with this trade-off in mind.

ACE runs on P550 by emulating the missing hardware features. This enables experimental deployment on real hardware. (P550 is the first commercially available RISC-V processor with virtualization support.)

neom•5mo ago
Developers have faced in the confidential computing space, particularly with x86 TEEs, fragmentation leading to vendor lockin and a difficult developer experience due to multiple, somewhat incompatible standards/approaches. Does the CoVE effort, and IBM's involvement in it, aim to prevent a similar situation in the RISC-V world, fostering a more open and standardized TEE ecosystem? Are you using CCC to align RISC-V CoVE with efforts to improve the developer experience? I hope we see common abstractions across different TEE architectures!!!
mrnoone•4mo ago
I agree with your point, we need common abstractions across different TEE architectures!

The CoVE specification addresses fragmentation in the RISC-V ecosystem by defining a unified confidential computing architecture that scales across embedded, edge, and cloud use cases. Higher layers of the software stack, for example Linux KVM and QEMU, implement the defined ABI, enabling support for a variety of CoVE-compliant implementations. Currently, there are two CoVE implementations: ACE, targeting embedded systems, and Salus, aimed at cloud deployments. Additionally, there are efforts underway to port OP-TEE to the CoVE architecture.

Within the Linux kernel, there is ongoing work to unify internal interfaces across different TEE implementations (x86,ARM,Z,PowerPC) and harden the guest kernel. The CoVE patches are designed to align with these abstractions, though they have not yet been upstreamed. Remote attestation is still the pain point, since the CoVE spec proposes formats that are not compatible with Intel/AMD/TPM style. On the other hand, the ACE's local attestation re-uses the format from OpenPOWER PEF and opens it with versioning to new algorithms and properties.

From an end-user standpoint, VM-based TEEs are more agnostic to the underlying hardware technology compared with process-based TEEs, as they rely on the virtualization boundary for isolation. What does still change is the guest kernel and its supporting libraries, which must be adapted to leverage platform-specific attestation mechanisms.

anonymousDan•5mo ago
How does this differ from Keystone?
mrnoone•5mo ago
There are two key differences:

(1) ACE leverages hardware virtualization support, including an MMU, to enable confidential virtual machines. In contrast, Keystone is designed for simpler processors that rely on just machine/supervisor/user privilege levels and physical memory protection (PMP), making it more suitable for process-based enclaves—similar to architectures like Komodo or Intel SGX. In that sense, ACE is conceptually closer to Intel TDX, but tailored for a different domain: embedded systems rather than cloud infrastructure.

(2) In ACE, the architecture and code are simplified to facilitate formal verification.

hyperhello•5mo ago
> ACE supports local attestation, a mechanism to authenticate confidential VMs intended for embedded systems with limited or no network connectivity.

I'm interested to know the safe definition of 'limited' connectivity - is there some kind of boundary which logical reasoning can't support?

l0ng1nu5•4mo ago
This area is where I see riscv excelling ahead of current proprietary options. I don't think it can compete on speed in terms of general purpose computing at this point.

The way I see it, once guaranteed security is offered, security conscious IT admins will insist on using it and the herd will eventually follow.