frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Israel hacked Tehran traffic cameras to track Khamenei ahead of assassination

https://www.timesofisrael.com/report-israel-hacked-tehran-traffic-cameras-to-track-khamenei-ahead...
1•mhb•49s ago•0 comments

Show HN: Shell toolkit for custom Android OS builds on 100GB+ source trees

1•thinkbigx•57s ago•0 comments

15 Years in Offensive Security – Are We Wasting Too Much on Manual Pen Tests?

https://attackvector.tech
1•pallaxa•1m ago•1 comments

Show HN: I built an expense tracker where no data ever touches a server

https://github.com/ankitpandey2708/kharchakitab
1•ankitpandey2708•1m ago•0 comments

Gravitational wave detectors affected by daylight savings time

https://phys.org/news/2025-09-gravitational-detectors-affected-daylight.html
1•speckx•1m ago•0 comments

Designing the Perfect ID: Marrying UUIDv7, Stripe Prefixes, and ULID

https://blog.alcazarsec.com/tech/posts/better-database-ids
1•alcazar•2m ago•0 comments

Social Media is in decline. I'm still betting on ActivityPub

https://raphael.lullis.net/adapt-activitypub/
1•rglullis•2m ago•0 comments

Your AI Slop Bores Me

https://www.youraislopbores.me/
1•radeeyate•2m ago•0 comments

Optimizing Delta-Step on the GPU

https://www.execfoo.de/blog/deltastep_shader.html
1•softwarehippie•2m ago•0 comments

Show HN: Modembin – A pastebin that encodes your text into real FSK modem audio

https://www.modembin.com
1•a13x57•3m ago•0 comments

DHS Single Ottoman: Dust Sheet Protection for Your Stored Items

https://dreamhomestore.co.uk/collections/ottoman-beds
1•susanwicks26•4m ago•1 comments

PatternBase – visual permaculture garden designer with climate matching

https://pattern-base.com
1•james-pb•4m ago•1 comments

Video: Waymo seen blocking first responders during West Sixth shooting

https://www.kxan.com/news/austin-mass-shooting/video-waymo-seen-blocking-first-responders-during-...
1•breaker-kind•4m ago•0 comments

AArch64 Bitfield Move (BFM) Instruction

https://nemanjatrifunovic.substack.com/p/aarch64-bitfield-move-bfm-instruction
1•whobre•6m ago•0 comments

State of the Browser 2026

https://jamesg.blog/2026/03/03/state-of-the-browser-2026
1•speckx•6m ago•0 comments

QuitGPT: 700K users say they're done. Are they right?

https://tapestry.news/tech/quitgpt/
1•sonalidee•7m ago•0 comments

Type systems are leaky abstractions: the case of Map.take /2

https://dashbit.co/blog/type-systems-are-leaky-abstractions-map-take
1•todsacerdoti•7m ago•0 comments

MelonLand Surf Club

https://melonland.net/surf-club
1•TigerUniversity•7m ago•0 comments

Show HN: React admin dashboard template that generates UI from a JSON schema

https://github.com/RestDB/codehooks-io-templates/tree/main/react-admin-dashboard
3•jonesatrestdb•8m ago•0 comments

How the Moat Is Moving

https://mashedbits.substack.com/p/the-moat-is-moving
1•JesseObrien•8m ago•1 comments

Show HN: Use Codex/Claude Code as your personal financial assistant

https://github.com/junnjiee/finance-agent
1•jjuniordev•9m ago•1 comments

Learning to recognize rick roll QR codes on sight

https://marcos.ac/blog/rickroll/
1•spaghetti-code•9m ago•0 comments

LLMs can unmask pseudonymous users at scale with surprising accuracy

https://arstechnica.com/security/2026/03/llms-can-unmask-pseudonymous-users-at-scale-with-surpris...
1•alwillis•9m ago•0 comments

Goals vs. Systems

https://web.archive.org/web/20210811125743/https://www.scottadamssays.com/2013/11/18/goals-vs-sys...
1•Brysonbw•12m ago•0 comments

Apple introduces the new MacBook Air with M5

https://www.apple.com/newsroom/2026/03/apple-introduces-the-new-macbook-air-with-m5/
5•Garbage•12m ago•3 comments

I Brought an AI to a Hacking Contest (and Won)

https://medium.com/@pol.avec/i-brought-an-ai-to-a-hacking-contest-and-won-a8c9998745c9
1•pol_avec•13m ago•2 comments

Apple debuts M5 Pro and M5 Max to supercharge the most demanding pro workflows

https://www.apple.com/newsroom/2026/03/apple-debuts-m5-pro-and-m5-max-to-supercharge-the-most-dem...
2•ryanhn•13m ago•0 comments

Show HN: Corepoints – Screen Candidates for AI Proficiency at Scale (Demo Run)

https://corepoints.ai/
1•abhiparuchuri•14m ago•0 comments

Show HN: VellaVeto – Fail-closed runtime proxy for MCP tool calls, in Rust

https://github.com/vellaveto/vellaveto
1•paolovella•14m ago•1 comments

Golioth is now a part of Canonical

https://blog.golioth.io/golioth-is-now-a-part-of-canonical/
1•hasheddan•14m 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•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.