frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Optics Puzzles by 3blue1brown [playlist] (2023-2025)

https://www.youtube.com/playlist?list=PLZHQObOWTQDMKqfyUvG2kTlYt-QQ2x-ui
1•o4c•29s ago•0 comments

Show HN: I cleaned USDA's farmers-market data – 8,863 markets, CC-BY dataset

https://harvestlymarkets.com/data-sources/
1•gc108•1m ago•0 comments

A Painting Only Lives When a Person Looks at It

https://nik.art/a-painting-only-lives-when-a-person-looks-at-it/
1•herbertl•2m ago•0 comments

Show HN: Real-time avatars that change emotions as you talk

https://anam.ai/
2•benanam•2m ago•0 comments

Tickloom – A Fabric of Ticking Processes

https://github.com/unmeshjoshi/tickloom
1•andsoitis•2m ago•0 comments

Oya – Keep tool outputs away from the LLM to cut tokens and stop injection

https://github.com/OyaAIProd/oya
1•oyadoti•2m ago•0 comments

Designing Accounting Transactions as First-Class Domain Events

https://www.angellist.com/blog/designing-accounting-transactions-as-first-class-domain-events
1•MehulRastogi•4m ago•0 comments

Show HN: Verdict – AI hiring verdicts where every score cites the CV verbatim

https://verdict.infinure.com/
1•facundobon•4m ago•0 comments

New York becomes the first state to impose a data center moratorium

https://www.reuters.com/world/new-york-becomes-first-state-impose-data-center-moratorium-2026-07-14/
1•granfalloon•5m ago•0 comments

Show HN: I can appraise your data for purchase

https://meroxon.com/
1•Creator-io•5m ago•0 comments

A Philosopher's One-Word Theory to Explain Why the World Feels So Weird

https://www.derekthompson.org/p/a-philosophers-one-word-theory-to
1•FinnLobsien•5m ago•0 comments

Show HN: Pi Exa – Web search and deep research for Pi coding agent

https://github.com/junnjiee/pi-exa
1•jjuniordev•5m ago•0 comments

Tannakian Reconstruction

https://bartoszmilewski.com/2026/07/14/tannakian-reconstruction/
1•ibobev•7m ago•0 comments

Tambara Equipment

https://bartoszmilewski.com/2026/07/11/tambara-equipment/
1•ibobev•7m ago•0 comments

Code ZX Spectrum Next in a Web Browser (ZXGo Emulator in JavaScript)

https://retrogamecoders.com/zxnext-js-emulator/
1•ibobev•8m ago•0 comments

Halley – Turn production LLM traffic into $0 CI regression tests

https://github.com/A-Wattamwar/halley
1•awattamw•8m ago•0 comments

Kevin Kelly – Latent Space as a New Medium

https://kevinkelly.substack.com/p/latent-space-as-a-new-medium
1•Balgair•8m ago•0 comments

IBM shares plunge 23% as customers shift spending to AI

https://www.ft.com/content/da478c37-7a32-415d-9f30-3b2981149f95
1•johnbarron•9m ago•2 comments

Hating AI in 2026

https://www.eamoncaddigan.net/posts/ai-in-2026/
2•HotGarbage•9m ago•0 comments

OpenAI mandates hardware-backed passkeys for Trusted Access Cyber members

https://www.yubico.com/blog/openai-mandates-hardware-backed-passkeys-for-trusted-access-cyber-mem...
1•speckx•10m ago•0 comments

Show HN: I digitized 275 vintage citrus crate labels from my familys farm

https://californiascitrusheritage.com
1•jakiestfu•10m ago•0 comments

YouTube Blocks Chat Control-Critical Video in the EU

https://europeanconservative.com/articles/news/youtube-blocks-chat-control-critical-video-in-the-eu/
2•amarcheschi•11m ago•0 comments

LLMs and Building Abstractions

https://martinfowler.com/articles/convo-llm-abstractions.html
1•andsoitis•11m ago•0 comments

IBM shares plunge 23% as customers shift spending to AI

https://giftarticle.ft.com/giftarticle/actions/redeem/c98cf744-805d-4419-bc08-1278b2d5f17d
1•alephnerd•11m ago•0 comments

Show HN: MCP-Billing – self-hosted auth and usage billing for MCP servers

https://mcp-billing.com
1•gilmarc04•12m ago•0 comments

Thoughts on mind and language, looking for feedbacks

1•diarrheaasmr•13m ago•1 comments

Coding Is Where the AI Money Is, and What Falls Next

https://www.bargo.ai/research/coding-ai-value-what-falls-next
1•abipal15•14m ago•0 comments

I Shipped a Facebook Feature So Fast Sheryl Sandberg Called an Emergency Meeting

https://michaelnovati.substack.com/p/i-shipped-a-facebook-feature-so-fast
1•robaato•14m ago•0 comments

Bacteria Discovered with the Ability to Jettison Cells as a Survival Mechanism

https://today.ucsd.edu/story/eject-bacteria-discovered-with-the-ability-to-jettison-cells-as-a-su...
1•gmays•15m ago•0 comments

OpenYoke – Branch AI conversations into a graph, with local or cloud models

https://github.com/saicv8/OpenYoke
1•saicv8•15m 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.