frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Rationale for the 2026 Iran War

https://en.wikipedia.org/wiki/Rationale_for_the_2026_Iran_war
1•doener•56s ago•0 comments

How Does One Brain Speak Two Languages?

https://www.nytimes.com/2026/06/15/science/brain-language-grammar.html
1•Anon84•1m ago•1 comments

Agent finder for GitHub Copilot now available

https://github.blog/changelog/2026-06-17-agent-finder-for-github-copilot-now-available/
1•soheilpro•2m ago•0 comments

GitHub Copilot app generally available

https://github.blog/changelog/2026-06-17-github-copilot-app-generally-available/
1•soheilpro•2m ago•0 comments

South Georgia Student Develops Method to Control Kudzu [video]

https://www.youtube.com/watch?v=jDCCuiFynrU
1•assimpleaspossi•5m ago•0 comments

Copilot individual plan sign-ups are reopening

https://github.blog/changelog/2026-06-17-copilot-individual-plan-sign-ups-are-reopening/
1•soheilpro•8m ago•0 comments

Show HN: Pitch-by-pitch baseball simulation app to simulate games and seasons

https://baseball.chesterton.tech/
2•HaxleRose•18m ago•3 comments

A Human Artist's Defense of AI Art

https://asherperlman.substack.com/p/a-human-artists-defense-of-ai-art
2•erikschoster•18m ago•0 comments

Best Laptops

https://www.wired.com/story/best-laptops/
2•adrianwaj•22m ago•0 comments

Free Will (2026)

https://gt.ms/blog/free-will/
1•geetuu•23m ago•1 comments

Bernie Sanders unveils plan to give the public direct ownership of AI companies

https://apnews.com/article/bernie-sanders-ai-public-ownership-57b9f20d96490083e2749adba0f13977
4•petethomas•24m ago•3 comments

ArsenalOS: Anduril's Digital Manufacturing Backbone

https://www.anduril.com/news/introducing-arsenalos-tm-anduril-s-digital-manufacturing-backbone
1•ilreb•24m ago•0 comments

Claude Fable 5: The harness matters more than the model

https://www.endorlabs.com/learn/claude-fable-5-take-two-same-model-different-harness-and-a-very-d...
1•bugvader•25m ago•0 comments

Estonia assigns personal ID numbers to AI agents to grant them "authorizations"

https://www.bloomberg.com/news/articles/2026-06-17/estonia-to-grant-ai-bots-legal-rights-with-per...
3•thoughtpeddler•26m ago•0 comments

USP – Write once in Markdown, post everywhere

https://github.com/adamarutyunov/usp
2•tmatme•27m ago•0 comments

Making GHC Upgrades Easy

https://blog.haskell.org/making-ghc-upgrades-easy/
1•birdculture•29m ago•0 comments

Loop Unrolling in the ML Era

https://hiraditya.github.io/posts/why-loop-unrolling-is-popular-again/
1•matt_d•30m ago•0 comments

JPEG XL Art Gallery

https://jpegxl.info/art/big_gallery.html
1•6581•30m ago•0 comments

Show HN: A free CLI coding agent, powered by ads

https://freebuff.com
6•moado•31m ago•7 comments

Seven Perfect Shuffles Randomize a Deck of Cards. But How Many Sloppy Ones?

https://www.quantamagazine.org/seven-perfect-shuffles-randomize-a-deck-of-cards-but-how-many-slop...
1•jnord•36m ago•0 comments

Why standard WER fails for Indian languages

https://www.sarvam.ai/blogs/evaluating-indian-language-asr
1•laxmena•36m ago•0 comments

Vlk: MemAct for the IDE – persistent working memory agents can prune themselves

https://github.com/aranajhonny/vlk
1•akatsutki•39m ago•0 comments

Taxonomy of the Occlupanida (parasitoids on bread bag tags)

https://www.horg.com/horg/?page_id=921
4•beatthatflight•41m ago•1 comments

StackOverflow closed my OpenClaw and paperclipAI integration q. as "irrelevant"

https://stackoverflow.com/questions/79958607/how-do-i-view-server-logs-from-paperclipai-being-run...
2•khelavastr•42m ago•0 comments

License Plate Cameras Will Soon Track Phones, Wearables, Infotainment and Pets

https://www.thedrive.com/news/license-plate-cameras-will-soon-track-phones-wearables-infotainment...
6•xoxxala•43m ago•0 comments

Clojure Hosted on Go

https://github.com/glojurelang/glojure
3•dnlo•47m ago•0 comments

Show HN: ML condenses billions of logs into a tiny snapshot your LLM can debug

https://github.com/Rocketgraph/rocketgraph
5•kvaranasi_•48m ago•1 comments

A Secret Microsoft Tool Fixed Windows Performance [video]

https://www.youtube.com/watch?v=jH0BYAkPj78
3•tambourine_man•49m ago•0 comments

Build in Lovable, from Claude

https://xcancel.com/Lovable/status/2067326328110494129
1•doener•50m ago•0 comments

Tensordyne is making AI compute more efficient using logarithms

https://www.zach.be/p/tensordyne-is-making-ai-compute-more
2•hasheddan•53m 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.