Hacker News

Subscribe to Hacker News feed
Hacker News RSS
Updated: 48 min 29 sec ago

Show HN: Conventional Comments in GitHub

Tue, 04/29/2025 - 1:18pm

Hey HN, Cesc here, co-founder at Pullpo.

We spend a lot of time doing code reviews on GitHub. One recurring frustration was deciphering ambiguous comments. Misunderstandings slowed us down.

We're big fans of the https://conventionalcomments.org (discussed previously here: https://news.ycombinator.com/item?id=23009467) standard for adding clarity, but remembering and typing the prefixes (suggestion, issue(blocking), etc.) felt like friction.

So, we built a simple, free, open-source Chrome extension to make using this standard effortless within the GitHub UI.

How it works:

• It adds a small toolbar above GitHub comment boxes.

• You click buttons for labels (issue, suggestion, praise, nitpick, etc.) and optional decorators (blocking, non-blocking, if-minor).

• It automatically formats the comment prefix for you.

• There's a "Prettify" option to display prefixes as visual badges (using Shields.io, linked to a simple explainer on pullpo.io).

• It adapts to GitHub light/dark themes.

We built it because we needed it ourselves to improve our internal review process, and thought others might find it useful too. It's completely free and open-source (MIT license).

• Install Link -> https://chromewebstore.google.com/detail/gelgbjildgbbfgfgpib...

• GitHub Repo -> https://github.com/pullpo-io/conventional-comments

• Quick Demo Video -> https://youtu.be/jLzXlZ78rNE?si=KMzIH9Vb43glekEW

We just launched it on the Chrome Web Store. Would love to hear your feedback, suggestions, or any pain points you have with code review comments! Thanks, Cesc

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: I built an iOS app for cocktail enthusiasts

Tue, 04/29/2025 - 1:17pm

Article URL: https://sips.app

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

Points: 1

# Comments: 0

Categories: Hacker News

The Indifference Engine

Tue, 04/29/2025 - 1:14pm
Categories: Hacker News

Local-First Landscape

Tue, 04/29/2025 - 1:14pm

Article URL: https://www.localfirst.fm/landscape

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

Points: 4

# Comments: 1

Categories: Hacker News

Field-Based Pathfinding: A Quantum-Inspired Alternative to A*

Tue, 04/29/2025 - 1:12pm

I’ve been experimenting with a lightweight algebraic system for quantum-like transformations and built a pathfinding engine out of it. Instead of using traditional heuristics like in A*, it uses a quantum equality (XY = X/Y) as the initializer to navigate grids.

The result is a pathfinder that feels "intelligent" without needing heavy heuristic design, and scales surprisingly well on large grids.

The full repo includes the quantum algebra system (Qualge) behind it and some visualizations for sorting and grid transformations.

Repo: https://github.com/ElSolem/qualge

Would love feedback or ideas for other systems this could apply to.

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

Points: 1

# Comments: 0

Categories: Hacker News

Personal Change

Tue, 04/29/2025 - 1:11pm
Categories: Hacker News

I ditched my Apple Watch

Tue, 04/29/2025 - 1:07pm
Categories: Hacker News

Little Language Lessons

Tue, 04/29/2025 - 1:06pm

Article URL: https://labs.google/lll/en

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

Points: 1

# Comments: 1

Categories: Hacker News

Good vs. Great Animations

Tue, 04/29/2025 - 12:18pm
Categories: Hacker News

Pages