frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

MirrorCode: Evidence that AI can do some weeks-long coding tasks

https://epoch.ai/blog/mirrorcode-preliminary-results/
2•tadamcz•1m ago•0 comments

Trump's Changes Lock Some Employers Out of H-1B Visa Program

https://www.nytimes.com/2026/04/10/us/politics/h1b-visa-program-changes.html
2•mitchbob•2m ago•1 comments

Next Project

https://www.amantulsyan.com/next-project-after-commenda/
1•amantulsyan35•3m ago•0 comments

I built ClawIDE: A web-based IDE for managing multiple Claude Code sessions

3•aeroxis•3m ago•1 comments

TypeScript stack: modern dev tools and platforms for startups

https://www.paralect.com/stack
1•igorkrasnik•7m ago•0 comments

What to Know About OpenAI's Ideas for a World with 'Superintelligence'

https://www.wsj.com/tech/ai/what-to-know-about-openais-ideas-for-a-world-with-superintelligence-e...
1•gmays•7m ago•0 comments

To Fill Air Traffic Controller Shortage, FAA Turns to Gamers

https://www.nytimes.com/2026/04/10/us/politics/air-traffic-controller-gamer.html
1•mitchbob•7m ago•1 comments

Abandoning Apple and Learning to Love Linux

https://jimjeffers.com/blog/abandoning-apple-and-learning-to-love-linux/
3•jimjeffers•8m ago•1 comments

Agents fail because software stopped being readable

https://adaptivesoftware.substack.com/p/what-agents-cant-read-they-cant-change
2•iristenteije•8m ago•0 comments

Show HN: LuxShot – Open-source, native macOS OCR utility

https://github.com/lukebuild/LuxShot
1•lukeiodev•9m ago•0 comments

Show HN: Formally Verified Leaderless Log Protocol for Kafka

https://github.com/lakestream-io/leaderless-log-protocol
2•sijieg•9m ago•1 comments

I used Codex to upgrade my 2013 Nexus 7 to Android 11

https://opuslabs.substack.com/p/breathing-life-into-my-13-year-old
2•opuslabs•10m ago•0 comments

ChatGPT's bug with scanned PDFs

https://medium.com/@sirk390/chatgpts-bug-with-scanned-pdfs-9fc9d5be38ba
1•sirk390•10m ago•0 comments

Why I'm Building a Database Engine in C#

https://nockawa.github.io/blog/why-building-database-engine-in-csharp/
3•vyrotek•11m ago•0 comments

Wikimind: A CLI that compiles raw documents into an interlinked wiki using LLMs

https://github.com/akashikprotocol/wikimind
1•sahildavid•15m ago•0 comments

"Memflation": Cheaper RAM not expected until 2028, says Gartner

https://www.heise.de/en/news/Memflation-Cheaper-RAM-not-expected-until-2028-says-Gartner-11249607...
4•doener•15m ago•0 comments

Neural Computers

https://arxiv.org/abs/2604.06425
1•tosh•15m ago•0 comments

RFC 9019 – A Firmware Update Architecture for Internet of Things (2021)

https://datatracker.ietf.org/doc/rfc9019/
1•Tomte•17m ago•0 comments

Bluesky April 2026 Outage Post-Mortem

https://pckt.blog/b/jcalabro/april-2026-outage-post-mortem-219ebg2
5•jcalabro•18m ago•1 comments

Compute iOS XNU offset from kernel cache

https://blog.reversesociety.co/blog/2026/kernel-rw-not-enough-extract-offsets-from-xnu-kernelcaches
1•tonygo•18m ago•0 comments

WireGuard makes new Windows release following Microsoft signing resolution

https://lists.zx2c4.com/pipermail/wireguard/2026-April/009561.html
14•zx2c4•19m ago•2 comments

Mybets.gg – AI-powered sports bet tracker with browser extension and analytics

https://www.mybets.gg
1•mybets•20m ago•0 comments

Show HN: I built a $3/yr AI workflow to stop doomscrolling Twitter for tech news

1•JustinLee-DEV•20m ago•0 comments

PHP 8.5.5 Release Announcement

https://www.php.net/releases/8_5_5.php
1•ms7892•20m ago•0 comments

Show HN: NotebookLM alternative for working from local files with any model

https://old.reddit.com/r/electronjs/comments/1sfzgbr/built_an_llm_research_studio_for_working_with/
1•ieuanking•20m ago•0 comments

Proto-mammals laid eggs, paleontologists confirm

https://www.popsci.com/science/did-mammal-ancestors-lay-eggs/
2•Brajeshwar•22m ago•0 comments

Proton Calendar now includes secure appointment scheduling

https://proton.me/business/blog/appointment-scheduling
2•teekert•24m ago•0 comments

SAP and Telekom develop central citizen app for Germany

https://www.heise.de/en/news/SAP-and-Telekom-develop-central-citizen-app-for-Germany-11247830.html
2•doener•26m ago•0 comments

The AI Productivity Trap

https://www.neutron.studio/blog/2026/04-08-ai-productivity-trap.html
1•cyberpanther•28m ago•0 comments

Show HN: Free AI Lyrics Generator

https://tinymusic.ai/ai-lyrics-generator
1•jacksonLiu89•28m 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•11mo ago

Comments

palata•11mo 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•11mo 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•11mo 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•11mo ago
And here's an entire Java IDE with CheerpJ that downloads less than 15mb:

https://reportmill.com/SnapCode

palata•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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•11mo 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.