frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

What Makes a CTO?

https://heltes.com/mapapp/what_makes_a_cto/
1•heltale•29s ago•0 comments

Neural Turing Machines (2014)

https://arxiv.org/abs/1410.5401
1•peter_d_sherman•7m ago•0 comments

Schott Glass, Russian Lenses, and a Jupiter 5 Do Over

https://www.leicalensesfornormalpeople.com/2022/01/18/schott-glass-russian-lenses-and-a-jupiter-5...
1•andsoitis•7m ago•0 comments

The Great Google Scam: The "Delete" Button That Deletes Nothing

https://medium.com/@istokovicsgyorgy79/the-great-google-scam-the-delete-button-that-actually-dele...
1•Bitu79•8m ago•0 comments

Too much light at night changes the shape and working of the heart

https://www.escardio.org/news/press/press-releases/too-much-light-at-night-changes-the-shape-and-...
1•Markoff•11m ago•0 comments

Unsafe at Any Speed

https://en.wikipedia.org/wiki/Unsafe_at_Any_Speed
1•js2•21m ago•0 comments

Offer the Real Call Girl Service in Delhi

1•alishavarmanoid•28m ago•0 comments

Claude AIs tricked into unescapable conversation [beginning: Ctrl^F to "AI 1"]

https://www.thisamericanlife.org/896/transcript
1•alister•29m ago•0 comments

Show HN: The hacker who took 3,998 BTC is texting Blockstream on-chain, live

https://liquidsaga.miguelmedeiros.dev
1•miguelmedeiros•32m ago•0 comments

AI is breaking our proxies for expertise

https://www.seangoedecke.com/ai-is-breaking-our-proxies-for-expertise/
3•daniel-sc•34m ago•1 comments

Show HN: Words of Hanoi

https://crux.quest/hanoi
1•saretup•34m ago•0 comments

Terrence Tao: AI Is Teaching Us Something Uncomfortable About Our Own Minds [video]

https://www.youtube.com/watch?v=DRDoABHToEo
3•thelastgallon•40m ago•0 comments

Anthropic CEO says AI industry needs to give safety measures time to catch up

https://apnews.com/article/anthropic-ai-dario-amodei-d59552edcb27892d8ee4d98a48397706
1•xiaoyu2006•45m ago•0 comments

BioCompute is chasing a world where a dollar can buy you a million TB of storage

1•darius88•50m ago•1 comments

WordPress object cache backed by shared memory, ~19% faster than Memcached

https://wordpress.org/plugins/yac-object-cache/
2•laruence•52m ago•0 comments

Show HN: AI Rendering in Realtime at 3dbae

https://www.youtube.com/watch?v=Q9EZkVx-pws
1•Shraddha__Singh•54m ago•0 comments

Show HN: SF Title Alert

https://sftitlealert.com/
1•arkadiyt•59m ago•0 comments

Apple launches a new way to prove a photo was shot with an iPhone (not AI)

https://www.niemanlab.org/2026/09/apple-launches-a-new-way-to-prove-a-photo-was-shot-with-an-ipho...
2•ilamont•1h ago•2 comments

Show HN: The iPhone Duo fold effect on any Windows laptop

https://winduo.baselashraf.com/
1•BaselAshraf81•1h ago•1 comments

JPMorgan cut off Situational Awareness lending after AI losses

https://www.ft.com/content/916eea1b-d483-49e1-9a70-53b4df8f9870
4•1vuio0pswjnm7•1h ago•0 comments

Lizard Evolution in Real Time: Field Experiments on Evolutionary Process [video]

https://www.youtube.com/watch?v=MslG1nh7JdI
1•thunderbong•1h ago•0 comments

Data races and the limits of ThreadSanitizer in C and Go

https://theconsensus.dev/p/2026/09/06/data-races-and-the-limits-of-threadsanitizer-in-c-and-go.html
2•matt_d•1h ago•0 comments

India's First AI Agentic E-Commerce Platform

https://www.youtube.com/watch?v=e-Z690c_SLA
1•Shraddha__Singh•1h ago•0 comments

Quantum O(1) Invariants: Redefining Post-Quantum Cryptography

https://zenodo.org/records/22731417
1•GeometryKernel•1h ago•0 comments

Roon: "I think open source will be banned"

https://twitter.com/tszzl/status/2098875417373634944
5•pr337h4m•1h ago•3 comments

Fenton's Reagent

https://en.wikipedia.org/wiki/Fenton%27s_reagent
2•peter_d_sherman•1h ago•0 comments

Early Earth's Aurora may have made a ion-beam reactor for prebiotic chemistry

https://phys.org/news/2026-09-early-earth-auroral-belts-natural.html
4•wglb•1h ago•2 comments

JWST finds extreme star-forming galaxies masquerading as faint quasars

https://phys.org/news/2026-09-jwst-extreme-star-galaxies-masquerading.html
2•wglb•1h ago•1 comments

Show HN: I made an alternative to the archived filebrowser

https://github.com/skidoodle/filebrowser
2•skidoodle•1h ago•1 comments

A wandering black hole caught feeding on the run

https://phys.org/news/2026-08-black-hole-caught.html
2•wglb•1h ago•1 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.