frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Call Center DBS Penghapusan atau tambah limit

1•Ma7moudBebars99•39s ago•0 comments

Hosting on Cloudflare 'Cause I Need To

https://kyo.iroiro.party/en/posts/cloudflare-when-needed/
2•gudzpoz•5m ago•0 comments

Show HN: My Album with Suno v5

https://izler.replit.app/
1•ersinesen•6m ago•0 comments

What's the Deal with Kalshi's Fees

https://substack.com/inbox/post/179214398
2•paulpauper•6m ago•0 comments

Hey where did all the Slack channels go?

https://blog.saahild.com/read/clubs-vuln-slack
2•neongamerbot•7m ago•0 comments

Andrej Karpathy on Gemini 3

https://twitter.com/karpathy/status/1990854771058913347
2•tosh•10m ago•0 comments

New EU Chat Control Proposal Moves Forward

https://techreport.com/news/new-eu-chat-control-proposal-privacy-experts-see-dangerous-backdoor/
4•ericzawo•10m ago•0 comments

Inside a Wild Bitcoin Heist: Five-Star Hotels, Cash, and Vanishing Funds

https://www.wired.com/story/bitcoin-scam-mining-as-service/
1•sipofwater•10m ago•1 comments

Mexico president issues ferocious warning to Trump after US strikes threat

https://www.dailymail.co.uk/news/article-15302645/Mexico-president-issues-ferocious-warning-Trump...
2•Bender•10m ago•0 comments

Nomor WhatsApp CS Bank BTN

1•kshitizsaini113•11m ago•0 comments

Python Developers Looking at Introducing Rust Programming Language in CPython

https://www.phoronix.com/news/Proposal-Rust-In-CPython
3•Bender•11m ago•0 comments

Military Veterans Who Refused Covid Vaccine Now Eligible for GI Bill Benefits

https://www.military.com/daily-news/2025/11/17/military-veterans-who-refused-covid-vaccine-now-el...
2•Bender•12m ago•0 comments

Call Center BTN layanan Live chat WhatsApp

1•kshitizsaini113•13m ago•0 comments

AI Bubble and Growth Fears Are Creeping into US Credit Markets

https://www.bloomberg.com/news/articles/2025-11-18/ai-bubble-and-growth-fears-are-creeping-into-u...
2•zerosizedweasle•14m ago•0 comments

Cloud-native computing is poised to explode, thanks to AI inference work

https://www.zdnet.com/article/cloud-native-computing-is-poised-to-explode-thanks-to-ai-inference-...
1•CrankyBear•17m ago•0 comments

Elliptic Curve Pairings in Cryptographъ

https://www.johndcook.com/blog/2025/11/16/elliptic-curve-pairings/
1•ibobev•18m ago•0 comments

Books That Travelled

https://www.zylstra.org/blog/2025/11/books-that-travelled/
1•speckx•19m ago•0 comments

Show HN: Rapid-rs – Zero-config web framework for Rust

https://github.com/ashishjsharda/rapid-rs
1•ashish_sharda•19m ago•0 comments

Trying out Gemini 3 Pro with audio transcription and a new pelican benchmark

https://simonwillison.net/2025/Nov/18/gemini-3/
1•nabla9•20m ago•0 comments

A misplaced wire label caused a power outage on a container ship, the NTSB finds

https://www.cnn.com/2025/11/18/us/ntsb-dali-bridge-collapse
2•mschuster91•21m ago•0 comments

Show HN: One-Click Minecraft/Rust/Factorio Servers on Railway

https://github.com/charlesvien/game-nite
4•charlesvien•23m ago•0 comments

Show HN: We built a generator for Vue+Laravel that gives you a clean codebase

https://codecannon.dev/
3•codecannon•28m ago•2 comments

Quantifying Fossil Fuel CO2 Enhancements with Radiocarbon Analysis of Turfgrass

https://agupubs.onlinelibrary.wiley.com/doi/10.1029/2025JD043336
1•PaulHoule•29m ago•0 comments

I analyzed 1000 forward deployed engineering jobs – here's what I learned

https://bloomberry.com/blog/i-analyzed-1000-forward-deployed-engineer-jobs-what-i-learned/
2•AznHisoka•30m ago•1 comments

Routing an 8,192-net, 32-layer KiCad PCB with a GPU autorouter

https://bbenchoff.github.io/pages/OrthoRoute.html
4•wanderingjew•31m ago•0 comments

Show HN: Rhesis – Open-source platform for collaborative LLM application testing

https://github.com/rhesis-ai/rhesis
1•nicolaib•32m ago•0 comments

SpiNNcloud's AI chips are more than just efficient

https://www.igorslab.de/en/neuromorphic-offensive-from-dresden-why-spinnclouds-ki-chips-are-more-...
1•t43562•32m ago•1 comments

Gemini 3 Developer Guide

https://ai.google.dev/gemini-api/docs/gemini-3
2•Anon84•32m ago•1 comments

I studied buying intent on Reddit and built a system that generated 500 leads

https://leado.co/blog/reddit-marketing-playbook-500-leads
1•shdalex•32m ago•2 comments

Show HN: RowboatX – open-source Claude Code for everyday automations

https://github.com/rowboatlabs/rowboat
10•segmenta•36m 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•6mo ago

Comments

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

https://reportmill.com/SnapCode

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