frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Britain's oldest sweet, the Pontefract Cake (2019)

https://www.bbc.com/travel/article/20190710-the-strange-story-of-britains-oldest-sweet
1•thomassmith65•28s ago•0 comments

Claude Code has two cache bugs that can silently 10-20x your API costs

https://old.reddit.com/r/ClaudeAI/comments/1s7mkn3/psa_claude_code_has_two_cache_bugs_that_can/
1•aleph_minus_one•1m ago•0 comments

The Push to Bring DC Power to Data Centers

https://www.datacenterknowledge.com/energy-power-supply/inside-the-push-to-bring-dc-power-to-data...
1•oopsiremembered•1m ago•0 comments

The Trouble with Fusion

https://joarvarndt.se/fusion
1•joarxpablo•2m ago•0 comments

Empower Your Coding Agent with a Tailored OLAP Engine

https://modolap.com/publication/hello-world
1•ronfriedhaber•2m ago•0 comments

Paul McCartney banned from Reddit after sharing pics from his sold-out LA show

https://www.themirror.com/entertainment/music/paul-mccartney-banned-reddit-show-1765789
1•randycupertino•2m ago•0 comments

We hijacked a browser through Claude's Chrome extension

https://www.originhq.com/blog/claude-for-chrome-takeover
3•T-RN-R•2m ago•0 comments

From Hierarchy to Intelligence

https://twitter.com/jack/status/2039003879841362278
1•alan_sass•2m ago•1 comments

I Read the Leaked Claude Code Source – Here's What I Found

https://victorantos.com/posts/i-read-the-leaked-claude-code-source-heres-what-i-found/
1•miniBill•3m ago•0 comments

JA4 Fingerprinting Improves Client Identification

https://bunny.net/blog/ja4-fingerprinting-a-better-way-to-identify-clients/
1•speckx•4m ago•0 comments

ClawDesk – Agent orchestration layer on top of OpenClaw

https://github.com/glassrun/clawdesk
1•glassrun•4m ago•0 comments

JetBrains Guide Shutdown

https://www.jetbrains.com/guide/shutdown/
1•jwpapi•4m ago•0 comments

From Hierarchy to Intelligence

1•alan_sass•4m ago•1 comments

Will Everything Become an API?

https://benbrowning.me/writing/2026-will-everything-become-an-api/
1•bnbrw•5m ago•0 comments

Open Data Hubseries API

https://github.com/noi-techpark/opendatahub-timeseries-api
1•KadambariSuresh•6m ago•1 comments

Show HN: Hyprmoncfg – Terminal-based monitor config manager for Hyprland

https://paolino.me/hyprmoncfg-monitor-configuration-for-hyprland/
1•earcar•7m ago•0 comments

Time to Start Treating Dev Machines as Untrusted

https://worklifenotes.com/2026/03/31/time-to-start-treating-dev-machines-as-untrusted/
1•taleodor•8m ago•0 comments

Prerelease of Ky 2.0

https://github.com/sindresorhus/ky/releases/tag/v2.0.0-0
1•sholladay•8m ago•1 comments

Show HN: Stop your agent running Terraform destroy or Git push origin main

https://github.com/safe-agentic-world/nomos
1•prudhvinomos•8m ago•0 comments

Show HN: I built a self-hosted Fly.io engine using Go and Firecracker

https://github.com/herd-core/herd
1•sankalpnarula•8m ago•0 comments

TSMC is reportedly sold out until 2028

https://www.pcgamer.com/hardware/tsmc-is-reportedly-sold-out-until-2028-and-even-its-next-gen-ari...
1•haunter•8m ago•0 comments

Show HN: Solitaire – identity layer for AI agents, not just another memory tool

https://github.com/PRDicta/Solitaire-for-Agents
2•dictadev•10m ago•0 comments

Smart PDF Converter

https://apps.apple.com/in/app/smart-pdf-converter/id6754589433
1•praveenraman•11m ago•0 comments

5 Years, 7 Engineers, No Cloud: How We Build Cancer Diagnostics on Tinyboxes

https://valarlabs.com/engineering/7-engineers
2•DuetForTwoCats•11m ago•0 comments

Securing Elliptic Curve Cryptocurrencies Against Quantum Vulnerabilities [pdf]

https://quantumai.google/static/site-assets/downloads/cryptocurrency-whitepaper.pdf
2•jandrewrogers•11m ago•0 comments

Breaking Enigma with Index of Coincidence on a Commodore 64

https://imapenguin.com/2026/04/breaking-enigma-with-index-of-coincidence-on-a-commodore-64/
2•mrdoornbos•12m ago•0 comments

The Evolving Foundations of Math

https://www.quantamagazine.org/series/the-evolving-foundations-of-math/
3•Anon84•14m ago•0 comments

Show HN: LogicStamp – A Context Compiler for TypeScript

https://logicstamp.dev
2•AmiteK•14m ago•1 comments

New York Times drops freelance journalist who used AI to write book review

https://www.theguardian.com/books/2026/mar/31/the-new-york-times-drops-freelance-journalist-who-u...
3•bookofjoe•14m ago•0 comments

The Marco saga as a case for 10x engineering

https://www.natemeyvis.com/the-marco-saga-as-a-case-for-10x-engineering/
2•Brajeshwar•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•11mo ago

Comments

palata•11mo 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•11mo 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•11mo 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•11mo ago
And here's an entire Java IDE with CheerpJ that downloads less than 15mb:

https://reportmill.com/SnapCode

palata•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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.