frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Neko: A self hosted virtual browser that runs in Docker and uses WebRTC

https://github.com/m1k1o/neko
1•sigalor•3m ago•0 comments

Laptop catches fire on US flight, with passenger treated at airport

https://www.bbc.com/news/articles/ce979zpjj85o
1•starkparker•3m ago•0 comments

Atopic Dermatitis Drugs Market (2026 – 2033)

https://www.grandviewresearch.com/industry-analysis/atopic-dermatitis-drugs-market
1•Rutujad•4m ago•0 comments

Static final fields vs. TrustFinalNonStaticFields in Java

https://stackoverflow.com/questions/65981238/static-final-fields-vs-trustfinalnonstaticfields
1•mfiguiere•7m ago•0 comments

This is one of the worst scientific papers I've ever seen

https://statmodeling.stat.columbia.edu/2026/08/22/this-is-one-of-the-worst-scientific-papers-ive-...
1•malshe•8m ago•1 comments

Why your local LLM feels dumber than it is

https://forum.level1techs.com/t/why-your-local-llm-feels-dumber-than-it-is/253917
2•felineflock•10m ago•0 comments

Scientists are fixing the big fat problem with vegan cheese

https://www.hw.ac.uk/news/2026/scientists-are-fixing-the-big-fat-problem-with-vegan-cheese
1•littlexsparkee•10m ago•0 comments

Model confusion in recursive instruction contexts

https://medium.com/@rviragh/chatgpt-sol-5-6-pro-still-exhibits-model-confusion-given-recursive-ro...
1•logicallee•11m ago•0 comments

Figmimic – A bookmarklet to copy any webpage into Figma as editable layers

https://marcua.net/minitools/figmimic/
2•speckx•12m ago•0 comments

What the Treasury's Buyback Surprise Says About the Bond Market

https://www.cfr.org/articles/what-the-treasurys-buyback-surprise-says-about-the-bond-market
1•latentframe•12m ago•0 comments

Thinking in Python by Bruce Eckel

https://thinkinginpython.com/
3•pjacotg•13m ago•0 comments

NPM-audit-fix -A Python CLI to automate Node.js security PRs

https://github.com/faisalalidoka-stack/npm-audit-fix
1•faisal_ali3•14m ago•0 comments

Scrap

https://twitter.com/moxie/status/2091218652133732491
3•tosh•15m ago•0 comments

I set a trap for a book-marketing scammer (2025)

https://rwwgreene.substack.com/p/i-set-a-trap-for-a-book-marketing
2•rznicolet•15m ago•2 comments

Humanoid robots surpass human records in 100M, high jump

https://www.espn.com/olympics/story/_/id/49692320/humanoid-robots-surpass-human-records-100m-high...
1•bryan0•15m ago•0 comments

Apple and European Commission Reach Agreement on App Payment Terms Under DMA

https://daringfireball.net/2026/08/apple_eu_business_terms_conceding_little
1•CharlesW•16m ago•0 comments

Using models to create models of NYC

https://petersobot.com/blog/using-models-to-create-models-of-new-york-city/
1•itunpredictable•19m ago•0 comments

I vibe-coded a C compiler that can build SQLite

https://blog.fsck.com/2026/08/21/i-vibe-coded-a-c-compiler/
2•CharlesW•19m ago•0 comments

Sick of Constant Pings, They're Sending Texts at the Speed of Carrier Pigeon

https://www.nytimes.com/2026/08/22/technology/carrier-pigeon-app-texting-technology.html
1•apparent•23m ago•1 comments

Reading Maps – Journeys from fiction drawn on the real world

https://readingmaps.com/
3•hakkikonu•25m ago•0 comments

Australian Aboriginal Astronomy and Navigation (2016)

https://arxiv.org/abs/1607.02215
1•NaOH•27m ago•0 comments

No Boss, No Money: The Raw Reality of China's Gen-Z Freelancers

https://www.youtube.com/watch?v=eJZFUEQebbI
1•conferza•28m ago•0 comments

What happens to our conscious experience after we die?

https://sidhsikka.substack.com/p/the-qualia-continuum-part-one
1•sidhsikka123•32m ago•0 comments

When AI art has no author: Generated images can't trace to training data (study)

https://news.mit.edu/2026/when-ai-art-has-no-author-generated-images-often-cant-be-traced-to-trai...
3•em3rgent0rdr•33m ago•0 comments

The Scam Hunt

https://www.nrk.no/dokumentar/xl/svindeljakten-1.17875063
1•karencarits•35m ago•1 comments

Show HN: Wharf – Self-Host Postgres, MySQL, Mongo, Redis, ClickHouse in Docker

https://github.com/drk1rd/wharf
1•drk1rd•35m ago•0 comments

Mixxxdj/Mixxx: Programmers Wanted for PR Reviews/Testing Check Zulip/GitHub

https://mixxx.discourse.group/t/programmers-wanted-for-pr-reviews-testing-check-zulip-github/34140
1•mxmilkiib•36m ago•0 comments

Jelqing: The latest in a long history of attempts to enlarge the male member

https://theconversation.com/jelqing-the-latest-in-a-long-history-of-attempts-to-enlarge-the-male-...
1•Teever•37m ago•0 comments

Show HN: Rackast, a screen recorder with a built in editor, made with Tauri

https://rackast.com/
2•SzegiRoli•40m ago•0 comments

The Deathbed Confession of a Bank Robber – Episode #133 [audio]

https://jimmystable.com/the-deathbed-confession-of-a-bank-robber-episode-133/
1•thunderbong•41m 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.