frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Gixy: Nginx Configuration Static Analyzer

https://github.com/dvershinin/gixy
2•petecooper•6m ago•0 comments

Staged Publishing for NPM Packages

https://docs.npmjs.com/staged-publishing/
2•pimterry•6m ago•0 comments

MPs call out Rockstar Games over alleged union-busting

https://www.computerweekly.com/news/366643401/MPs-call-out-Rockstar-Games-over-alleged-Union-busting
1•beardyw•8m ago•0 comments

Edu-committee wants social media ban to save mental health

https://www.theregister.com/personal-tech/2026/05/21/edu-committee-wants-social-media-ban-to-save...
1•ColinWright•9m ago•0 comments

Paragon Knives – No-frills EDC knives focused on pure utility

https://www.paragon-knives.com/
1•bgzlsxaz•9m ago•0 comments

Why domain valuation metrics fail in voice-first and agentic environments

https://domainalot.substack.com/p/how-to-correctly-value-a-domain-and
1•sonofmarzipan•10m ago•0 comments

I built a HoneyBook alternative after they raised prices 89%

https://quotesign.vercel.app
1•kevoIA•13m ago•0 comments

Auditing Apple's DifferentialPrivacy.framework: Bugs, Misconfig, Practical Risks

https://arxiv.org/abs/2605.21378
1•sbulaev•18m ago•0 comments

Been running Claude Code on Bun Rust port for a few days, can't tell difference

https://twitter.com/jarredsumner/status/2057280896231936258
2•tosh•18m ago•0 comments

Yet another Rust re-write: FalkorDB

https://github.com/FalkorDB/falkordb-rs-next-gen
1•fithisux•19m ago•1 comments

Google officially announces that ads will be included in AI Mode search results

https://blog.google/products/ads-commerce/google-marketing-live-search-ads/
3•sofumel•21m ago•0 comments

Micro GPT written in Excel formulas

https://github.com/pyxll/excel-gpt
1•pyxll•23m ago•0 comments

How's Linear so fast? A technical breakdown

https://performance.dev/how-is-linear-so-fast-a-technical-breakdown
1•SouravInsights•25m ago•0 comments

TextIndex

https://mattgemmell.scot/textindex/
1•Tomte•26m ago•0 comments

The Surprising Divide over What Counts as True

https://reason.com/2026/05/15/the-surprising-divide-over-what-counts-as-true/
1•stared•26m ago•0 comments

Nvidia unveils its spreading language model, "Nemotron-Labs-Diffusion"

https://huggingface.co/nvidia/Nemotron-Labs-Diffusion-14B
2•sofumel•27m ago•0 comments

Why I think Go is a Terrible Language

https://notashelf.dev/posts/go-sucks
2•Lunar5227•28m ago•2 comments

AMD's New Ryzen AI Max Pro 400 with 192GB LPDDR5X Memory

https://www.servethehome.com/amd-reveals-ryzen-ai-max-pro-400-series-192gb-ram-for-ai-systems/
1•calcifer•30m ago•0 comments

I Taught an AI to Be Our On-Call Engineer

https://medium.com/pipedrive-engineering/scooby-how-i-taught-an-ai-to-be-our-on-call-engineer-163...
1•devuo•32m ago•0 comments

VCs invested $300B in agentic infrastructure in Q1 2026

https://www.hitechies.com/venture-capital-q1-2026-300-billion-agentic-infrastructure-founders/
1•dhakalster•32m ago•0 comments

Value creation, bullshit jobs and the future of work

https://seths.blog/2026/05/value-creation-bullshit-jobs-and-the-future-of-work/
1•swolpers•34m ago•0 comments

The Cache Aware Scheduling Looks Like It Will Land for Linux 7.2

https://www.phoronix.com/news/Linux-7.2-Likely-CAS
2•rbanffy•36m ago•2 comments

Show HN: Visual timezone converter for remote teams

https://fluttertime.com/
1•dbecks•37m ago•0 comments

Mummy Brown

https://en.wikipedia.org/wiki/Mummy_brown
2•thunderbong•37m ago•0 comments

No Slop Grenade

https://noslopgrenade.com/
2•napolux•39m ago•0 comments

Show HN: I am making a cat-based gamified productivity app

https://store.steampowered.com/app/4704810/Junebug/
1•egretfx•40m ago•0 comments

X-Plane 12 Citation-X Checklist

https://www.wedesoft.de/simulation/2026/05/10/x-plane-citation-x-checklist/
1•wedesoft•41m ago•1 comments

The Beatles – On Their Old Sound

https://medium.com/the-hitmagist/the-beatles-on-their-old-sound-af380e576227
1•bryanrasmussen•42m ago•0 comments

Engineering Manager Interview Preparation

https://yusufaytas.com/engineering-manager-interview-preparation
13•hunter_coder•43m ago•0 comments

Gauss List Sieve for Lattices

https://leetarxiv.substack.com/p/gauss-lll-sieve
2•theanonymousone•44m ago•1 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.