frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

An Idiot's Guide to Winning Elections

https://outlookzen.com/2026/08/15/an-idiots-guide-to-winning-elections/
2•whack•6m ago•0 comments

ChatGPT lost 22 points of web share in a year

https://aicharts.grok.me/c/market-share
2•echohive42•7m ago•1 comments

The complete AI SEO playbook: from zero to 4.6M impressions in 3 months

https://github.com/TraceCohenTech/ai-seo-playbook
2•t_cohen•9m ago•0 comments

Do Your Emojis Make You Look Old?

https://www.nytimes.com/interactive/2026/08/12/upshot/emoji-generations.html
2•momentmaker•10m ago•1 comments

Big Pickle on SWE Atlas – Codebase QnA

https://github.com/PhillipChaffee/big-pickle-swe-atlas
2•phillipchaffee•18m ago•0 comments

How/where to find a girlfriend that understands the hustle and long hours?

2•abcrezmmo•18m ago•1 comments

Timestamp and WACZ/WARC Script via ArchiveWeb.page

https://gist.github.com/atraining/2f5436d26cc80d66ed5ff1bf23865ddf
2•chelm•28m ago•0 comments

SynthID watermarking and removal methods are a joke

https://medium.com/@vektormemory/synthid-watermarking-and-removal-methods-are-a-joke-6ca5680e51ac
2•vektormemory•32m ago•1 comments

Tea5767-Radio-Tuner

https://github.com/turtushig22-blip/tea5767-radio-tuner
3•turtushig22•34m ago•0 comments

Banned Words List

https://pen.org/banned-words-list/
4•structuredPizza•35m ago•0 comments

Portal, for securing IoT communication

https://github.com/MaticianInc/portal
2•tacitusarc•42m ago•1 comments

I'm getting into house cleaning. What should I know?

https://refinedservicesgroup.com
2•hunterhandkerch•44m ago•0 comments

Find out what your coding agents cost you

https://github.com/ACE-Engineering/ace-sidecar
1•flyingfishisme•44m ago•0 comments

Rewriting in Rust

https://blog.jetbrains.com/rust/2026/08/10/rewriting-in-rust/
2•worik•46m ago•0 comments

Image and text do not share a coordinate system

https://twitter.com/advprop/status/2088771122707722365
1•apsys•50m ago•0 comments

Tesla drivers are letting their cars take over

https://www.sfchronicle.com/bayarea/article/tesla-self-driving-car-22384520.php?taid=6a8091bad297...
1•GMoromisato•51m ago•1 comments

Show HN: Snafu: Agentic flow to help you with "naming things" in source code

https://github.com/sebastiancarlos/snafu
1•httbs•58m ago•0 comments

Show HN: Techflare – Chrome extension to see if a website uses Cloudflare

https://chromewebstore.google.com/detail/techflare/lbbkmioghlgfnbkciibfglcopkncdfpg
1•wenbin•1h ago•0 comments

Credit card debt rises to $1.26T, nearing all-time record

https://abc7.com/story/credit-card-debt-rises-126-trillion-nearing-time-record/19667289/
15•lxm•1h ago•8 comments

The key that never exists: a threshold signing ceremony in the browser

https://808bits.com/articles/threshold-signing-ceremony-in-your-browser/
1•meehow•1h ago•0 comments

I don't want to work in a factory

https://jaspercroo.me/essays/002_factories/
1•thoughtpeddler•1h ago•0 comments

Alibaba AI Models Hit 3B Downloads, Passing Meta, Google

https://finance.yahoo.com/technology/ai/articles/alibaba-ai-models-hit-3-091606840.html
2•zkmon•1h ago•0 comments

Meguro Parasite Museum

https://www.kiseichu.org
1•joebig•1h ago•1 comments

Hunger stones: The history behind 'if you see me, weep'

https://www.dw.com/en/hunger-stones-the-history-behind-if-you-see-me-weep/a-78345729
6•bushwart•1h ago•1 comments

Find Closed Door Romance Books You'll Love

https://closeddoorromance.com/
1•gnabgib•1h ago•0 comments

Artin-Schreier Theorem [pdf]

https://kconrad.math.uconn.edu/blurbs/galoistheory/artinschreier.pdf
2•marysminefnuf•1h ago•0 comments

Decoding smell: Study reveals how odor signals shapeshift in the wind

https://www.colorado.edu/today/2026/08/10/decoding-smell-study-reveals-how-odor-signals-shapeshif...
2•hhs•1h ago•0 comments

Alaska Satellite Facility DAAC Data Access and Tools

https://www.earthdata.nasa.gov/centers/asf-daac/data-access-tools
1•Eridanus2•1h ago•0 comments

Anthropic CEO wife asked Epstein for porn business

https://www.forbes.com/sites/alisondurkee/2026/08/14/who-is-cami-clark-anthropic-ceos-wife-asked-...
20•nothrowaways•1h ago•3 comments

The mesmerising art of macro photography

https://www.theguardian.com/environment/2026/aug/15/once-i-started-zooming-in-i-never-stopped-the...
5•pseudolus•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.