frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Electric is joining team Neon at Databricks

https://neon.com/blog/electric-joins-neon
1•thunderbong•1m ago•0 comments

Show HN: Copero Game: Free Football Career Simulator

https://coperogame.com/en
1•light001•3m ago•0 comments

A carbon nanotube network combines fracture resistance with extreme hardness

https://www.ibtimes.sg/china-scientists-create-unbreakable-crystal-stronger-diamond-how-it-works-...
1•yogthos•7m ago•0 comments

What happens when the AI bubble pops?

https://thehustle.co/originals/what-happens-when-the-ai-bubble-pops
2•paulpauper•10m ago•0 comments

Shopping Is Impossible

https://www.theatlantic.com/technology/2026/08/online-shopping-inescapable/688254/
1•paulpauper•10m ago•0 comments

We selected the next vector database at Booking.com

https://booking.ai/how-we-selected-the-next-vector-database-at-booking-com-1e738a5e3bb0
1•bobvanluijt•13m ago•0 comments

The Artificially Intelligent Dog

https://arnoldkling.substack.com/p/the-artificially-intelligent-dog
1•paulpauper•14m ago•0 comments

Two LLM calls beat one: 67% cheaper and 100% vs. 72% extraction accuracy

https://github.com/tauansloboda/semantic-thermodynamics
1•tauanvinicius•15m ago•0 comments

The Human Is the Loop

https://brentfitzgerald.com/posts/the-human-is-the-loop/
2•burnto•22m ago•0 comments

MiniMax H3: An Open Model Breaking the Boundaries Between Tasks and Modalities

https://twitter.com/MiniMax_AI/status/2083008095488516262
1•gmays•24m ago•0 comments

Review of Studies on the Level of Cannabis Use and Risk of Psychosis

https://pmc.ncbi.nlm.nih.gov/articles/PMC4988731/
1•thisislife2•24m ago•0 comments

Company Offering '100% Human-Written, Never AI' Medical Research Is 100% AI

https://www.404media.co/company-offering-100-human-written-never-ai-peer-review-is-entirely-ai/
3•Anon84•32m ago•1 comments

SignalCaster

https://signalcaster.app/
2•abdoghamlouch•35m ago•0 comments

Linux desktop use surged to 22% on one workday, Cloudflare data shows

https://www.zdnet.com/article/linux-desktop-use-surged-on-one-workday-cloudflare-data-shows/
4•speckx•37m ago•0 comments

Numbat by Perplexity: Endpoint visibility into AI agent activity

https://github.com/perplexityai/numbat
1•handfuloflight•37m ago•0 comments

SWE-Bench ProMax: Benchmarking Agents on Large-Scale Code Refactoring

https://arxiv.org/abs/2608.09802
1•williamjinq•38m ago•0 comments

4Chan Chuds Used AI to Clothe Her. She Fought Back (2024)

https://www.rollingstone.com/culture/culture-news/dignifai-4chan-shame-women-1234961851/
5•TMWNN•40m ago•0 comments

Stealing Reasoning Traces from Proprietary LLM APIs

https://arxiv.org/abs/2608.09867
1•vismit2000•41m ago•0 comments

The lifesaving secret hidden inside a horseshoe crab's blue blood

https://whdh.com/news/the-lifesaving-secret-hidden-inside-a-horseshoe-crabs-blue-blood-and-the-ra...
2•andsoitis•52m ago•0 comments

New Bedford police officer accused of using Flock cameras to track ex-partner

https://newbedfordlight.org/new-bedford-police-officer-accused-of-using-flock-cameras-to-track-an...
24•newsomix9xl•55m ago•9 comments

The traits that make engineers stand out, according to Coinbase's CTO

https://www.businessinsider.com/coinbase-cto-shares-traits-standout-engineers-have-ai-era-2026-8
3•doctaj•57m ago•0 comments

Gen Z has rediscovered the joy of going to the movies

https://www.economist.com/culture/2026/08/11/gen-z-has-rediscovered-the-joy-of-going-to-the-movies
8•andsoitis•58m ago•7 comments

Nvidia's Great Silicon Showdown

https://www.economist.com/business/2026/08/11/nvidias-great-silicon-showdown
1•andsoitis•58m ago•0 comments

Show HN: AirStats – the lightest Mac menu bar system monitor

https://airstats.app/
2•byrencodes•58m ago•0 comments

Advanced AI Sycophancy

https://www.seangoedecke.com/advanced-ai-sycophancy/
2•chaychoong•59m ago•0 comments

Am I the problem? Interviewing another team to find out

https://www.macchaffee.com/blog/2026/am-i-the-problem/
1•abelanger•1h ago•0 comments

I built a failover daemon for Vast.ai spot GPUs, found 5 real bugs testing it

https://github.com/enplabs/spotwarp
1•choi5844•1h ago•0 comments

A least-privilege linter for Claude Code agent policies

https://www.npmjs.com/package/@cognitive-fab/polycheck
1•jdubray•1h ago•0 comments

Skills from a Smart Bear

https://skills.asmartbear.com/
2•mooreds•1h ago•0 comments

Malicious Chrome VPN Extensions Discovered That Do Traffic Redirection

https://socket.dev/blog/chrome-vpn-extension-impersonation
1•feross•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.