frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Resend overtook SendGrid+Mailgun+Postmark+Mailjet combined on indie launches

https://stackscope.dev/blog/state-of-indie-launches-april-2026
1•stackscope•1m ago•0 comments

Amsterdam bans public adverts for meat and fossil fuels

https://www.bbc.com/news/articles/c9wejdekpwyo
2•mr_toad•4m ago•0 comments

SoftBank plans to list new AI and robotics company in the US

https://www.ft.com/content/55c7d99c-7e68-453c-b784-33d6b9838e16
1•JumpCrisscross•5m ago•0 comments

Circuitiny: AI-assisted circuit design tool for hobbyists

https://github.com/mfranzon/circuitiny
1•mfranzon•6m ago•0 comments

Redis new Array type PR and request for feedbacks

https://github.com/redis/redis/pull/15162
1•antirez•6m ago•0 comments

Heat pump sales jump as consumers recoil at high fossil fuel prices

https://www.ft.com/content/571e9cc4-1b32-49ef-bc82-e550e9404d8f
1•JumpCrisscross•7m ago•0 comments

The A.I. Industry Is Booming. When Will It Make Money?

https://www.newyorker.com/news/the-financial-page/the-ai-industry-is-booming-when-will-it-actuall...
1•geox•7m ago•0 comments

Why the Ideal Magnet Remains Out of Reach

https://spectrum.ieee.org/rare-earth-free-magnets
1•pseudolus•14m ago•0 comments

Iarpa Trojans in Artificial Intelligence

https://arxiv.org/abs/2602.07152
1•hlynurd•14m ago•0 comments

Advice I WISH I'D BEEN Told (1999)

http://web.archive.org/web/20090502012411/http://wwwstage.valpo.edu/english/vpr/mcdonaldessay.html
1•downbad_•15m ago•1 comments

Family data reveal two genetic paths to childhood depression and anxiety

https://medicalxpress.com/news/2026-04-family-reveal-genetic-paths-childhood.html
1•pseudolus•18m ago•0 comments

More than double the gas stuck in Hormuz is wasted each year, IEA says

https://www.ft.com/content/fdc6aa8a-538a-4f1d-b1b9-a0ce0cd2a5ac
2•JumpCrisscross•19m ago•0 comments

Kant: Was Ist Aufklärung?

https://www.hs-augsburg.de/~harsch/germanica/Chronologie/18Jh/Kant/kan_aufk.html
2•doener•21m ago•1 comments

Show HN: Valk Guard– Catches dangerous SQL hidden inside your ORM,no DB required

https://github.com/ValkDB/valk-guard
1•valkdb•23m ago•0 comments

Why do so many people use AI to cheat at fun?

https://www.thecut.com/article/would-you-use-chatgpt-to-cheat-at-hobbies.html
1•the-mitr•24m ago•0 comments

Reviving the internet radio in my 12-year-old Denon

https://victorantos.com/posts/i-bought-a-denon-for-my-wedding-then-i-vibe-coded-its-radio-back/
2•victorbuilds•24m ago•0 comments

GitHub (But It's a EU Project)

https://pinolallo.com/html/eurohub-demo.html
4•HipstaJules•26m ago•0 comments

Shoppers falsely identified by facial recognition struggle to clear their names

https://www.theguardian.com/technology/2026/may/03/guilty-until-proven-innocent-shoppers-falsely-...
1•rwmj•27m ago•0 comments

AI-Generated Code Has No Author – Ossature Blog

https://ossature.dev/blog/ai-generated-code-has-no-author/
1•lifeisstillgood•28m ago•0 comments

United flight collides with truck and light pole as it lands at Newark airport

https://www.cnn.com/2026/05/03/us/united-airlines-newark-truck-streetlight
3•blendergeek•29m ago•0 comments

The Arena of Seperation

https://drive.google.com/drive/folders/1LhbVuK--98o6UsyiCzTjQ3yxQb3VjWce?usp=sharing
1•thepppanda•29m ago•1 comments

10K+ Satellites in Space

https://tech.marksblogg.com/gcat-satellite-database.html
1•marklit•30m ago•1 comments

Agent Skill Pack: Market and Marketing and Monetization (9 and 2 Skills)

https://8253360822677.gumroad.com/l/beamer-agent-skills-market-marketing-monetization
1•davidvartanian•30m ago•0 comments

Ouster's new color Lidar is coming to replace cameras

https://techcrunch.com/2026/05/04/ousters-new-color-lidar-is-coming-to-replace-cameras/
1•jacobwiseberg•33m ago•0 comments

The wild life and brutal death of a crypto hustler

https://thelogic.co/news/the-big-read/kevin-mirshahi-bitcoin-cryptocurrency-influencer-murder/
2•pseudolus•34m ago•0 comments

Speed of Implementation and the Law of Shitty Click Throughs

https://taylorpearson.me/ctr/
1•rzk•34m ago•0 comments

May the Fourth Be with You

2•emreb•36m ago•0 comments

Show HN: Pictero.com – mostly browser based image toolbox

https://www.pictero.com/
1•y42•36m ago•0 comments

Prototype Fund is a funding program for innovative Open Source Software

https://www.prototypefund.de/en/
1•snowpid•39m ago•0 comments

Show HN: Pokelingo – guess the Pokémon from its Pokédex entry in target language

https://pokelingo.io/en/riddle/
1•itsprobablyme•40m ago•3 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.