frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Jury finds Facebook liable for deceiving users in Cambridge Analytica case

https://www.cbsnews.com/news/facebook-liable-deceiving-users-cambridge-analytica/
10•pseudolus•25m ago•0 comments

Overview of Manhattan's Infrastructure and Metabolism

https://new-york-urban-metabolism.pages.dev/
2•measurablefunc•25m ago•0 comments

The 'died with' vs. 'died of' measles discussion misses something important

https://www.statnews.com/2026/09/25/died-with-not-from-measles-physicians-explain-death-certifica...
1•EA-3167•26m ago•3 comments

The Alignment Research Center

https://millicosm.substack.com/p/the-alignment-research-center
1•paulpauper•29m ago•0 comments

Does Georgism Work? Five Years Later

https://www.astralcodexten.com/p/does-georgism-work-five-years-later
1•paulpauper•30m ago•0 comments

AI Safety's Disallowed Conclusion

https://www.souprecipies.com/p/ai-safetys-disallowed-conclusion
1•paulpauper•30m ago•0 comments

Functional Mechanical Sympathy [video]

https://www.youtube.com/watch?v=jSHmDnUZCm8
1•surprisetalk•35m ago•0 comments

Common cleaning sponge found to release trillions of microplastic fibers

https://www.sciencedaily.com/releases/2026/04/260417085404.htm
2•littlexsparkee•37m ago•1 comments

Xidian pushes wurtzite ferroelectric memory past 10B write cycles

https://www.neoteo.com/en/xidian-pushes-wurtzite-ferroelectric-memory-past-10-billion-write-cycles
1•yogthos•38m ago•0 comments

Do we still enjoy software engineering in the age of AI?

https://shubs.io/do-we-still-enjoy-software-engineering-in-the-age-of-ai/
1•llui85•40m ago•0 comments

McDonald's turns to AI for drive-thru, inventory management, order accuracy

https://www.restaurantdive.com/news/mcdonalds-archiq-drive-thru-artificial-intelligence-next-stra...
2•ytNumbers•41m ago•2 comments

Portabase

https://portabase.io
1•abdelhousni•41m ago•0 comments

The place where your attention belongs

https://twitter.com/marcelo_earth/status/2103634358594646370
1•marcelo-earth•45m ago•0 comments

Creating Client Certificates for Kubernetes Pods

https://blog.hardill.me.uk/2026/09/24/creating-client-certificates-for-kubernetes-pods/
1•8organicbits•47m ago•0 comments

Malicious Twitch chat messages can trigger code execution on OBS Studio

https://cyberinsider.com/malicious-twitch-chat-messages-can-trigger-code-execution-on-obs-studio/
4•tau255•48m ago•0 comments

The Failed "Hostage Theory" of Nikole Hannah-Jones

https://www.educationprogress.org/p/the-failed-hostage-theory-of-nikole
1•barry-cotter•51m ago•0 comments

Reflex – run a Jev-like decision model locally on a 16GB Nvidia GPU

https://github.com/lateos-ai/reflex
2•leochong•51m ago•0 comments

AI: Who Still Uses Permissions?

2•meredithbloom•57m ago•1 comments

Why AI is booming, but productivity isn't

https://research.socialcapital.com/p/ai-roi
5•gmays•1h ago•0 comments

One Piece of Flock Camera Data Put This Innocent Woman in Jail for 13 Days

https://www.jezebel.com/flock-cameras-data-innocent-woman-arrested-lindsey-isaacs-palm-beach-flor...
24•HotGarbage•1h ago•2 comments

Custom Models in Oh My Pi: vLLM, Llama.cpp, SGLang and More

https://doug.sh/posts/oh-my-pi-custom-models/
2•dougcalobrisi•1h ago•0 comments

We All Hated Busy Work. Now That It's Disappearing, It Turns Out We Miss It

https://www.wsj.com/lifestyle/careers/we-all-hated-busy-work-now-that-its-disappearing-it-turns-o...
6•talon8635•1h ago•2 comments

Smarter Than Yesterday

https://abovegradelevel.substack.com/p/smarter-than-yesterday
1•barry-cotter•1h ago•0 comments

Linguistic humor, Foreign hotel signs

https://www.ling.upenn.edu/~beatrice/humor/foreign-hotel-signs.html
2•sublinear•1h ago•0 comments

Amar Bose, Founder of Bose Corporation

https://en.wikipedia.org/wiki/Amar_Bose
2•gurjeet•1h ago•0 comments

New Zealand woman runs 1000 ultramarathons in 1000 days

https://www.rnz.co.nz/life/wellbeing/new-zealand-woman-runs-1000-ultramarathons-in-1000-days
2•lostlogin•1h ago•0 comments

Listen Up You Imposters

https://fuck-off.ai/panned
3•gfody•1h ago•0 comments

Privacy-focused general productivity webapp

https://github.com/ontoplano/ontoplano
3•philipthetenth•1h ago•0 comments

Open arena where AI agents climb a game-theory ladder ($500 Season 0)

https://play.zoagames.com/arena/
1•zoatom•1h ago•0 comments

Generate fonts where every LLM token is the same width

https://ampdot.mesh.host/token-space-fonts.html
2•z-mach9•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.