frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

M64 – ModRetro

https://modretro.com/products/m64?srsltid=AfmBOoqvHORpvx1ASiI3jAS8kaJvJE517iRb81-QB2QWlT9H3UMn9Tu-
1•Tomte•40s ago•0 comments

Frontier Lab Employee Open Letter Calls for Being Able to Pace the Frontier

https://thezvi.substack.com/p/frontier-lab-employee-open-letter
1•paulpauper•45s ago•0 comments

Show HN: Ahoy.navy – A daily sea battle puzzle

https://ahoy.navy/
1•geooff_•1m ago•0 comments

What Is an AI Employee?

https://construct.computer/blog/what-is-an-ai-employee/
1•ankushKun•2m ago•0 comments

The US government just banned Roombas

https://www.theverge.com/policy/972312/us-robot-ban-sweep-up-chinese-vacuums
4•leumon•4m ago•1 comments

Show HN: Turns your GitHub footprint into a map

https://gitcharta.vercel.app/
1•ThierryRkt•4m ago•0 comments

Show HN: Hunch – A local MCP that lets your LLM use your Mac in the background

https://github.com/PrithviSeran/hunch-mcp
1•prithviseran•4m ago•0 comments

Lilian Weng joins OpenAI after saying Thinking Machine's pace hurt her health

https://www.businessinsider.com/lilian-weng-returns-to-openai-after-leaving-thinking-machines-lab...
2•elo2000•5m ago•0 comments

Model Behavior: Taylor Lorenz

https://on.substack.com/p/model-behavior-taylor-lorenz
1•raybb•8m ago•0 comments

Perplexity Picks Sources (I Read the Stream, Not the Answers)

https://suganthan.com/blog/how-perplexity-picks-sources/
1•speckx•11m ago•0 comments

HP once updated printers to reject ink they owned, and it worked

https://www.makeuseof.com/hp-once-updated-millions-of-printers-to-reject-ink-they-already-owned-a...
3•josephcsible•11m ago•0 comments

Undocumented change and missed update sent Telstra network back to 2006

https://telsoc.org/news/telsoc-newsletter-commsday-story-of-the-week-17-2-2-2-2/
1•teddyh•12m ago•0 comments

Opus 5 gets things wrong more quietly

https://lord.technology/2026/07/29/opus-5-gets-things-wrong-more-quietly.html
2•076ae80a-3c97-4•14m ago•0 comments

Coursera Bets $100M That Chairman Andrew Ng Can Do What Coursera Can't

https://www.classcentral.com/report/coursera-andrew-ng-learnvector-investment/
2•ilamont•15m ago•0 comments

Securing Agents Across Perplexity's Client Endpoints with Numbat

https://research.perplexity.ai/articles/securing-agents-across-perplexity%E2%80%99s-client-endpoi...
1•denysvitali•16m ago•0 comments

Show HN: Concord, some open source stuff

https://github.com/ConcordDev/concord-cognitive-engine/pull/874
1•dutchtropez•16m ago•0 comments

Scientist on a Mission to Prevent 'Bananageddon'

https://www.rnz.co.nz/life/food/the-scientist-on-a-mission-to-prevent-bananageddon
4•billybuckwheat•17m ago•0 comments

Old ASP website loads for 1 second

https://www.aone.co.uk/
2•itsfine2•17m ago•1 comments

Show HN: Multi-LLM – review plans and code across 12 coding CLIs, many models

https://github.com/beastlabai/multi-llm-plugin
2•beastlabai•18m ago•0 comments

Kimi K3-256k

https://www.kimi.com/code/docs/en/kimi-code/models
38•monneyboi•19m ago•3 comments

Dirty Energy and the Lost Promise of the TVA

https://scalawagmagazine.org/2026/04/dirty-energy-and-the-lost-promise-of-the-tva/
2•greenie_beans•19m ago•0 comments

Balcony Solar: $1.74/watt direct plug-in solar

https://www.brightsaver.org/balcony-solar-kits
3•teucris•19m ago•0 comments

Stop Pathologizing Ordinary Life

https://www.nytimes.com/2026/07/26/opinion/mental-health-exercise-charity.html
3•gmays•20m ago•1 comments

2026 Defcon Password Cracking Contest

https://contest-2026.korelogic.com/
2•seethishat•20m ago•0 comments

Show HN: A Back End You Can Call Directly from React – No API Required

https://linkedrecords.com/getting-started/
2•WolfOliver•22m ago•0 comments

The Theater of Sport: Bill Buford Revisits Among the Thugs

https://www.theparisreview.org/blog/2026/07/29/the-theater-of-sport-bill-buford-revisits-among-th...
2•Thevet•22m ago•0 comments

OpenAI's rogue agent compromised a customer at a second tech firm

https://www.cnbc.com/2026/07/29/openais-rogue-agent-compromised-a-customer-at-a-second-tech-firm....
4•johnbarron•22m ago•0 comments

Bye Bye, Em Dash

https://tadaima.bearblog.dev/bye-bye-em-dash/
2•theorchid•23m ago•0 comments

Show HN: ActionRail, verify agent actions using live system of records

https://github.com/ToolJet/ActionRail/
3•oss-dev•24m ago•0 comments

John Titor

https://en.wikipedia.org/wiki/John_Titor
3•gregsadetsky•24m 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.