frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Anydoc: Word, PowerPoint, Excel, OpenDocument, RTF, ePub, CSV, PDF to Markdown

https://github.com/firecrawl/anydoc
1•nateb2022•41s ago•0 comments

If the American Dream Is Dead, No One Told the People Who Are Still Chasing It

https://www.robkhenderson.com/p/if-the-american-dream-is-dead-no
1•paulpauper•1m ago•0 comments

Gemini is Cooked, but GCP is Cooking

https://newsletter.semianalysis.com/p/gemini-is-cooked-but-gcp-is-cooking
1•isnotchicago•1m ago•0 comments

NVIDIA & Partners to mobilize over $500B of third-party capital for AI buildout

https://nvidianews.nvidia.com/news/nvidia-partners-with-apollo-blackrock-blackstone-brookfield-go...
1•frozenseven•1m ago•0 comments

AI Found a Zoom Takeover Flaw in Fewer Than 20 Prompts

https://ai-updates.net/ai-found-zoom-takeover-flaw-20-prompts/
1•ashurandi•1m ago•0 comments

My Answers to "Prove You Are Worthy to Post About Diets"

https://www.exfatloss.com/p/my-answers-to-prove-you-are-worthy
1•paulpauper•2m ago•0 comments

How much will cybersecurity costs rise?

https://marginalrevolution.com/marginalrevolution/2026/08/how-much-will-cybersecurity-costs-rise....
1•paulpauper•2m ago•0 comments

Compression Is Prediction

https://ngrok.com/blog/compression-is-prediction
2•nikolay•3m ago•0 comments

OpenRouter is a example of the Application layer of AI

https://s-1.vercel.app/posts/why-openrouter-can-be-the-next-great/
1•Altaba•5m ago•0 comments

Next-Token Predictor Is An AI's Job, Not Its Species

https://www.astralcodexten.com/p/next-token-predictor-is-an-ais-job
2•optimalsolver•6m ago•0 comments

Bluesky's active user base is shrinking as its focus expands beyond the app

https://techcrunch.com/2026/08/11/blueskys-active-user-base-is-shrinking-as-its-focus-expands-bey...
3•newusertoday•7m ago•0 comments

The Idea of Immutable Social Media

https://citizendot.github.io/articles/the-idea-of-immutable-social-media/
1•CITIZENDOT•8m ago•1 comments

MAI-Code-1.1-Flash: Better, faster, at a quarter of the cost

https://microsoft.ai/news/mai-code-1-1-flash-br-better-faster-at-a-quarter-of-the-cost/
2•theanonymousone•8m ago•0 comments

Misaligned AIs could use killer robots to take over

https://www.lesswrong.com/posts/9jKhqmFjMzdAvHANr/misaligned-ais-could-use-killer-robots-to-take-...
2•x312•9m ago•0 comments

The Society of Professional Journalists proposes edits to code of ethics for AI

https://www.niemanlab.org/2026/08/the-society-of-professional-journalists-proposes-edits-to-its-c...
1•jaredwiener•9m ago•0 comments

p0rt – see every dev server, port and Docker container in your menu bar

https://p0rt.app
1•ddeunert•10m ago•0 comments

Meter Offers Networking Grants

https://www.meter.com/grants
1•NathaP•13m ago•0 comments

Nvidia Nemotron 3.5 lightning and Nemo Switchyard

https://blogs.nvidia.com/blog/nemotron-lightning-switchyard-rtx-dgx/
11•droidjj•17m ago•1 comments

You Don't Need to Use Cloud AI Switchyard and Nemotron (Level1/Wendell) [video]

https://www.youtube.com/watch?v=-IGB6Avxwgo
2•amlib•19m ago•0 comments

How This 100-Year-Old Company Is Recreating a Lost Neon Color

https://www.wsj.com/finance/investing/how-this-100-year-old-company-is-recreating-a-lost-neon-col...
2•malshe•19m ago•1 comments

GPT 5.6 just solved (2,1)-C1P

https://www.reddit.com/r/accelerate/comments/1vkzfk7/gpt_56_just_solved_21c1p/
1•nadermx•20m ago•0 comments

WhichTok? Comparing Three TikTok Data Acquisition Tools

https://arxiv.org/abs/2608.09917
1•m-hodges•21m ago•0 comments

Between the Matrix and Her

https://kyletsai123.substack.com/p/between-the-matrix-and-her
1•Kyle0939•23m ago•0 comments

People behind Solid Queue, YC, and AnyCable speaking at the same conference?

https://sfruby.com/
1•camimirabal•24m ago•0 comments

The Ultimate Horse

https://worksinprogress.co/issue/the-ultimate-horse/
3•Petiver•24m ago•0 comments

On Comments

https://blog.helsing.ai/posts/on-comments/
4•MintPaw•26m ago•0 comments

Negotiating with CSS – Anselm Hannemann

https://anselm-hannemann.com/writings/negotiating-with-css
3•ulrischa•26m ago•0 comments

Don't Look Up

https://www.wheresyoured.at/dont-look-up/
10•thelastgallon•27m ago•0 comments

Pre-Computer Machine Cryptanalysis [pdf]

https://www.nsa.gov/portals/75/documents/news-features/declassified-documents/tech-journals/famou...
2•Bluestein•27m ago•0 comments

Show HN: Tradecraft.academy – the trading coach I couldn't find, so I built one

https://tradecraft.academy
3•2au_observer•28m 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.