frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Garfield Comics

https://16-bits.org/garfield/?s=5702
1•andsoitis•40s ago•0 comments

More on an Internal OpenAI Model Hacking into HuggingFace

https://thezvi.substack.com/p/more-on-an-internal-openai-model
1•Michelangelo11•59s ago•0 comments

Fasttracker II clone in C using SDL 2

https://16-bits.org/ft2.php
1•andsoitis•2m ago•0 comments

Show HN: Game Boy on the Beam – A DMG Emulator in Pure Elixir

https://gb-dmg.live/
1•douglascorrea•5m ago•0 comments

Introduction to ScreamTracker 3.21 [video]

https://www.youtube.com/watch?v=pPK7s8aC3kg
1•andsoitis•12m ago•0 comments

Equities surpass real estate as top US wealth driver for first time since WW2

https://www.reuters.com/business/finance/equities-surpass-real-estate-top-us-wealth-driver-first-...
3•littlexsparkee•13m ago•0 comments

Show HN: Discord-delete – Bulk-delete Discord messages from your data export

https://github.com/DatCodeMania/discord-delete
1•DatCodeMania•13m ago•1 comments

iFacts Exposes 21,000 Sensitive Files of South African Citizens

https://write-ups.security-chu.com/2026/07/iFacts-Exposes-21000-Sensitive-Files-of-South-African-...
1•news_rt•15m ago•0 comments

Doom Using Regular Expressions

https://4rh1t3ct0r7.github.io/doom-regex/
1•Buildstarted•15m ago•0 comments

Ponytail Skill for Claude Code: Does It Cut Tokens

https://blog.jetbrains.com/ai/2026/07/ponytail-skill-claude-tested/
2•ankitg12•16m ago•1 comments

Sam Altman says people don't want an AI to act as CEO

https://www.businessinsider.com/sam-altman-ai-ceo-humans-work-future-2026-7
2•vrganj•18m ago•2 comments

OpenAI's rogue agent compromised a customer at a second tech firm

https://www.reuters.com/business/openais-rogue-agent-compromised-an-account-second-tech-firm-sour...
3•juunge•19m ago•0 comments

Advanced Codeowners Patterns to Kill Review Fatigue

https://gitdash.dev/blog/advanced-codeowners-patterns-review-automation
1•ankitg12•20m ago•0 comments

The Noonday Devil

https://porticoquarterly.com/book/the-noonday-devil/
1•lermontov•20m ago•0 comments

Tinycast – a tiny, native macOS launcher

https://abue-ammar.github.io/tinycast/
1•xiaoape•20m ago•0 comments

ICE Arrests Surge at Airports arresting spouses of American tech workers

https://www.nytimes.com/2026/07/28/us/ice-arrests-airports-visa-overstay.html
3•Alien1Being•20m ago•0 comments

eBay agreed to pay $50M to couple sent cockroaches, bloody pig mask

https://www.clickondetroit.com/business/2026/07/28/ebays-agreed-to-pay-nearly-50-million-to-coupl...
1•Alien1Being•24m ago•0 comments

Headroom cut 39% of my tokens and raised my Claude bill

https://brandonbarker.me/writing/headroom-fewer-tokens-bigger-bill
3•ProjectBarks•25m ago•0 comments

Claude Mythos Preview Finds Vulnerability in Weakened Form of AES

https://www.nytimes.com/2026/07/28/us/politics/anthropic-ai-encryption-security-aes.html
1•theCricketer•25m ago•0 comments

AT1C is an open protocol for cryptographically verifiable human authorisation

https://github.com/at1c-protocol/at1c-protocol-official/blob/main/docs/README.md
1•1obituary•27m ago•0 comments

VJamm 2 Coldcut set rundown [video]

https://www.youtube.com/watch?v=II_2KKYlEMQ
1•gregsadetsky•28m ago•0 comments

Show HN: Self-hosted AI gateway – MCP, budget, PII, smart router, fallback

https://github.com/ilter-ai/ilter
1•ykocaman•30m ago•0 comments

Three big AI trends collide

https://www.axios.com/2026/07/09/ai-trends-fable-5-sol-grok-china-us
2•gmargari•34m ago•0 comments

Commentary on N Guilty Men

https://medium.com/luminasticity/commentary-on-n-guilty-men-fc47d9dd0674
1•bryanrasmussen•39m ago•0 comments

The Cost of China's Free A.I

https://www.nytimes.com/2026/07/29/opinion/ai-china-us-free-models.html
1•kuboble•40m ago•0 comments

Spacesphere Live

https://spacesphere.sygnito.com/en
1•SYGNITO•41m ago•0 comments

Ran Moonshot's 2.8T-parameter Kimi K3 on a GPU-less mini-PC

https://github.com/ferrumox/rabbit
1•manuelslemos•44m ago•0 comments

AIs Don't Take Showers

https://chipx86.blog/2026/07/26/ais-dont-take-showers/
2•bw86•45m ago•1 comments

Proofchain – verify any database's history without trusting the operator

https://github.com/cipherxsniper/proofchain
2•cipherxsniper•46m ago•0 comments

Mapping CVEs to Mitre ATT&CK Techniques

https://arxiv.org/abs/2607.25572
3•adulau•56m 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•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.