frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Zerostack – An agent that's less sloppy than Elon's attempts

https://github.com/gi-dellav/zerostack
1•gidellav•32s ago•0 comments

Hardware Builders Need More Than Text-to-CAD

https://opuslabs.substack.com/p/hardware-needs-its-vibe-coding-moment
1•opuslabs•1m ago•0 comments

Ford's Chairman Warns America Can't Keep Chinese Cars Out Forever

https://www.carscoops.com/2026/07/bill-ford-chinese-cars-warning/
2•nikodunk•3m ago•0 comments

Microsoft Project Aion (Copilot OS Incubation Effort) [video]

https://www.youtube.com/watch?v=GggquwTdmuk
1•Topfi•3m ago•0 comments

Show HN: H5i-Python: Python SDK for Programmable Multi-Agent Orchestration

https://github.com/h5i-dev/h5i-python
1•syumei•5m ago•0 comments

Ask HN: Is page 2 HN better?

2•Towaway69•6m ago•1 comments

You can't bug fix your way out of the vulnpocalypse

https://alexgaynor.net/2026/jul/15/you-cant-bugfix-your-way-out-of-the-vulnpocalypse/
1•tabletcorry•6m ago•0 comments

Baml: The Programming Language for Agents

https://github.com/BoundaryML/baml
1•pykello•6m ago•0 comments

LLM Networking with MikroTik

https://blog.greg.technology/2026/07/14/llm-networking-with-mikrotik.html
1•gregsadetsky•6m ago•0 comments

P2P local file transfer based on WebRTC

https://pairdrop.net/
2•halb•8m ago•0 comments

Show HN: Swagsocial

https://swag.nomaakip.xyz/browse
2•wishyt•9m ago•0 comments

FCC to repeal 39% TV ownership cap in boost for Trump-friendly news orgs

https://arstechnica.com/tech-policy/2026/07/fcc-to-repeal-39-tv-ownership-cap-in-boost-for-trump-...
7•derbOac•11m ago•0 comments

Autonomous Security – EDR for AI Agents

https://a16y.ai
2•boxstream•12m ago•0 comments

The Truth About Whether Meta's NameTag Face Recognition Tech 'Exists'

https://www.wired.com/story/heres-the-truth-about-whether-metas-nametag-face-recognition-exists/
3•gnabgib•13m ago•0 comments

Locality-Aware Automatic Differentiation on the GPU for Mesh-Based Computations

https://dl.acm.org/doi/10.1145/3811338
2•matt_d•15m ago•0 comments

The Vorflux Manifesto: The Great Flattening

https://vorflux.com/manifesto
2•samaysharma•19m ago•0 comments

Windows 0-day drops the same day Microsoft releases record number of patches

https://arstechnica.com/security/2026/07/windows-0-day-drops-the-same-day-microsoft-releases-reco...
3•sbulaev•23m ago•0 comments

Industry Brief: Private 5G for Events and Venues [pdf]

https://framerusercontent.com/assets/djW6O0DOjVW0FmnYn1jZQOMlTU.pdf
2•y2so•23m ago•0 comments

Three Years of AI on Steam

https://fragwyz.substack.com/p/three-years-of-ai-on-steam
2•SLHamlet•26m ago•0 comments

Third-party app stores coming to Google Play next week as Epic settlement wit

https://arstechnica.com/gadgets/2026/07/third-party-app-stores-coming-to-google-play-next-week-as...
5•aucisson_masque•27m ago•0 comments

Show HN: Dropper

https://dropper.page
3•johnwheeler•29m ago•0 comments

You're Not in a Funk: You are not stuck. You are pointed the wrong direction

https://alexoppenheimer.substack.com/p/youre-not-in-a-funk
3•crescit_eundo•30m ago•0 comments

Five Signs Your Startup May Be a Hobby

https://www.skmurphy.com/blog/2026/06/23/five-signs-your-startup-may-be-a-hobby/
2•skmurphy•31m ago•1 comments

API client supporting Agents, gRPC, Kafka and MCP

https://github.com/dipjyotimetia/restura
2•dipjyoti_metia•34m ago•0 comments

AI Is Bayesian Evidence That We Live in a Simulation

https://jamesfbaker.substack.com/p/ai-is-bayesian-evidence-that-we-live
3•jamesbaker1•35m ago•0 comments

The FCC's Spam Call Proposal Is Just a Data Collection Scheme

https://www.eff.org/deeplinks/2026/06/fccs-spam-call-proposal-just-data-collection-scheme
4•Jimmc414•37m ago•0 comments

New Clues on Colorectal Cancer Among Young Adults

https://microwavenews.com/news-center/new-clues-colorectal-cancer-among-young-adults
2•CGMthrowaway•38m ago•0 comments

Show HN: Pullboard – a work queue for agents, built to run a quant desk

https://pullboard.dev/
2•Olscore•38m ago•0 comments

Sokoban Speedrun for RL

https://github.com/JeanKaddour/sokoban_speedrun
2•t55•39m ago•0 comments

Rzk: A Proof Assistant for Synthetic ∞-Categories

https://arxiv.org/abs/2607.12207
2•Jimmc414•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.