frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Interview with Jan David Nose

https://blog.rust-lang.org/2025/11/25/interview-with-jan-david-nose/
1•quapster•24s ago•0 comments

Architecture no longer considered a "professional degree" in US

https://www.dezeen.com/2025/11/24/architecture-degree-not-professional-usa/
1•Hard_Space•2m ago•0 comments

A Cell So Minimal That It Challenges Definitions of Life

https://www.quantamagazine.org/a-cell-so-minimal-that-it-challenges-definitions-of-life-20251124/
1•isaacfrond•3m ago•0 comments

Talk in Character: simple AI chats with fixed or custom personas

https://www.talkincharacter.com/
1•Nukloop•3m ago•0 comments

Show HN: BreakToGoal – A planner calendar that break big goals into tasks

https://breaktogoal.com
1•jtnt101•5m ago•0 comments

Quick tutorial to get started on Org Social

https://en.andros.dev/blog/ddd78757/quick-tutorial-to-get-started-on-org-social/
1•andros•6m ago•0 comments

Meta knows how bad its sites are for kids, say lawyers

https://www.theregister.com/2025/11/24/meta_sites_kids/
1•beardyw•13m ago•0 comments

Jony Ive and Sam Altman Discuss AI Device

https://www.macrumors.com/2025/11/24/jony-ive-sam-altman-ai-device-2/
1•tosh•15m ago•0 comments

Show HN: Colonet – Anonymous forum, no sign-up needed

https://colonet.revantoa.workers.dev
1•mvphauto•17m ago•0 comments

Justice Department to Settle Lawsuit over Apartment Rental Pricing

https://www.wsj.com/business/justice-department-to-settle-lawsuit-over-apartment-rental-pricing-1...
1•apparent•17m ago•0 comments

Shadow Libraries

https://monoskop.org/Shadow_libraries
1•robtherobber•17m ago•0 comments

Norway's lesson on wealth taxes: let some millionaires go

https://www.reuters.com/business/norways-wealth-tax-trades-millionaires-equality-2025-11-24/
4•saubeidl•19m ago•0 comments

Russia's Hydrocarbon Revenue Crisis and the Mathematics of State Exhaustion

https://shanakaanslemperera.substack.com/p/the-thermodynamics-of-imperial-collapse
1•jnord•19m ago•0 comments

Local LLMs are how nerds now justify a big computer they don't need

https://world.hey.com/dhh/local-llms-are-how-nerds-now-justify-a-big-computer-they-don-t-need-af2...
3•4dm1r4lg3n3r4l•19m ago•0 comments

NeuroCode – a structural IR engine for code (Infra for AI)

https://github.com/gabrielekarra/neurocode
1•gabrielekarra•21m ago•0 comments

Launching the Genesis Mission

https://www.whitehouse.gov/presidential-actions/2025/11/launching-the-genesis-mission/
1•jonbaer•23m ago•0 comments

What's next for AlphaFold: A conversation with a Google DeepMind Nobel laureate

https://www.technologyreview.com/2025/11/24/1128322/whats-next-for-alphafold-a-conversation-with-...
1•rbanffy•23m ago•0 comments

Reducing MCP token usage by 100x – you don't need code mode

https://www.speakeasy.com/blog/how-we-reduced-token-usage-by-100x-dynamic-toolsets-v2
1•subomi•24m ago•0 comments

What's Like to Be an AI/ML Engineer

https://newsletter.eng-leadership.com/p/whats-really-like-to-be-an-aiml-engineer
1•rbanffy•24m ago•0 comments

Blue Origin to Build a "Super Heavy" Rocket to Compete with Starship

https://www.universetoday.com/articles/blue-origin-to-build-a-super-heavy-rocket-to-compete-with-...
2•rbanffy•29m ago•0 comments

How Did REST Come to Mean the Opposite of REST? (2022)

https://htmx.org/essays/how-did-rest-come-to-mean-the-opposite-of-rest/
1•BerislavLopac•29m ago•0 comments

Can I work my 9-5 Job from Inside Skyrim [video]

https://www.youtube.com/watch?v=v9gIK4j1Ip0
2•ecares•35m ago•0 comments

HP 785M/780M Ultra Fast Scrolling Review and Stutter Fix

https://www.jacopofranco.com/projects/hp-785m780m-ultra-fast-scrolling-review
1•omblivion•36m ago•0 comments

GrapheneOS leaves OVH: "France isn't safe for open source privacy projects."

https://twitter.com/GrapheneOS/status/1993035936800584103
5•bocytron•41m ago•0 comments

Sustainable mycoprotein nutrition: metabolic engineering of Fusarium venenatum

https://www.cell.com/trends/biotechnology/fulltext/S0167-7799(25)00404-4?_returnURL=https%3A%2F%2...
1•PaulHoule•44m ago•0 comments

Show HN: AI search context engine for startups and engineering teams

https://crewmem.com/blog/AI-Search-Engine-for-Indie-Startups-and-Engineering-Teams
1•flabberghasted•46m ago•0 comments

China launches Shenzhou 22 spacecraft to return 3 stranded astronauts

https://economictimes.indiatimes.com/news/international/world-news/china-launches-shenzhou-22-spa...
3•ZeljkoS•47m ago•0 comments

Show HN: Pixeli – The CLI Tool for Creating Beautiful Image Grids and Mosaics

https://github.com/pakdad-mousavi/pixeli
1•zephyrrd•47m ago•0 comments

Disasters I've seen in a microservices world

https://world.hey.com/joaoqalves/disasters-i-ve-seen-in-a-microservices-world-a9137a51
2•enz•48m ago•0 comments

Human-AI Decision Making Costs in Synthetic Teams

https://arxiv.org/abs/2511.19312
1•undefinedmethod•49m 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•7mo ago

Comments

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

https://reportmill.com/SnapCode

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