frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AI Comes to the Ivy League

https://www.plagiarismtoday.com/2026/07/06/ai-comes-to-the-ivy-league/
1•speckx•47s ago•0 comments

Decoding 137MHz signals from passing satellites to get images with a $10 SDR

https://www.jonhilty.com/satelliteimaging
2•vitaelabitur•2m ago•0 comments

M/PC – A Concatenative OS

https://wiki.xxiivv.com/site/m_pc.html
1•caminanteblanco•5m ago•0 comments

Poison, redzones and shadows: inside KASAN

https://bootlin.com/blog/poison-redzones-and-shadows-inside-kasan/
1•rrampage•5m ago•0 comments

xAI Is Now SpaceXAI

https://x.ai
1•EvanZhouDev•5m ago•0 comments

Architecture 2.0: Designing AI-Assisted Loops for Computing Systems

https://arch2.mlsysbook.ai/book/
2•matt_d•8m ago•0 comments

Packed Bed

https://en.wikipedia.org/wiki/Packed_bed
1•tosh•8m ago•0 comments

Kernel Anti-Cheat Is an Overreach

https://nooneshappy.com/article/kernel-anti-cheat-is-an-overreach/
2•zdw•9m ago•0 comments

Utah lets AI refill prescriptions. Doctors are wary

https://apnews.com/article/ai-prescription-refill-utah-doctronic-fda-technology-cf94ce370c05f686e...
4•brandonb•11m ago•0 comments

So You Want to Work in Washington D.C.?

https://www.jessicariedl.blog/p/so-you-want-to-work-in-washington
2•paulpauper•11m ago•0 comments

UK could run out of air-con units, engineer says

https://www.bbc.com/news/articles/cp8r4g4907eo
3•paulpauper•12m ago•0 comments

Prefer the British Style of Quotation Mark Punctuation over the American

https://www.lesswrong.com/posts/3S8iiThH9QLysLtYL/prefer-the-british-style-of-quotation-mark-punc...
2•paulpauper•12m ago•0 comments

Breakup of Gondwana 100M Years Ago May Be Why Antarctica Has Ice Today

https://eos.org/articles/the-breakup-of-gondwana-hundreds-of-millions-of-years-ago-may-be-why-ant...
1•gmays•13m ago•0 comments

EU should learn from China's energy tech, say French power firm heads

https://www.scmp.com/economy/global-economy/article/3359567/eu-can-learn-chinas-energy-tech-say-h...
1•01-_-•16m ago•0 comments

Microsoft Is Cutting Jobs, and Xbox Is Taking the Brunt of It

https://comuniq.xyz/post?t=1363
2•01-_-•18m ago•0 comments

Reflections on the Life of a DBA

https://marlonribunal.com/reflections-on-the-life-of-a-dba/
1•MarlonPro•18m ago•1 comments

Getting Started with Loops

https://twitter.com/ClaudeDevs/status/2074208949205881033
1•dsr12•19m ago•0 comments

NHS accelerates AI rollout to cut waiting times and improve care for millions

https://www.england.nhs.uk/2026/07/nhs-accelerates-artificial-intelligence-rollout-to-cut-waiting...
1•mmarian•19m ago•0 comments

Solving the OAuth token expiration and session fragility problem in MCP

https://github.com/orgs/modelcontextprotocol/discussions/801
1•MawyxxY•20m ago•0 comments

Esolang: 2026 Topicality Proposal

https://esolangs.org/wiki/Esolang:2026_topicality_proposal
1•marvinborner•21m ago•0 comments

Space JUNK Mysterious 'space balls' that washed up on Australian beach spark pro

https://www.thesun.co.uk/news/39654579/mysterious-space-balls-australian-beach-toxic/
1•bookmtn•23m ago•0 comments

Verbalizable Representations Form a Global Workspace in Language Models

https://transformer-circuits.pub/2026/workspace/index.html
2•yurivish•24m ago•0 comments

Hacking from the Backcountry

https://suthakamal.substack.com/p/hacking-from-the-backcounty
1•suthakamal•26m ago•1 comments

France to Stop Certifying Non-Quantum-Safe Encryption

https://www.schneier.com/blog/archives/2026/07/france-to-stop-certifying-non-quantum-safe-encrypt...
3•enz•26m ago•0 comments

Girls Just Wanna Have Fast MPMC Queues with Bounded Waiting

https://nahla.dev/blog/waitfree_queue/
2•EvgeniyZh•27m ago•0 comments

Price per 1M tokens is meaningless

https://janilowski.pl/en/blog/2026/price-per-m-tokens/
11•janilowski•30m ago•1 comments

Show HN: I Created a CRM System in Obsidian

https://www.scottrlarson.com/blog/article-crm-obsidian/
1•trinsic2•30m ago•0 comments

The Sweet Lesson

https://joshycodes.substack.com/p/the-sweet-lesson
1•vuciv•31m ago•0 comments

Biohacker Bryan Johnson reveals he has incurable disease

https://nypost.com/2026/07/05/health/biohacker-bryan-johnson-reveals-he-has-incurable-disease/
2•doener•32m ago•1 comments

Archaeologists uncover ancient Byzantine city in Egypt's western desert

https://www.theguardian.com/world/2026/jul/04/archaeologists-uncover-ancient-byzantine-city-in-eg...
1•gmays•33m ago•0 comments
Open in hackernews

CheerpJ 4.0: WebAssembly JVM for the browser, now with Java 11 and JNI support

https://labs.leaningtech.com/blog/cheerpj-4.0
9•apignotti•1y ago

Comments

palata•1y ago
That's technically pretty cool, but it makes me wonder:

In order to run a Java Desktop app, I need to install a JVM first (or the Desktop app can embed it, I guess that's what IntelliJ does, right?).

Now if I run CheerpJ, it means that I essentially download a JVM when I load the page (every time), and run code in that JVM. But at this point, why not downloading a Desktop app?

It feels like we are going around, shipping simple web pages together with full browsers and calling that "desktop apps" (e.g. ElectronJS), then shipping complete JVMs as web pages and calling that a "web page"... why don't we just ship simple webpages through browsers and complex desktop apps through package managers?

apignotti•1y ago
With CheerpJ you are downloading the subset of the JVM that you need, and actually only once thanks to the standard browser cache.

There are many reasons why shipping via the browser is a better choice compared to shipping desktop apps. The main 3 in my opinion are:

1. Distribution: Give your user a link and the app will start 2. Isolation: The user can have confidence the app won't read his personal files. 3. Cross-platform: Every OS and every device, for real this time

yuri91•1y ago
For reference, when loading https://browsercraft.cheerpj.com for the first time (up to loading a world), my browser downloaded ~32MB.

The second time almost nothing.

jeffreportmill1•1y ago
And here's an entire Java IDE with CheerpJ that downloads less than 15mb:

https://reportmill.com/SnapCode

palata•1y ago
> With CheerpJ you are downloading the subset of the JVM that you need

That's interesting! May I ask how it works? Does that also happen with e.g. IntelliJ?

> Every OS and every device, for real this time

Doesn't the JVM run everywhere in 2025?

apignotti•1y ago
> That's interesting! May I ask how it works? Does that also happen with e.g. IntelliJ?

Byte ranges request do most of the heavy lifting, data is loading exclusively on-demand.

> Doesn't the JVM run everywhere in 2025?

What about iOS? Android has Java, but can't run desktop Java apps. Chromebooks also have limits.

palata•1y ago
> Byte ranges request do most of the heavy lifting, data is loading exclusively on-demand.

I don't understand what that means. The JVM is supposed to interpret and sometimes compile bytecode, right? How can it be done with only a fraction of the JVM?

Or are you saying that it is constantly communicating with a server that does the work?

apignotti•1y ago
The VM itself is very small, it's the OpenJDK runtime that is quite sizeable. Byte ranges are used to only download the parts of the runtime (in terms of bytecode) that are required.

There is no server-side computation. CheerpJ runs code exclusively client-side.

palata•1y ago
But you said before that you only download a subset of the JVM, right? Or did you mean a subset of the JDK, including the JVM and... I guess other stuff?
apignotti•1y ago
I meant the JVM in an extended sense: the combination of the bytecode parsing, JIT compiler and OpenJDK runtime. You are right, I should have been more precise and refer to only the runtime part, which is by far the most significant.
palata•1y ago
I was not trying to prove you wrong, I'm just genuinely interested :-). I don't see a lot of articles about the JVM these days.