frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

SportsBookISH – Compare Kalshi event-contract odds vs. US sportsbooks

https://sportsbookish.com
1•kennyhyder•37s ago•0 comments

Claude.ai Pro plan quotas too small for deep research

https://www.williamangel.net/blog/2026/05/20/ClaudeAI-Pro-Plan-Gives-Single-Deep-Research.html
1•datadrivenangel•1m ago•0 comments

Anthropic will be scaling up on GB200 capacity in SpaceX Colossus 2

https://twitter.com/nottombrown/status/2057194829986300375
1•Rover222•2m ago•0 comments

GitHub's take on age assurance for developers

https://github.blog/news-insights/policy-news-and-insights/why-age-assurance-laws-matter-for-deve...
1•hanifbbz•3m ago•0 comments

Show HN: Runo – Scraping API that returns typed JSON, not raw HTML

https://scrapewithruno.com/?version=2.0
1•barebearcountry•4m ago•0 comments

PopuLoRA: Co-Evolving LLM Populations for Reasoning Self- Play

https://vmax.ai/team/populora-co-evolving-llm-populations-for-reasoning-self-play
4•AMavorParker•5m ago•1 comments

The SpaceX IPO filing has arrived

https://techcrunch.com/2026/05/20/the-spacex-ipo-filing-has-arrived/
2•doener•5m ago•1 comments

AI Didn't Invent Slop – It Scaled It

https://nadathurx.com/ai-slop-what-about-human-slop/
1•sjimdickens•6m ago•0 comments

Company wants to do the carbon footprint offset thing, but for AI usage

https://tokenoffset.com
1•jakehandy•9m ago•0 comments

Quantum computing is reaching its make-or-break moment

https://www.scientificamerican.com/article/quantum-computing-is-reaching-its-make-or-break-moment/
2•digital55•11m ago•0 comments

Linus Torvalds admits he has a 'love-hate relationship with AI'

https://www.zdnet.com/article/linus-torvalds-has-a-love-hate-relationship-with-ai/
3•CrankyBear•12m ago•0 comments

GPU Memory Math for LLMs: Formula That Tells You What Fits on Your GPU

https://theahmadosman.substack.com/p/gpu-memory-math-for-llms-2026-edition
3•XMasterrrr•14m ago•0 comments

Initial Benchmarks of the SpacemiT K3 RVA23 RISC-V CPU with the K3 Pico-ITX

https://www.phoronix.com/review/spacemit-k3-pico-itx
1•fork-bomber•15m ago•0 comments

Kennedy Fires Leaders of Key Health Task Force

https://www.nytimes.com/2026/05/20/well/rfk-jr-firings-preventative-services-task-force.html
2•brandonb•16m ago•0 comments

Declining America

https://www.tbray.org/ongoing/When/202x/2026/05/19/Declining-America
30•AndrewDucker•18m ago•6 comments

Tears – Tiered Enforcement, Authorship Review System

https://github.com/Thillel/tears
2•truehill•20m ago•0 comments

Why Housing Is So Expensive [video]

https://www.youtube.com/watch?v=ZS8ua-yKs4Y
2•slopinthebag•20m ago•0 comments

What is the history of the ERROR_ARENA_TRASHED error code?

https://devblogs.microsoft.com/oldnewthing/20260519-00/?p=112339
3•supermatou•20m ago•0 comments

Anthropic is expanding to Colossus2. Will use GB200

https://xcancel.com/nottombrown/status/2057194829986300375
3•aurareturn•21m ago•1 comments

Agentic Shopping Is Worse for Everyone

https://illegal.solutions/posts/shopping_superpowers
1•totallygeeky•21m ago•2 comments

Russian fighters almost hit British reconnaissance aircraft

https://www.bbc.com/news/articles/cq8p40e2zx1o
1•ukblewis•23m ago•0 comments

Using Google? Now you can build with it in Lovable

https://lovable.dev/blog/already-using-google-now-you-can-build-with-it-in-lovable
1•doener•24m ago•0 comments

12 years selling a PHP script, now pivoting to a B2C SaaS and a B2B WP Plugin

https://www.indiehackers.com/post/12-years-selling-a-php-script-now-pivoting-to-a-b2c-saas-a-b2b-...
1•nicolafranchini•24m ago•0 comments

SpaceX Files for IPO

https://www.wsj.com/livecoverage/stock-market-today-dow-sp-500-nasdaq-05-20-2026
6•ericmay•25m ago•1 comments

SpaceX S-1

https://www.sec.gov/Archives/edgar/data/1181412/000162828026036936/spaceexplorationtechnologi.htm
27•cachecow•27m ago•4 comments

$40K for an $8 knob? The case for a military right to repair

https://fighttorepair.substack.com/p/uncle-sam-pays-40000-for-an-8-knob
3•fighttorepair•30m ago•1 comments

Data centers could lower power bills. Energy utilities won't

https://www.governance.fyi/p/data-centers-could-lower-power-bills
4•bigbobbeeper•31m ago•0 comments

Supercharge Your C64 with C64 OS – Gregory Nacu [video]

https://www.youtube.com/watch?v=yb_xULWEmCw
2•oldnetguy•33m ago•0 comments

Show HN: AI editor for websites (Next.JS)

1•yury_h•33m ago•0 comments

Seeking legal review on a source-available license for individual developers

https://github.com/CYB3RCA4T/CGPSAL-v1.0/discussions/1
1•CYB3RCA4T•34m 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.