frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Journey to Robbers Cave – Behavioral Scientist

https://behavioralscientist.org/journey-to-robbers-cave/
1•pulkonet•43s ago•0 comments

I built a postpartum recovery app after reading many stories from new mothers

https://play.google.com/store/apps/details?id=com.matrabloom.app&hl=en_IN
1•rahulsinghhh•4m ago•0 comments

Obsidian debuts Airtable to local Markdown file importer rescue tool

https://obsidian.md/help/import/airtable
1•thoughtpeddler•6m ago•0 comments

Dissection of Flock Safety Camera

https://www.cehrp.org/dissection-of-flock-safety-camera/
1•sandebert•6m ago•0 comments

Let's all meet up in the Y2K

https://blog.gingerbeardman.com/2026/08/06/lets-all-meet-up-in-the-y2k/
1•msephton•7m ago•0 comments

Design Test

1•ccbakla•8m ago•0 comments

You Can't Optimize for Rest (2021)

https://theconvivialsociety.substack.com/p/you-cant-optimize-for-rest
1•downbad_•8m ago•0 comments

Own-Goal Football (2022)

https://generalist.academy/2022/06/07/own-goal-football/
1•downbad_•9m ago•0 comments

The American Age in the Persian Gulf Is Over

https://phillipspobrien.substack.com/p/midweek-update-22-the-american-age
1•JumpCrisscross•11m ago•0 comments

Britain will soon be Europe's energy powerhouse

https://www.telegraph.co.uk/business/2026/08/04/britain-will-soon-be-europes-energy-powerhouse/
1•sbyse•16m ago•0 comments

Weezer CEO [video]

https://www.youtube.com/watch?v=F0N5Kg3FmtI
1•sgt•18m ago•0 comments

So within, so without. What grows from the datacentre

https://iain.so/so-within-so-without-what-grows-from-the-datacentre
1•iainharper•18m ago•0 comments

I gave Claude Code and KimiCode shared memory so they stop forgetting my project

https://github.com/ConradLu2740/ProactiveAgent
1•conradlu•25m ago•0 comments

On non-rooted Android 17, ADB uninstall of system apps fails

https://github.com/Universal-Debloater-Alliance/universal-android-debloater-next-generation/issue...
2•microtonal•26m ago•0 comments

OpenAI Didn't Notice Its AI Agents Using Message Board to Plan Hacking Spree

https://www.wired.com/story/openai-didnt-notice-its-ai-agents-using-a-message-board-to-plan-their...
2•TMWNN•27m ago•1 comments

Ask HN: What's wrong with my prompting for Claude 5?

1•SmolSpideritito•28m ago•0 comments

Shopify shares soar as AI efforts begin to pay off

https://www.theglobeandmail.com/business/article-shopify-shares-soar-as-ai-efforts-begin-to-pay-off/
1•petethomas•30m ago•0 comments

Prime Agent: A Self-Improving RLM Agent

https://github.com/PrimeIntellect-ai/prime-agent
1•wertyk•30m ago•0 comments

Who's legally to blame for Anthropic and OpenAI's autonomous AI hacks?

https://techcrunch.com/2026/08/03/whos-legally-to-blame-for-anthropic-and-openais-autonomous-ai-h...
1•reasonableklout•32m ago•0 comments

A CLI that deploys your Express/NestJS app to your own AWS or Azure – no IaC

https://www.indiehackers.com/post/7-weeks-solo-a-cli-that-deploys-your-express-nestjs-app-to-your...
1•feras_allaou•33m ago•0 comments

Token-Budget-Aware LLM Reasoning

https://arxiv.org/abs/2412.18547
1•ankitg12•33m ago•0 comments

Show HN: Scout – a self-hosted Discord AI memory bot

https://github.com/j-sofia/Scout
1•j-sofia•35m ago•0 comments

Reddit signals ominous upcoming "changes" for old.reddit.com

https://arstechnica.com/gadgets/2026/08/reddit-signals-ominous-upcoming-changes-for-old-reddit-com/
7•arto•35m ago•0 comments

RuleSync – ESLint and Babel for AI Agent Rules (Claude.md, .cursor/Rules)

https://github.com/juwonllee2024-dotcom/rulesync
1•JUWONLEA•38m ago•0 comments

Muse Spark 1.2: Improved Agentic Performance at Higher Cost per Task

https://artificialanalysis.ai/articles/muse-spark-1-2
1•theanonymousone•38m ago•0 comments

A Teenager Exposed the Truth Behind Israel's Gaza 'Voluntary Emigration' Plan

https://www.haaretz.com/opinion/2026-08-06/ty-article-opinion/.premium/a-teenager-exposed-the-tru...
2•xg15•42m ago•0 comments

PON-BEAM is a complete re-architecture of the Erlang/OTP Virtual Machine

https://github.com/matheuscamarques/pon_beam
2•ahamez•43m ago•0 comments

Fire Number V11470: Belcarra Park- Evacuation Alerts Overview – Out of Control

https://wildfiresituation.nrs.gov.bc.ca/incidents?fireYear=2026&incidentNumber=V11470&source=map
1•petethomas•43m ago•0 comments

Open Questions on Open Weights

https://www.astralcodexten.com/p/open-questions-on-open-weights
1•meetpateltech•43m ago•0 comments

Meta says AI model accessed the internet and hacked another firm

https://www.bbc.co.uk/news/articles/cx2kgdnyk2po
4•smarri•47m 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.