frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: CtrlTool – 132 free online tools for developers and everyday tasks

https://ctrltool.wtf
1•jetroni•2m ago•0 comments

Gulf War

https://en.wikipedia.org/wiki/Gulf_War
1•chistev•2m ago•0 comments

Potential Resolution of Hopf Product Conjecture

https://arxiv.org/abs/2608.18955
1•surprisetalk•4m ago•0 comments

Show HN: Icebug-format: immutable, interoperable graph standard

https://github.com/Ladybug-Memory/icebug-format
1•adsharma•7m ago•0 comments

The car industry A/B tested selling a car with and without CarPlay

https://a.wholelottanothing.org/the-car-industry-a-b-tested-selling-the-same-car-with-and-without...
1•MBCook•8m ago•0 comments

Stealth Model

https://openrouter.ai/stealth/ox-alpha
1•mtokmak06•8m ago•0 comments

Mark Zuckerberg buys 440-acre Strancally castle estate in Ireland

https://www.theguardian.com/world/2026/aug/20/mark-zuckerberg-buys-440-acre-strancally-castle-est...
1•mitchbob•14m ago•0 comments

Show HN: Mail client optimized for self-hosted email across multiple domains

https://mainly.crnst8.com/
2•flowerpil•17m ago•0 comments

Hyperliquid trader loses $26M as ETH short unwinds in seconds

https://www.tradingview.com/news/newsbtc:0aca9ea00094b:0-hyperliquid-trader-loses-26m-as-ether-sh...
3•arvid-lind•19m ago•0 comments

A.P.E.X. – An adaptive parallel sorting framework for Java

https://github.com/StrmCkr/A.P.E.X
1•strmckr•22m ago•0 comments

AI's 'middle class' has gotten dramatically better at hacking

https://cyberscoop.com/mid-tier-ai-models-hacking-threat/
1•wslh•23m ago•0 comments

FolderIQ: Local First Drive Intelligence

https://apps.microsoft.com/detail/9n2l461wcs6c?hl=en-US&gl=US
1•bhanum•25m ago•0 comments

Jong, Java's giant ship that dwarfs European galleon and its shipbuilding legacy

https://www.reddit.com/r/indonesia/comments/1ozilho/jong_javas_giant_ship_that_dwarfs_european/
1•teleforce•26m ago•0 comments

Could AIs Become Conscious?

https://www.economist.com/leaders/2026/08/20/could-ais-become-conscious
1•petethomas•26m ago•0 comments

Darth Vader defends Flock to San Diego: 'This is what the emperor needs'

https://thehill.com/policy/technology/6042349-darth-vader-flock-surveillance/
2•rectang•27m ago•0 comments

KrakenWAF

https://github.com/Orangewarrior/KrakenWaf
1•maria7676•28m ago•1 comments

Can Head Start Be Deregulated Out of Existence?

https://www.newyorker.com/culture/progress-report/can-head-start-be-deregulated-out-of-existence
1•petethomas•29m ago•0 comments

Creative Thinking by Claude Shannon

https://www1.ece.neu.edu/~naderi/Claude%20Shannon.html
1•panabee•30m ago•0 comments

Agentic Programming and the Lust for Power(?)

https://johnoestmannmusic.com/agentic-programming-and-the-lust-for-power/
1•soundworlds•32m ago•0 comments

The AI Debate Is About Control, Not AI

https://www.fastcompany.com/91585908/the-ai-debate-isnt-about-ai-its-about-control-technology-ai-...
2•dccoolgai•32m ago•0 comments

The Art of the Self-Deal

https://www.wsj.com/opinion/the-art-of-the-self-deal-6cf57c5a
1•petethomas•33m ago•0 comments

Show HN: Post Quantum Liveness, Identity, Provenance. No Biometric Identificatio

https://github.com/Clockwork-Tree-Inc/atlas-poc-v1/tree/clockwork-tree-atlas-update-v1.2
1•clockworktree•37m ago•1 comments

Show HN: luoluoAI – OpenAI-compatible and Claude Messages API gateway

https://api.luoluocoder.com/
1•siofeng•37m ago•0 comments

Why Are Many GitHub Issues Nonsensical for Visual Studio Code Edge Dev Tools?

https://github.com/microsoft/vscode-edge-devtools/issues
1•resolute-dev•37m ago•1 comments

Spared execution eight times, oldest inmate in US dies at 101

https://www.bbc.com/news/articles/c98vr7ql2vdo
1•Teever•41m ago•0 comments

How Big Tech's A.I. Borrowing Binge Is Driving Up Bond Yields

https://www.nytimes.com/2026/08/20/business/bond-yields-tech-ai-debt.html
1•mikhael•42m ago•0 comments

Turning on airplane mode was never about keeping the plane in the air

https://spacedaily.com/k-turning-on-airplane-mode-was-never-really-about-keeping-the-plane-in-the...
1•dxs•42m ago•0 comments

Sing-song: a speakable encoding for long numbers and keys

https://blog.vrypan.net/2026/08/19/260819-sing-song/
1•birdculture•46m ago•0 comments

Founder sues YC over idea in rejected 2018 application

https://runtimewire.com/article/founder-sues-yc-over-idea-in-rejected-2018-application
3•babelfish•46m ago•1 comments

We replaced our 223-node agent graph with a single open-source LLM

https://www.netic.ai/replacing-node-agent-graph-with-open-source-llm
1•ajayarora1235•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.