frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Building an open source (turbopuffer alternative)in Rust – Kosha

https://github.com/decover-tech/kosha
1•ravitandon1990•2m ago•1 comments

Meta Security Researcher's AI Agent Accidentally Deleted Her Emails

https://au.pcmag.com/ai/116091/meta-security-researchers-ai-agent-accidentally-deleted-her-emails
1•Bluestein•7m ago•0 comments

Croc v11.3 goes peer-to-peer

https://getcroc.com/blog/croc-v11-3-release-update
1•haunter•15m ago•0 comments

Advice on Upskilling [pdf]

https://www.justinmath.com/files/advice-on-upskilling.pdf
1•miletus•17m ago•0 comments

How to Pretty-Print Your Kubernetes YAML as Kyaml and Why You'd Want To

https://kubernetes.io/blog/2026/08/11/how-to-pretty-print-kubernetes-yaml-as-kyaml/
1•jamietanna•17m ago•0 comments

Habit tracker bullet journal ideas

https://trackthehabit.com/bullet-journal-habit-tracker-layouts/
1•ahmadhussain89•18m ago•0 comments

Conversations Can Shape Reality

https://nautil.us/how-conversations-can-shape-reality-1284420
1•XzetaU8•19m ago•0 comments

SK Hynix Weighs Japan Memory Plant Deal to Supply AI Boom

https://www.bloomberg.com/news/articles/2026-08-31/sk-hynix-weighs-japan-memory-fab-partnership-t...
1•aufklarer•20m ago•0 comments

US and Iran Exchange Attacks for First Time in About a Month

https://www.bloomberg.com/news/articles/2026-08-30/us-strikes-iranian-rocket-launchers-in-first-a...
1•ipotapov•25m ago•0 comments

Trump demands Canadian companies doing business with USA move there immediately

https://www.independent.co.uk/news/world/americas/us-politics/trump-canada-businesses-truth-socia...
5•emptybits•27m ago•1 comments

Setting Up a Kernel Debugging Environment (2021)

https://pwning.systems/posts/setting-up-a-kernel-debugging-environment/
1•vismit2000•28m ago•0 comments

Starting AI Safety Study Group to Do Arena Curriculum

https://www.lesswrong.com/posts/eysGHNdvgAYwZjC3r/starting-ai-safety-study-group-to-do-arena-curr...
1•joozio•29m ago•0 comments

Claude Code reduces it's weekly limit by 17% – compared to today

https://twitter.com/ClaudeDevs/status/2093742322525810912
3•partsch•29m ago•0 comments

Nvidia DLSS 5: Modders enable AI faces in all sorts of games

https://www.heise.de/en/news/Nvidia-DLSS-5-Modders-enable-AI-faces-in-all-sorts-of-games-11434015...
1•doener•33m ago•0 comments

Zenresume

https://www.zenresume.online/
1•jagadees21•36m ago•0 comments

Infinite Slop (24/7 AI video generation)

https://infiniteslop.ai/
1•mdrzn•37m ago•0 comments

Show HN: Albums Vault, my take on how to manage Spotify album library

https://codefloe.com/rabc/albums-vault
1•rabc•38m ago•0 comments

Free Image Upscale

https://imagepeel.com/
1•FrostDream•39m ago•1 comments

Open Source tool to detect software supply chain attacks

https://github.com/ossillate-inc/packj
1•daveP17•44m ago•0 comments

I Didn't Set a Cookie

https://belibre.be/cookies/
5•JeanKage•49m ago•0 comments

Reckless Ben confronted Ideal Living's CEO over trafficking claims

https://thecreatorwire.com/article/reckless-ben-posed-as-doordash-delivery-to-confront-peter-spie...
2•thevinter•53m ago•1 comments

Fifty Shades of Klinker: The Bricks That Shaped Hamburg

https://alsterrunde.com/fifty-shades-of-klinker-the-bricks-that-shaped-hamburg/
1•mertbio•56m ago•0 comments

Show HN: FlarePeek – a chrome extension for Cloudflare Worker developers

https://chromewebstore.google.com/detail/flarepeek-a-browser-exten/ffdbljcgdjkbbbbodnjbbgpahhnkfbnl
1•ioslh•1h ago•0 comments

The Aphantasia Lie [video]

https://www.youtube.com/watch?v=UyBikVRPh6c
2•IdealeZahlen•1h ago•0 comments

In less than a year, Google made scraping 10× harder

https://growtika.com/blog/google-goto-links-study
5•Growtika•1h ago•2 comments

Droptick – one ad slot per week, the price only falls

https://www.droptick.io
1•CarstenSachse•1h ago•1 comments

A 12TB Steam "teraleak" spills more than a decade of lost PC gaming history

https://arstechnica.com/gaming/2026/08/a-12tb-steam-teraleak-spills-more-than-a-decade-of-lost-pc...
29•WithinReason•1h ago•3 comments

How AI Agents Make Discord Support Faster with SeaTicket

3•Daniel-Pan•1h ago•1 comments

One Plugin, One Config, One Starter = All-in-One Kit for 11ty / Build Awesome

https://buildawesome.one/
1•anydigital•1h ago•0 comments

Drug test policy search site

https://dotheydrugtest.com/
1•nullscape•1h 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.