frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: UnfoldCMS – self-hosted Laravel CMS, one-time pricing, no subscriptions

https://unfoldcms.com
1•hpakdaman•6m ago•0 comments

Trump threatens 100% tariff on European countries that impose digital tax

https://apnews.com/article/trump-tariff-europe-d2007fee8ae733a15f240c5f83462c96
1•leonidasrup•8m ago•0 comments

Flounder Mode

https://colossus.com/article/flounder-mode/
1•skadamat•8m ago•0 comments

SHOW HN: Experimental GCC/GAS inline assembly bridge for Python

https://pypi.org/project/sfpy-asm/0.1.1/
1•sunuhwang•8m ago•0 comments

Yourbrowsercandoit – 64 file tools, free, no upload, no signup, no tracking

https://yourbrowsercandoit.com/
1•robhati•11m ago•1 comments

Ask HN: How do I capture the right audience and find the product market fit

3•akarshhegde18•13m ago•0 comments

Build your own vulnerability harness

https://blog.cloudflare.com/build-your-own-vulnerability-harness/
2•talboren•17m ago•0 comments

SmartTAR – STAR 1.2.2

https://github.com/eco-by-different/smarttar-star/releases/download/SmartTAR/SmartTAR.1.2.2.exe
1•e_b_d•17m ago•1 comments

Pelican playing a violin. How to create SVGs with AI

https://furstenheim.substack.com/p/creating-svgs-with-ai
2•furstenheim•17m ago•0 comments

The jank Programming Language [book]

https://book.jank-lang.org/index.html
1•AlexeyBrin•18m ago•0 comments

One Million Passports Leaked Online

https://www.schneier.com/blog/archives/2026/06/one-million-passports-leaked-online.html
4•jruohonen•19m ago•1 comments

Show HN: Cjam – A non-destructive MP3 editor

https://github.com/cutandjoin/Cjam/releases/tag/v2500
1•cutandjoin•21m ago•0 comments

When Cybercriminals Hire Burglars

https://www.cnn.com/2026/06/27/politics/cybercriminals-hire-burglars-russian-us-law-firms
1•cainxinth•21m ago•0 comments

Any suggestions or open source tools that capture the screen

2•adithyaharish•28m ago•6 comments

Show HN: DepGuard, Visualize and simulate NPM vulnerability blast radiuses

https://github.com/EgglezosHub/DepGuard
1•DimitrissEgg1•31m ago•0 comments

Cate Blanchett is taking on AI

https://www.euronews.com/culture/2026/06/24/cate-blanchett-launches-free-tool-to-help-people-prot...
1•CWhiting•32m ago•0 comments

Show HN: AgentWatch – Prevent runaway AI agents with runtime budget enforcement

https://agent-watch.dev/
1•Mohil_Sharma•32m ago•0 comments

Forwarded Header Sabotage (2022)

https://adam-p.ca/blog/2022/03/forwarded-header-sabotage/
2•rdpintqogeogsaa•34m ago•0 comments

Streamline C++ Code Intelligence Setup in Copilot CLI

https://devblogs.microsoft.com/cppblog/streamline-c-code-intelligence-setup-in-copilot-cli/
1•ibobev•35m ago•0 comments

FCC accused of hiding Chairman Carr's messages with DOGE and Musk

https://arstechnica.com/tech-policy/2026/06/fcc-accused-of-hiding-chairman-carrs-messages-with-do...
4•rbanffy•36m ago•0 comments

Kalyazin RT-64 Radio Telescope: Russia's Gateway to the Cosmos

https://www.thedefensenews.com/Kalyazin-RT-64-Radio-Telescope-Russias-Gateway-to-the-Cosmos/
2•thunderbong•36m ago•1 comments

The Process of Smart Note-Taking: Connecting Zettelkasten, Owning with Plaintext

https://www.ssp.sh/blog/process-smart-note-taking/
2•zazuke•37m ago•0 comments

BlackBerry Staged a Comeback by Winning over Car Companies

https://thewalrus.ca/how-blackberry-staged-a-comeback-by-winning-over-car-companies/
2•pseudolus•38m ago•0 comments

Free The Icons: Apple should end their prohibition on shapes in macOS app icons

https://weblog.rogueamoeba.com/2026/06/26/free-the-icons/
3•ksec•38m ago•0 comments

I Could Have Built This in 4 Hours (?). I'm Glad I Didn't

https://www.indiehackers.com/post/i-could-have-built-this-in-4-hours-i-m-glad-i-didn-t-NDpvtFsJ2E...
1•veno_es•38m ago•1 comments

The Donk-Ing of a Truth Machine

https://www.nytimes.com/2026/06/28/business/donk-polymarket-prediction-markets.html
1•cainxinth•39m ago•0 comments

How and why I laser-engraved a self-portrait by Claude Opus 4.6

https://www.lesswrong.com/posts/Xak4zQ4sZtEiHKuqE/how-and-why-i-laser-engraved-a-self-portrait-by...
2•joozio•41m ago•0 comments

Regent: A Differentiable Graph-Based Quant Trading Pipeline (VQ-VAE and GNNs)

https://regent-system.netlify.app/
1•PanzerPeter•42m ago•0 comments

South Korea plans to train military as "drone warriors"

https://arstechnica.com/ai/2026/06/south-korea-plans-to-train-entire-military-as-drone-warriors/
2•rbanffy•43m ago•0 comments

Claude Fable 5: What Our Red Team Found Before the Plug Got Pulled

https://www.reco.ai/blog/inside-claude-fable-5-red-team-findings
3•llmacpu•45m 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.