frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: Simulating the vacuum as a superfluid to derive Alpha = 1/137

https://github.com/moseszhu999/geometric-vacuum-sim
1•moseszhu•4m ago•1 comments

mmwrap: provide multimedia-key actions for minimal Linux desktops

https://github.com/pvonmoradi/mmwrap
1•pooyamo•8m ago•0 comments

The Paradox of Memory: Why Forgetting Makes Learning Possible

https://carlhendrick.substack.com/p/the-paradox-of-memory-why-forgetting
1•atomicnature•11m ago•0 comments

Braided Arithmetic

https://mathcenter.oxford.emory.edu/site/math108/braid_arithmetic/
2•marysminefnuf•16m ago•0 comments

Show HN: WeatherOrNot a maximal weather app in the terminal

https://james-see.github.io/weatherornot/
1•jamescampbell•18m ago•0 comments

Why Starting Simple Is Your Secret Weapon in the AI-Assisted Development Era

https://practicalsecurity.substack.com/p/why-starting-simple-is-your-secret
1•atilla_bilgic•22m ago•0 comments

Court blocks Trump's plan to speed up deportations again

https://vechron.com/2025/11/appeals-court-upholds-block-trump-deportation-expansion/
2•ashishgupta2209•24m ago•0 comments

Git 3.0 will use main as the default branch

https://thoughtbot.com/blog/git-3-0-will-use-main-as-the-default-branch
3•ingve•24m ago•0 comments

How LLM Inference Works

https://arpitbhayani.me/blogs/how-llm-inference-works/
1•moks•31m ago•1 comments

Many fake Gaza accounts seeking donations, disclosed

https://nypost.com/2025/11/23/world-news/new-x-location-tool-outs-fake-gaza-accounts-taking-advan...
3•asdefghyk•37m ago•1 comments

Typography in the Wild

https://www.jaydip.me/blog/typography-in-the-wild
1•jdsane•38m ago•0 comments

Show HN: Antigravity – IDE-native scaffold turns Cursor into Agent Architect

https://github.com/study8677/antigravity-workspace-template
1•study8677•41m ago•1 comments

The Proxy Process Needs an Overhaul

https://www.wsj.com/opinion/the-proxy-process-needs-an-overhaul-00052637
1•mudil•45m ago•0 comments

ArcOS: Cognitive clone OS in pure natural language (no code)

https://zenodo.org/records/17675771
2•takeshi_sakamo•50m ago•2 comments

Don't obsess with security and privacy unless they are your core business

2•amano-kenji•52m ago•1 comments

Are others seeing early-stage funding shift from AI apps to infrastructure?

1•gsk_arcis•53m ago•0 comments

Nano Banana Pro and 2.0 AI

https://www.nanobanana-pro.app
1•timi09•1h ago•0 comments

What OpenAI Did When ChatGPT Users Lost Touch with Reality: DAU Optimization

https://www.nytimes.com/2025/11/23/technology/openai-chatgpt-users-risks.html
2•nonprofiteer•1h ago•0 comments

AI Investors Want More Making It and Less Faking It

https://www.wsj.com/finance/stocks/ai-investors-want-more-making-it-and-less-faking-it-321d8202
3•fortran77•1h ago•1 comments

Americans Are Holding onto Devices Longer

https://www.cnbc.com/2025/11/23/how-device-hoarding-by-americans-is-costing-economy.html
3•jamesgill•1h ago•2 comments

Too Computerised? Too Cold?: 1999 A.D. (1967)

https://publicdomainreview.org/collection/1999-ad/
2•Hooke•1h ago•0 comments

The Feds Want to Make It Illegal to Even Possess an Anarchist Zine

https://theintercept.com/2025/11/23/prairieland-ice-antifa-zines-criminalize-protest-journalism/
18•pabs3•1h ago•4 comments

(2) Inside the Shenzhen Robot Factory That's Reinventing CNC [video]

https://www.youtube.com/watch?v=NZs8PP6lG9k
2•xbmcuser•1h ago•0 comments

Counterfactual World Models via Digital Twin-Conditioned Video Diffusion

https://arxiv.org/abs/2511.17481
2•badmonster•1h ago•0 comments

Pg_AI_query – AI-powered SQL generation and query analysis for PostgreSQL

https://www.postgresql.org/about/news/pg_ai_query-ai-powered-sql-generation-query-analysis-for-po...
2•ramesh1994•1h ago•0 comments

Show HN: I built a free kids coloring site with AI

https://happykidscoloring.com/en
2•daimajia•1h ago•0 comments

IACR 2025 election cannot be verified due to lost decryption key

https://www.iacr.org/news/item/27138
1•T3OU-736•1h ago•0 comments

A Batesian Mimicry Explanation of Business Cycles (2010)

http://falkenblog.blogspot.com/2010/07/batesian-mimicry-explanation-of.html
1•Ariarule•1h ago•0 comments

Test Your Ability to Spot Google Gemini's Nano Banana Pro

https://realorai.dev/
1•ducktective•1h ago•0 comments

Ask HN: How to get over the "Work –> Appreciation" cycle

2•Nischalj10•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•7mo ago

Comments

palata•7mo 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•7mo 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•7mo 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•7mo ago
And here's an entire Java IDE with CheerpJ that downloads less than 15mb:

https://reportmill.com/SnapCode

palata•7mo 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•7mo 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•7mo 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•7mo 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•7mo 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•7mo 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•7mo 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.