frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Three.js annoys me a bit because it's an abstraction layer for people

https://twitter.com/pvncher/status/2097634541699559790
1•tosh•1m ago•0 comments

Drug use may have begun 25,000 years ago in Indonesia, research finds

https://www.bbc.com/news/articles/cd792nll91eo
1•cisc•3m ago•0 comments

The under-35s shaping the future of biotech

https://www.technologyreview.com/2026/09/11/1143834/meet-the-under-35s-shaping-the-future-of-biot...
1•joozio•5m ago•0 comments

Xteink says they will include USB-C ports on future devices – Good e-Reader

https://goodereader.com/blog/electronic-readers/xteink-says-they-will-include-usb-ports-on-future...
1•edward•5m ago•0 comments

Show HN: You can't read every ToS, but the clanker can

https://github.com/PAndreew/termsinator
1•PAndreew•5m ago•0 comments

Maptap.gg – Daily Geography Game

https://maptap.gg/
1•embedding-shape•11m ago•0 comments

Does "rtk" skill cut agent tokens by 60–90%? We tested it

https://blog.jetbrains.com/ai/2026/07/rtk-claude-code-token-savings/
1•touristtam•11m ago•0 comments

Empirical Research on Moe Safety Mechanisms

https://dealign.ai/
1•Bluestein•13m ago•0 comments

Noodle Computer – Share Linux Desktops with AI Agents on Your Mac

https://xcancel.com/antibot/captcha
1•_pdp_•13m ago•2 comments

Claude is no longer available for minors

https://support.claude.com/en/articles/15171100-age-assurance-on-claude
3•Muhammad523•18m ago•0 comments

We made Bryntum Gantt look handmade with realtime image diffusion

https://bryntum.com/blog/we-made-bryntum-gantt-look-handmade-with-realtime-image-diffusion/
1•ritzaco•18m ago•0 comments

Show HN: Quickly generate and explain complex shell commands

https://crates.io/crates/watn
1•buster•19m ago•0 comments

Gold-Plating (EU Law)

https://en.wikipedia.org/wiki/Gold-plating_(EU_law)
1•doener•19m ago•0 comments

Sourcerer: Version 1.0.19 Released

https://www.sourcererapp.com/
1•dezelin•21m ago•1 comments

Down Quark

https://en.wikipedia.org/wiki/Down_quark
1•binyu•23m ago•0 comments

Anthropic Says Yemen Group Used Claude in Missile Development

https://www.bloomberg.com/news/articles/2026-09-11/anthropic-says-yemen-group-used-claude-in-miss...
2•helsinkiandrew•25m ago•0 comments

Hypen – Native crossplatform UI framework

https://hypen.space/blog/introducing-hypen
1•hypendev•25m ago•0 comments

textlog is now available on F-Droid

https://f-droid.org/packages/dev.serge.textlog/
1•stagas•27m ago•0 comments

Ask HN: Is learning C++ enough to start researching Hardware interactions?

1•skwasimin•29m ago•0 comments

Anthropic says it blocked possible attempts to use AI to develop bioweapons

https://www.cnn.com/2026/09/10/health/anthropic-bioweapons-report
2•cisc•29m ago•0 comments

It's not the YAML spec's fault, but

https://slugcat.systems/post/26-09-10-yaml-spec/
2•birdculture•30m ago•0 comments

ChatGPT for Financial Services

https://openai.com/index/introducing-chatgpt-financial-services/
2•ijidak•33m ago•0 comments

Gitwal – GitHub Event Archive

https://gitwal.com
1•mihau•38m ago•0 comments

Robots Are Learning to Feel

https://spectrum.ieee.org/tactile-data-robots
1•marc__1•41m ago•0 comments

Gavin Newsom imposes strict new rules on AI, social media, chatbots for children

https://www.theguardian.com/media/2026/sep/10/gavin-newsom-social-media-bill
2•dgellow•41m ago•1 comments

Unless there is a coordinated slowdown, human extinction seems likely

https://x.com/Marcus_J_W
2•milkshakes•42m ago•0 comments

Mining Qwen 3.8 reasoning trace for prompt/skill evaluation

https://olegivye.com/#/article/confusion-evaluation
1•olekrk•44m ago•0 comments

Show HN: Arcstone – Fail-closed local runtime with sub-12ms execution bounds

https://github.com/trencinodin-stack/arcstone-continuity-core
2•Founderarcstone•44m ago•0 comments

Resist "AI"

https://ronjeffries.com/articles/-v026/x/t/
23•mborch•46m ago•6 comments

The Newsroom That Conducted Its Own Cancer Study

https://www.cjr.org/laurels-and-darts/the-newsroom-that-conducted-its-own-cancer-study-keyport-ne...
2•Tomte•46m 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`.