frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Hands on with Intelligent Terminal, an AI-Powered Windows Terminal

https://www.bleepingcomputer.com/news/microsoft/hands-on-with-intelligent-terminal-an-ai-powered-...
1•thunderbong•1m ago•0 comments

Show HN: ListenDock now supports free TTS and bring-your-own API keys

https://listendock.com
1•janpmz•1m ago•0 comments

Three Regimes. One model. Yet none speak to the Deployer

https://www.cognitivefusion.systems/insights/glasswing-004
1•JohnsonSLC•1m ago•0 comments

Apple's WWDC conference kicks off, investors want to know if AI will save Siri

https://www.reuters.com/business/apples-wwdc-conference-kicks-off-investors-want-know-if-ai-will-...
1•tartoran•3m ago•0 comments

Are We Designing Products for Users or for AI Agents?

https://medium.com/@csal_19296/what-happens-when-we-start-designing-for-ai-instead-of-people-103e...
1•plr_cl•5m ago•0 comments

Claude Dynamic Workflows Inaccurate Permissions Docs

https://www.promptarmor.com/resources/claude-dynamic-workflows-use-incorrect-permissions
1•hackerBanana•6m ago•0 comments

Why Doesn't Apple Take Action Against App Store Copycats?

https://www.kapwing.com/blog/apples-inadequate-response-to-app-store-trademark-fraud/
2•jenthoven•6m ago•0 comments

Full Reverse Engineering of the TI-84 Plus Operating System

https://siraben.github.io/ti84p-re/
4•siraben•6m ago•0 comments

Apple Announces Liquid Glass Improvements and Transparency Slider

https://www.macrumors.com/2026/06/08/apple-announces-liquid-glass-improvements/
1•samtheDamned•7m ago•0 comments

Test Coverage Won't Save You

https://forestwalk.ai/blog/test-coverage-wont-save-you-from-incoherence/
1•jeromechoo•7m ago•0 comments

Sam Bankman-Fried files for a presidential pardon from Trump

https://www.theblock.co/post/404001/ftx-sam-bankman-fried-officially-files-presidential-pardon-trump
2•Anon84•7m ago•0 comments

Apple unveils new Siri AI, dedicated app, enhanced Apple Intelligence in iOS27

https://9to5mac.com/2026/06/08/new-siri-whats-new/
1•mmq•7m ago•0 comments

A Git/LFS-backed unified tool-output format for AI agents, with 95% token cut

https://old.reddit.com/r/codex/comments/1u0amqg/a_gitlfsbacked_unified_format_of_tool_output_for/
1•syumei•8m ago•0 comments

Why all new flags look the same

https://www.worksinprogress.news/p/good-design-is-ruining-american-flags
2•deunamuno•9m ago•1 comments

Repair Cafes urge consumers to fix their goods, not toss them

https://apnews.com/article/repair-cafes-economy-anticonsumerism-affordability-buy-nothing-d3acac3...
1•geox•9m ago•0 comments

Hard truths about (some) US farmers

https://www.youtube.com/watch?v=pgdLYugmkX8
1•darth_avocado•9m ago•0 comments

Show HN: A 15-minute backup audit framework for self-hosted homelabs

https://scholar.0xpi.com/blog/homelab-backup-audit-checklist
1•scholarnet-AI•9m ago•0 comments

Show HN: A free analyzer for spotting fake Amazon reviews via distribution shape

https://primereviewspro.com/spot-fake-amazon-reviews
1•scholarnet-AI•10m ago•0 comments

HN seems dead compared to say 10-15 years ago

1•morpheos137•10m ago•0 comments

Mister Rogers' Neighborhood

https://www.youtube.com/channel/UCQr37RLNViAkEwli9WiaUug
2•Tomte•11m ago•0 comments

Sponsonizer – Calendly for newsletter ad slots

https://sponsonizer.com
1•vivgui•11m ago•0 comments

I Love F1

https://www.gordonmclean.co.uk/2026/06/04/i-love-f1/
1•speckx•11m ago•0 comments

I Hacked into the Worst E-Bike (Reevo) and Fixed It [video]

https://www.youtube.com/watch?v=hPrtVGimBYs
1•mschuster91•11m ago•0 comments

Show HN: A minimal, ad-free World Cup web-app for fixtures and live scores

https://wc2026.bisheshtiwaree.com/
1•btiwaree•14m ago•0 comments

AI Has Come for Serif Fonts

https://www.wired.com/story/ai-has-come-for-serif-fonts/
1•apparent•14m ago•1 comments

The Life and Works of Raoul Bott

https://arxiv.org/abs/math/0201027
2•mindcrime•14m ago•0 comments

Show HN: Rayline routes Claude Code subagents to on-device and cheaper models

https://rayline.ai/
3•davidvgilmore•15m ago•2 comments

Thunderbird Littering My Home

https://thefoggiest.dev/2026/06/04/thunderbird-littering-my-home
3•speckx•16m ago•0 comments

A package manager for AI assets (and why the lock file is per-user)

https://sleuth-io.github.io/sx/2026/06/05/a-package-manager-for-ai-assets.html
3•detkin•16m ago•0 comments

Agent Toolkit for AWS

https://github.com/aws/agent-toolkit-for-aws
4•siegers•17m 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.