Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 33 min 36 sec ago

Zero dolars vibe debugging menace

Sat, 05/03/2025 - 12:21pm

Article URL: https://github.com/cloi-ai/cloi

Comments URL: https://news.ycombinator.com/item?id=43880082

Points: 2

# Comments: 1

Categories: Hacker News

How LWN is faring in 2025

Sat, 05/03/2025 - 12:20pm

Article URL: https://lwn.net/Articles/1019217/

Comments URL: https://news.ycombinator.com/item?id=43880068

Points: 4

# Comments: 0

Categories: Hacker News

Show HN: Codecrush – AI Documentation Generator

Sat, 05/03/2025 - 12:16pm

Hi, sharing something I've been working on for a while. CodeCrush runs locally and points to an LLM of your choice - so self-hosted, OpenAI, whatever you're comfortable with. It uses the LLM to extract the information it needs to build a knowledge graph over a codebase, and leverages that knowledge graph to build documentation over important sections of the codebase it identifies. You can also do more targeted documentation generation by giving it a prompt.

Comments URL: https://news.ycombinator.com/item?id=43880039

Points: 1

# Comments: 0

Categories: Hacker News

Claude Custom Integration Directory

Sat, 05/03/2025 - 12:11pm

Article URL: https://www.remote-mcp.com/

Comments URL: https://news.ycombinator.com/item?id=43879999

Points: 1

# Comments: 1

Categories: Hacker News

Show HN: Open-lmake, a scalable, reliable build system with auto dep-tracking

Sat, 05/03/2025 - 12:11pm

Hello Hacker News,

I often hear people saying "all build-systems suck", an opinion I have been sharing for years, and this is the motivation for this project. I finally got the opportunity to make it open-source, and here it is.

In a few words, it is like make, except it can be comfortably used even in big projects using HPC (with millions of jobs, thousands of them running in parallel).

The major differences are that: - dependencies are automatically tracked (no need to call gcc -M and the like, no need to be tailored to any specific tool, it just works) by spying disk activity - it is reliable : any modification is tracked, whether it is in sources, included files, rule recipe, ... - it implements early cut-off, i.e. it tracks checksums, not dates - it is fully traceable (you can navigate in the dependency DAG, get explanations for decisions, etc.)

And it is very light weight.

Configuration (Makefile) is written in Python and rules are regexpr based (a generalization of make's pattern rules).

And many more features to make it usable even in awkward cases as is common when using, e.g., EDA tools.

Give it a try and enjoy :-)

Comments URL: https://news.ycombinator.com/item?id=43879996

Points: 2

# Comments: 0

Categories: Hacker News

Ask HN: Building AI Manager – 1 person $bn company manager/vibe management

Sat, 05/03/2025 - 12:11pm

I'm building AI Manager, a "vibe management" tool for the emerging class of one-person billion-dollar companies.

The idea is to give solo builders and founders an AI manager that helps track goals, manage context, make decisions, and keep momentum—not just with tasks, but with vibes. Think of it as your co-pilot for product strategy, energy, and execution.

It's more than a to-do list or chatbot—it asks questions, pushes back, and even helps you zoom out when you're stuck in the weeds.

Curious if anyone else is thinking about tools like this, or building similar AI-first support systems.

Happy to show a demo if you're interested—reply here or reach out.

Comments URL: https://news.ycombinator.com/item?id=43879992

Points: 1

# Comments: 0

Categories: Hacker News

Silly Job Titles

Sat, 05/03/2025 - 11:31am
Categories: Hacker News

Frontends Are Hard

Sat, 05/03/2025 - 11:30am
Categories: Hacker News

Pages