frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Seems Like AI Slop

https://www.cnet.com/tech/services-and-software/linkedin-ai-slop-button-news/
1•delichon•1m ago•0 comments

Conductor launches multiplayer cloud workspaces that keep coding agents running

https://runtimewire.com/article/conductor-launches-multiplayer-cloud-workspaces-coding-agents
1•ryanmerket•1m ago•0 comments

How a Worm Gave the South a Bad Name

https://www.pbs.org/wgbh/nova/article/how-a-worm-gave-the-south-a-bad-name/
1•thunderbong•2m ago•0 comments

Show HN: HereTool – A fast, client-side web utility suite with zero data logging

https://heretool.com/
1•heretool•5m ago•0 comments

AWS Interconnect – Multicloud Connectivity with Oracle Cloud Infrastructure

https://aws.amazon.com/about-aws/whats-new/2026/07/aws-announces-AWS-interconnect-multicloud-OCI-GA/
1•gslin•7m ago•0 comments

Fluent – Voice computer use agent for Windows (VLM and accessibility tree)

https://fluentforall.com/
1•jasonmatthews•7m ago•1 comments

Modern-Apps: Ecosystem of open source apps written using modern technologies

https://github.com/vayun-mathur/Modern-Apps
1•nalinidash•8m ago•1 comments

Coinkite warns Coldcard hardware wallet users of firmware flaw

https://cryptobriefing.com/coinkite-coldcard-mk3-firmware-rng-security-warning/
1•ParentiSoundSys•17m ago•0 comments

Migrants swim from Morocco to Spanish enclave of Ceuta

https://www.bbc.com/news/articles/cg4drwzkrkxo
2•FridayoLeary•22m ago•2 comments

Swift on Windows: A Year of Refinement

https://speakinginswift.substack.com/p/swift-on-windows-a-year-of-refinement
1•timsneath•22m ago•0 comments

What is mixotrophy, and why does it matter?

https://dantheclamman.blog/2026/03/16/what-is-mixotrophy-and-why-does-it-matter/
1•BigTTYGothGF•23m ago•0 comments

Today's Market = 1999 Capex and 2008 Credit

https://investor.fm/todays-market-1999-capex-2008-credit/
1•mapping365•25m ago•0 comments

Vale CLI: Linter for Prose

https://github.com/vale-cli/vale
1•joeyhage•26m ago•0 comments

Amazon finds cases of AI causing runaway spending on tech projects

https://www.ft.com/content/77baac40-d803-4084-94f3-a133653072cf
1•i2km•28m ago•2 comments

Ejabberd 26.07 / ProcessOne – Erlang Jabber/XMPP/Matrix Server – Communication

https://www.process-one.net/blog/ejabberd-26-07/
2•neustradamus•28m ago•0 comments

Exploring the "Dario and Amanda" Prompt

https://alec.is/posts/exploring-the-dario-and-amanda-prompt/
3•arm32•29m ago•0 comments

TaskLoco Swears Sticky Notes on a Storyboard App Is the Secret

https://www.taskloco.com/
1•taskloco_nyc•29m ago•1 comments

Show HN: ResiliReplay - Chaos testing for AI agents and MCP servers

https://github.com/aliengineering-byte/resilireplay
1•ali110v•30m ago•0 comments

Anthropic says its own AI models breached three companies during security tests

https://techcrunch.com/2026/07/30/anthropic-says-its-own-ai-models-breached-three-companies-durin...
2•GavinAnderegg•33m ago•1 comments

Ask HN: After 8 Years of Failed Apps, Should I Give Up?

2•asoomi07•34m ago•2 comments

Ceuta, an autonomous city of Spain in North Africa

https://en.wikipedia.org/wiki/Ceuta
2•kaonwarb•35m ago•0 comments

Uninsured Patients Rise Sharply, Hospitals Report, Citing Obamacare Cuts

https://www.nytimes.com/2026/07/30/business/aca-obamacare-health-insurance.html
1•elo2000•37m ago•0 comments

Top 1% of U.S. nonprofits account for 75% of revenue

https://data.charitysense.com/blog/the-4-trillion-blind-spot
3•mtweak•40m ago•1 comments

Tesla Weighs Sale of China Business to Pave Way for Potential SpaceX Merger

https://www.wsj.com/business/autos/tesla-weighs-sale-of-china-business-to-pave-way-for-potential-...
5•JumpCrisscross•43m ago•0 comments

Anthropic finds that its models also compromised external systems during testing

https://www.axios.com/2026/07/30/anthropic-mythos-security-testing
3•nevir•46m ago•2 comments

Anthropic's AI models hacked 3 organizations during testing

https://www.politico.com/news/2026/07/30/anthropic-ai-rogue-hacks-01018741
2•tejohnso•50m ago•1 comments

Show HN: Widen – Open-source Mac Postgres GUI with local or cloud text-to-SQL

https://widen.dev/
5•thedreammachine•52m ago•0 comments

Canada celebrates new bridge to US while fighting Trump tariffs

https://apnews.com/article/canada-detroit-new-bridge-4b22dc7fc282467a363a247fe590f334
2•gmays•53m ago•0 comments

'The Boss Wants This Money': Inside Trump's Unprecedented Fundraising Operation

https://www.wsj.com/politics/policy/trump-donations-company-fundraising-1e34a78f
4•petethomas•54m ago•0 comments

Showdown Elo: weighted Elo for baseball

https://showdown.tanji.systems/#almanac
2•merriman-xyz•56m 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.