frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: ExANS – Lossless KV cache compression at 622 GB/s on H100

https://www.theopenlake.com/blog/exans-lossless-gpu-compression-for-bf16-kv-cache
1•arnav__1•35s ago•0 comments

Show HN: Webklip – ephemeral online clipboard with live sync and E2E encryption

https://webklip.com/
1•vsergione•41s ago•0 comments

Desktop Linux just cracked 10% market share – and Windows 11 is mostly to blame

https://www.zdnet.com/article/the-linux-desktop-finally-cracks-the-10-market-share-barrier/
1•CrankyBear•1m ago•0 comments

I'm Scared a Stranger Will Call My Novel AI, So I Built GitHub for Words

https://dylan.blog/2026/08/03/im-scared-a-stranger-will.html
1•harper•1m ago•0 comments

Your model already knows the answer: how benchmark answers leak into LLMs

https://elman.ai/news/your-model-already-knows-the-answer/
1•fran-mora•2m ago•0 comments

Reactivating TensorBoard: Why treat an oscilloscope like a photo frame?

https://github.com/PastToFuture-Whisperer/xprof-cubism-reducer/discussions/1
1•PTF-W•4m ago•0 comments

Sash: Keeping secrets away from software that acts on your behalf

https://zenodo.org/records/21797233
1•cmt-t•4m ago•0 comments

PBCareerOS – Multi-dimensional career intelligence and roadmap generator

https://customizecareermap.org/
1•Pballada80•5m ago•0 comments

Why everything breaks at 150 people

https://falconer.com/notes/cerebras-knowledge-base/
3•iamgioh•7m ago•1 comments

Show HN: T – Conductor, but for Your CLI

https://github.com/PiemonteF/t
2•Absonsonson•7m ago•0 comments

My NixOS Dev Machine

https://miccah.io/posts/2026-08-01-my-nixos-dev-machine/
2•speckx•8m ago•0 comments

Celld: Self-hosted, distributed Durable Objects

https://github.com/denoland/celld
2•calvinfo•9m ago•0 comments

DDR5 Prices Surge 7% in July, Reaching New Highs

https://www.techpowerup.com/350920/ddr5-prices-surge-7-in-july-reaching-new-highs
1•gslin•9m ago•0 comments

A Four-Ton SpaceX Rocket Stage Hit the Moon, but No One Saw It

https://www.nytimes.com/2026/08/05/science/space-x-moon-crash-confirmation.html
2•donohoe•10m ago•0 comments

You don't need an MCP server. A Markdown file is enough

https://mindcloud.co/docs/universal/rest/home/latest/introduction/build-with-ai
1•danilovilhena•11m ago•0 comments

Modernizing Reddit's Infrastructure and Moderation Tools

https://redditinc.com/news/modernizing-reddits-infrastructure-and-moderation-tools
1•HieronymusBosch•12m ago•0 comments

VA orders Dominion to charge more transmission costs to data centers

https://virginiamercury.com/2026/08/05/scc-orders-dominion-to-develop-tariff-to-assign-more-trans...
1•jaredwiener•12m ago•0 comments

Launch HN: HyperProbe (YC S26) – Agents that do read-only debugging in prod

https://www.hyperprobe.co
4•shailendraht•12m ago•0 comments

AWS DynamoDB Vector Search

https://aws.amazon.com/blogs/aws/amazon-dynamodb-now-supports-real-time-vector-search-at-any-scale/
2•aws_is_awesome•12m ago•0 comments

I'm Begging You: Never Write with A.I

https://www.nytimes.com/2026/08/04/opinion/artificial-intelligence-ai-writing.html
3•gmays•13m ago•0 comments

Why I'm leaving OpenAI to build telepathy

https://naomibashkansky.com/blog/telepathy/
3•devanshp•14m ago•1 comments

Microservices [video]

https://www.youtube.com/watch?v=y8OnoxKotPQ
1•ustad•15m ago•0 comments

US refunds $100B of Donald Trump's 'liberation day' tariffs

https://www.theguardian.com/us-news/2026/aug/05/trump-administration-has-paid-back-100bn-of-165bn...
2•imzadi•16m ago•1 comments

Broadcaster Wins Blocking Injunction Covering Pirate Sites That Don't Exist Yet

https://torrentfreak.com/broadcaster-wins-broad-u-s-blocking-injunction-covering-pirate-sites-tha...
1•speckx•17m ago•0 comments

Hollywood and Shanghai Cinema in the 1930s [pdf]

https://docs.lib.purdue.edu/cgi/viewcontent.cgi?article=2225&context=clcweb
1•Bluestein•17m ago•0 comments

Google DeepMind CEO Demis Hassabis steps down

https://www.ft.com/content/61d41764-f2f7-4906-a112-ff3073972c51
2•alvis•18m ago•0 comments

Google shakes up AI leadership as DeepMind chief shifts role

https://www.reuters.com/business/google-shakes-up-ai-leadership-deepmind-chief-shifts-role-2026-0...
1•usernomdeguerre•22m ago•0 comments

Stop Sending Me Your Errors

https://kramkow.ski/article/2026/08/05/stop_sending_me_your_errors.html
2•speckx•24m ago•0 comments

Major Hedge Funds Targeted in Wave of Attempted Cyberattacks

https://www.bloomberg.com/news/articles/2026-08-05/major-hedge-funds-targeted-in-wave-of-attempte...
2•lemonlym•25m ago•2 comments

Anti-Zionism is not anti-Semitism UK appeal tribunal confirms in landmark ruling

https://www.middleeastmonitor.com/20260804-anti-zionism-is-not-anti-semitism-uk-appeal-tribunal-c...
5•thisislife2•25m 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.