frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

(writing exercise) Amateur Arithmetic

https://catileptic.tech/posts/writing-exercise-amateur-arithmetic/
1•volemo•33s ago•0 comments

OpenData Buffer: HA pipelines without Kafka

https://www.opendata.dev/blog/buffer-ha-pipelines-without-kafka/
1•apurvamehta•57s ago•0 comments

You're probably taking the wrong painkiller: acetaminophen vs. ibuprofen

https://dynomight.substack.com/p/painkillers
1•crescit_eundo•1m ago•0 comments

You shouldn't always antioxidants, especially if you want to build muscle

https://examine.com/faq/why-you-shouldnt-be-always-taking-antioxidants-especially-if-you-want-to-...
1•bilsbie•2m ago•0 comments

Show HN: Mdview.io – online Markdown viewer for software developer

https://mdview.io/s/3d460461
1•Igor_Wiwi•3m ago•0 comments

Elon Musk says his xAI startup's models were partially trained on OpenAI's tech

https://www.sfchronicle.com/tech/article/elon-musk-openai-trial-xai-22234502.php
2•grassfedgeek•4m ago•1 comments

Recovering files from beyond the grave using PhotoRec

https://lost-number.bearblog.dev/recovering-files-from-beyond-the-grave-using-photorec/
1•speckx•4m ago•0 comments

KKR Preparing New AI Firm Worth $10B Led by Ex-Amazon Web Chief

https://www.bloomberg.com/news/articles/2026-04-30/kkr-preparing-new-10-billion-ai-firm-led-by-ex...
1•htrp•4m ago•0 comments

All these smart glasses and nothing to do

https://www.theverge.com/tech/921159/smart-glasses-review-wearable-even-realities-g2-meta-ray-ban...
1•ZeidJ•5m ago•0 comments

Copy Fail CVE-2026-31431: 732 Bytes to Root on All Linux

https://byteiota.com/copy-fail-cve-2026-31431-732-bytes-to-root-on-all-linux/
1•wscott•6m ago•0 comments

China Is America's Equal Now and in Any Future Fight, Marine General Warns

https://www.twz.com/sea/china-is-americas-military-equal-now-and-in-any-future-fight-marine-gener...
3•Teever•7m ago•0 comments

Genome editing can be risky. Meet the epigenome editors

https://www.economist.com/science-and-technology/2026/04/29/genome-editing-can-be-risky-meet-the-...
1•Brajeshwar•9m ago•0 comments

Making The Smallest Possible Linux Distro (x64) (2025) [video]

https://www.youtube.com/watch?v=u2Juz5sQyYQ
1•peter_d_sherman•9m ago•0 comments

Auto Exacto: Adaptive Quality Routing, on by Default

https://openrouter.ai/announcements/auto-exacto
1•pr337h4m•10m ago•0 comments

We need RSS for sharing abundant vibe-coded apps

https://interconnected.org/home/2026/04/29/syndicating-vibes
1•mvdwoord•11m ago•0 comments

Building a tiny Linux from scratch (2025)

https://blinry.org/tiny-linux/
2•peter_d_sherman•12m ago•0 comments

Software is dead, long live Software

https://www.ashpreetbedi.com/articles/dynamic-software
2•ashpreet-bedi•12m ago•0 comments

Meta abandons open-source Llama for proprietary Muse Spark

https://thenewstack.io/meta-abandons-llama-spark/
12•CrankyBear•14m ago•1 comments

Spell-Checking with LLMs

https://revise.io/blog/04-30-2026/spell-checking-with-llms
2•artursapek•14m ago•1 comments

Banksy confirms he's behind statue in central London

https://www.bbc.co.uk/news/articles/c5y9wlnwl85o
3•mellosouls•16m ago•0 comments

Meta Reports First Quarter 2026 Results

https://investor.atmeta.com/investor-news/press-release-details/2026/Meta-Reports-First-Quarter-2...
5•newusertoday•17m ago•0 comments

₹2 Lakh Personal Loan – Apply Online Easily – SMFG India Credit

https://www.smfgindiacredit.com/2-lakh-personal-loan.aspx
1•saumyaraut11•18m ago•0 comments

Samsung warns memory shortage to deepen next year as 2027 orders come in

https://asia.nikkei.com/business/tech/semiconductors/samsung-warns-memory-shortage-to-deepen-next...
2•newusertoday•19m ago•0 comments

The Block Model Behind Warp's Agentic Development Environment

https://www.warp.dev/blog/block-model-behind-warps-agentic-development-environment
3•mellosouls•21m ago•0 comments

Show HN: Coding-Flashcards – Learn Rust, SQLite, or Godot from First Principles

https://github.com/ad-si/Coding-Flashcards
3•adius•22m ago•0 comments

Radio Lockdown Averted

https://fsfe.org/activities/radiodirective/radiodirective.html
4•M95D•23m ago•0 comments

FreeMediaHeckYeah 8-Year Anniversary

https://fmhy.net/posts/anniversary
1•Cider9986•25m ago•0 comments

US track star Abby Steiner sues Puma alleging 'defective' shoes destroyed career

https://nypost.com/2026/04/29/sports/sprinter-abby-steiner-sues-puma-alleging-defective-shoes-des...
1•Tomte•25m ago•0 comments

Migrant Deaths Hit Record High Under Trump 2.0

https://www.techdirt.com/2026/04/30/migrant-deaths-hit-record-high-under-trump-2-0/
4•speckx•25m ago•0 comments

Vulnerability Lets Privilege Escalation to Root on Major Linux Distros Est. 2017

https://www.bleepingcomputer.com/news/security/new-linux-copy-fail-flaw-gives-hackers-root-on-maj...
2•ZeidJ•25m 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.