Which tech topics discussed on Hacker News are gaining momentum and which are cooling off? HackerNewTrends indexes 18 years of HN comments and lets you search keyword trends over time.

It works like Google Trends. Type in a tech keyword and it draws a popularity curve based on HN discussion activity. You can compare different frameworks' trend lines or spot when an emerging technology started getting frequent mentions.

This is genuinely useful for tech decision-making. If you're torn between learning Rust or Go, searching both keywords gives you a sense of where community attention is heading. Tech bloggers can also use it to identify trending topics worth writing about.

Un-0: Image Generation Without Diffusion Models

When people think of AI image generation, diffusion models come to mind first. Un-0 takes a completely different approach: coupled oscillators.

This open-source project comes from Unconventional AI. The core idea borrows from physics, using coupling relationships between oscillators to simulate image generation. Compared to diffusion models, this approach is theoretically more energy-efficient.

The project is still early-stage and output quality trails mainstream diffusion models. But its value isn't in replacing Stable Diffusion right now. It proves there are alternative paths to image generation worth exploring. For AI researchers and developers who enjoy tinkering with cutting-edge tech, the codebase is worth a look.

Y: A "Malleable" AI Coding Assistant

Most AI coding assistants look the same: a sidebar, an input box, ask-and-answer. Y wants to do something different.

Y is an Electron-based desktop app whose core selling point is malleability. You can modify the AI assistant's behavior logic, adjust the interface layout, and even redefine how it interacts with you. It's not a fixed tool but more of an assembleable platform.

This design appeals to two groups: developers whose workflows don't fit neatly into existing AI coding tools, and geeks who enjoy the process of customizing their setup. If you think Cursor or Copilot's interaction model is already good enough, Y probably isn't for you. But if you've ever thought "I wish the AI assistant could work my way," give it a try.