frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Double Matthew Walker Knot by Fable 5.1

https://claude.ai/public/artifacts/06fd26a5-403c-47c8-af49-dcf6c35ec55c
2•nemesis17•53s ago•1 comments

Hugging Face approached Nvidia’s Huang weeks ahead of $12.9B acquisition

https://www.cnbc.com/2026/09/03/nvidia-agrees-to-buy-hugging-face-for-almost-13-billion-ai-expans...
2•eutropheon•1m ago•0 comments

Show HN: SyncLite – Offline-first apps with automatic database sync

https://www.youtube.com/shorts/Nv5jjDxNdXA
1•mahcha•1m ago•0 comments

The Ads Model for Prompts Vertically Integrates AI – Tom Tunguz

https://tomtunguz.com/the-ads-model-for-prompts-vertically-integrates-ai/
1•manualwise•3m ago•0 comments

OpenAI Claims Latest Model Astra Could Be Considered AGI

https://www.ft.com/content/55ab40c0-59e2-4c0b-97c9-4f4f5a71a8bb
1•znq•3m ago•1 comments

Rantjs: Write a Pattern, Get a Sentence

https://github.com/robbestad/Rantjs
1•blockbeard•3m ago•0 comments

Satellite images show penguins' diets are changing in response to climate change

https://theconversation.com/satellite-images-show-how-penguins-diets-are-changing-in-response-to-...
2•DemiGuru•4m ago•0 comments

Show HN: Omarchy on Apple Silicon via VM

https://github.com/azilnik/omarchy-apple-silicon-parallels
1•azilnik•4m ago•0 comments

Vasm – A portable and retargetable assembler supporting older CPUs

http://sun.hasenbraten.de/vasm/
1•peter_d_sherman•5m ago•0 comments

Mmuko Boot Sequence – a tiny freestanding C kernel that boots in QEMU

https://github.com/obinexus/mmuko-boot
1•obinexus•5m ago•0 comments

US House passes bill to crack down on university boycotts of Israel

https://www.reuters.com/world/us/us-house-passes-bill-crack-down-university-boycotts-israel-2026-...
4•gravisultra•6m ago•0 comments

OpenAI says it has overtaken Anthropic with its latest AI model

https://giftarticle.ft.com/giftarticle/actions/redeem/1054f4f0-cac7-479c-a4a7-f95b3906ca4b
3•pboulos•7m ago•0 comments

I Fixed Movement in Adrift by Changing the Character Sprite

https://jackpritz.com/blog/how-i-fixed-movement-in-adrift-by-changing-the-character-sprite
1•jack_ftw•7m ago•0 comments

"Welcome to the AGI era," OpenAI says as GPT-6 Astra debuts

https://www.axios.com/2026/09/03/openai-astra-gpt-6-agi-brockman
14•htrp•8m ago•2 comments

Upcoming Changes to Xbox Cloud Gaming

https://news.xbox.com/en-us/2026/09/03/xbox-cloud-gaming-changes/
2•haunter•9m ago•1 comments

ZapExt: A ExtensãO de CRM E Produtividade Mais Completa Para WhatsApp Web

https://www.zapext.com
1•Aserex•9m ago•0 comments

Thunderquakes: A new way to image the Earth's subsurface

https://www.psu.edu/news/earth-and-mineral-sciences/story/thunderquakes-new-way-image-earths-subs...
1•gmays•9m ago•0 comments

Winter 2026/2027 First Forecast: Super El Niño Drives a Major Weather Divide

https://www.severe-weather.eu/long-range-2/winter-2026-2027-first-forecast-super-el-nino-polar-vo...
3•barbazoo•10m ago•1 comments

Kennedy asked to remove Pennsylvania measles death from CDC tally, sources say

https://www.reuters.com/world/kennedy-asked-remove-pennsylvania-measles-death-cdc-tally-sources-s...
3•zzzeek•10m ago•0 comments

Turn any GitHub repo into a trivia game

https://jeopardygithub.com
1•momentmaker•10m ago•0 comments

Payments Agents

https://github.com/eunujwal/PaymentsAgents
1•unujwal•12m ago•0 comments

How to bring up the Linux Kernel on a new platform

https://werwolv.net/posts/linux_bringup/
3•WerWolv•12m ago•0 comments

Show HN: MesaOS – An operating system written from scratch in Rust

https://github.com/crackanimad0r/MesaOS
2•crackanimador•13m ago•0 comments

Flappy Link – Cape Town Flyover Challenge

https://www.flappylink.com/
1•tevrede•15m ago•1 comments

I fixed my posture at work

https://github.com/bogumat/posturebar
1•bogumat•15m ago•0 comments

Live Graph Interface Harness

https://relayerlabs.ai/relayer-agent
1•vishaltandale•17m ago•0 comments

Climbers rescued from Mount Shasta after relying on AI chatbot to plan trip

https://www.sfchronicle.com/outdoors/article/shasta-climbers-rescued-chatgpt-22414629.php
5•adharmad•18m ago•0 comments

AI-Powered Data Warehouses: Architectural Lessons for Every AI Product

https://twitter.com/JoshARosen/status/2095488762532745712
2•karlmush•19m ago•0 comments

Finding Your Way Through a Dependency Graph

https://blog.ptidej.net/finding-your-way-through-a-dependency-graph/
2•viniciusmioto•20m ago•1 comments

Show HN: Bridle: hand your agent's context to a coworker's agent

https://www.bridle.network/
2•withoutshape•22m 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.