frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Dashi – Join the Social Analytics Experience

https://www.dashimetrics.com
1•launchpact_io•55s ago•0 comments

The Smith Chart: turning transmission line math into circles and arcs

https://www.nutsvolts.com/magazine/article/the-smith-chart
1•fcjr•2m ago•0 comments

Weston 16: HDR-ready, improved debugging, and DRM back end features

https://www.collabora.com/news-and-blog/news-and-events/weston-16-hdr-ready-improved-debugging-an...
1•losgehts•2m ago•0 comments

A Claude:// link could auto-submit hidden prompts in Claude Desktop

https://www.oasis.security/resources/reports/claude-url-scheme-prompt-injection
1•logickkk1•2m ago•0 comments

For Software Engineers, the AI Reckoning Is Here

https://www.bloomberg.com/news/features/2026-07-16/anthropic-and-openai-tools-transform-the-profe...
1•evo_9•4m ago•0 comments

Dallas Fed President calls for 'modestly' higher interest rates

https://www.cnbc.com/2026/07/16/dallas-fed-president-logan-calls-for-modestly-higher-interest-rat...
1•root-parent•4m ago•0 comments

I Made a Channel on Primal.net

https://primal.net/p/nprofile1qqsyj04902rxw3g9ecgjc9z0gtxa2pdsnuuh4ledv9n89gk29l23nus6au09l
1•doomsday1460•5m ago•1 comments

Show HN: HyperShots – Spec-perfect App Store screenshots from coding agents

https://github.com/hypersocialinc/hypershots
1•selcuk•6m ago•0 comments

Making Fable Cheaper Than Opus

https://twitter.com/joon_h_lee/status/2076714221837173097
1•gmays•6m ago•0 comments

Trump teleprompter operator allegedly made Kalshi bets

https://www.cnbc.com/2026/07/16/trump-kalshi-teleprompter-cftc-investigation.html
2•root-parent•6m ago•0 comments

99% on ARC-AGI 3 (public eval, with harness)

https://xcancel.com/akanazawa/status/2077790673131229195#m
3•E-Reverance•8m ago•0 comments

Show HN: View GitHub attachments in a gallery (HTML explainers, screen videos)

https://twitter.com/plannotator/status/2077798652974874940
1•ramoz•9m ago•0 comments

I built a game for Claude and Fable to fight

https://twitter.com/simonvc/status/2077806793447674304
1•simonvc•9m ago•1 comments

Fireworks – Announcing our Series D and $1B ARR

https://fireworks.ai/blog/series-d-announcement
1•verdverm•10m ago•0 comments

I made LLMs think spatially before generating prompts

https://github.com/dilidin2/tic
1•dilidin•10m ago•0 comments

Tracing Digital Links Between Viory and Ruptly

https://www.bellingcat.com/news/2026/06/04/viory-ruptly-rt-russia-uae-propaganda-video-news/
1•Jimmc414•10m ago•0 comments

Curie: A fast, minimal build tool for Java, Kotlin, and Groovy, written in Rust

https://curie-build.org
2•arto•11m ago•0 comments

Context Graphs in Production: Happy Writers, Happy Readers

https://materialize.com/blog/happy-writers-happy-readers/
2•nate_stewart•11m ago•0 comments

Atlassian wants developers to finally like Jira

https://thenewstack.io/atlassian-jira-coding-agents/
2•Brajeshwar•12m ago•0 comments

Washington Law Says to Alert the Public When Doctors Are Accused of Misconduct

https://www.propublica.org/article/washington-doctor-misconduct-failed-disclosure
2•Jimmc414•13m ago•1 comments

Orram: An OpenROAD-Integrated RAM Generator Using Standard Cells

https://arxiv.org/abs/2607.12244
1•Jimmc414•13m ago•0 comments

Young adults are poor despite every metric which suggests otherwise

https://becomingnoble.substack.com/p/young-adults-are-poor-despite-every
2•takoid•14m ago•0 comments

CD Sales Growth Outpaced Vinyl in the First Half of 2026

https://consequence.net/2026/07/the-cd-revival-is-getting-hard-to-ignore/
1•speckx•17m ago•0 comments

The causal influence of brain size on human intelligence (2019)

https://pmc.ncbi.nlm.nih.gov/articles/PMC7440690/
2•measurablefunc•17m ago•0 comments

Mesh Gradient Editor

https://colorflow.ls.graphics/
1•marvel_boy•17m ago•3 comments

Show HN: APIWatermark – Automation Tool for Image, Video and PDF Watermarking

https://apiwatermark.com
1•ryant123•17m ago•0 comments

Show HN: WordRank: A Word Frequency Game

https://timd73.github.io/word-rank/
1•edan•20m ago•0 comments

Show HN: Latch – Lightweight hybrid post-quantum proxy (X25519M-KEM-768)

https://github.com/itsVentie/Latch
1•ventie•23m ago•0 comments

42% of adults rely on their parents for financial support

https://www.cnbc.com/2026/07/16/42percent-of-adults-rely-on-their-parents-for-financial-supportth...
6•root-parent•24m ago•1 comments

I built a Mac app that turns native-language drafts into natural English

https://www.echoo.ai/
1•mike-el•27m ago•1 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.