frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

How to delete your ChatGPT account

https://proton.me/blog/how-to-delete-chatgpt-account
2•devonnull•34s ago•0 comments

Ask HN: A Brief History of LLMs

1•menomatter•1m ago•0 comments

Adding Features That Help Get Users

https://fastbusinessapi.com/article/adding-features-that-help-get-users/
1•ApiFB-Dev•1m ago•0 comments

My Theory by Albert Einstein(1919)

https://todayinsci.com/E/Einstein_Albert/EinsteinAlbert-MyTheory.htm
1•o4c•1m ago•0 comments

Videos show people entering NYC sewers at night; residents,investigators baffled

https://apnews.com/article/nyc-sewer-explorers-manhole-investigation-a229be36b3daa74223ad0a43bfdc...
1•petethomas•1m ago•0 comments

Harness Acquires Codecov from Sentry

https://www.harness.io/press-and-news/harness-acquires-codecov
1•rocketpastsix•5m ago•0 comments

Apple and Google developed a new HDR standard: Eclipsa Video

https://www.flatpanelshd.com/news.php?subaction=showfull&id=1780395034
1•dmmalam•8m ago•0 comments

Three Chess Friends Battled Demons and Saved Two Lives

https://www.nytimes.com/2026/06/02/nyregion/how-three-chess-friends-battled-demons-and-saved-two-...
1•axiomdata316•11m ago•0 comments

Show HN: RxCheck – Replacement for the discontinued NLM drug interaction API

https://www.rxcheck.dev/
1•bcfeen•14m ago•0 comments

Build and deploy hosted sites from Codex with the Sites plugin

https://developers.openai.com/codex/sites
1•sarelta•15m ago•0 comments

Show HN: First time Minecraft stream on Twitch

https://www.twitch.tv/willowwispgaming
1•merc443•17m ago•0 comments

Salt Lake Tribune is gambling one third of revenue by ditching paywall

https://pressgazette.co.uk/paywalls/why-salt-lake-tribune-is-gambling-one-third-of-revenue-by-dit...
1•jawns•19m ago•0 comments

Google is paying Play Store developers for code to train its AI

https://www.neowin.net/reports/google-wants-to-pay-play-store-developers-for-code-to-train-its-ai/
1•bundie•19m ago•0 comments

Guide to Codex Goals

https://www.augmentedswe.com/p/codex-goals
1•wordsaboutcode•19m ago•0 comments

Harvard Law: Anthropic is about to sell a safety mission Wall Street can veto

https://fortune.com/2026/06/01/openais-guardian-ben-jerrys-ice-cream-anthropic/
1•1vuio0pswjnm7•25m ago•0 comments

Patterns of Structure and Argument: a guide to mathematical thinking(2017) [pdf]

https://www.ux1.eiu.edu/~cidelman/Research/foundationsbook.pdf
1•nill0•31m ago•0 comments

Ask HN: Does using non-English languages affect LLM output quality?

1•boundless88•34m ago•0 comments

Show HN: A crowdsourced map of surveillance camera's based on OSM

https://mapcomplete.org/surveillance?z=0.5&lon=12.732776
2•pietervdvn•37m ago•0 comments

AI Dark Output: The Visible Cost of Invisible Output

https://newsletter.semianalysis.com/p/ai-dark-output-the-visible-cost-of
1•paulpauper•40m ago•0 comments

The Risk-Free Rate and the Risk-Adjusted Growth Rate

https://www.nber.org/papers/w35260
2•paulpauper•41m ago•0 comments

The Ordinary Miracle of Existing

https://www.theatlantic.com/philosophy/2026/06/the-ordinary-miracle-of-existing/687351/
2•littlexsparkee•43m ago•1 comments

Best Clearbit Alternatives for Company Data Enrichment

https://fastbusinessapi.com/article/best-clearbit-alternatives-for-company-data-enrichment/
1•ApiFB-Dev•45m ago•0 comments

Roku LT Operating System open source distribution

https://blog.roku.com/developer/roku-lt-os
2•dpmdpm•45m ago•0 comments

Meta scales back plan for internal mouse-tracking tech, citing staff concerns

https://www.reuters.com/world/meta-scales-back-ai-mouse-clicks-tool-citing-employee-concerns-2026...
5•cebert•45m ago•2 comments

The Many Ways to Build a Black Hole

https://nautil.us/the-many-ways-to-build-a-black-hole-1281480
1•boarsofcanada•47m ago•0 comments

Florida lawsuit accuses OpenAI and CEO Sam Altman of endangering children

https://www.washingtonpost.com/technology/2026/06/01/florida-lawsuit-accuses-openai-ceo-sam-altma...
2•1vuio0pswjnm7•48m ago•0 comments

Blind Agent Trusting Sheeple [video]

https://www.youtube.com/watch?v=3mLYNxgw9wE
1•kshri24•57m ago•0 comments

Experimental Randomness Amplification

https://www.nature.com/articles/s41586-026-10521-8
2•thunderbong•59m ago•0 comments

I Found a Bug in Apple's Fsck_hfs

https://medium.com/@kivancgunalp/i-found-a-bug-in-apples-fsck-hfs-here-s-how-i-tracked-it-down-ed...
2•zdw•59m ago•0 comments

Structured Procrastination

https://www.structuredprocrastination.com/
1•gurjeet•1h 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.