frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

HackerRank open sourced its ATS. My resume scored 90/100. Oh wait 74. No – 88

https://danunparsed.com/p/hackerrank-open-source-ats
1•sambellll•7m ago•0 comments

AI and Liability

https://www.schneier.com/blog/archives/2026/06/ai-and-liability.html
2•lwhsiao•19m ago•1 comments

Are Lobsters Immortal?

https://www.nhm.ac.uk/discover/are-lobsters-immortal.html
1•thunderbong•26m ago•0 comments

AI boom risks global financial crash, warn central bankers

https://www.telegraph.co.uk/business/2026/06/28/ai-boom-risks-global-financial-crash-central-bank...
5•b-man•26m ago•1 comments

Sophon PFG-1: a monolithic-3D AI ASIC with 330 GB of on-die DRAM and no HBM

https://www.phantafield.com/whitepaper
10•minkowsky•28m ago•3 comments

Guy beats one of the best published quantum circuits for breaking ECDSA with AI

https://twitter.com/bbuddha_xyz/status/2061606383435620527
1•binyu•28m ago•1 comments

Slavoj ŽIžek: Should We Grasp AI Not Only as Substance but Also as Subject?

https://www.youtube.com/watch?v=PNU3YILDyYc
2•AndrewKemendo•29m ago•0 comments

Show HN: XSDR – Real-time event monitoring infrastructure for agents

https://xsdr.app
1•wcrann3•33m ago•0 comments

Why are there more top grades at university? ChatGPT is to blame

https://english.elpais.com/technology/2026-05-21/why-are-there-more-top-grades-at-university-chat...
2•xiaoyu2006•34m ago•0 comments

More fun with high-speed rail in the UK

https://www.theguardian.com/uk-news/2026/jun/29/pause-hs2-reset-until-you-are-confident-it-can-be...
1•zabzonk•41m ago•0 comments

Sway typeahead command palette for the memory constrained

https://www.nilcoast.com/blog/sway-command-palette
1•be_erik•54m ago•0 comments

LLM Optimization

https://www.youtube.com/watch?v=9tvJ_GYJA-o
1•kidbomb•1h ago•0 comments

You might not need a service worker

https://www.jayfreestone.com/writing/you-might-not-need-a-service-worker/
2•Fudgel•1h ago•0 comments

Micron Suggests Apple Helped Cause Memory Price Crisis

https://www.macrumors.com/2026/06/26/micron-suggests-apple-helped-cause-memory-crisis/
9•mgh2•1h ago•1 comments

Reacting to Two French Entrepreneurs Who Built a $100K SaaS

https://thenewassociationwebmasters.blogspot.com/2026/06/from-20000-to-100000month-raw.html
2•odilelof•1h ago•0 comments

China cracks down on rule-bending offshore investments

https://www.economist.com/finance-and-economics/2026/06/28/china-cracks-down-on-rule-bending-offs...
5•andsoitis•1h ago•2 comments

The Truth about Space Data Centers [video]

https://www.youtube.com/watch?v=_qpdUNMt2yg
4•tambourine_man•1h ago•0 comments

Why can't India's government build a decent website?

https://www.economist.com/asia/2026/06/28/why-cant-indias-government-build-a-decent-website
12•andsoitis•1h ago•9 comments

A faster bump allocator for rust

https://owen.cafe/posts/stumpalo/
4•birdculture•1h ago•0 comments

AI 'exuberance' risks ending in lengthy investment bust

https://www.ft.com/content/e81ce414-e4bd-4e8c-bac7-94f7bf17def4
4•petethomas•1h ago•1 comments

Show HN: Image2JXL – a native macOS JPEG XL converter

https://old.reddit.com/r/givebest/comments/1ueh3v4/i_built_image2jxl_a_native_macos_app_for_local/
3•givebest•1h ago•0 comments

Self-learning skill for Claude: let the agent capture its own hard-won patterns

https://github.com/Kulaxyz/self-learning-skills
3•kulaxyz•1h ago•0 comments

Show HN: A site that emails you the day your Bitcoin stack hits $1M

https://amimillionaire.com/
2•pro_methe5•1h ago•2 comments

Show HN: Calybris Core, a deterministic audit engine for decisions in Rust

https://github.com/emirhuseynrmx/calybris-core
3•emirhuseyininci•1h ago•0 comments

Show HN: wavecat – a fully local personal agent that watches your screen

https://wavecat.ai/
3•sdkpanda•1h ago•0 comments

Better Images of AI

https://betterimagesofai.org/
10•Curiositry•2h ago•6 comments

We need tech news sources which exclude AI

70•botfriendsarent•2h ago•30 comments

AI Agent Credential Crisis: Six Months of Incidents

https://devfortress.net/blog/semi-annual-2026
3•arian_•2h ago•0 comments

Stanford's Hoover Inst: "The Wealth Tax: Recipe for Economic Disaster"Lionaire [video]

https://www.youtube.com/watch?v=x6k4W5Qzg8U
2•stmw•2h ago•2 comments

Mux – A tmux overlay for managing Claude Code sessions

https://github.com/fashton28/mux
4•fashton28•2h 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.