frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Vibe Coding Doesn't Replace Tech Skills; It Requires More of Them

https://pawelbrodzinski.substack.com/p/vibe-coding-doesnt-replace-tech-skills
1•flail•1m ago•0 comments

AI saves elephants – 6,592 safe elephant crossings on Tamil Nadu railway tracks

https://timesofindia.indiatimes.com/india/ai-saves-elephants-6592-safe-elephant-crossings-on-tami...
2•thunderbong•2m ago•0 comments

The benefits of being an open-source startup

https://newsletter.posthog.com/p/the-hidden-benefits-of-being-an-open
1•emreb•5m ago•0 comments

Maine's Library of Things

https://www.nytimes.com/2025/08/20/climate/maine-library-of-things.html
1•bookofjoe•5m ago•1 comments

Quickemu Is a Wrapper for QEMU

https://github.com/quickemu-project/quickemu
1•teekert•7m ago•0 comments

Democratic governors demand Trump resume offshore wind project near Rhode Island

https://www.pbs.org/newshour/nation/democratic-governors-demand-trump-resume-offshore-wind-projec...
2•ethbr1•8m ago•0 comments

AppJet is back powered by AI

https://blog.qoddi.com/introducing-appjet-ai/
1•alexflashdrive•8m ago•0 comments

Dependency Management with Uv in Kubeflow Pipelines

https://fabridamicelli.github.io/posts/kubeflow-uv.html
1•fbrdm•10m ago•0 comments

ESETResearch has discovered the first known AI-powered ransomware, "PromptLock"

https://infosec.exchange/@ESETresearch/115095803130379945
1•zczc•10m ago•0 comments

Gmail Autopilot (2009)

https://archive.google/autopilot/
1•jaydenmilne•11m ago•1 comments

The Evidence That AI Is Destroying Jobs for Young People Just Got Stronger

https://www.derekthompson.org/p/the-evidence-that-ai-is-destroying
1•gamechangr•13m ago•0 comments

Coreboot: Fast, secure and flexible Open Source firmware

https://www.coreboot.org/
2•udev4096•14m ago•0 comments

What does it take to become a good software engineer at this time?

1•saketlovescode•17m ago•1 comments

You can't have everything you want: beta edition

https://www.johndcook.com/blog/2025/08/26/beta-prior/
1•ibobev•18m ago•0 comments

The Struggle of Wrapping a JavaScript Game for Desktop

https://jslegenddev.substack.com/p/the-struggle-of-wrapping-a-javascript
4•ibobev•19m ago•0 comments

Know why you don't like OOP

https://zylinski.se/posts/know-why-you-dont-like-oop/
2•ibobev•20m ago•0 comments

Ambassador Bridge

https://99percentinvisible.org/episode/640-ambassador-bridge/
1•zeristor•20m ago•0 comments

Show HN: Open-source counter strike clone gameplay video

https://www.youtube.com/watch?v=m9kh591iQ_4
1•solcloud•22m ago•0 comments

Introduction – Agent Client Protocol

https://agentclientprotocol.com/overview/introduction
2•sync•25m ago•0 comments

I spent over $31k on Whiteout Survival

https://old.reddit.com/r/whiteoutsurvival/comments/1hki2e9/i_spent_over_31900_on_whiteout_surviva...
22•Ralfp•25m ago•8 comments

Clang 21.1.0 Release Notes

https://releases.llvm.org/21.1.0/tools/clang/docs/ReleaseNotes.html
1•pjmlp•26m ago•0 comments

Show HN: I built TabX – A Chrome extension that makes sense of your tab chaos

https://www.tabx.dev/
1•yashxsagar•27m ago•1 comments

Built a TradingView alternative that creates indicators with AI

https://www.aulico.com/
2•lollobrigo•29m ago•1 comments

Lidar measures the toll of climate disasters

https://www.beautifulpublicdata.com/how-lidar-measures-the-toll-of-climate-disasters/
2•speckx•31m ago•0 comments

What a difference 2 years makes: MariaDB buys back SkySQL

https://www.theregister.com/2025/08/27/mariadb/
1•rntn•32m ago•1 comments

Learning Perl in one day and the importance of building strong foundations

https://guilhermenl.dev/articles/9096ed7725d387606d713e7964e2b3ac06f9bebd2650080b9ca070f0106f5c70
1•henriquegodoy•32m ago•0 comments

Bring Your Own Agent to Zed – Featuring Gemini CLI

https://zed.dev/blog/bring-your-own-agent-to-zed
4•meetpateltech•34m ago•0 comments

Show HN: Test Your Reaction Time

https://trickle.so/apps/traffic
2•Bob_Chen•35m ago•1 comments

Grok Code Fast 1 is rolling out in public preview for GitHub Copilot

https://github.blog/changelog/2025-08-26-grok-code-fast-1-is-rolling-out-in-public-preview-for-gi...
1•MuitoSall•40m ago•0 comments

Nx compromised: malware uses Claude code CLI to explore the filesystem

https://semgrep.dev/blog/2025/security-alert-nx-compromised-to-steal-wallets-and-credentials/
50•neuroo•41m ago•16 comments
Open in hackernews

QEMU 10.1.0

https://wiki.qemu.org/ChangeLog/10.1
97•dmitrijbelikov•1h ago

Comments

Havoc•1h ago
Their website appears to be broken?

>(Cannot access the database)

_joel•1h ago
WFM
dijit•1h ago
QEMU is truly excellent software, from the perspective of a person who very rarely needs to emulate another architecture. It "just works" and has wonderful integrations with basically everything I could want.. sometimes it feels like magic: even if the commandline UX is a bit weird in places.

I've always wondered though how it works with KVM: I know KVM is a virtualisation accelerator that enables passing through native code to the CPU somehow; but it feels like QEMU/KVM basically runs the internet now. Almost the entire modern cloud is built on QEMU and KVM as a hypervisor (right?) but I feel like I'm missing a lot about how it's working.

I also wonder if this steals huge amounts of resources away from emulation, or does it end up helping out. Because to say the modern internet is largely running on QEMU is likely a massive understatement.

lathiat•1h ago
Not everything uses qemu. Some do. More use KVM. Not everything does.

Example: https://firecracker-microvm.github.io/

jamesy0ung•1h ago
Yeah I also found myself curious as to how KVM actually works, I found these helpful

https://www.kernel.org/doc/ols/2007/ols2007v1-pages-225-230.... http://www.haifux.org/lectures/312/High-Level%20Introduction... https://zserge.com/posts/kvm/

dijit•1h ago
Awesome, thanks for the entrypoint!
pm215•1h ago
Resources-wise there's not really any "stealing" going on. The people/companies who care about KVM and the virtualization use cases work on that, and the people/companies who care about emulation work on those parts. If QEMU didn't support virtualization then it's not like the people currently working on QEMU virtualization would shift over to emulation support: they'd be working on some other project instead to achieve their VM goals.
monocasa•1h ago
KVM is basically three components.

* An abstraction over second level page tables to map some of a host user process as what the guest thinks of as physical memory.

* An abstraction to jump into the context that uses those page tables, and traps back out in the case of anything that the hardware would normally handle, but the hypervisor wants to handle manually instead.

* A collection of mechanisms to handle some of those traps in kernel space to avoid having to context switch back out to the host user process if the kind of trap is common enough, both in the sense of the trap itself happens often enough to show up on perf graphs, as well as the abstraction being exercised is relatively standard (think interrupt controllers and timers).

Let me know if you have any other questions.

eddd-ddde•34m ago
Where could someone get started in terms of reading material to learn more about this in depth?
dizhn•1h ago
qemu/kvm in enabling the cloud is huge but that's not the only place it really makes a tremendous difference. One example where it's essential is new OS development. They all basically first target the qemu machine with its virtual hardware. It makes development much faster compared to running on real hardawre while easily enabling debug output without needing cables and the like.
hnlmorg•45m ago
Xen is still used massively too.
teekert•7m ago
If you use it rarely, I can high recommend the excellent QuickEMU [0]

Any VM is just a `quickget ubuntu 24.04` and `quickemu --vm ubuntu-24.04.conf` away. The conf file is just a yaml that is very readable and can give you more cores/ram/disk easily. Just run `quickget` to get a list of OS's to download.

[0] https://github.com/quickemu-project/quickemu

osrec•1h ago
A great piece of software that makes my and my dev team's life infinitely better and easier. A big thank you to the QEMU developers :)
drzaiusx11•1h ago
> Experimental support for compiling to WASM using Emscripten.

Neat. This will unlock various online "playgrounds" for a number of CPU architectures, among other interesting use cases.

Likely this was possible beforehand, but it's nice to see it added as a feature to the project directly.

dlachausse•1h ago
If you’re on macOS or iOS, UTM is an excellent Qemu front end.

https://getutm.app/

https://mac.getutm.app/

ducktective•28m ago
Awesome tech!

It's not possible to run an android VM on QEMU right? As in, is it officially supported? (I know about Waydroid)

homebrewer•9m ago
The official Android "emulator" supplied by Google is qemu. If you're not satisfied with it for some reason, IIRC I used these images some years ago on top of vanilla qemu:

https://www.fosshub.com/Android-x86.html

They don't seem to be well supported anymore, and there aren't many prebuilt alternatives. One can always compile AOSP from source, though Google does not make this easy.