frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Unable to process: source material unavailable

https://fivetakes.news/global-minerals-supply-and-ai-infrastructure-eu-brazil-strategic-partnership
1•mmeirovich•2m ago•0 comments

Show HN: WSL Dashboard – an open-source,low-memory, high-performance GUI manager

https://github.com/owu/wsl-dashboard
2•GuardCalf•10m ago•0 comments

TIRx: An Open Compiler Stack for Evolving Frontier ML Kernels

https://tvm.apache.org/2026/06/22/tirx
1•matt_d•11m ago•0 comments

Prototyping data tools with AI, a case study: Solar and Battery Atlas

https://ember-energy.org/latest-updates/prototyping-data-tools-with-ai-a-case-study-solar-battery...
2•toomuchtodo•11m ago•1 comments

Stripe pre-launch security checklist for indie SaaS

https://github.com/galakurpi/stripe-prelaunch-security-checklist
1•jongalarraga•12m ago•0 comments

Show HN: A private pager for your AI agent loops

https://ask-a-human.ai
3•alexandroskyr•13m ago•1 comments

SeeDance 2.5 Is Stunning

https://twitter.com/Long4AI/status/2069262125776920582
3•vantareed•16m ago•0 comments

AI Wrote the Code. Nobody Knows Why It Made Those Decisions

https://brunelly.com/
2•rihabzt•20m ago•0 comments

Latexdiff online – diff two LaTeX files in the browser

https://thelatexlab.com/latexdiff-online/
1•sahiltll•20m ago•0 comments

Matrix and Quaternion FAQ

https://j3d.org/matrix_faq/matrfaq_latest.html
1•signa11•22m ago•0 comments

Who Does What? Team Topologies for the Agentic Platform

https://blog.owulveryck.info/2026/06/22/who-does-what-team-topologies-for-the-agentic-platform.html
1•owulveryck•23m ago•0 comments

Thousand-year-old ancient oak tree linked to 'Robin Hood' legend has died

https://abc7.com/story/thousand-year-old-ancient-oak-tree-tied-robin-hood-legend-has-died-wildlif...
1•ValentineC•25m ago•1 comments

Ask HN: Product idea validation made simple and streamlined

https://pmfboard.com/
1•connollystr•27m ago•1 comments

Mental Illness Does Not Cause Homelessness

https://truths-and-loves.ghost.io/mental-illness-does-not-cause-homelessness/
1•deterministic•30m ago•0 comments

The Lure of "Magic Bullets" in Reforming Schools

https://larrycuban.wordpress.com/2026/06/22/the-lure-of-magic-bullets-in-reforming-schools/
1•Tomte•31m ago•0 comments

Egypt denied flight to Seattle ahead of final World Cup group match

https://www.aljazeera.com/sports/2026/6/22/egypt-denied-flight-to-seattle-ahead-of-final-world-cu...
1•sbmthakur•31m ago•0 comments

Show HN: Cited – a searchable index of what experts recommend on podcasts

https://cited.co/
1•knothacker•32m ago•0 comments

In memory of the man who put red and green squiggles under words

https://devblogs.microsoft.com/oldnewthing/20260622-00/?p=112451
1•signa11•33m ago•0 comments

Show HN: A pure ARM64 Assembly web server, now on Linux with CGI for no reason

https://github.com/imtomt/ymawky/tree/linux
1•imtomt•35m ago•0 comments

73+ IoCs for the Impacket Hacking Library

https://github.com/ThatTotallyRealMyth/Impacket-IoCs
1•MeowMeowBinks•36m ago•1 comments

Show HN: Nobody at poker night wanted to be the dealer, so I built one

https://smartdealer.poker/
1•phillippcorreia•36m ago•1 comments

Show HN: Magpie-Search

https://github.com/xfloukiex-lab/magpie-search
1•Floukie•38m ago•0 comments

Intel's bLLC: An architectural response to AMD's 3D V-Cache

https://nasengetu.com/article/bllc-intel-answer-to-amd-3dvcache
1•StizzurpXDD•46m ago•0 comments

Will It Mythos?

https://swelljoe.com/post/will-it-mythos/
33•mindingnever•49m ago•9 comments

Kunal Shah to head WhatsApp; Meta invests nearly $1B in Cred

https://www.moneycontrol.com/europe/?url=https://www.moneycontrol.com/news/business/startup/kunal...
1•satyanash•51m ago•0 comments

Reddit now blocks all free API access besides RedReader

https://old.reddit.com/r/continuumreddit/comments/1u2monb/comment/oqyqn99/
5•Markoff•53m ago•2 comments

Valve engineers talk Steam Machine pricing and heatsinks

https://www.tomshardware.com/video-games/console-gaming/valve-engineers-talk-steam-machine-pricin...
3•Timofeibu•54m ago•0 comments

Valve describes just how brutal RAM negotiations are in 2026

https://www.theverge.com/games/953945/valve-steam-machine-memory-component-crisis
2•Timofeibu•55m ago•0 comments

GitHub Family

https://github.com/JohnsonArnek/Github-Family
1•progrr_vibe_art•1h ago•1 comments

Another Way to Compare the Two Largest Economies

https://www.unz.com/bhua/another-way-to-compare-the-worlds-two-largest-economies/
2•thelastgallon•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.