Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. OpenJev(openjev.com ↗)
    103comments
  2. ZCode, the GLM coding agent, silently uploads your Git history(tokenstead.ai ↗)
    16comments
  3. Bend 2 and the Vibe-Coding Trap(liampwll.com ↗)
    discuss
  4. Jemalloc 5.4.0(github.com/jemalloc ↗)
    54comments
  5. Microsoft exec called AI scraping 'the largest theft of labor in human history'(techcrunch.com ↗)
    211comments
  6. The scourge of x86 emulation(fex-emu.com ↗)
    36comments
  7. Cekura (YC F24) Is Hiring(ycombinator.com ↗)
    discuss
  8. Astra for Law(openai.com ↗)
    603comments
  9. Bonsai 2 27B: Near-Lossless Compression in a 9x Smaller Footprint(prismml.com ↗)
    144comments
  10. Subnormal floating-point numbers are expensive on Intel processors(lemire.me ↗)
    3comments
  11. Replacing Pull Requests with Delta(zed.dev ↗)
    17comments
  12. Bend – A language that blocks AI mistakes via proof, on CPU and GPU(bend-lang.com ↗)
    238comments
  13. Qwen 3.8 Omni Flash(qwen.ai ↗)
    90comments
  14. Warren Buffett Steps Down as Berkshire Chairman, Names Son to Replace Him(nytimes.com ↗)
    15comments
  15. Hister: A private search engine for the pages you visit and the files you keep(github.com/asciimoo ↗)
    172comments
  16. Wax motor(wikipedia.org ↗)
    75comments
  17. When the fractional part of a float fixes your shader(crocidb.com ↗)
    8comments
  18. Pre-Greek: The lost language hidden within Ancient Greek(linguisticdiscovery.com ↗)
    44comments
  19. Fujitsu launches made-in-Japan next-generation CPU FUJITSU-MONAKA(global.fujitsu ↗)
    236comments
  20. Dr Julius Neubronner's Miniature Pigeon Camera(publicdomainreview.org ↗)
    discuss
  21. How to Write with an LLM(sockpuppet.org ↗)
    130comments
  22. A heap overflow and SSO misconfiguration to compromise OpenAI internal repos(hacktron.ai ↗)
    160comments
  23. Shapelearn Qwen 3.8 27B (13.1 GB VRAM)(byteshape.com ↗)
    17comments
  24. Ask A Monk – A digital wilderness for thoughts with no immediate answer(askamonk.online ↗)
    27comments
  25. Google illegally retains customer data,and I am taking legal action against them(medium.com/istokovicsgyorgy79 ↗)
    9comments
  26. Flet 1.0 – Build cross-platform apps in Python(flet.dev ↗)
    68comments
  27. Telstra outage: The night a network decided the year was 2006(netnod.se ↗)
    29comments
  28. Diplodocus, Long Thought Exclusively American, Turns Up in Spain(sci.news ↗)
    45comments
  29. Speeding up gearhash on ARM64(sam.dev ↗)
    discuss
  30. The most important product decision is what you don't build(liamnugent.me ↗)
    41comments

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?