frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

1M+ German households have hung solar panels off their balcony railings

https://spacedaily.com/b-more-than-a-million-german-households-have-hung-solar-panels-off-their-b...
1•nixass•34s ago•0 comments

Canada's defence industry steps into Europe's spotlight

https://www.cbc.ca/news/world/canada-defence-industry-europe-9.7336763
1•Teever•52s ago•0 comments

QuickGameScheduler – Free Equity-balanced round-robin scheduler with AI edits

https://www.quickgamescheduler.com/
1•geshort•54s ago•0 comments

OpenAI and the Wiki Incident

https://thezvi.substack.com/p/openai-and-the-wiki-incident
1•gmays•1m ago•0 comments

GraphQL: Supercharging AI

https://graphql.org/blog/2025-07-03-graphql-supercharging-ai/
2•bob1029•3m ago•0 comments

Prime Air crash: 10+ mandatory go-around triggers were ignored [video]

https://www.youtube.com/watch?v=Xm6G7EOP5Qc
1•sdko•3m ago•0 comments

The Wind, the Wind

https://exple.tive.org/blarg/2026/09/10/the-wind-the-wind/
5•Thrymr•7m ago•0 comments

Anthropic Just Threatened to Kill Billions of People. This Is Not Okay

https://calnewport.com/anthropic-just-threatened-to-kill-billions-of-people-this-is-not-okay/
4•philip1209•8m ago•0 comments

Formal methods let you explore the corners

https://www.johndcook.com/blog/2016/07/11/formal-methods-let-you-explore-the-corners/
4•Bluestein•11m ago•0 comments

Fastly Speed Test

https://speed.edgecompute.app/
3•StepBroBD•11m ago•0 comments

Recursive Self-Improvement

https://en.wikipedia.org/wiki/Recursive_self-improvement
3•jonbaer•12m ago•0 comments

Using Forester Behavior Trees for Virtual Commissioning of Robotic Cells

https://besok.github.io/posts/forester-virtual-commissioning-of-robotic-cells/
2•besok•13m ago•0 comments

Xteink X4 Pro Review

https://abstractnonsense.xyz/microblog/2026-09-07-xteink-x4-pro-review/
4•birdculture•13m ago•0 comments

Robots stage 'protest' demanding stricter AI rules in Poland

https://www.polskieradio.pl/395/7991/artykul/3729785,robots-stage-protest-demanding-stricter-ai-r...
2•debo_•13m ago•0 comments

Auth.md – Enable agents to register users without the sign-up form

https://workos.com/auth-md
2•AnhTho_FR•14m ago•0 comments

Coding Sahayi – Local-first autonomous AI coding IDE (WinUI 3 and Ollama)

https://codingsahayi.github.io/
2•shabeermattool•15m ago•0 comments

Cfo.ai

https://cfo.ai
4•handfuloflight•18m ago•0 comments

Project Tapestry

https://the-ai-alliance.github.io/tapestry/
4•erlend_sh•23m ago•0 comments

Frontier Engineering

https://kiro.dev/topics/frontier-engineering/
3•luispa•25m ago•0 comments

We All Deserve a Better Internet, Not a Smaller One

https://www.eff.org/press/releases/we-all-deserve-better-internet-not-smaller-one
4•hn_acker•26m ago•1 comments

Show HN: ZestSSH, my capstone SSH client that people started paying for

https://zestssh.com/
1•affluentlabs•26m ago•0 comments

Am I Being Gaslit by AI?

https://keenen.xyz/are-we-being-gaslit-by-ai/
3•kjcharles•27m ago•1 comments

Show HN: An interactive 3D Pattern Language made with Astra

https://livedin.co.uk/design-patterns/
2•Tomasmillar•27m ago•0 comments

NTSB Issues Investigative Update on B-767 Runway Excursion Accident in Miami

https://www.ntsb.gov:443/news/press-releases/Pages/NR20260909.aspx
12•mckn1ght•32m ago•6 comments

Effect MQ

https://www.effect-mq.com/
2•handfuloflight•33m ago•0 comments

The Price of Piracy: Hidden Costs of Illegal Streaming to the UK Economy [pdf]

https://assets.contentstack.io/v3/assets/blt5bc10d4f4aa365ad/blt5b8a92ae5888287d/Price-of-piracy-...
1•bookofjoe•33m ago•0 comments

A New Observable

https://observablehq.com/@observablehq/a-new-observable
2•j-pb•34m ago•0 comments

Lawmakers Ask To Blacklist Appin, A Hack-For-Hire Firm Censoring Journalists

https://www.techdirt.com/2026/09/10/lawmakers-ask-lutnick-to-blacklist-appin-the-hack-for-hire-fi...
1•hn_acker•36m ago•1 comments

32K Open Ollamas, 256 Honeypots, and 365 Failed Ransoms

https://day50.dev/woahllama/
1•kristopolous•38m ago•0 comments

AI Hack for Freedom or: How Democrats stopped worrying and started to love AI

https://gist.github.com/h4rm0n1c/0bfec331a67b9070b1de2db51a25d474
1•h4rm0n1c•39m ago•2 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.