frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Chinas War on Female Delusion

https://mamathemagazine.com/chinas-war-on-female-delusion/
1•trojanalert•3m ago•0 comments

Samsung Electronics brings ChatGPT and Codex to employees

https://openai.com/index/samsung-electronics-chatgpt-codex-deployment/
1•doppp•3m ago•0 comments

How do you process asynchronous tasks today?

https://meerkatagents.com/
1•kannanreghu•4m ago•1 comments

SC law legalizes pinball for youth, ending decades-old prohibition

https://scdailygazette.com/2026/06/17/sc-law-legalizes-pinball-for-youth-ending-decades-old-prohi...
1•eric_h•7m ago•0 comments

Magpie-search – a federated search engine for LLM's/agents

https://github.com/xfloukiex-lab/magpie-search
1•Floukie•8m ago•0 comments

Niaid funded Wuhan Institute of Virology coronavirus gain-of-function research

https://www.dni.gov/index.php/newsroom/press-releases/press-releases-2026/4166-pr-11-26
4•stinkbeetle•14m ago•0 comments

China targets U.S. firms in retaliation for Pentagon blacklist

https://www.cnbc.com/2026/06/22/china-trade-curbs-us-companies-export-controls-procurement-exclus...
1•ilreb•18m ago•0 comments

Timesharing on the MIT Weather Radar PDP-8/IX

https://retrocomputingforum.com/t/timesharing-on-the-mit-weather-radar-pdp-8-ix/5569
1•signa11•23m ago•0 comments

ILX Launcher – a developer cockpit for Python apps (hot reload, crash capture)

https://github.com/ilxstudio/ILX-Launcher
1•ilxstudio•26m ago•0 comments

Simple Test Please Ignore

1•easterndev•27m ago•0 comments

Hundred Hour Workweek

https://jeremynixon.net/100-hr-workweek
1•jeremynixon•28m ago•1 comments

Test Post – Please Ignore

3•easterndev•28m ago•2 comments

Lloyd's Lab: Accelerating innovation in the insurance industry (2023) [pdf]

https://assets.lloyds.com/media/dc22cd29-1c4e-441c-a872-e1bf5ce9142a/Lloyds%20Lab_impact%20report...
1•mooreds•35m ago•0 comments

When AI Agents Do the Work, What Do We Lose?

https://milvus.io/blog/when-ai-agents-do-the-work-what-do-we-lose.md
1•Fendy•38m ago•0 comments

Show HN: Crespo – Tree-sitter AST blueprints instead of raw code for LLMs

https://github.com/hrudulmmn/crespo
1•ByteJoseph•43m ago•0 comments

Show HN: I applied Lyapunov stability theory to detect when LLM agents spiral

https://github.com/vishal-dehurdle/state-harness
1•visha1v•44m ago•0 comments

Telegram founder accuses Meta of sabotaging access in India with BGP hijacks

https://www.theregister.com/networks/2026/06/19/telegram-founder-accuses-meta-of-sabotaging-acces...
4•thisislife2•45m ago•1 comments

Manifest for RISC-V Constant Time Floating-Point Operations

https://fprox.substack.com/p/manifest-for-risc-v-constant-time
1•hasheddan•58m ago•0 comments

The Flat Curve Society

https://steve-yegge.medium.com/the-flat-curve-society-36c8b01eb33b
13•fbuilesv•1h ago•3 comments

Why Gen Z Is Nostalgic for a Digital World They Never Knew

https://decodingvibes.com/blog/genz-and-frutiger-aero/
1•altmanaltman•1h ago•0 comments

The Story of the UK General Strike

https://www.nationalarchives.gov.uk/explore-the-collection/stories/the-general-strike/
1•petethomas•1h ago•0 comments

Show HN: Open-source Notion-style personal site / blog

https://github.com/terryds/notion-style-personal-site
1•terryds•1h ago•0 comments

Progressive Disclosure

https://en.wikipedia.org/wiki/Progressive_disclosure
1•Austin_Conlon•1h ago•0 comments

Trump Ally Wins Colombia Election, Heralding Pro-Market Turn

https://www.bloomberg.com/news/articles/2026-06-22/trump-ally-wins-colombian-election-heralding-p...
1•baristaGeek•1h ago•1 comments

Show HN: HyperSnatch – local-first evidence workstation for Windows

https://github.com/Z3r0DayZion-install/hypersnatch/releases/tag/v1.6.11
1•neuralshell•1h ago•0 comments

Show HN: Typevia live LaTeX editing with AI assistance

https://www.typevia.com/
2•Niqht•1h ago•0 comments

Geopolitical jitters push Europe's internet registry away from cloud strategy

https://www.theregister.com/networks/2026/06/19/geopolitical-jitters-push-europes-internet-regist...
2•mooreds•1h ago•0 comments

Therapy ferrets used to kill rats at UK's largest children's prison

https://www.theguardian.com/society/2026/jun/21/therapy-ferrets-kill-rats-uk-largest-children-pri...
3•mooreds•1h ago•3 comments

WebGPU feature detection was not enough to run small LLMs on phones

https://ludion.ai/blog/webgpu-reports-vs-reality/
1•Littice•1h ago•0 comments

Speculation Is All You Need

https://modal.com/blog/spec-is-all-u-need
2•birdculture•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•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.