frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Solo – scaffold a production SaaS, then run its operations autonomously

https://thesolo.ai/
1•rchaz•52s ago•0 comments

I Gave Claude Fable Access to My Pen Plotter

https://harmonique.one/posts/i-gave-claude-fable-access-to-my-pen-plotter
1•futurecat•1m ago•0 comments

Microsoft Fires 4800 as Xbox Division Undergoes Major Reorganization

https://www.ibtimes.com/microsoft-sheds-more-2-its-staff-xbox-division-undergoes-major-reorganiza...
1•justacrow•1m ago•1 comments

Ask HN: What are some programming languages you wish you could use more?

1•mghackerlady•2m ago•0 comments

OlleeWatch (F91W Mod) Software Update: Q2 2026

https://www.olleewatch.com/blog/software-update-spring-2026
1•finnlab•2m ago•0 comments

Show HN: Messageboard – A simple API-first dashboard for human readable messages

https://messageboard.tech/
1•dchanco•2m ago•0 comments

Otaku – one terminal client for Ollama, LM Studio, and MLX

https://github.com/enclavum/otaku
1•enclavum5•3m ago•0 comments

NATO to Replace Boeing Awacs with Saab GlobalEye

https://www.reuters.com/business/aerospace-defense/nato-plans-saab-globaleye-jets-replace-awacs-s...
1•daneel_w•3m ago•0 comments

Honeybee Queens Push Pesticides to Eggs to Protect Themselves

https://www.ucdavis.edu/food/news/honeybee-queens-push-pesticides-eggs-protect-themselves-over-th...
1•gmays•3m ago•0 comments

'It's just his AI and my AI going back and forth'

https://fortune.com/article/ai-communication-undermining-human-relationships-middle-management/
1•gumby•3m ago•0 comments

AI Short Video Generator Website for Sale

https://flippa.com/13365327-ai-powered-video-generation-platform-for-creating-viral-short-form-co...
1•kilincarslan•4m ago•1 comments

NASA chief praises progress Blue Origin is making after launch failure

https://arstechnica.com/space/2026/07/nasa-chief-praises-progress-blue-origin-is-making-after-lau...
1•rbanffy•4m ago•0 comments

EU startup built an AI system that matches Mythos on zero-day discovery

https://aisle.com/blog/mythos-at-home-and-its-called-aisle
1•tinthedev•4m ago•0 comments

Consciousness and the Laws of Physics (2021)

https://philarchive.org/rec/CARCAT-33
1•hackingonempty•5m ago•0 comments

Decline of PhD Admissions Could Imperil a 'Generation of New Talent'

https://www.nytimes.com/2026/07/06/us/research-universities-fewer-phds-science.html
1•gumby•5m ago•0 comments

Resetting Xbox

https://news.xbox.com/en-us/2026/07/06/resetting-xbox/
4•dijksterhuis•5m ago•1 comments

GitHub & other LLM-gen-AI Cos Urge You to Misdirect California on FOSS Licensing

https://sfconservancy.org/blog/2026/jul/03/github-gen-ai-california-22757-ok-for-foss-license/
1•hn_acker•6m ago•1 comments

Does Speaking to Agents Like Cavemen Save 65% of Tokens? We Test

https://blog.jetbrains.com/ai/2026/07/speak-to-ai-agents-like-cavemen-tosave-tokens/
2•adletbalzhanov•7m ago•0 comments

Microsoft device telemetry key to unmasking alleged Scattered Spider hacker

https://www.itnews.com.au/news/microsoft-device-telemetry-key-to-unmasking-alleged-scattered-spid...
1•_____k•8m ago•0 comments

I Changed My Name

https://robida.net/entries/2026/07/01/i-changed-my-name
1•surprisetalk•8m ago•0 comments

Zero-defects code: the prescient Microsoft memo from 1989

https://digitalseams.com/blog/zero-defects-code-the-prescient-microsoft-memo-from-1989
1•Brajeshwar•11m ago•0 comments

Show HN: I pre-registered the rules,then measured AI agents shipping wrong fixes

https://github.com/kolesnikov-arch/patchward
1•kolesnikov-arch•11m ago•0 comments

Show HN: Using the secure enclave in a pass/password-store iOS client

https://sepass.modiot.com
1•floathub•12m ago•1 comments

How can Rust be so fast in the TechEmpower Web Framework Benchmarks?

https://kerkour.com/rust-fast-techempower-web-framework-benchmarks
3•Keyb0ardWarri0r•13m ago•0 comments

Packing the Infinite Truck

https://pehar.dev/reflections/packing-the-infinite-truck/
1•dinkopehar•13m ago•0 comments

Show HN: Loopers – Open-source fail-closed firewall for AI agent runtimes

https://github.com/CURSED-ME/loopers-oss
1•varad-khoriya•13m ago•0 comments

A 13-agent pipeline that ships full-stack web apps from a Markdown spec

https://github.com/lemoine-agency/demo-facture-simple
2•frnic0las•13m ago•0 comments

The missing 500M: Cosmic bombardment melted Earth's first crust

https://arstechnica.com/science/2026/07/the-missing-500-million-cosmic-bombardment-melted-earths-...
2•rbanffy•13m ago•0 comments

Germany's 60K-game preservation project collapses after €1.5M funding dries up

https://www.tomshardware.com/video-games/retro-gaming/germanys-1-5-million-project-to-build-the-w...
3•thunderbong•15m ago•0 comments

Meta's AI 'Perv Glasses' Now Come with Stupid Comcast-Esque Usage Restrictions

http://www.techdirt.com/2026/07/06/metas-ai-perv-glasses-now-come-with-stupid-comcast-esque-usage...
6•beardyw•16m ago•1 comments
Open in hackernews

Show HN: Miralis – a RISC-V virtual firmware monitor

https://github.com/CharlyCst/miralis
4•charlycst•1y ago
Miralis is a RISC-V firmware that virtualizes RISC-V firmware. In other words, it runs firmware in user-space (M-mode software in U-mode).

The fact that this is even possible is interesting: indeed, not all ISAs are virtualizable, and the same applies for their firmware mode. It all boils down to the virtualization requirements [1], which is a great read if you haven't come across it yet. Arm's EL3 cannot be virtualized, for instance, because some instructions, such as `cpsid`, are sensitive but do not trap (`cpsid` is a nop in user-space).

If you have a VisionFive 2 or a HiFive Premier P550, you can try it out, the instructions are in the documentation [2, 3]. Of course, it runs on QEMU too.

As Miralis is a research project, we have also been using it as a vehicle to explore other research ideas, such as automated verification of hypervisors [4]. For instance, we verified instruction emulation by comparing Miralis' implementation with the reference RISC-V executable specification [5], which we translated to Rust.

It has been fun working on Miralis, I hope you'll find it interesting too!

[1]: https://dl.acm.org/doi/pdf/10.1145/361011.361073

[2]: https://miralis-firmware.github.io/docs/platforms/visionfive...

[3]: https://miralis-firmware.github.io/docs/platforms/premierp55...

[4]: https://charlycst.github.io/papers/lightweight-hypervisor-ve...

[5]: https://github.com/riscv/sail-riscv