Show HN: Gradle plugin for faster Java compiles

Hey HN,

We've written a pretty cool Gradle plugin I wanted to share.

It turns out if you native-image the Java and Kotlin compilers, you can experience a serious gain, especially for "smaller" projects (under 10,000 classes).

By compiling the compiler with native image, JIT warmup normally experienced by Gradle/Maven et al is skipped. Startup time is extremely fast, since native image seals the heap into the binary itself. The native version of javac produces identical outputs from inp

23d | Hacker news
Show HN: Ephe – A Minimalist Open-Source Markdown Paper for Today

Hi HN,

I built Ephe, open-source markdown paper for daily todos and thoughts.

No sign-up, no ads, no subscriptions, no AI.

## Why I made this

We have plenty of Markdown editors. And too many overwhelming to-do apps. But few tools combine both in a way that’s lightweight and focused. I thought that all I need is a single page to organize today. So I built Ephe.

It uses CodeMirror v6, React(v19, React Compiler) and Vite with rolldown.

## What makes it different

“Ephe” comes from

23d | Hacker news

Suche