frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Minilos: A device for intentional listening in the digital age

https://coconauts.net/blog/2026/04/30/minilos/
1•marbartolome•2m ago•0 comments

Iran war drives up circuit board prices, according to report

https://www.heise.de/en/news/Iran-war-drives-up-circuit-board-prices-according-to-report-11276894...
1•pantalaimon•3m ago•0 comments

Use Gmail's 'Manage Subscriptions' Tool to Cut Down on Inbox Clutter

https://www.wired.com/story/gmail-manage-subscriptions-cut-down-on-inbox-clutter/
1•joozio•4m ago•0 comments

I Deleted My Second Brain

https://bulletjournal.com/blogs/bulletjournalist/i-deleted-my-second-brain
1•zdkaster•7m ago•2 comments

Create a digital wardrobe from your Google Photos

https://blog.google/products-and-platforms/products/photos/google-photos-wardrobe-feature/
1•TechTechTech•7m ago•0 comments

1.4 GW: battery storage at former Grohnde nuclear power plant

https://www.heise.de/en/news/1-4-GW-Huge-battery-storage-at-former-Grohnde-nuclear-power-plant-11...
2•pantalaimon•8m ago•0 comments

Show HN: A simple stereogram viewer with zoom and pan

https://github.com/cbbldtgthr/stereogram-viewer
1•cbbldtgthr•8m ago•0 comments

Building reliability into uncertain event delivery (2022)

https://zendesk.engineering/building-reliability-into-uncertain-event-delivery-a09db0750ef9
1•tibbar•11m ago•0 comments

What a chatbot support loop and a meditation hall have in common

https://pilgrima.ge/p/the-swan-in-the-next-room
1•momentmaker•13m ago•0 comments

Mm – Unix tools (find/cat/grep) rebuilt for the multimodal era

https://www.vlm.run/open-source/mm
1•cpnwaugha•17m ago•0 comments

Realtime Faux-Raytraced Interactive 125,000 hair particles on Web

https://imosspro.vercel.app/
2•ldhieu•17m ago•1 comments

Show HN: PortScout – TUI to find and kill processes occupying your ports

https://github.com/abhaikollara/portscout
3•TheThirdTuring•21m ago•0 comments

Considering a Sphere

https://www.solipsys.co.uk/new/ConsideringASphere.html?zd30hn
3•ColinWright•22m ago•0 comments

How to Disable Firefox's New Emoji Picker

https://emsh.cat/en/how-to-disable-firefoxs-emoji-picker/
3•embedding-shape•27m ago•0 comments

The Difference Between "Replicable" and "Not Replicable" Is Not Replicable

https://arxiv.org/abs/2604.26268
4•sebg•29m ago•0 comments

The A.I. Fear Keeping Silicon Valley Up at Night

https://www.nytimes.com/2026/04/30/opinion/ai-labor-work-force-silicon-valley.html
3•pretext•30m ago•0 comments

Collio Is the AI Coworker That Delivers Finished Work, Not Just Instructions

https://collio.chat/
2•serin-ai•31m ago•2 comments

Make HN great again: Neovim vs. IDEs

3•vtemian•37m ago•2 comments

Near-100% test coverage did not catch a CVE in my Go library

https://blog.reqproof.com/p/i-had-near-100-test-coverage-it-didnt
2•LeonidBugaev•41m ago•0 comments

Show HN: Throwaway – open-source disposable email checker and API

https://github.com/sslboard/throwaway
3•weddpros•42m ago•0 comments

Semantic VCS for AI driven development

https://github.com/theswiftway/nool-cli
2•theswiftway•43m ago•1 comments

Granite 4.1: IBM's 8B Model Matching 32B MoE

https://firethering.com/granite-4-1-ibm-open-source-model-family/
48•steveharing1•45m ago•8 comments

What Code Review Can't See (and Bad Data Always Finds)

https://blog.dochia.dev/blog/code_review_rarely_find_bugs/
3•ludovicianul•48m ago•0 comments

Australia ran the experiment on AI economics

https://drdavidwbell.substack.com/p/where-the-jobs-go
3•drdavidwbell•52m ago•0 comments

Cart before horse: On India and vehicle-to-vehicle communication technology

https://www.thehindu.com/opinion/editorial/cart-before-horse-on-india-and-vehicle-to-vehicle-comm...
2•thisislife2•53m ago•0 comments

Detection toolkit for CopyFail(CVE-2026-31431)

https://github.com/kadir/copy-fail-CVE-2026-31431-IOC
2•nofool•53m ago•1 comments

PostgreSQL Is Not Slow. Your Queries Are

https://stormatics.tech/blogs/postgresql-is-not-slow-your-queries-are
8•dbaxame11•55m ago•0 comments

Show HN: Mnheme Evolves – Personality and Free Will Enter the System

https://medium.com/@aatel.license/mnheme-evolves-personality-and-free-will-enter-the-system-66258...
2•aatel-license•59m ago•0 comments

Rise of the Blood Populist

https://www.theatlantic.com/ideas/2026/04/blood-populists-political-violence-ideology/686995/
2•JumpCrisscross•1h ago•0 comments

TypeScript framework for building non-blocking AI agents

https://github.com/jigjoy-ai/mozaik
2•mijura•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.