frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Indie Hacker Economy Is a Pyramid Scheme

https://medium.com/westenberg/the-indie-hacker-economy-is-a-pyramid-scheme-d06cb5789648
1•latexr•53s ago•0 comments

China State Media Says Support for Open AI Models Has Limits

https://www.bloomberg.com/news/articles/2026-07-27/china-state-media-says-support-for-open-ai-mod...
1•maxloh•7m ago•1 comments

Warden – run a fleet of coding agents without losing your mind

https://github.com/srjn45/warden
1•srjn45•8m ago•0 comments

Shake: Stimulating Haptics Add-In for Kinematic Enhancement

https://github.com/sideline-int/SHAKE
1•wertyk•10m ago•0 comments

Git Without a Forge

https://www.chiark.greenend.org.uk/~sgtatham/quasiblog/git-no-forge/
1•olexsmir•12m ago•0 comments

How Unix spell ran in 64 kB of RAM

https://blog.codingconfessions.com/p/how-unix-spell-ran-in-64kb-ram
2•donw•13m ago•0 comments

Opus Cost = Minimum Wage in South Africa

2•bridgettegraham•16m ago•0 comments

Show HN: We built an MCP server for document generation

https://docuqueue.com/#mcp
1•dvcoolarun•20m ago•0 comments

Why does everything feel so joyless?

https://www.theguardian.com/us-news/ng-interactive/2026/jul/26/age-of-decadence-pleasure-ai
1•mattjhall•24m ago•0 comments

Ask HN: Where do those LLM-generated outreach emails come from?

2•nicbou•26m ago•0 comments

Modern email can be built from borrowed parts

https://en.andros.dev/blog/d7ed8b07/modern-email-can-be-built-from-borrowed-parts/
2•andros•29m ago•0 comments

Would you choose £50k over the chance of £1M?

https://yougov.com/en-gb/daily-results/20260722-c0b92-3
2•yzydserd•32m ago•1 comments

Elevated errors on Claude Opus 5

https://status.claude.com/incidents/lhqp09kxq7pb
3•flyaway123•36m ago•1 comments

Sam Altman says we are in the singularity

https://www.businessinsider.com/sam-altman-openai-the-singularity-agi-prediction-anthropic-nvidia...
1•ColinEberhardt•37m ago•1 comments

Show HN: adCasa OS – AI marketing workspace built with Bayesian attribution

https://adcasa.io/
1•adcasa•38m ago•0 comments

Nvidia in talks with OpenAI to guarantee $250B financing for data center

https://www.reuters.com/business/media-telecom/nvidia-talks-with-openai-guarantee-250-billion-fin...
1•01-_-•39m ago•0 comments

Zeiss expands German site that caps ASML's EUV scanner output

https://www.tomshardware.com/tech-industry/zeiss-expands-german-site-that-caps-asmls-euv-scanner-...
1•01-_-•41m ago•0 comments

Doom Running on a Regex Engine

https://4rh1t3ct0r7.github.io/doom-regex/
1•abareplace•43m ago•0 comments

Meta launched a new AI optimism ad set to a song about human extinction

https://techcrunch.com/2026/07/23/meta-launched-a-new-ai-optimism-ad-set-to-a-song-about-human-ex...
6•robin_reala•47m ago•0 comments

Do Agent Benchmarks Measure Capability? Protocol Validity in the Age of Agentic

https://arxiv.org/abs/2607.22368
1•sbulaev•49m ago•0 comments

I'm running the ICFP programming contest

https://eieio.games/blog/im-running-the-icfp-programming-contest/
1•birdculture•50m ago•0 comments

The AI bioweapon risk isn't jailbreaks

https://point.free/blog/the-ai-bioweapon-risk-isnt-jailbreaks/
1•cafkafk•51m ago•1 comments

Keigo Higashino, author of The Devotion of Suspect X, dies at 68

https://www.oricon.co.jp/news/2470322/
3•linzhangrun•59m ago•0 comments

Even in Utah Families Are Getting Smaller

https://www.nytimes.com/2026/07/25/us/politics/utah-birth-rate-fertility-decline.html
2•geox•1h ago•0 comments

Show HN: A browser-based vector animation engine rendering animated objects

https://thorvg-janitor.vercel.app/
4•hermet•1h ago•2 comments

Show HN: I made a convenient and fast file sharing service

https://coldfiles.dev/
2•bunchy7s•1h ago•5 comments

Show HN: Comparing stock returns after cyber incidents

https://incidentimpact.com/
3•0xad•1h ago•1 comments

Build internal tools for your Startup with Construct AI

https://construct.computer/blog/build-internal-tools-with-construct/
1•ankushKun•1h ago•0 comments

From Seed to Startup: How AI Is Revolutionizing Cannabis Cultivation

https://www.researchgate.net/publication/410602482_From_Seed_to_Startup_How_AI_Is_Revolutionizing...
1•fofoz•1h ago•0 comments

Could a Neuroscientist Understand a Microprocessor?(2017)

http://journals.plos.org/ploscompbiol/article?id=10.1371/journal.pcbi.1005268
1•num42•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.