frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

At least we're warming the planet for a good reason

https://old.reddit.com/r/codex/comments/1vev2fl/vibecoded_ios_app_reached_35k_loc_and_i_no_longer/
1•johnnyApplePRNG•1m ago•0 comments

Real-time LuaTeX: Recompiling large documents in 1ms [video]

https://www.youtube.com/watch?v=C1gpjPm-Rns
1•eigenblake•4m ago•0 comments

Lego deploys Hubble Space Telescope as detailed desktop model

https://www.collectspace.com/news/news-080226a-lego-icons-hubble-space-telescope-details.html
1•Tomte•6m ago•1 comments

Startup Marketing 101

https://skeptrune.substack.com/p/startup-marketing-101
1•iacguy•8m ago•0 comments

ATS Resume Scorer and Cover Letter Generator – Matchflo

https://apps.apple.com/us/app/matchflo-ai-resume-tailor/id6786483718?mt=12
1•jsrothwell•9m ago•1 comments

Advanced Harmonic Analysis in Roundness Metrology

https://www.taylor-hobson.com/resource-center/blog/2020/september/advanced-harmonic-analysis-in-r...
1•num42•13m ago•0 comments

ScalarDB: Universal HTAP Engine

https://github.com/scalar-labs/scalardb
1•feeblefakie•14m ago•0 comments

Personal taste fell out of fashion

https://www.theguardian.com/media/2026/jun/14/have-i-been-influenced-personal-taste-out-of-fashio...
1•herbertl•16m ago•0 comments

AI Agent Ecosystem Trends 2026 H1: Analysis of 15K+ Agents Submission

https://www.deepnlp.org/blog/ai-agent-marketplace-intelligence-report-2026-h1-trends-insights-eco...
1•aiagenta2z•18m ago•1 comments

Virtual Mac on Jailbroken M1/M2 iPad

https://github.com/nfzerox/VirtualMacOniPad
1•tech234a•21m ago•0 comments

Why Estonians invite strangers into their back gardens each summer

https://www.bbc.com/travel/article/20260731-why-estonians-invite-strangers-into-their-backyards-e...
1•koolhead17•24m ago•0 comments

I Helped Run Lululemon. Companies Need to Stop Kidding Themselves About A.I

https://www.nytimes.com/2026/08/03/opinion/ai-hype-tech-layoffs.html
1•joebuckwilliams•24m ago•5 comments

I asked Claude Opus to recreate The Matrix opening scene in Lego

https://marksmayo.github.io/lego-matrix/
1•beatthatflight•25m ago•4 comments

Tinytouch: Fingerprint Based Authentication for Apple

https://github.com/zimengxiong/tinytouch
1•Quizzical4230•26m ago•0 comments

Show HN: Manhwa AI – Create webtoons with consistent AI characters

https://www.manhwaai.net
1•era4d•32m ago•2 comments

Superbad.com if it came from the mind of an AI

https://stuff.do/
1•rogerdickey•39m ago•1 comments

JsxCore – A TSX/JSX View Engine for Asp.net Core

https://github.com/davidwhitney/JsxCore
1•vyrotek•48m ago•0 comments

Token use for exact prompt across models

https://twitter.com/jpschroeder/status/2081751862768717956
2•kappi•51m ago•1 comments

Telegram says app restored on Apple's App Store

https://www.reuters.com/business/retail-consumer/telegram-says-app-restored-apples-app-store-2026...
9•mfiguiere•58m ago•0 comments

A modern Saga/TCC orchestration engine for microservices

https://github.com/scalar-labs/scalardb-saga
2•feeblefakie•59m ago•0 comments

Show HN: Velokey – One Task API for Kling, Veo, Seedance, and Sora

https://velokey.ai
1•PaiDxng•1h ago•0 comments

Socket.dev warns about Rust Tokio library obfuscation

https://socket.dev/cargo/package/tokio
2•cwaffles•1h ago•0 comments

Eval-driven development: Lessons from evaluating GenAI at scale

https://medium.com/airbnb-engineering/eval-driven-development-lessons-from-evaluating-genai-at-sc...
3•simonpure•1h ago•0 comments

Billion-dollar property collapse highlights private credit danger

https://www.abc.net.au/news/2026-08-04/property-collapse-highlights-private-credit-danger-jon-adg...
2•kripy•1h ago•0 comments

Hollow-LLM Attack: Ghost Weights That Fool Zero-Knowledge LLM Verification

https://arxiv.org/abs/2607.28884
1•sbulaev•1h ago•0 comments

George Orwell's 1984 (Hinge Dating App)

https://www.spectator.com.au/2026/07/the-dark-truth-about-dating-apps-and-ai/
2•circumcised•1h ago•0 comments

QRiosity Killed the Cat

https://qriositykilledthecat.com
1•OccamsMirror•1h ago•1 comments

Palantir Shares Jump on 'Otherworldly' Sales, Improved Forecast

https://www.wsj.com/business/earnings/palantir-lifts-guidance-as-revenue-nearly-doubles-f4d79fa7
4•andsoitis•1h ago•2 comments

Full-Stack AI Engineer, Clinical Systems – NYC Based – Healthtech

https://alnuhealth.com/careers/full-stack-ai-engineer-clinical-systems
1•ben-scire•1h ago•2 comments

Telegram Removed from AppStore?

https://www.reddit.com/r/ios/s/RYlp8LKNdD
4•outcoldman•1h 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.