Hacker Newsnew | past | comments | ask | show | jobs | submit | timschumi's commentslogin

Not sure where CalyxOS came up in this?

The developers of each have engaged in a few flamewars and the commenter I replied to was critical of GrapheneOS using similar language, so I made a (tongue in cheek comment) implying the commenter was starting the flamewar back up

And it doesn't seem like anything newer than ARMv9.2 is available either, no matter the price point.


Every system and package manager will be affected if it cannot download source code to build a package.

NixOS less so, because pretty much all source downloads that are not restricted by license are a separate output that will therefore be stored on (and downloadable from) NixOS cache servers.

I'm not sure what your expectation for this is in general, nobody can just wish into existence data that is just gone.


> LineageOS was one of the OG de-googled Android ROMs, renamed a few years after Android Jellybean IIRC.

Existing since 2009 as CyanogenMod and since 2016 as LineageOS, that would have been around the time where Android 7 (Nougat) was current.

PS: Not that we are in any way degoogled, other than what we are forced to by the license.


Thanks Tim… my memory is fuzzy - that was a lot of phones ago.

… and thank you for your continued effort! I have very big love for CyanogenMod/LineageOS, and that’s coming from a heavy pre-XDA user (I’ve had them all - PalmOS, Zaraus, XDA o2, Maemo, FirefoxOS, Ubuntu phone user).


It's unfortunate that he uploaded this without notable commit history, it would be interesting to see how long it takes a programmer of his caliber to bring up a project like this.

That said, judging by the license file this was based on QuickJS anyway, making it a moot comparison.


It does say "public repository of..." implying there's a non-public one with real history. Not sure why not upload the main one though.


If he's anything like me (doubtful but roll with it), the commit history when prototyping is probably something like "commit", "commit", "fixed a bug", etc.


Maybe he just oneshotted it


Maybe claude code uses bellard as agent


Claude is really Bellard sitting in his kitchen, sipping coffee, casually replying to code requests while getting ready for his day.


This explains a lot. Opus 4.5 gives you access to Bellard after his second cup of coffee.


Is Bellard the “Chuck Norris” of Programming?


He is extremely productive in its specialty: the intersection of programming language and system programming. I don't think that makes him superhuman.

It's more a model of what a really talented person who applies themselves building things they enjoy building can do.

I prefer thinking of it this way: if Bellard can make a small JS engine from scratch by himself, what's really stoping you from knocking down this library you are thinking about.


> He is extremely productive in its specialty: the intersection of programming language and system programming.

Why do you say that specifically is his specialty? He also started QEMU and ffmpeg which are foundational pieces of software for several industries, and his day job is as founder of a company that makes software defined radio test equipment for cellular networks. There isn't one thing I could point at as a specialty.


All of this seems to fit the bill pretty closely to me.

Ffmpeg uses a ton of arcane C and assembly knowledge to make multimedia system manageable and efficient. QEMU uses dynamic binary translation for hardware emulation and virtualization. Amarisoft speciality is basically using software to do things which are usually done by hardware.

The intersection of programming language and system programming seems to me like a pretty fair description of what Fabrice Bellard is extremely good at.


A sort of reverse code golf where he doesn't care what he sends as all that code will never touch his prod code bases.


I’d expect much better results, honestly


"You're right! I apologize for the confusion. I am, in fact, Fabrice Bellard. Comment allez-vous?"


It's Fabrice so there's a chance he did


That's... cool, I guess?


Somebody posted 'Adobe Photoshop 1.0 Source Code (1990)' recently so I think this post is some kind of smartass response to that.


Not for the ones on the receiving end.


Being on the receiving end of valid, technical criticism in response to making misleading claims about GrapheneOS for falsely marketing products is their own choice. It's certainly a lot nicer than being on the GrapheneOS team heavily targeted by libel, bullying and harassment from those groups. Here's a recent example of the founder of /e/ and Murena linking to libelous harassment content on a conspiracy site, which links to a Kiwi Farms style character assassination video from someone friends with neo-nazis:

https://archive.is/SWXPJ https://archive.is/n4yTO

Check out the site for yourself. The linked video is plainly filled with extraordinarily dishonest claims that are widely disproven. Copperhead is losing the legal battle very badly and should end up paying our years of legal expenses soon. Other groups attacking us can look forward to similar losses in court when our attention moves to them. Years of libel, bullying and harassment has consequences.


There is a guide on how to set up LineageOS for libvirt (i.e. QEMU) [1], but there exist no prebuilt images at this point in time.

[1] https://wiki.lineageos.org/libvirt-qemu


The requirements are monstrous: 300GB storage, 32GB RAM. My everyday working laptop has a 240GB SSD. I've build the kernel, Firefox, and the heaviest packages which I use from sources with a fraction of those resources.

I can't even fathom what the build system is doing in order to require this amount of storage.


> I can't even fathom what the build system is doing in order to require this amount of storage.

A large number of 17 year old repositories, prebuilt toolchains, and the fact that you otherwise have every little bit of source code, intermediary results, and output to create a full operating system all in the same place.

As for the memory, the very first step (that basically already is the benchmark for the most memory usage) is loading the entire build tree and generating build steps. Yes, that takes 32GB of RAM, if not 64GB nowadays.


Okay, but I'm pretty sure Gentoo can compile an entire OS in way less disk+RAM than that, and I know NetBSD can.


As far as I have heard they have not actually secured partner access for themselves, they just got someone who has access to break their NDA.


No, GrapheneOS is partnered with a major Android OEM and has security partner access through them. Our security preview releases are in full compliance with the terms set by Google. It's permitted to ship the patches early with delayed source releases for the patches on the dates the embargoes end. The current patches are from the November 2025, December 2025 and January 2026 bulletins. We've shipped the full set of currently available patches for those 3 months.

See https://discuss.grapheneos.org/d/24134-devices-lacking-stand... for a more detailed explanation.


The access comes from GrapheneOS' OEM partner who isn't breaking any kind of NDA.


I don't know the exact terminology, but they described what they currently have as security partner access or at least advanced access to security patches. To my knowledge they are still working on full partner access that would grant them timely access to the AOSP source code.


:^)


^^


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: