frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Orbital's Sam Brovda and Bill Ackman get pro-Palestinan woman fired from KPMG

https://twitter.com/RedPillSayian/status/2102195063530938584
1•1832764323•58s ago•0 comments

Aetheria – a local-first agent harness that works online or offline

https://github.com/denisrigsby/Aetheria
1•denisrigsby•1m ago•0 comments

When the Debugger Lies

https://danielmangum.com/posts/when-the-debugger-lies/
1•hasheddan•1m ago•0 comments

The HUGS Stack – Hypermedia, Unix, Go, SQLite

https://housecat.com/blog/the-hugs-stack-hypermedia-unix-go-sqlite
1•theanonymousone•2m ago•0 comments

Voxiferi introduces VoxWall as an 'AI ingress firewall' for bad data

https://opensourcewatch.beehiiv.com/p/new-voxiferi-introduces-voxwall-as-an-ai-ingress-firewall-f...
1•CrankyBear•5m ago•0 comments

Why Beyond Traditional RAG?

https://medium.com/@NikoZero11/your-rag-pipeline-doesnt-need-more-retrieval-it-needs-better-decis...
2•Natashiiy•6m ago•2 comments

E-commerce compliance scores range from 13 to 97 across major US retailers

https://stem-education.medium.com/i-ranked-famous-retailers-on-compliance-the-scores-went-from-13...
1•complyyio•6m ago•0 comments

Making Gasoline from Plastic Waste

https://www.sciencedaily.com/releases/2026/09/260920222405.htm
2•silver92bullet•7m ago•0 comments

GitHub Actions leaking secrets when Miri output is cached

https://blog.rust-lang.org/2026/09/21/github-actions-leaking-secrets-when-miri-output-is-cached/
1•metrofun•12m ago•0 comments

Show HN: CatQueue-A zero-dependency PostgreSQL job queue for Node and TypeScript

https://github.com/karanrajsurya/CatQueue
1•karanrajsurya•12m ago•0 comments

A modern, cross-platform font editor built with TypeScript and Rust

https://github.com/shift-editor/shift
1•wg0•13m ago•0 comments

Consider the Chameleon

https://remy.wang/blog/chameleon.html
2•remywang•13m ago•0 comments

WordPress Board Resignations

https://techcrunch.com/2026/09/14/sources-say-automattics-board-is-out-after-failed-attempt-to-ou...
2•joshjkim•15m ago•0 comments

I'm Handing Off Render Engine

https://kjaymiller.com/blog/im-handing-off-render-engine.html
1•lumpa•16m ago•0 comments

The Sheep That Stop Wildfires

https://www.newyorker.com/news/annals-of-a-warming-planet/the-sheep-that-stop-wildfires
1•blondie9x•19m ago•0 comments

Show HN: LARP Capital – Prestige as a Service

https://www.larpcapital.us/
2•vknar•19m ago•0 comments

AI Exec: We May Have Pulled Off "The Largest Theft of Labor in Human History"

https://www.motherjones.com/politics/2026/09/openai-chatgpt-microsoft-copyright-legal-case-docume...
2•vinyl7•20m ago•1 comments

Web Data – Latest Capital Raise

https://www.firecrawl.dev/blog/introducing-alexandria-series-b
1•angelhadjiev•21m ago•1 comments

Hiring Smart

https://kk.org/cooltools/hiring/
1•dxs•22m ago•0 comments

Recorded, Not Proven

https://claude.ai/artifact/HucaoGuaQqp9g9TZX97HGw
2•throwaway13sas•26m ago•0 comments

Git-bug, project bug tracker tool using Git objects as storage, releases v0.11.0

https://github.com/git-bug/git-bug/releases/tag/v0.11.0
1•iamnothere•28m ago•0 comments

The UV index is not the warm sensation of sunlight on bare skin

https://blog.asciitweezers.com/the-uv-index-is-not-the-warm-sensation-of-sunlight-on-bare-skin/
10•evakhoury•29m ago•2 comments

Relaticle, a self-hosted CRM where AI updates data only after your approval

https://relaticle.com
2•manukminasyan•29m ago•0 comments

No Sloptober

https://no-sloptober.com/
38•jeremiahlee•30m ago•22 comments

Show HN: NetM8 OS

https://netm8.com/
2•goodknightleo•32m ago•0 comments

Show HN: Typed polyglot compiler for CLI/API/MCP generation

https://github.com/morloc-project/morloc
1•arendsee•33m ago•0 comments

Tinyjs – desktop apps for macOS, Windows, and Linux in ~6 MB

https://tinyjs.app
2•josephscott•35m ago•0 comments

I beat all the popular harnesses on FrontierHarness Eval

https://github.com/tontinton/maki
3•tontinton•35m ago•0 comments

Microsoft killed FoxPro in 2007. Anyway, here's FoxPro revived

https://foxscript.org/
35•boredjohnny•35m ago•11 comments

ArchiveBox v0.9 released with new native apps and 50 new plugins

https://docs.sweeting.me/s/archivebox-v0.9-announcement
3•nikisweeting•37m ago•1 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.