frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

China-linked hackers hit Taiwan in unprecedented 'autonomous' AI cyber attack

https://www.ft.com/content/7d2ab3e0-9085-48f6-b38a-d90260d58795
1•zczc•21s ago•0 comments

Roku Introduces Fairground AI Creator TV

https://fairground.tv/
1•bookofjoe•52s ago•0 comments

Open source alternative to overpriced agentic IDEs like BridgeMind (Demo Video)

https://www.youtube.com/watch?v=sFqnvY5FG_4
1•PersonalJarvis•1m ago•0 comments

SwipeTris: Free Forever, Nothing to Install

https://swipetris.com/
1•creaktive•2m ago•0 comments

Biology Will Eat the World

https://startupwiki.substack.com/p/analysis-industrial-biomanufacturing
2•skiski•2m ago•0 comments

Why AI models love Japan

https://utkarshx.substack.com/p/why-ai-models-love-japan
1•cuoder•4m ago•0 comments

Show HN: OJCP – an open protocol for agent-consumable job data

https://ojcp.dev/
1•fraywing•5m ago•0 comments

Running DeepSeek V4 Flash on an RTX 5080 with 16GB VRAM Under Linux/WSL2 via DS4

https://github.com/peppe200175/ds4_RTX_5080_cuda
1•peppe200175•5m ago•2 comments

OWASP Top for LLM Apps 2026: Excessive agency risk on the rise

https://www.reversinglabs.com/blog/owasp-top-10-for-llm-apps-excessive-agency
2•mooreds•6m ago•0 comments

Nuclear power push ramps up uranium mill – and tribal health concerns

https://www.npr.org/2026/08/12/nx-s1-5927298/nuclear-power-uranium-health-concerns
2•speckx•7m ago•0 comments

A BSON symbol namespace bypasses MongoDB's authorization check (CVE-2026-18690)

https://hellorecon.com/blog/cve-2026-18690-mongodb-symbol-type-authz-bypass
2•slvnx•7m ago•0 comments

Joining Cursor

https://arslan.io/2026/08/10/joining-cursor/
2•gpi•8m ago•0 comments

See what solar eclipses would look like from other planets

https://benmccarthy.com.au/p/eclipses
3•benmccarthy•9m ago•0 comments

Prisencolinensinainciusol

https://en.wikipedia.org/wiki/Prisencolinensinainciusol
2•mooreds•11m ago•0 comments

Roku's AI slop channel is worse than expected

https://www.theguardian.com/tv-and-radio/2026/aug/12/roku-ai-slop-fairground-creator-tv-channel
2•andsoitis•11m ago•0 comments

Mamdani Backs Proposal to End Amazon's Delivery Model in NYC

https://www.commondreams.org/news/delivery-protection-act-nyc
2•robtherobber•11m ago•0 comments

Show HN: FEDERaiDE, a TUI harness with P2P multi-agent routing and built in IDE

https://federaide.rocklab.in
1•petrokitty•11m ago•0 comments

Tool Unmasks the Shadowy World of Ads That Track Your Location

https://www.404media.co/this-tool-unmasks-the-shadowy-world-of-ads-that-track-your-location/
3•thezedwards•12m ago•1 comments

Apple Skipping iPhone 18 Launch This Year

https://www.macrumors.com/2026/08/12/apple-skipping-iphone-18-launch-this-year/
1•tosh•13m ago•0 comments

Coke La Rock has the distinction of being hip-hop's first rapper (2020)

https://magazine.waxpoetics.com/article/coke-la-rock/
1•NaOH•13m ago•0 comments

Show HN: I built this for other job seekers – local, your own API keys

https://github.com/hannibalevit/resumorph
1•hannibalevit•13m ago•0 comments

Ask HN: Are there any production LLM pipeline setups to learn from?

1•atif089•13m ago•0 comments

No duty to warn if products contain risks not identified at federal level

https://en.wikipedia.org/wiki/Monsanto_Co._v._Durnell
1•StatsAreFun•14m ago•1 comments

Show HN: Survivorship bias in retention metrics, reproducible in 12 seconds

https://github.com/Indexxero/survivorship-demo
1•shossain94•16m ago•0 comments

Am I neglecting my open source projects?

https://www.zachleat.com/web/is-this-still-being-maintained/
1•speckx•17m ago•0 comments

Coding agents ignore open source contribution guidelines, researchers find

https://thenewstack.io/coding-agents-ignore-guidelines/
2•Brajeshwar•17m ago•0 comments

Show HN: Trunchbull, run real models against any benchmark in your browser

https://trunchbull.dev
1•pepperpoppins•18m ago•0 comments

SHOW HN: Why.com – a curiosity engine back from 1999

https://why.com
1•rasheed106•18m ago•1 comments

Show HN: Dayan Agent Skills, open control layers for agent workflows

https://github.com/Kosmoray/dayan-agent-skills
1•Kosmoray•18m ago•0 comments

Interview questions assume candidates can afford Claude Code Max

https://leaddev.com/ai/your-interview-questions-assume-candidates-can-afford-claude-code-max
2•theanonymousone•18m 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.