frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Do your backtests ever hit i64 limits?

https://www.reddit.com/r/quant/comments/1vc2dk1/do_your_backtests_ever_hit_i64_limits/
1•syumei•2m ago•0 comments

DeepSeek-V4-Flash-0731 model weights (MIT)

https://huggingface.co/deepseek-ai/DeepSeek-V4-Flash-0731
1•lostmsu•4m ago•0 comments

FreeCloud turns any of your web hosting space into a personal cloud drive

https://github.com/KyleBenzle/FreeCloud
1•KyleBenzleKyle•4m ago•0 comments

OpenAI finds evidence other AI agents escaped containment as it widens probe

https://www.reuters.com/business/openai-finds-evidence-other-ai-agents-escaped-containment-it-wid...
2•ajyoon•4m ago•1 comments

Show HN: Collaborative Docx Editor with MS Word Parity

https://collab.word-in-web.com/
2•theRealestAEP•5m ago•0 comments

Glanceboard

https://github.com/google-gemini/glanceboard
1•xnx•6m ago•0 comments

Show HN: How to build and self-host a code review agent

https://www.trytilde.ai/blog/how-to-build-code-review-agent
1•solsol94•6m ago•0 comments

Marvin Minsky: a proof that led to the first AI winter

https://nirmalutwani.substack.com/p/the-ai-winter-started-with-a-math
1•nutwani91•6m ago•1 comments

Show HN: Brainstorm – a local-first, AI-native OS for knowledge work

https://getbrainstorm.online/
1•th3-br41n•6m ago•0 comments

Show HN: I built a real-time thermodynamic phase space for cognitive stress

https://www.academia.edu/171059862/GESAMTWERK_METAPHYSISCHE_SYSTEMTHEORIE_V3_8_REFS?source=swp_share
1•MMSI•7m ago•0 comments

The Boss Wants This Money': Inside Trump's Unprecedented Fundraising Operation

https://www.wsj.com/politics/policy/trump-donations-company-fundraising-1e34a78f
1•marysminefnuf•8m ago•0 comments

An old-new take on argument parsing in Rust

https://blogsystem5.substack.com/p/hello-getoptsargs
1•ingve•9m ago•0 comments

In California town, Flock misread license plates in 71% of alerts sent to police

https://www.businessinsider.com/flock-camera-misread-license-plate-reader-california-roseville-po...
3•petethomas•10m ago•0 comments

Why pubs are closing: meet the new Gen Z social scene

https://www.cnn.com/2026/07/25/travel/uk-pubs-closing-genz-running-scli-intl
3•andrewstetsenko•11m ago•0 comments

Why you keep buying books you don't read – and why it feels good

https://www.rte.ie/brainstorm/2026/0731/1585316-books-reading-tsundoku-dopamine-psychology/
3•austinallegro•12m ago•0 comments

Prompt Caching in Agents

https://earendil.com/posts/prompt-caching/
2•gmays•13m ago•0 comments

Kioxia CM10 Is Its First PCIe 6.0 Enterprise SSD, Aimed at Nvidia CMX KV Cache

https://www.storagereview.com/news/kioxia-cm10-is-its-first-pcie-6-0-enterprise-ssd-aimed-at-nvid...
2•rbanffy•15m ago•0 comments

Domains by the Numbers

https://www.dotcom.press/archive/domains-by-the-numbers
2•samwho•17m ago•0 comments

Colorado River Water Plan Postpones Reckoning with a Drier Future

https://www.bloomberg.com/news/articles/2026-07-31/colorado-river-water-plan-postpones-reckoning-...
2•toomuchtodo•18m ago•1 comments

Cursor Is Down

https://status.cursor.com
4•Spunkie•19m ago•2 comments

Politics and Emotion at Local-First Conf

https://adamwiggins.com/posts/politics-and-emotion-at-local-first-conf/
2•tobr•21m ago•0 comments

Duff's Device – The C Speed Hack From 1983

https://en.wikipedia.org/wiki/Duff%27s_device
1•bananamogul•21m ago•0 comments

Show HN: Offline Flock Navigation

https://trames.karazajac.io
1•arkwin•23m ago•0 comments

Inequality, Interest Rates, Aging, and the Role of Central Banks (2021)

https://theovershoot.co/p/inequality-interest-rates-aging-and
1•downbad_•23m ago•0 comments

What "Applicable" Means on Windows

https://tridentstack.com/blog/what-applicable-really-means-on-windows
1•Ad3t0•26m ago•0 comments

Don't stop early: Case-folding source code at memory speed

https://github.blog/engineering/architecture-optimization/dont-stop-early-case-folding-source-cod...
1•sbulaev•26m ago•0 comments

Show HN: Vinv – IDE plug-in that finds and fixes bugs, dead code and perf issues

https://github.com/VinvAI/VinvAI
1•sohamac•27m ago•0 comments

AMD splits Zen 7 into three EPYC families for 2028

https://www.tomshardware.com/pc-components/cpus/amd-splits-zen-7-into-three-epyc-families-for-202...
2•rbanffy•27m ago•0 comments

Why your AI startup dies at customer six (and the three-layer fix)

https://github.com/teal-sea/why-your-ai-startup-dies-at-customer-six
2•tlince•29m ago•1 comments

Google withdraws new Earth AI tool after warnings over misinformation risks

https://www.bbc.com/news/articles/c9349yx2ydvo
5•dabinat•29m ago•3 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.