frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Show HN: Conventional Comments in GitHub

https://github.com/pullpo-io/conventional-comments
2•francesc_holly•1y ago
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

badmonster•1y ago
How does the extension hook into GitHub's DOM to inject the comment toolbar, and does it support dynamically loaded elements like in PR reviews with infinite scroll?
francesc_holly•1y ago
Chrome extensions let you execute JS on certain sites, so we can querySelect all target textareas and insert the toolbar anywhere. And yes! That includes dynamically loaded elements like the PR review window. We can even apply light/dark themes that match GitHub's ;)

If you want specifics you can check out the open-source repo here: https://github.com/pullpo-io/conventional-comments

I suggest looking at `content.js`, constant `TARGET_TEXTAREA_SELECTORS` and function `initializeToolbarForTextarea`.

The complexity of vibe coded apps (and why the dismissal is lazy)

https://www.getspectro.app/
1•ddtcx•58s ago•0 comments

Show HN: Readplace Read-It-Later Chrome Extension – Free the for First 100

https://chromewebstore.google.com/detail/readplace-—-save-articles/klblengmhlfnmjoagchagfcdbpbo...
1•fagnerbrack•1m ago•0 comments

Picture-in-Picture for any macOS window - Pipiri

https://lowtechguys.com/pipiri/
1•DerCommodore•2m ago•0 comments

Europe Without America

https://www.theatlantic.com/national-security/2026/05/europe-trump-iran-war-nato/687051/
1•vrganj•2m ago•0 comments

Show HN: Free OSS Contact Form Forwarder

https://www.simplecontactform.org
1•maxibenner•3m ago•0 comments

Negative events in psychotherapy: A narrative review

https://pmc.ncbi.nlm.nih.gov/articles/PMC12923238/
1•wslh•4m ago•0 comments

A man who blew up a nuclear power station and disappeared

https://www.theguardian.com/world/2026/may/05/the-man-who-blew-up-a-nuclear-power-station-koeberg...
1•Tomte•5m ago•0 comments

Apple keeps challenging its interoperability obligations under the DMA

https://fsfe.org/news/2026/news-20260420-01.en.html
2•Tomte•7m ago•0 comments

Ask HN: Is writing code by hand still a necessary skill for developers?

1•nerptastic•8m ago•0 comments

We once talked about fake news – now reality itself feels fake

https://www.theguardian.com/media/ng-interactive/2026/may/06/how-to-survive-the-information-crisi...
1•BaudouinVH•8m ago•0 comments

Show HN: I built an app to learn anything I want during my school breaks

https://www.sophros.me
1•macraft•8m ago•0 comments

F-117s Had an Air-to-Air Capability for Anti Soviet Awacs Role (2020)

https://theaviationist.com/2020/06/03/f-117s-had-an-air-to-air-capability-with-secondary-mission-...
1•mpweiher•10m ago•0 comments

GPU-accelerated terminal environment in Zig

https://github.com/semos-labs/attyx
1•begoon•10m ago•0 comments

The Fragmentation Tax

https://abhishekiaex.substack.com/p/the-fragmentation-tax
1•abhishek2580•12m ago•0 comments

Exploring Ruby Algorithms for Fibonacci Numbers

https://www.rorvswild.com/blog/2025/fibonacci-ruby-algorithms
1•thunderbong•13m ago•0 comments

Podman rootless containers and the Copy Fail exploit

https://garrido.io/notes/podman-rootless-containers-copy-fail/
2•birdculture•18m ago•0 comments

Apple Will Pay $250M to Settle Lawsuit over Siri's AI Features

https://www.wired.com/story/apple-will-pay-dollar250-million-to-settle-lawsuit-over-siris-ai-feat...
1•joozio•22m ago•0 comments

Are you addicted to your AI chatbot?

https://science.ubc.ca/news/2026-04/are-you-addicted-your-ai-chatbot-it-might-be-design
3•mikelgan•26m ago•2 comments

Designing Data-Intensive Applications: The Cloud and Doing the Right Thing

https://newsletter.pragmaticengineer.com/p/designing-data-intensive-applications-book-excerpt
2•onel•28m ago•0 comments

Setting up a Sun Ray server on OpenIndiana Hipster 2025.10

https://catstret.ch/202605/srss-hipster202510/
2•jandeboevrie•30m ago•0 comments

Composing Claude Code Skills

https://gist.github.com/sriprasanna/ef10fe43ac2de1cd97e638c5c65b430d
1•spk_•34m ago•0 comments

The Android Platform Security Model (2023)

https://arxiv.org/abs/1904.05572
1•surajrmal•35m ago•0 comments

Tmux-HTTP

https://github.com/zarkone/tmux-http
3•tolya_•38m ago•1 comments

YC demo video should be about usecase or product walkthrough?

2•Sharedmemory•41m ago•0 comments

Server Migration Without Extra Disk Space: Streaming Borg Backups with Ffl

https://fastfilelink.com/static/blog/server-migration-without-extra-disk-space-fastfilelink.html
2•bear330•45m ago•0 comments

Programming Is Real Engineering, and AI Proves It

https://jerf.org/iri/post/2026/programming_is_engineering/
1•xngbuilds•47m ago•0 comments

P2P from Scratch – Part 1: The Internet Is Hostile – Pears

https://pears.com/news/p2p-from-scratch-part-1-the-internet-is-hostile/
3•janandonly•47m ago•0 comments

Show HN: Killed by Apple – a graveyard of discontinued Apple products

https://killedbyapple.theden.sh/
2•theden•49m ago•0 comments

IBM Pays $17M Resolve Allegations of Discrimination Through DEI Practices

https://www.justice.gov/opa/pr/ibm-pays-17-million-resolve-allegations-discrimination-through-ill...
4•iamflimflam1•51m ago•0 comments

The "Nuclear Energy Paradox"

https://www.sciencedirect.com/science/article/pii/S2214629626001477
1•o_pax•52m ago•0 comments