frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: LiteLLM sends AI requests.Conduct decides which ones shouldn't be sent

https://pypi.org/project/conduct-litellm-guard/
1•sudhendra1•1m ago•0 comments

Show HN: I forked JetBrains' new agent IDE to host Claude Code

https://github.com/CommanderTvis/thinkrail
1•CommanderTvis•1m ago•0 comments

Nerra – a company context engine that powers agents with live business context

https://nerra.ai
1•danielhardoon•2m ago•0 comments

Maximizing TPU interactivity with automated full stack performance optimization

https://www.makora.com/blog/qwen-perf-on-tpu
1•tripplyons•2m ago•0 comments

Show HN: Reintroducing Micro: A Personal Assistant

https://micro.mu/blog/post?id=1789656583547416701
1•asim•4m ago•0 comments

Show HN: Video uploader for React/RN – drop in or headless UI, any back end

https://github.com/hyper-serve/video-uploader
1•rtrann•5m ago•0 comments

PS5 Linux dev quits after "the only hypervisor bug left" was reported to Sony

https://www.gamingonlinux.com/2026/09/ps5-linux-dev-quits-after-the-only-hypervisor-bug-left-was-...
2•speckx•5m ago•0 comments

A Windows terminal built on the Ghostty core

https://wintty.io/
2•kermatt•6m ago•1 comments

Castla: Android Auto alternative for Tesla (2024)

https://github.com/Suprhimp/castla
1•Rygian•6m ago•0 comments

VA Claims Guide – exact CFR rating thresholds for 15 conditions

https://outset-solutions.com/va-claims/
1•keithransom•6m ago•0 comments

Quantum computing's flagship chemistry results don't say which state they found

https://blog.purestatelabs.com/2026/09/16/quantum-chemistry-results-spin-state/
1•purestatelabs•7m ago•1 comments

Thomas Silverstein

https://en.wikipedia.org/wiki/Thomas_Silverstein
1•thunderbong•7m ago•0 comments

OpenAI flags new concerning AI behavior, to track model misalignment regularly

https://www.npr.org/2026/09/17/g-s1-143774/openai-concerning-ai-behavior
1•NetToolKit•8m ago•0 comments

What are you guys building? Especially in Fintech

2•breeonfloor•10m ago•0 comments

Show HN: Live honeypot telemetry – 941K attack events, 160 countries

https://lurescope.com/stats
3•lurescope•12m ago•0 comments

Inside OpenAI's Project Lily

https://www.youtube.com/watch?v=kQ-i642z3jc
2•frag•12m ago•0 comments

Venus Has Been Waiting 40 Years

https://blue-continuum.com/venus
1•yread•13m ago•0 comments

The AI graveyard: a running list of projects and startups that didn't make it

https://techcrunch.com/2026/09/15/the-ai-graveyard-a-running-list-of-projects-and-startups-that-d...
1•gmays•14m ago•1 comments

Valve open-sources Lepton, its Android compatibility layer for SteamOS

https://gitlab.steamos.cloud/frame-public/lepton
4•vgalin•15m ago•0 comments

NASA spacecraft discovers a new 2-year-old crater on the moon

https://apnews.com/article/moon-lunar-crater-space-nasa-80eea242ad275fda1f7a88587cdccd2f
1•bookofjoe•15m ago•0 comments

Why are APRs on secured credit cards so high?

https://unbreakfinance.com/blog/why-are-secured-credit-card-aprs-high
2•dashee•15m ago•0 comments

Sharing My Secret for Fast, Security-First VM Deployment on AWS. Save This Post

https://idlefy.medium.com/sharing-my-secret-for-fast-security-first-vm-deployment-on-aws-save-thi...
1•Idlefy_platform•16m ago•0 comments

Show HN: I build unprompted speaking app to improve speaking

https://speechio.app
1•dicksent•17m ago•0 comments

What Is Happening with PostgreSQL 19?

https://www.snowflake.com/en/blog/engineering/postgresql-19-release-delay-feature-reverts/
2•craigkerstiens•18m ago•0 comments

Reverse Engineering ChatGPT Web: How OpenAI Built for a Billion Users

https://performance.dev/chatgpt
1•theanonymousone•18m ago•0 comments

OpenAI reports new misalignment incidents

https://openai.com/index/model-misalignment-reporting-framework/#the-misalignment-examples-were-s...
1•greg7mdp•18m ago•0 comments

Show HN: Calmscroll – a reader that shows the current paragraph in the library

https://calmscroll.com/
1•amadeuspagel•18m ago•0 comments

Is the phrase "master bedroom" harmful? A new psychology study says no

https://www.psypost.org/is-the-phrase-master-bedroom-actually-harmful-a-new-psychology-study-says...
5•theanonymousone•19m ago•2 comments

Olympiad Man has displaced Davos Man

https://economist.com/business/2026/09/16/olympiad-man-has-displaced-davos-man
1•andsoitis•19m ago•0 comments

A decade of Gazette: a streaming broker that doesn't store data

https://estuary.dev/blog/gazette-streaming-broker-architecture/
2•danthelion•20m 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`.