frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Claude Fable 5 feels less like a launch and more like a preview of AI inequality

https://old.reddit.com/r/ClaudeAI/comments/1u1fsdi/claude_fable_5_feels_less_like_a_model_launch_...
2•momentmaker•3m ago•0 comments

Efficient and Lossless Moe Diffusion LLM Inference with I/O-Aware Expert Offload

https://tide-paper.vercel.app
1•imalomder•5m ago•1 comments

German ruling declares Google liable for false answers in AI Overviews

https://the-decoder.com/landmark-german-ruling-declares-googles-ai-overviews-are-googles-own-word...
3•ahlCVA•9m ago•0 comments

A New Post Quantum Cryptography Standard (Verification, etc. Included)

https://zenodo.org/records/20618806
1•GeometryKernel•10m ago•0 comments

Sam Bankman-Fried Applies for Trump Pardon

https://www.bloomberg.com/news/articles/2026-06-08/ftx-co-founder-bankman-fried-formally-applies-...
3•andsoitis•14m ago•0 comments

Forgery and Wage Theft: Playground Contractors Hit with Fines

https://www.thecityreporter.nyc/2026/04/30/parks-contractor-wage-theft-green-builders-amin-electr...
1•PaulHoule•16m ago•0 comments

Fable 5 as an agent: only the last thing it tells you is real

https://matrix.dev/blog-2026-06-10
1•yuanzhi1203•17m ago•0 comments

Why a Computer Science Degree Still Opens Hidden Doors

https://spectrum.ieee.org/computer-science-degree-isnt-dead
1•jnord•20m ago•0 comments

Memory Safety Is a Matter of Life and Death

https://joshlf.com/posts/memory-safety-life-and-death/
1•holden_nelson•20m ago•0 comments

Estimating the Productivity of an Autonomous AI Software Engineer

https://cognition.ai/blog/ai-productivity
1•mooreds•23m ago•0 comments

Show HN: Facebook Post Scraper

https://chromewebstore.google.com/detail/facebook-post-scraper/bfahegogfgeifgieknokfcadjbpkgpol
1•qwikhost•24m ago•0 comments

Humans Solve Erdos Problem

https://blog.computationalcomplexity.org/2026/06/humans-solve-erdos-problem.html
1•_alternator_•25m ago•0 comments

Bounded Rationality

https://en.wikipedia.org/wiki/Bounded_rationality
1•thunderbong•32m ago•0 comments

The Neocloud Boom

https://cloudedjudgement.substack.com/p/clouded-judgement-52226-the-neocloud
1•gmays•33m ago•0 comments

I bet everything on eight weeks: solo #1 on MTEB English v2

https://sentimark.ai/blog/i-bet-everything-on-eight-weeks/
1•voxell_code•34m ago•0 comments

The Legitimation of Shareholder Primacy (2025)

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=5120765
1•mooreds•35m ago•0 comments

Miasma worms its way onto GitHub as attack kit goes open source

https://www.theregister.com/cyber-crime/2026/06/09/miasma-supply-chain-attack-toolkit-goes-public...
1•Timofeibu•36m ago•0 comments

No Votes, No Sales, No Suits

https://www.businesslawprofessors.com/2026/05/no-votes-no-sales-no-suits/
1•mooreds•37m ago•0 comments

Master: A Rails-style full-stack framework for Node.js

https://masterjs.org
1•xbudik•43m ago•2 comments

Show HN: Zillow Image Downloader

https://chromewebstore.google.com/detail/zillow-image-downloader/bgfmccnkpdemklleoobkeghghcjakllh
1•qwikhost•52m ago•0 comments

AI Companies Investing Billions in Residential Proxy

https://nanog.org/events/nanog-97/content/5771
3•lakoshi•56m ago•1 comments

The Countdown to a Major Oil Price Surge Has Begun

https://oilprice.com/Energy/Energy-General/The-Countdown-to-a-Major-Oil-Price-Surge-Has-Begun.html
5•iamnothere•59m ago•2 comments

Ring Holders Club

https://www.ringholders.club
4•pipnonsense•1h ago•1 comments

RISC-V SpacemiT K3 Boot Process

https://blog.ludovic.dev/2026/06/08/spacemit-k3-boot-process.html
2•luyu_wu•1h ago•0 comments

"iNTERFACEWARE is now entering it's fifth phase"

https://www.interfaceware.com
2•nkrumm•1h ago•0 comments

Firefox adds Google Play Integrity checks for it's AI features

https://bugzilla.mozilla.org/show_bug.cgi?id=2015109
2•drewfax•1h ago•1 comments

CC-Ledger: Per-PR cost and token analyzer for devs tired of tokenmaxxing

https://github.com/delta-hq/cc-ledger
2•tejpal-diffuse•1h ago•0 comments

Show HN: Free summary, fact check, ELI5 of any text on CPU

https://github.com/kouhxp/fftext
2•mrkn1•1h ago•0 comments

FreezeTube – 200-line Chrome extension that disables YouTube's infinite scroll

https://chromewebstore.google.com/detail/freezetube/jbhihladabkggdgbhkgdgpbjjogehgnk
2•OmarElboray•1h ago•0 comments

Ubiquitination of glycogen and metabolites in cells and tissues

https://www.nature.com/articles/s41586-026-10548-x
2•PaulHoule•1h 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.