frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Block cuts its staff by 50% for AI

https://old.reddit.com/r/wallstreetbets/comments/1rfms16/block_to_slash_40_of_workforce_stock_up_25/
1•thinkingkong•53s ago•0 comments

Itwillsync – Sync any terminal-based coding agent to your phone over LAN

https://github.com/shrijayan/itwillsync
1•shrijayan•54s ago•1 comments

What Your DNA Reveals about the Sex Life of Neanderthals

https://www.nytimes.com/2026/02/26/science/human-evolution-neanderthal-sex.html
1•Hooke•1m ago•0 comments

What happened after Elon Musk took the Russian army offline

https://www.politico.com/news/2026/02/25/elon-musk-russian-army-starlink-00793742
2•GMoromisato•2m ago•0 comments

Block (Square) plans to lay off nearly half its staff in embrace of AI

https://www.morningstar.com/news/marketwatch/20260226254/block-plans-to-lay-off-nearly-half-its-s...
1•pwthornton•3m ago•0 comments

Security Boundaries in Agentic Architectures

https://vercel.com/blog/security-boundaries-in-agentic-architectures
1•umairnadeem123•3m ago•0 comments

New Path to Battery-Grade Lithium Uses Electrochemistry

https://spectrum.ieee.org/mangrove-lithium-refining-ev-bottleneck
1•defrost•3m ago•0 comments

Windows XP Bliss hill looking almost identical to original

https://old.reddit.com/r/windows/comments/1r8iper/windows_xp_bliss_hill_looking_almost_identical_to/
1•gnabgib•4m ago•0 comments

We built Depot Wrapped 2025

https://depot.dev/blog/how-we-built-depot-wrapped
2•Charmizard•5m ago•0 comments

A Comparative Security Analysis of Three Cloud-Based Password Managers

https://eprint.iacr.org/2026/058
1•u1hcw9nx•6m ago•1 comments

If AI Is Doing the Investigation, Version the Investigation

https://wingedpig.com/2026/02/26/if-ai-is-doing-the-investigation-version-the-investigation/
1•markfrwc•6m ago•1 comments

Launch GIDE v1.0 AI Code Editor

https://generativeide.com/
2•rohangnaneshjh•7m ago•0 comments

Show HN: oosh – Annotation-driven CLI framework for Bash

https://github.com/bruno-de-queiroz/oosh
1•brunodequeiroz•7m ago•0 comments

VCs and Top Programmers Tackle Open Source Funding Issues Permanently

https://techcrunch.com/2026/02/26/a-vc-and-some-big-name-programmers-are-trying-to-solve-open-sou...
1•birdculture•8m ago•0 comments

Show HN: OpenClaw skills degrade agent safety

https://github.com/faberlens/hardened-skills
1•shadab_nazar•10m ago•1 comments

Solving email problems for startups and SaaS

1•peter_joe•11m ago•0 comments

Mercedes Just Put Drift Mode in an SUV

https://www.thedrive.com/news/mercedes-just-put-drift-mode-in-an-suv
1•PaulHoule•12m ago•0 comments

Pi: The Minimal Agent Within OpenClaw

https://lucumr.pocoo.org/2026/1/31/pi/
1•kristianpaul•15m ago•0 comments

Bonesmashing: Inside The Extreme Looksmaxxer Technique

https://www.gq.com/story/what-is-bonesmashing-looksmaxxing-technique
1•bookofjoe•15m ago•0 comments

Yes, AI is intelligent. Prove me wrong. by Bertrwnd Meyer

https://bertrandmeyer.com/2026/02/26/yes-ai-is-intelligent-prove-me-wrong/
1•PikelEmi•17m ago•1 comments

HITL Swarm Intelligence – Making Extraction Technically Obsolete

https://github.com/m727ichael/hitl-swarm-intelligence
1•m727ichael•18m ago•2 comments

Why Chinese people spend so much on food

https://www.economist.com/finance-and-economics/2026/02/26/why-chinese-people-spend-so-much-on-food
1•ryan_j_naughton•21m ago•1 comments

Block to lay off nearly half its staff in 'deliberate and bold' embrace of AI

https://www.marketwatch.com/story/block-plans-to-lay-off-nearly-half-its-staff-in-deliberate-and-...
8•rdoherty•22m ago•0 comments

Show HN: Are they up, an open-source alternative to Downdetector

https://aretheyup.com/
1•kdickey•22m ago•0 comments

OWASP Agentic Top Mapped to Aguara Detection Rules

https://aguarascan.com/blog/owasp-agentic-top-10-mapped-to-detection-rules/
1•garagon•22m ago•0 comments

Wiretapping scandal: Spyware manufacturer sentenced to prison in Greece

https://www.heise.de/en/news/Wiretapping-scandal-Spyware-manufacturer-sentenced-to-prison-in-Gree...
1•i-con•24m ago•0 comments

When, where, and how often do individuals recover memories of trauma? (2025)

https://www.tandfonline.com/doi/full/10.1080/09658211.2025.2601699
1•rendx•24m ago•0 comments

Show HN: Modernizing command entry with Emacs-style flex search + mouse support

https://github.com/alex-903/zsh-mouse-and-flex-search
2•harr01•24m ago•1 comments

OpenClaw Partners with VirusTotal for Skill Security

https://openclaw.ai/blog/virustotal-partnership
1•shanchan•25m ago•0 comments

Show HN: Unfucked (unf) – a filesystem flight recorder that snapshots every save

https://www.unfudged.io/
1•cyrusradfar•26m 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•10mo ago

Comments

palata•10mo 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•10mo 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•10mo 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•10mo ago
And here's an entire Java IDE with CheerpJ that downloads less than 15mb:

https://reportmill.com/SnapCode

palata•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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•10mo 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.