frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Martin Picard's Mitochondrial Theory of Mind

https://www.quantamagazine.org/martin-picards-mitochondrial-theory-of-mind-20260717/
1•bookofjoe•1m ago•0 comments

A quarter of EU power came from solar for the first time in June 2026

https://ember-energy.org/latest-insights/a-quarter-of-eu-power-came-from-solar-for-the-first-time...
1•giuliomagnifico•1m ago•0 comments

MX3D Bridge (3D printed bridge in Amsterdam)

https://archello.com/es/project/mx3d-bridge
1•eamag•2m ago•0 comments

Show HN: Scaffold a raw idea into something ship-ready in under a minute

1•xnslx•4m ago•0 comments

Show HN: iMessage is the best interface, so I built TypeScript SDK for it

https://github.com/jmisilo/imessage-sdk
1•misilojakub•11m ago•0 comments

Meta scales back plan to track keystrokes, mouse movements after staff uproar

https://nypost.com/2026/06/02/business/mark-zuckerbergs-meta-scales-back-plan-to-track-keystrokes...
1•chbint•13m ago•0 comments

Show HN: A Back end-as-a-Service for collaborative SaaS applications

https://linkedrecords.com/
1•WolfOliver•13m ago•0 comments

A Companion Robot Company Just Landed a Classroom

https://jgcarpenter.com/blog.html?blogPost=a-companion-robot-company-just-landed-a-classroom
1•MaysonL•16m ago•0 comments

Memetic transfer: ecosystem of information exchange, and the attention economy

https://suriya.cc/essays/memetic/
1•subygan•16m ago•0 comments

How can a dugnad save the web?

https://vivaldi.com/blog/how-can-a-dugnad-save-the-web/
1•filippoalbertin•17m ago•0 comments

Show HN: Leenar – Tell us what you're building, we deploy your infra

https://leenar.net/
2•Leenar_AI•21m ago•0 comments

Pareidolia

https://en.wikipedia.org/wiki/Pareidolia
1•tomasyany•23m ago•0 comments

OpenAI Makes ChatGPT ChatGPT Again

https://daringfireball.net/linked/2026/07/17/chatgpt-siegler
1•tosh•23m ago•0 comments

Show HN: Design Skills Directory – curated agent skills for UI taste and craft

https://www.designskills.directory/
1•tungtbt•24m ago•0 comments

British coder who revolutionised Ukraine's drone army on paternity leave

https://www.thetimes.com/world/russia-ukraine-war/article/russia-ukraine-war-drones-occamx-softwa...
1•wyclif•25m ago•0 comments

Abliterated Kimi K3 for blackbox software red teaming

https://huggingface.co/audnai/penclaw-Kimi-K3.0-abliterated-GGUF
1•ozgurozkan999•27m ago•0 comments

I vibe coded a free offline Math game for kids

https://github.com/abhas9/escape-run
2•redcat99•27m ago•0 comments

Show HN: Race to AGI – a simulation browser game about running a frontier AI lab

https://rtagi.online
1•zameermfm•30m ago•0 comments

Ask HN: What Is Best for Marketing YouTube or Other Social Media

1•HSK11•31m ago•1 comments

China's A.I. Play Is Different from America's

https://www.nytimes.com/2026/07/18/opinion/china-united-states-artificial-intelligence.html
2•eigenhombre•32m ago•0 comments

Font uses an optical illusion to hide from AI

https://www.popsci.com/technology/font-optical-illusion-hide-ai/
1•MaysonL•34m ago•0 comments

Show HN: I built a browser workbench for generating and comparing AI music

https://imaginevid.io/ai-music-generator
1•wushi•38m ago•0 comments

Roger Summit, Who Invented an Early Online Search Service DIALOG, Dies at 95

https://www.nytimes.com/2026/07/17/technology/roger-summit-dead.html
1•1vuio0pswjnm7•39m ago•0 comments

Enterprise Haskell at H-E-B

https://blog.haskell.org/enterprise-haskell-at-h-e-b/
2•birdculture•42m ago•0 comments

The Voice of Google

https://www.newyorker.com/culture/the-weekend-essay/the-voice-of-google
2•cjcenizal•42m ago•1 comments

Chinese CXMT to Match Micron's DRAM Manufacturing Capacity This Year

https://www.techpowerup.com/350726/chinese-cxmt-to-match-microns-dram-manufacturing-capacity-this...
1•akyuu•43m ago•0 comments

Show HN: Turn a Suno song into a music video with beat-synced auto-editing

https://aivideogenerator.so/
1•Austinit•44m ago•1 comments

Cleaning a 120 Notebook Mess

https://davidhaggstrom.dev/posts/how-i-cleaned-a-notebook-mess/
1•davidhaggstrom•44m ago•0 comments

Print a Stencil – SVG to 3D Printing PCB solder paste stencil

https://printastencil.com
1•ingen0s•45m ago•2 comments

Kevin O'Leary claimed opposition to Utah data center was fueled by Chinese money

https://fortune.com/2026/07/17/kevin-oleary-defamation-lawsuit-chinese-communist-party-utah-data-...
2•1vuio0pswjnm7•45m 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.