frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Lorem Ipsum Mystery [video]

https://www.youtube.com/watch?v=kL1PDqzqhM4
1•latexr•1m ago•0 comments

I Bought a 2004 iPod in 2026

https://chrissy.dev/notes/i-bought-a-2004-ipod-in-2026/
1•stog•1m ago•0 comments

The world may not like Trump's Gaza plan – but there is no alternative

https://www.ft.com/content/2472e584-758b-4a3f-83d1-9fba042a9312
1•JumpCrisscross•2m ago•0 comments

Using Code Maps

https://github.com/SymbolGroundingFramework/SGF-manifest/tree/main/wml-spec
1•jstakelum•4m ago•1 comments

Electric schnoz can smell when your food's gone bad

https://news.berkeley.edu/2026/06/17/the-nose-knows-electric-schnoz-can-smell-when-your-foods-gon...
2•gmays•5m ago•0 comments

First Landing: Why They Come Here to Build

https://www.lighthousehq.com/first-landing
1•spking•7m ago•0 comments

Data Engineering Acquisitions (2022-2026)

https://www.ssp.sh/brain/data-engineering-acquisitions/
1•sebg•10m ago•0 comments

How Stephen Colbert's Replacement Is Helping Tank the Rest of CBS

https://www.thedailybeast.com/obsessed/how-stephen-colberts-replacement-is-helping-tank-the-rest-...
3•Amorymeltzer•12m ago•0 comments

Show HN: Clear lang – The spec is the code

https://sahin.io/clear/
2•sahin•15m ago•0 comments

Peptides Fuel a Multibillion-Dollar Startup Race

https://www.bloomberg.com/features/2026-peptide-legalization-gold-rush/
4•Anon84•15m ago•0 comments

Unpatchable Apple Bootrom Exploit for Devices Released 2018-2021

https://github.com/prdgmshift/usbliter8
1•tech234a•17m ago•0 comments

Inflect-Nano, a 4.63M-parameter local TTS model with its own vocoder

https://huggingface.co/owensong/Inflect-Nano-v1
1•Lihh27•17m ago•0 comments

Everything Is BOM: Bill of Materials Encyclopedia

https://bomwiki.com/
2•sebg•20m ago•0 comments

Accenture shares fall to lowest since 2017 as AI threat mounts

https://www.ft.com/content/9f063b07-da39-4feb-92ab-ee0f91385c62
5•root-parent•21m ago•1 comments

Never Waste a Token

https://sunilpai.dev/posts/never-waste-a-token/
2•gmays•22m ago•0 comments

Experimental Rust DRM driver targets modern DisplayLink hardware

https://www.phoronix.com/news/Experimental-Vino-DRM-Driver
2•logickkk1•25m ago•0 comments

Show HN: Veneerly – See your own face with veneers before you commit

https://www.tryveneerly.com/
2•dsstudios•27m ago•0 comments

London Heathrow Expansion Masterplan [pdf]

https://assets.publishing.service.gov.uk/media/6a33041e00ff27f06e3ef9df/proposed-draft-revision-t...
2•jupin•29m ago•1 comments

Healthcare workers emailed about a day off — but it was a cybersecurity test

https://www.cbc.ca/news/canada/newfoundland-labrador/nlhs-phishing-email-9.7238374
3•ChrisArchitect•30m ago•0 comments

Memory Model V3 – LTM/STM Architecture with AEIL Compression for AI

https://github.com/anthonystaiger8-bit/memory-model
2•Anthonystaiger•32m ago•0 comments

Livespace: Making the Web come Alive

https://jasebroderick.substack.com/p/livespace-making-the-frontend-come
2•jobroder95•32m ago•0 comments

Opensource: Gibraltar Legal, Regulatory and Compliance Osint Skills File (AI)

https://github.com/Flipsta/Giblegal/blob/main/Gibraltar%20Legal%20Regulatory%20Compliance%20OSINT...
2•PhilipV•33m ago•1 comments

Show HN: Are You in the Weights?

https://www.intheweights.com/
11•turtlesoup•34m ago•1 comments

Crundi – a self-hosted remote workbench you reach from anywhere

https://github.com/TheRealFaruhaan/crundi
2•TheRealFaruhaan•35m ago•0 comments

Florida's TikTok lawsuit could signal wider social media crackdown

https://www.politico.com/news/2026/06/17/florida-tiktok-lawsuit-social-media-crackdown-00963945
6•1vuio0pswjnm7•35m ago•1 comments

Show HN: Torum – your own portable HN clone

2•smalltorch•36m ago•0 comments

Amazon Workers Say Data Center Testimony Prompted HR Calls

https://www.bloomberg.com/news/articles/2026-06-18/amazon-workers-say-data-center-testimony-promp...
2•1vuio0pswjnm7•37m ago•0 comments

A Common Sense Guide to Volatility Trading [Code Included]

https://www.quant-galore.com/p/a-common-sense-guide-to-volatility
1•alphanume•37m ago•0 comments

Oalabs catch hacker using Claude for black hat, but exposed resume from prompts

https://research.openanalysis.net/claude/codex/hacking/ai%20hacking/llm/redteam/policy%20violatio...
1•king_zee•38m ago•0 comments

Fed regulators order grid operators speed power to energy-hungry AI data centers

https://apnews.com/article/power-electricity-ai-plants-data-centers-grid-506e3d206871111f15c3c62f...
3•1vuio0pswjnm7•39m 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.