frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Daybreak

https://openai.com/daybreak/
1•Recursing•2m ago•0 comments

Mod Logs: Save every change, thank yourself later

https://unstack.io/mod-logs-save-every-change-thank-yourself-later
1•ScottWRobinson•2m ago•0 comments

Knowledge Agents: Beat Frontier Models with Better Structure

https://weightythoughts.com/p/knowledge-agents-beat-frontier-models
1•lklinger•2m ago•0 comments

Show HN: Who's in the weights? – which people 13 language models know

https://whos-in-the-weights.vercel.app/
1•heterodoxjedi•3m ago•0 comments

PsychAdapter: Personality in LLM output via trait-language patterns, not prompts

https://github.com/humanlab/psychadapter
1•indynz•5m ago•0 comments

A Source of Mysterious Repeating Radio Signals from Space Has Been Identified

https://www.wired.com/story/a-source-of-mysterious-repeating-radio-signals-from-space-has-been-id...
1•ubutler•5m ago•0 comments

The database that refused to die: How Postgres survived its own creators

https://www.theregister.com/databases/2026/06/22/the-database-that-refused-to-die-how-postgres-su...
1•jnord•6m ago•0 comments

The fake ABC News articles trying to sell you a scam

https://www.abc.net.au/news/2026-06-23/fake-abc-website-scam-facebook-ads/106653690
1•Gaishan•7m ago•0 comments

Vibedrop: Ephemeral Hosting for Agents

https://vibedrop.sh/
1•mormonnegro•8m ago•0 comments

Trump Demands "?" For the "Vandalism" of a $14M Swimming Pool

https://thenewassociationwebmasters.blogspot.com/2026/06/trump-demands-years-in-prison-after.html
4•laurentlof•8m ago•4 comments

Worldfall- a beautiful web novel about change and the diffusion of technology

https://worldfall.ink/
1•pfwitt•9m ago•1 comments

Show HN: WorldOS – A Fully Customizable AI World Simulation Sandbox

https://worldos.cc/
5•DomaLamma•9m ago•2 comments

European AWS SES Alternative

https://janlukas.blog/thoughts/2026/06/european-ses-alternative
2•jlelse•12m ago•0 comments

Cloudflare, Chrome, Firefox Developing Next-Gen Privacy Pass: PACTs

https://www.theregister.com/software/2026/06/22/cloudflare-teams-up-with-big-browsers-to-help-web...
1•dongcarl•15m ago•0 comments

AI Pauses

https://thezvi.substack.com/p/ai-173-ai-pauses
1•gmays•20m ago•0 comments

ChatGPT app store falters six months after launch

https://www.latimes.com/business/story/2026-03-30/chatgpt-app-store-falters-six-months-after-launch
2•mmarian•20m ago•0 comments

Locally running World Model that turns images into playable environments

https://old.reddit.com/r/LocalLLaMA/comments/1ub2kmt/comment/oswjlhg/
1•abhisoflucidml•20m ago•0 comments

New reCAPTCHA uses hand gesture verification

https://docs.cloud.google.com/recaptcha/docs/hand-gesture-verification
1•negura•22m ago•0 comments

Show HN: RSVP is a Go library for HTTP server graceful shutdown

https://github.com/jbarham/rsvp
2•jbarham•24m ago•0 comments

Apple confirms AirPort Utility app is going away soon

https://9to5mac.com/2026/06/22/apple-confirms-airport-utility-app-is-going-away-soon/
2•ilreb•26m ago•0 comments

The anxiety of the perfect loaf: the illusion of culinary precision

https://iza.ac/posts/2026/06/intuitive-cooking/
1•infinitewalk•26m ago•0 comments

iOS is terrible for medium priority notifications

https://bphilip.uk/blog/2026-06-22-ios-is-terrible-for-medium-priority-notifications/
1•shaokind•27m ago•0 comments

The Curious Career of "The American Dream"

https://www.newyorker.com/magazine/2026/06/29/the-curious-career-of-the-american-dream
1•littlexsparkee•27m ago•0 comments

General, automated WordPress-to-WordPress sync is unsolvable

https://adamadam.blog/2026/06/10/general-automated-wordpress-to-wordpress-sync-is-unsolvable/
1•christefano•27m ago•0 comments

Younger generations are aging faster biologically, raising early cancer risks

https://www.empirical.health/blog/biological-aging-early-cancer-risk/
2•brandonb•29m ago•0 comments

JaredFromSubway MEV bot hacked in $15M crypto theft

https://www.bleepingcomputer.com/news/security/jaredfromsubway-mev-bot-hacked-in-15-million-crypt...
2•ilreb•30m ago•0 comments

China nears launch of mBridge as alternative to Swift

https://www.electronicpaymentsinternational.com/news/china-nears-launch-of-mbridge/
4•toomuchtodo•30m ago•1 comments

The Full Claude Desktop Experience on AWS, Google Cloud, and Microsoft Foundry

https://claude.com/blog/the-full-claude-desktop-experience-on-aws-google-cloud-and-microsoft-foundry
2•hackerBanana•31m ago•1 comments

GM installs robots at flagship EV factory after laying off 1,300 workers

https://arstechnica.com/ai/2026/06/gm-installs-robots-at-flagship-ev-factory-after-laying-off-130...
2•ilreb•32m ago•0 comments

Arguzz: Testing ZkVMs for Soundness and Completeness Bugs

https://arxiv.org/abs/2509.10819
1•azhenley•33m 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.