frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

LAN Sheriff – watch which servers your machine talks to, live on a map

https://github.com/291-Group/LAN-Sheriff
1•291Grp•42s ago•0 comments

Oura lawsuit accuses it of misleading consumers about sleep-tracking accuracy

https://techcrunch.com/2026/08/21/oura-faces-lawsuit-accusing-it-of-misleading-consumers-about-sl...
1•bookofjoe•4m ago•0 comments

Flock camera backlash adds fuel to midterm anti-AI frenzy

https://www.axios.com/2026/08/23/flock-cameras-data-centers-ai-midterms-2026-tech
1•newsomix9xl•7m ago•0 comments

Physical Activity at Work Linked to Higher Dementia Rates

https://www.medpagetoday.com/neurology/dementia/122675
2•Noaidi•7m ago•0 comments

Show HN: Application-Layer Parsing in eBPF

https://github.com/lbrndnr/beeper
1•lbrndnr•9m ago•0 comments

SlackCLI

https://github.com/shaharia-lab/slackcli
1•shahariaa•13m ago•1 comments

Texas Is Tip of a Melting MUNI Iceberg [video]

https://www.youtube.com/watch?v=hLDStb0IVps
1•thelastgallon•14m ago•0 comments

Gemini 3.7 Flash, Grok 4.6, GLM-5.3 and DeepSeek V4 Pro joined the frontier

https://quesma.com/blog/baba-is-aug-2026/
1•stared•14m ago•0 comments

Oneiric, AI-generated, open source [video]

https://www.youtube.com/watch?v=aAg9iDh9_BQ
1•wiradikusuma•15m ago•0 comments

Ducklab – dev harness that built itself: 416 runs, $176, local models

https://github.com/jrullan/ducklab
2•jrullan•15m ago•1 comments

Woe Is Em: The Sad Lifecycle of an AI Tell

https://stevekrause.org/blog/2026/08/woe-is-em-the-sad-lifecycle-of-an-ai-tell/
1•quadtree•16m ago•0 comments

Henka: Multi-tenant MCP server for structured, semantics-aware code refactorings

https://github.com/martint/henka
1•hashhar•17m ago•0 comments

Minimus Is Shutting Down

https://imgur.com/a/FmVJNsz
1•lluvt•19m ago•2 comments

ActivityPub Won by Being Boring

https://o.ee/blog/activitypub-won-by-being-boring/
1•birdculture•20m ago•0 comments

Single adults in early midlife often prefer cohabitation over marriage

https://www.psypost.org/single-adults-in-early-midlife-often-prefer-cohabitation-over-marriage/
1•downbad_•21m ago•0 comments

Nature of Flows

1•RichardHoganMDP•21m ago•0 comments

I Shouldn't Need an LLM to Explain My LLM

https://daviesgeek.com/I-Shouldn%E2%80%99t-Need-an-LLM-to-Explain-My-LLM
2•daviesgeek•22m ago•0 comments

The Neon Color That Became Impossible to Make [video]

https://www.youtube.com/watch?v=7eZ3WCthsag
1•gmays•22m ago•0 comments

Are Raccoons Evolving into Pets?

https://www.theatlantic.com/ideas/2026/08/are-raccoons-evolving-pets/688231/
1•gmays•23m ago•0 comments

Hell has more than 7 circles you guys (2022)

http://colinmorris.github.io/blog/n-circles-of-hell
2•Tomte•23m ago•0 comments

Show HN: USBHawk – Unlock your PC with ordinary USB Flash drives

https://usbhawk.com
1•mysticmode•23m ago•1 comments

A Swift command line tool for generating your Xcode project

https://github.com/yonaskolb/xcodegen
1•saikatsg•27m ago•0 comments

Locus – Deterministic Safe Rust AST Engine for Multi-Agent Coding Swarms

https://github.com/ahmadshady747-create/LOCUS
2•ahmadshadi2004•27m ago•0 comments

The figure of the Earth: global geodesy in the mid-20th C

https://computer.rip/2026-08-22-figure-of-the-earth.html
1•fanf2•28m ago•0 comments

Show HN: Telnet Hackerlinks.com

2•hakwingson•28m ago•0 comments

Amiga-Inspired AROS Goes Bare Metal on Raspberry Pi

https://hackaday.com/2026/08/23/amiga-inspired-aros-goes-bare-metal-on-raspberry-pi/
2•mdp2021•30m ago•0 comments

Slovakia finds Russian backdoor in traffic speed cameras

https://risky.biz/risky-bulletin-slovakia-finds-russian-backdoor-in-traffic-speed-cameras/
15•dredmorbius•32m ago•1 comments

A Google DeepMind paper has multiple hallucinated references

https://veruscite-data.com/share/-7KyAgTQ6aqub5ilvQ_6_SVg2wkbjhp95pLeG3QFa-o
2•apwheele•33m ago•0 comments

Authoritarianism of Code

https://zedshaw.com/blog/2020-10-07-authoritarianism-of-code/
4•wqlander•33m ago•2 comments

From YouTube Ad to Root: Fake TradingView Installer Delivers a macOS Stealer

https://safedep.io/youtube-ad-fake-tradingview-macos-stealer/
2•Sudhanshu231020•34m 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.