frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Aside – Meeting notes as Markdown and local dictation for macOS

https://heyaside.com/
1•dominikmartn•1m ago•0 comments

The US is talking about space weapons now

https://breakingdefense.com/2026/09/why-the-us-is-talking-about-space-weapons-now/
1•KinetiNode•2m ago•0 comments

Carnot the most efficient, multi-fuel engine

https://carnotengines.com/technology/
1•thelastgallon•2m ago•0 comments

Hologram: Building Local-First Apps in Pure Elixir

https://www.youtube.com/watch?v=jdg_UrLp0bU
2•jamauro•4m ago•1 comments

LMAX Disruptor – High Performance Inter-Thread Messaging Library

https://lmax-exchange.github.io/disruptor/
1•Bluestein•4m ago•0 comments

How to process incoming call audio on Android / iOS?

1•vivzkestrel•6m ago•0 comments

Show HN: Lume – an open-source terminal you can drive from your phone

https://uselume.dev/
2•hugomyb•11m ago•0 comments

AI is breaking our proxies for expertise

https://www.seangoedecke.com/ai-is-breaking-our-proxies-for-expertise/
2•jbkcc•12m ago•0 comments

AI 'kill switch' may need to be mandatory, Anthropic co-founder tells BBC

https://www.bbc.com/news/articles/cqgk5e2j0gg8o
3•Betelbuddy•12m ago•0 comments

Show HN: Bulkgrid – Search websites and GitHub repositories from your AI agent

https://bulkgrid.com
2•ceglh•13m ago•0 comments

More than honey: bee myths

https://luckyinstar.neocities.org/blog/beemyths
2•speckx•13m ago•0 comments

PostgreSQL Migrator 1.0: Moving Fast from Oracle and MySQL to PostgreSQL

https://blog.dalibo.com/2026/09/07/postgresql-migrator-1-en.html
4•bersace•15m ago•0 comments

Anthropic's over-alignment turned creative fiction into a bug report [humor]

https://medium.com/@raffaele_mangialardi/is-ai-going-to-kill-us-all-by-2030-72b894bba7d5
2•rm30•16m ago•0 comments

Show HN: A live Git diff view cli to stay on top of what agents are doing

https://github.com/stagas/livediff
3•stagas•16m ago•0 comments

How the New York Times Framed the War Between Israel and Hamas

https://www.tandfonline.com/doi/full/10.1080/1057610X.2026.2707956#abstract
9•mhb•18m ago•1 comments

Show HN: Infinite Shaders

https://shaderfrog.com/infinite
2•andrewray•19m ago•0 comments

Prompts Aren't Real

https://evaluation.club
2•mcfunley•20m ago•0 comments

I asked Claude to build an OS from scratch. A few days later it runs on a laptop

https://www.reddit.com/r/ClaudeAI/comments/1wfpydl/i_asked_claude_to_build_an_operating_system_from/
4•giancarlostoro•21m ago•1 comments

Show HN: Capsule – Single-file web apps that save their data into SQLite

https://withcapsule.app/
2•bashtian•22m ago•0 comments

Show HN: Ordewell – turn one goal into an ordered plan of coding-agent tasks

https://github.com/ordewell/ordewell
2•ac-ciano•22m ago•0 comments

Unitree launches upgraded G1 humanoid robot with six major upgrades

https://technode.com/2026/09/15/unitree-g1-plus-humanoid-robot/
2•thelastgallon•24m ago•0 comments

Show HN: I built a tiny camera that knows where it is

https://mightycamera.com/story
1•asadm•24m ago•0 comments

Hackathons in the vibe coding era: our token economics experiment

https://quesma.com/blog/our-first-hackathon/
2•jakozaur•26m ago•0 comments

Why EAV Sucks

http://esmout.blogspot.com/2012/09/why-eav-sucks.html
1•b-man•26m ago•1 comments

GoJS is now free for personal, non-commercial use

https://gojs.net/latest/
1•simonsarris•27m ago•0 comments

Don't Be Fooled by Anthropic's Doom Troll [video]

https://www.youtube.com/watch?v=vOOHd2cHYEg
2•smukherjee19•27m ago•0 comments

Give your guard two minutes to fail

https://dev.yuv.run/writing/claims-and-locks/
1•alkisyuv•28m ago•0 comments

Built-In Tools vs. Custom Tools in LLM Agents

https://www.vincentschmalbach.com/built-in-tools-vs-custom-tools-llm-agents/
1•vincent_s•28m ago•0 comments

Australia 'on the same page' as Canada as it seeks deeper EU alliance

https://www.reddit.com/r/worldnews/comments/1wgqken/australia_on_the_same_page_as_canada_as_it_se...
13•vrganj•28m ago•2 comments

How Big Are Factorials?

https://eli.thegreenplace.net/2026/how-big-are-factorials/
1•ibobev•28m 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`.