frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Allbirds is turning into an AI compute provider

https://www.ft.com/content/a4b63cc1-2d1c-44c8-a22a-425cf0efb5cf
1•louis-paul•5s ago•0 comments

We're freezing our eggs; maybe you should too

https://worksinprogress.co/issue/were-freezing-our-eggs-maybe-you-should-too/
1•bensouthwood•9s ago•0 comments

Distinguishing Malicious from Vulnerable: 2,354 Popular ClawHub Skills Analysed

https://trent.ai/blog/clawhub-ai-agent-security-analysis/
1•JulienBrouchier•22s ago•0 comments

Xata: Open-source Postgres platform with copy-on-write branching

https://github.com/xataio/xata
1•gk1•1m ago•0 comments

SEC Eliminates $25,000 Pattern Day Trader Rule in Retail Trading Overhaul

https://beincrypto.com/sec-eliminates-pattern-day-trader-rule/
1•lord-squirrel•1m ago•0 comments

I swept all 667 layer duplication configs for Qwen3-4B on 1x RTX 3090

https://austinsnerdythings.com/2026/04/14/rys-layer-duplication-qwen3-4b/
1•auspiv•2m ago•0 comments

China shock 2.0: the flood of high-tech goods that will change the world

https://www.ft.com/content/7d51a630-a3de-4cc7-9f5f-0f3e7f0d305a
1•bookofjoe•2m ago•1 comments

Snap's stock jumps on plans to axe 16% of its workforce citing AI efficiencies

https://www.cnbc.com/2026/04/15/snap-stock-layoffs-16-percent-workforce.html
1•1vuio0pswjnm7•4m ago•0 comments

Bosses say AI boosts productivity – workers say they're drowning in 'workslop'

https://www.theguardian.com/technology/2026/apr/14/ai-productivity-workplace-errors
3•Brajeshwar•5m ago•0 comments

Allbirds announces pivot from shoes to AI, stock explodes 175%

https://www.cnbc.com/2026/04/15/allbirds-bird-stock-shoes-ai.html
2•1vuio0pswjnm7•6m ago•0 comments

The Future of Everything Is Lies, I Guess: New Jobs

https://aphyr.com/posts/419-the-future-of-everything-is-lies-i-guess-new-jobs
1•aphyr•7m ago•0 comments

The Five Levels of Listening (Stephen Covey)

https://therightquestions.co/the-five-levels-of-listening-stephen-covey/
2•senorqa•7m ago•0 comments

"With Claude Mythos, a single hacker suddenly has more ways to attack."

https://ethz.ch/en/news-and-events/eth-news/news/2026/04/with-claude-mythos-a-single-hacker-sudde...
1•JeanKage•8m ago•0 comments

Seed Oils Cause Sunburn: A Hidden Culprit in Your Diet? – The Tallow Co

https://www.thetallowcompany.co.za/blogs/news/seed-oils-cause-sunburn
1•bilsbie•9m ago•0 comments

Allbirds (NAQD: BIRD) pivots from shoes to AI data centeres

https://twitter.com/tracyalloway/status/2044393082645274821
1•bhouston•9m ago•1 comments

Gemini Folders – A local, open-source Chrome extension for Gemini

https://chromewebstore.google.com/detail/gemini-folders/jffchdehoapigpmifkmleglfimjiilik
1•Illogika•9m ago•1 comments

The asteroid Ryugu has all of the main ingredients for life

https://www.newscientist.com/article/2519423-the-asteroid-ryugu-has-all-of-the-main-ingredients-f...
1•wglb•10m ago•0 comments

Making prompts longer did not help. Making the task contract explicit did

https://signaldepth.ai/
1•LuxBennu•10m ago•0 comments

Show HN: Rumble – no setup online party games

https://www.rumble.sh/
1•jackmertens•10m ago•0 comments

Show HN: LLM-primer – pre-warmed Claude Code session pool, zero startup wait

https://github.com/asakin/llm-primer
1•asakin•11m ago•1 comments

Rules, Not Weights

https://danieltan.weblog.lol/2026/04/rules-not-weights
1•danieltanfh95•12m ago•0 comments

Sonar on stock smartwatches leads to hand-tracking breakthrough

https://news.cornell.edu/stories/2026/04/sonar-stock-smartwatches-leads-hand-tracking-breakthrough
1•JeanKage•12m ago•0 comments

I hooked up a desk phone to my FreeBSD server

https://interfacecraft.online/blog/2026/desktop-phone-connected-to-freebsd-server/
1•alex_design•13m ago•1 comments

UK told its Big Tech habit is now a national security risk

https://www.theregister.com/2026/04/15/uk_big_tech_dependence/
1•beardyw•13m ago•0 comments

Iran reportedly bought Chinese satellite to target US Military in Middle East

https://www.tomshardware.com/tech-industry/iran-reportedly-bought-an-in-orbit-chinese-satellite-t...
2•pinewurst•14m ago•0 comments

Show HN: Apollo – local-first data risk audit for SMBs

https://ggabrie2025.github.io/apollo_data_auditor
1•ggabriel2025•14m ago•0 comments

Show HN: Phantom – AI-generated animated explanations of any code function

https://github.com/hamzamiladin/Phantom
1•kenshi144•14m ago•0 comments

PyXHDL – Python Front End for VHDL and Verilog

https://github.com/davidel/pyxhdl/blob/main/README.md
2•dadaz•15m ago•0 comments

Show HN: HWT (Hash Web Tokens) – minimalist protocol for auth state

https://www.jimmont.com/hwt/
2•jimmont•16m ago•0 comments

Digital Freedom Across the World – Country Comparison

https://eylenburg.github.io/countries.htm
1•nickslaughter02•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•11mo ago

Comments

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

https://reportmill.com/SnapCode

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