frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Sensitive Info Goes into 'No Reply' Emails Constantly. This Guy Sees It All

https://www.wired.com/story/sensitive-info-goes-into-no-reply-emails-constantly-this-guy-sees-it-...
1•sbulaev•47s ago•0 comments

UK charities count the cost of Beacon CRM cyberattack

https://www.theregister.com/security/2026/08/05/uk-charities-count-the-cost-of-beacon-crm-cyberat...
1•jstanley•1m ago•0 comments

Don't use your phone while you poop

https://nate.spot/no-phone-while-poop/
1•ExMachina73•1m ago•0 comments

At the altar of AI capex, Google is sacrificing the golden goose

https://twitter.com/MaxAnderson/status/2080229375773941871
1•wyclif•4m ago•0 comments

We mapped every data centre on Earth [video]

https://www.youtube.com/watch?v=8M3MciEmC5c
1•skibz•4m ago•0 comments

I built a voice agent that resolves IT/HR support issues end-to-end

https://www.youtube.com/watch?v=GffeCdNQ5JQ
1•ManoBharathi93•4m ago•0 comments

Prinevo Memory: A Domain-Pluggable Context Graph for Long-Term Agent Memory

https://drive.google.com/file/d/1dqX6t-r03SKalM9Fcvz6g0Ixp-8QLXqZ/view?usp=sharing
1•sohitkeshri•6m ago•0 comments

Gentoo bugzilla closed due AI bot scraper overload

https://social.treehouse.systems/@mgorny/117058483039362779
2•happosai•12m ago•0 comments

Banning data centers would blow up the U.S. economy

https://www.noahpinion.blog/p/banning-data-centers-would-blow-up
2•nedruod•14m ago•0 comments

Which editing tool using in 2026?

1•karam_hn•18m ago•0 comments

AI-generated stories rated better quality than human-written ones, study finds

https://www.theguardian.com/technology/2026/aug/05/ai-generated-stories-rated-better-quality-than...
2•Risse•19m ago•0 comments

Show HN: Sovereign Engine – Local-first intent engine in Rust and Tauri

https://github.com/Sovereign34/sovereign-engine
1•Sovereign34•19m ago•0 comments

The National Design Studio Became a DOGE Landing Pad. Now 'Big Balls' Is Hiring

https://www.wired.com/story/national-design-studio-doge-recruiting/
1•robbiet480•19m ago•0 comments

The Microstructure of Wealth Transfer in Prediction Markets

https://papers.ssrn.com/sol3/papers.cfm?abstract_id=7217640
1•jonbecker•27m ago•0 comments

AI's Latest Rocket Ship Is an Old School, 28-Year-Old Data Company

https://www.forbes.com/sites/iainmartin/2026/08/06/ais-latest-rocket-ship-is-an-old-school-28-yea...
1•Michelangelo11•28m ago•0 comments

The Last New Word

https://www.lucasfcosta.com/fiction/the-last-new-word
2•lucasfcosta•32m ago•0 comments

Triton: DirectX 11 Driver for QEMU

https://blog.getutm.app/2026/introducing-triton-directx-11-driver-for-qemu/
2•electricant•34m ago•0 comments

A private curl-to-Python converter that runs in the browser

https://www.endpoint51.com/curl-to-python/
1•endpoint51•37m ago•1 comments

I run a 9-model LLM council to write a financial newsletter. What breaks

https://marketdaily.ai/blog/eng-llm-council-judge-en-202608
2•delvinchang•37m ago•0 comments

Voyager 1 FDS Computer Emulator

https://zaneham.github.io/voyager-fds-emulator/
2•rahen•39m ago•0 comments

A domain can now say it is for sale, in DNS

https://specification.website/spec/foundations/for-sale-dns/
2•shaunpud•41m ago•0 comments

Show HN: Patchward-check – list the test expectations a diff removes

https://pypi.org/project/patchward-check/
1•kolesnikov-arch•42m ago•0 comments

A Generation on Antidepressants Searches for the Exit

https://www.nytimes.com/2026/08/07/opinion/antidepressants-ssris-side-effects-drugs-maha.html
2•bookofjoe•50m ago•1 comments

Sleep Alters the Velocity of Physiological Brain Pulsations in Humans

https://advanced.onlinelibrary.wiley.com/doi/10.1002/advs.202503745
1•cs1996•51m ago•0 comments

Hacker News MCP

https://hackernews.marcokittel.de
2•evlute•51m ago•1 comments

Downfall

https://downfall.page/
4•conferza•53m ago•0 comments

ROMbug Onion: A Tor Browser with Onion Routing, Privacy and a Separate Identity

https://rombugonion.com/
1•chainbuilder•54m ago•0 comments

Superdna – analyze your DNA raw file locally

https://github.com/Wolg/superdna
2•wolg•54m ago•0 comments

How Cleaning up space debris could grow to become a big business

https://www.cnbc.com/2026/08/08/space-debris-junk-spacex-rocket-moon-crash.html
1•ck2•55m ago•1 comments

The Caretakers

https://leejo.github.io/2026/08/08/caretakers/
1•leejo•55m 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.