frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The history of Big Tech (it's darker that you think)

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

Practical lessons on building software with LLMs and automated governance

https://banes-lab.com/
1•jay-baleine•3m ago•0 comments

ShinyHunters hackers say they stole psychiatric and medical records of FBI staff

https://www.reuters.com/world/shinyhunters-hackers-say-they-stole-psychiatric-medical-records-fbi...
1•wyclif•5m ago•0 comments

"can't a guy walk down the street anymore without being harassed by AI" [video]

https://bsky.app/profile/cabel.panic.com/post/3mwgo5kml3r2z
1•LeoPanthera•6m ago•0 comments

Show HN: Detailed Guide to Agent Memory

https://www.cognee.ai/agent-memory
1•vasa_•13m ago•0 comments

What reversing, modernising old games tells us about the economic impact of AI

https://this.os.isfine.org/blog/posts/what-reverse-engineering-and-modernising-an-old-war-game-te...
1•keeda•14m ago•1 comments

Claude Deleted 48k Files

https://web.archive.org/web/20260920145334/https://www.reddit.com/r/ClaudeAI/comments/1wl5cgo/cod...
8•gurjeet•21m ago•1 comments

344,799 Bible cross-references

https://trekhleb.dev/bible-cross-references/
1•trekhleb•23m ago•0 comments

Universe, Drawn in ASCII

https://gcdatlas.vercel.app/
1•abetusk•24m ago•1 comments

First ever 3D animation (40 year old 3D computer graphics Pixar 1972)

https://www.youtube.com/watch?v=T5seU-5U0ms
2•nmstoker•27m ago•0 comments

Things You Notice Rewatching Ed, Edd N Eddy as an Adult

https://noxluneworld.com/darkest-cartoon-network-episodes/
2•makic•28m ago•0 comments

If Frank Lloyd Wright's Falling Water Was a Tree House (2012)

https://weburbanist.com/2012/03/17/if-wrights-falling-water-were-a-tree-house/
2•WarOnPrivacy•48m ago•1 comments

Top AI companies probing security incidents

https://www.axios.com/2026/09/26/openai-anthropic-thousands-ai-security-incidents
3•Balgair•48m ago•0 comments

react-html-3.2

https://jkosoy.github.io/react-html-3.2/
1•jkosoy•48m ago•2 comments

Laser Weapons Will Be Deployed at Cape Canaveral Spaceport to Take Down Drones

https://www.twz.com/news-features/space-force-getting-lasers-to-kill-drones-over-cape-canaveral-s...
2•cisc•49m ago•0 comments

Interpolating Between Neural Networks

https://flx.ai/2026/interpolating-between-neural-networks
1•flxai•50m ago•0 comments

Allegations of sexual harassment and rape at Bay Area AI party houses

https://www.kron4.com/news/technology-ai/report-details-allegations-of-wild-parties-sexual-harass...
5•lukewarm707•1h ago•0 comments

The Duo. No, the Other Duo

https://morrick.me/archives/10418
2•_Microft•1h ago•0 comments

Ask HN: Any books, list of papers, or articles to understand LLM's

1•forkbomb123•1h ago•0 comments

BubbleRumble: The new social for crypto by Jae Kwon

https://bubblerumble.net
2•arielhavila•1h ago•2 comments

Show HN: Newt – A Swift Package for Jev-Style Decisions on Apple Core AI

https://github.com/willswire/swift-newt
2•willswire•1h ago•0 comments

Vibe coding a real product: a 3D game on the App Store, 20 species, zero revenue

https://apps.apple.com/us/app/dinomino/id6809052147
1•kodnuke•1h ago•0 comments

An Underappreciated Problem with Dating Apps

https://www.theatlantic.com/family/2026/09/dating-strategies-apps-matchmakers/688779/
1•paulpauper•1h ago•0 comments

Donald Trump Hit with 26 Articles of Impeachment

https://www.newsweek.com/donald-trump-hit-with-26-articles-of-impeachment-12492238
10•slater•1h ago•1 comments

>1B tokens/minute/GPU by combining query planner and inference engine

https://modal.com/blog/quail-billion-tpm
4•charles_irl•1h ago•1 comments

God's Eye UAP – documented UFO cases on a 3D globe, with the evidence

https://domw99.github.io/Gods-Eye-UAPs/
10•godseyeuap•1h ago•0 comments

This guy bought Amazon. No, I mean the rainforest

https://en.wikipedia.org/wiki/Johan_Eliasch
1•sans_souse•1h ago•0 comments

X Cleanup – on-device iPhone storage cleaner (duplicates, screenshots, videos)

https://apps.apple.com/us/app/x-cleanup-storage-cleaner/id6796765379
1•bashirmo•1h ago•0 comments

How to Entrain Your Circadian Rhythm for Jet Lag

https://www.exfatloss.com/p/how-to-entrain-your-circadian-rhythm
1•paulpauper•1h ago•0 comments

Tyler Cowen: A Doomsday Scenario for American AI

https://www.thefp.com/p/tyler-cowen-a-doomsday-scenario-for
1•paulpauper•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.