frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

30 years after Civ2, I built my own 4X game (Genesis)

https://forums.civfanatics.com/threads/30-years-after-civ2-i-finally-built-my-own-4x-game-genesis...
1•JohnHammersley•39s ago•0 comments

Google's Open Agentic Orchestrator

https://agentexecutor.io
1•blazarquasar•2m ago•0 comments

Computers Add Numbers

https://www.youtube.com/watch?v=QZuk1uZeIJs
1•dadawei•4m ago•0 comments

Not all AI workers think the tech could kill everyone

https://www.bbc.com/news/articles/cm5y7qj54klpo
1•Lyngbakr•12m ago•0 comments

Noam Brown – Agent swarms, alignment, & recursive self-improvement

https://www.dwarkesh.com/p/noam-brown
1•gmays•15m ago•0 comments

Ask HN: What Inspires You to Persevere?

1•chistev•15m ago•2 comments

Show HN: Mini-Runbot – Ephemeral Odoo Enviroments Using Python and Docker

https://github.com/rafnixg/odoo-platform-ephemeral-environment
1•rafnixg•16m ago•0 comments

Autopatch

https://en.wikipedia.org/wiki/Autopatch
1•psim1•17m ago•0 comments

Bill to Ban Private Equity from Owning Medical Practices

https://truthout.org/articles/warren-introduces-bill-to-ban-private-equity-from-owning-medical-pr...
9•paimapi•21m ago•0 comments

RayMate – free macOS AI launcher, Spotlight-like, with on-device dictation

https://raymate.app/
1•Knowledgeparrot•21m ago•0 comments

Line Scan Photos from MUNI Heritage Weekend in San Francisco

https://daniel.lawrence.lu/blog/2026-09-20-muni-heritage-weekend/
1•plun9•21m ago•0 comments

How to Find Internal Link Opportunities with Jev

https://screpy.com/blog/typesafe-jev-internal-linking-opportunities/
1•criexe•22m ago•0 comments

ProofWatch – Rumors and sources behind math and CS breakthrough claims

https://proof-watch.com/
1•imfinn•24m ago•1 comments

Motif – ongoing research via text message

https://app.motifresearch.ai/join/kunal-hn
2•kunal3•27m ago•0 comments

ComfyUI workflow that writes and performs a whole radio drama locally

https://github.com/jbrick2070/ComfyUI-OldTimeRadio
1•fluxuss•29m ago•2 comments

Ask HN: Do we still need code editors, or are Git clients enough?

1•TheSaifurRahman•30m ago•1 comments

BeOS-R5-Icons

https://github.com/jcherven/BeOS-r5-Icons
1•gjvc•34m ago•0 comments

Scanning Light Field Display [3D rotating display] [video]

https://www.youtube.com/watch?v=npmmEEqhVgU
1•mdp2021•34m ago•0 comments

The Dutch gangster that bought an African country

https://www.economist.com/interactive/1843/2026/09/18/cocaine-trafficking-sierra-leone
1•diego_moita•36m ago•0 comments

MultiTOOL Pro AI Kit Utilities

https://play.google.com/store/apps/details?id=multitool.pro2&hl=en_US
1•Newsyower•39m ago•0 comments

Show HN: Native Mac menu bar app for the Anker Prime 160W (local BLE)

https://github.com/djui/ankered
1•kreisquadratur•43m ago•0 comments

Nipple tattooist 'frustrated' by online censorship

https://www.bbc.com/news/articles/cx2z7ejn891o
16•harry_nutsachs•43m ago•13 comments

Periodic Table of North American Electrical Outlets

https://i.imgur.com/kl6BuTM.jpeg
2•CSMastermind•45m ago•0 comments

Mini-Microsoft Wins at Last

https://molochinations.substack.com/p/mini-microsoft-wins-at-last
1•domhudson•46m ago•0 comments

Warren Buffett is stepping down as chairman of Berkshire Hathaway

https://www.businessinsider.com/warren-buffett-stepping-down-chairman-berkshire-hathaway-2026-9
1•andsoitis•47m ago•1 comments

Prompt Wars – An AI riff on Core Wars to prompt-inject each other

https://promptwars.party
2•ranok•50m ago•1 comments

It's Easy to Dismiss Jev as Just a Classifier

https://sebastianraschka.com/blog/2026/jev-classification-generalization.html
2•paimapi•50m ago•0 comments

Boring Company is working on a Hyperloop tunnel between Austin and San Antonio

https://twitter.com/elonmusk/status/2101732496396439751
2•MrBuddyCasino•52m ago•3 comments

Show HN: Ran Qwen 3.8 27B autonomously(ish) for 3 weeks on single 3090

https://huggingface.co/datasets/skeole/qwen-cpp-agent-0-protocol
1•iamskeole•56m ago•0 comments

Jev is now available to everyone. No waitlist.

https://twitter.com/typesafeai/status/2101786156572823624
3•mfiguiere•56m ago•0 comments
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`.