frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Font looks perfectly normal to humans but wreaks havoc on AI

https://www.fastcompany.com/91585494/this-font-looks-perfectly-normal-to-humans-but-confuses-ai
1•root-parent•2m ago•0 comments

The Great AI Illusion: Why Your Demo Works, but Your Enterprise Agent Fails

https://allcloud.io/blog/the-great-ai-illusion-why-your-demo-works-but-your-enterprise-agent-fails/
1•mooreds•2m ago•0 comments

Bevy's Sixth Birthday

https://bevy.org/news/bevys-sixth-birthday/
1•dabinat•3m ago•0 comments

Zuckerberg: The Future Is for Everyone

https://about.fb.com/news/2026/08/the-future-is-for-everyone/
1•jaredwiener•4m ago•0 comments

Travel Itinerary Template

https://travelitinerarytemplate.org/
1•SuxYu•4m ago•0 comments

New way of QA testing AI-written code

https://abloh.dev
3•ThomasL123•5m ago•2 comments

Executive order calls for fewer childhood vaccines, links shots to autism

https://www.cnbc.com/2026/08/10/trump-vaccine-executive-order-autism.html
2•pseudolus•6m ago•0 comments

Meta open-sources Muse Glimmer: 30B agent model runs locally under 20GB VRAM

https://ainexusdaily.vercel.app
1•qrify_app•6m ago•0 comments

Is This Man the Picasso of Pointe Shoes?

https://www.nytimes.com/2026/07/27/arts/dance/nyc-ballet-tim-foster-pointe-shoes.html
1•gmays•10m ago•0 comments

Fauci warned of miscarriage risk Covid vaccine while publicly claiming no issues

https://nypost.com/2026/08/10/us-news/fauci-warned-of-miscarriage-risk-linked-to-covid-vaccine-wh...
3•bilsbie•11m ago•0 comments

Letter from Iddin-Sin to Zinu

https://en.wikipedia.org/wiki/Letter_from_Iddin-Sin_to_Zinu
1•handfuloflight•11m ago•0 comments

Go 1.27's Keyed Fields

https://towardsdev.com/i-stopped-writing-verbose-struct-literals-go-1-27s-keyed-fields-530419e9e5...
2•cheikhdev•11m ago•0 comments

Confessions of a Long-Distance Sailor

https://arachnoid.com/lutusp/sailbook.html
1•AntiRush•12m ago•0 comments

Don't classify, hallucinate!

https://softwaredoug.com/blog/2026/08/10/hypothetical-classifications
2•softwaredoug•14m ago•0 comments

RSI, AGI, and ASI: The Explainer and the Reality Check

https://sanjeevganjihal.substack.com/p/rsi-agi-and-asi-the-explainer-and
1•sanjeevg89•15m ago•0 comments

AgentThread: Multiplayer Hosted Hermes, each chat channel is a full container

https://agentthread.ai/
1•runrunlobster•17m ago•2 comments

Stop Killing Games: It's time to sue Sony, join us

https://www.massaschadeconsument.nl/collectieve-acties/playstation/
2•EDM115•17m ago•1 comments

Free Ideas (to hopefully make the world more interesting)

https://freeideas.net/
2•blobcode•19m ago•0 comments

Chronexis – crash reports that include the root cause and a patch

https://chronexis-web.onrender.com
1•alraies_hayder•21m ago•0 comments

Git-knife – edit commit messages, authors, and dates like a spreadsheet

https://github.com/TheRealYT/git-knife
1•YonathanTesfaye•21m ago•0 comments

Defense-in-Depth Isn't Lego: A Study in Linux Capabilities and Seccomps Filters

https://huxleybarbee.substack.com/p/defense-in-depth-isnt-lego
1•barbee•22m ago•0 comments

A (Not So) Brief but (Very) Accurate History of Oracle PL/SQL (2020)

https://oracle-internals.com/blog/2020/04/29/a-not-so-brief-but-very-accurate-history-of-pl-sql/
1•stmw•23m ago•0 comments

Source-Level Debugging for the Atari Lynx

https://brianpeek.com/gearlynx-debugger/
1•speckx•24m ago•0 comments

The Norway Problem in YAML

https://senthil.learntosolveit.com/posts/2026/08/10/the-norway-problem-in-yaml.html
2•orsenthil•25m ago•0 comments

Temperature Zero for Culture: Why Everything Is Starting to Look the Same

https://laurenleek.substack.com/p/temperature-zero-for-culture-why
3•mmarian•29m ago•0 comments

Sign of the Times: An Account of the First Tech Workers' Strike

https://longhaulmag.com/first-tech-workers-strike/
1•rray•31m ago•0 comments

The 12 Commandments of AI

https://lastcopy.ai/code/72
1•itsthecourier•32m ago•0 comments

Kitbash Acquires Artstation and Sketchfab from Epic Games

https://twitter.com/kitbash3d/status/2086875399137505679
2•bhouston•32m ago•1 comments

The balloon is a placebo: Apple's VM framework never gives freed memory back

https://arcbox.dev/blog/macos-vm-memory-ratchet
1•AprilNEA•33m ago•0 comments

Running a Business Changes the Way You Think (2011)

https://www.kalzumeus.com/2011/07/08/business-psychology/
1•downbad_•36m 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.