Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. OpenJev(openjev.com ↗)
    15comments
  2. Jemalloc 5.4.0(github.com/jemalloc ↗)
    45comments
  3. The scourge of x86 emulation(fex-emu.com ↗)
    27comments
  4. Astra for Law(openai.com ↗)
    578comments
  5. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    135comments
  6. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    222comments
  7. Qwen 3.8 Omni Flash(qwen.ai ↗)
    82comments
  8. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    170comments
  9. Replacing Pull Requests with Delta(zed.dev ↗)
    4comments
  10. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    38comments
  11. Wax motor(wikipedia.org ↗)
    70comments
  12. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    234comments
  13. When the fractional part of a float fixes your shader(crocidb.com ↗)
    1comments
  14. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    12comments
  15. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    155comments
  16. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    11comments
  17. How to Write with an LLM(sockpuppet.org ↗)
    104comments
  18. Ask A Monk – A digital wilderness for thoughts with no immediate answer(askamonk.online ↗)
    24comments
  19. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    59comments
  20. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    27comments
  21. Why Does the Universe Expand?(cosmicave.org ↗)
    57comments
  22. Speeding up gearhash on ARM64(sam.dev ↗)
    discuss
  23. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    42comments
  24. Why I didn’t sign the Fields medallists’ letter(gowers.wordpress.com ↗)
    370comments
  25. Apple detectives solved mystery of ancient tree and rewrote the history of fruit(scientificamerican.com ↗)
    12comments
  26. How do we prevent mathemathics from devolving into the Medieval Era of secrecy?(mathoverflow.net ↗)
    108comments
  27. The most important product decision is what you don't build(liamnugent.me ↗)
    39comments
  28. CrowdSec Source Code Leak(crowdsec.net ↗)
    49comments
  29. How Uber Protects Against Retry Storms(uber.com ↗)
    44comments
  30. Show HN: Snapdrop: Instantly share files between devices. No setup, no signup(snapdrop.me ↗)
    37comments

QEMU 1.6.0 is now available

92 pointsby 13y agoarticle.gmane.org
18 comments
13y agoHN ↗

Fabrice Bellard is one of my heros. Humble, talented, and prolific - see http://bellard.org/

Not less importantly, most of it is open source, and in fact, much of it making today's open source tick as well as it does:

QEMU formed the basis on which VirtualBox, Xen and KVM were built. They would have been possible without it - but it was the shoulders-of-giants[1] they could step on.

FFMPEG makes every video related website or service in the world tick. (Again, same shoulders-of-giants principle)

And he's done so much more.

Thanks, Mr. Bellard.

[1] Yes, I'm aware that Newton was mocking Hooke. I'm using it in the commonly used sense.

13y agoHN ↗

Thanks for pointing that out. I've seen several of these projects as they've come across the tech scene over the years, but I had no clue they were all done by the same guy.

Incredible.

13y agoHN ↗

They were started by the same guy. Bellard hasn't worked on ffmpeg for almost a decade. I suspect the situation is pretty similar for QEMU.

Projects this big are the work of lots of people.

13y agoHN ↗

True.

However, being able to start these projects, get them far enough that they gain traction (usually completely on his own), manage them until enough contributors have gathered so that the project is self sustaining -- and then leave them until the next project -- is a non-trivial task, and in my opinion not less impressive than Linus' handling of the linux kernel.

13y agoHN ↗

He had a share of public fame with jslinux, a lot of people realized how much he meant to all of us. Also he competes for the fastest pi program, he aces both ends of the spectrum. Impressive.

13y agoHN ↗

BTW, has jslinux been open-sourced yet? It wasn't last time it made news.

13y agoHN ↗

What happened to that software-based LTE station thing for PC's of his?

13y agoHN ↗

Bellard's work on computing Pi is possibly even more impressive.

In '97 he developed a new algorithm for calculating Pi 43% faster than the previous best[1].

In 2009 he broke the record for the largest calculated value of Pi (2700 billion digits) using a program he developed on a single desktop computer. Prior to that every previous record since '95 had been calculated on a supercomputer. Notably the immediate previous record used 640 nodes of the T2K Open Supercomputer (Appro Xtreme-X3 Server) at the Center for Computational Sciences, University of Tsukuba[2]

It's true that Bellard took around 130 days and the super computer did it in a day - but nevertheless the difference in pure speed is amazing.

Edit: I almost forgot his International Obfuscated C Code Contest winning Obfuscated Tiny C Compiler. A C compiler than can compile itself in 2048 bytes of C source excluding the ';', '{', '}' and space characters.

[1] http://bellard.org/pi/pi_bin/pi_bin.html

[2] http://www.hpcs.is.tsukuba.ac.jp/~daisuke/pi.html

13y agoHN ↗

Michael Hines has done a fantastic job getting this series merged. It's a rather invasive change and I am amazed at how quickly it was merged.

13y agoHN ↗

I'm thinking on virtualizing some from servers (web front and database) which are physicall now. Do you have any experiences to share?

13y agoHN ↗

virtualization is a pretty small niche, not sure anyone actually does it. /s

13y agoHN ↗

What distro are you most comfortable with? We run KVM on Debian in a few offices, with the VMs doing mail, web, and DNS. It's been about a year and it's been rock solid.

13y agoHN ↗

Would anybody be able to link me to some information to help me understand where qemu fits in to, say KVM? I'm very familiar with various VMware technologies and am trying to get a handle on other platforms, like KVM. Since all the tools seem to use libvirt to abstract things, I don't have a clear understanding of where the boundaries of responsibility are.

I can see that the process names that represent my VMs are "qemu", and I use qemu* commands to say, manipulate disks. Maybe it is all qemu, and KVM is the part that makes it accessible to non-privileged users?