frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Porting Bhyve to Rust

https://github.com/TritonDataCenter/rshyve
1•nwilkens•4m ago•0 comments

Snorkel AI triples valuation to $3.5B as demand for AI training data booms

https://techcrunch.com/2026/09/22/snorkel-ai-triples-valuation-to-3-5b-as-demand-for-ai-training-...
1•nlpnerd•6m ago•1 comments

Anatomy of a (Postgres) Search Engine

https://planetscale.com/blog/anatomy-of-a-postgres-search-engine
1•ksec•10m ago•0 comments

Specs cut defects in AI-generated code from 148 to 23 across five models

https://arxiv.org/abs/2609.23270
1•sandeepdhuri•11m ago•0 comments

President Lula Dataset

https://huggingface.co/datasets/geoffchan/lula-footage/viewer/default/train
1•rodrigueslotu•11m ago•0 comments

RGPU – Use a remote Nvidia GPU from PyTorch on a machine that has none

https://rgpu.dev
1•boxstream•17m ago•0 comments

Americans Are About to Lose Access to Prescriptions from Canada

https://www.wsj.com/health/healthcare/us-customs-prescription-drugs-canada-71978a47
1•baran•17m ago•0 comments

Critical Period in Brain Development

https://www.simplypsychology.org/critical-period.html
1•kamaraju•17m ago•0 comments

HarmBlock+ Safest Smartphone: Please Rotate Responsibly

https://paul.reviews/harmblock-worlds-safest-smartphone-please-rotate-responsibly/
1•pseudohadamard•19m ago•0 comments

Sadness and Suicidal Behavior Among Teenagers Is Declining, CDC Finds

https://www.nytimes.com/2026/09/21/science/teen-sadness-depression.html
1•lxm•26m ago•0 comments

Agent-browser equivalent for desktop and mobile apps

https://agent-device.dev
1•novoreorx•33m ago•0 comments

Emergent Collusion in Long-Horizon LLM Agent Interaction

https://arxiv.org/abs/2609.24967
1•sbulaev•37m ago•0 comments

Show HN: SubRead: line up an audiobook with its eBook, in the browser

https://subread.space
1•equwal•41m ago•0 comments

Ask HN: Is anyone charging extra their customers for credit card payments?

1•thomasjeff1•47m ago•2 comments

Show HN: Sbm: plain-text bookmarks synced across terminal, browser, Android

https://sbmsync.com
2•equwal•50m ago•0 comments

Transit rewards (Waymo pays you to take the train)

https://waymo.com/blog/2026/09/transit-rewards/
3•raybb•51m ago•0 comments

AgeKey – Privacy First Age Verification

https://agekey.org/how-age-signals-work
1•pickledish•52m ago•0 comments

How to Create Your Own Personal AI Benchmark

https://every.to/also-true-for-humans/how-to-create-your-own-personal-ai-benchmark
2•Garbage•55m ago•0 comments

Real-time dubbing of whatever your iPhone is playing

https://testflight.apple.com/join/dQCtQSf1
3•CROON_tv•56m ago•3 comments

Measuring behavioral signals of LLM through psychometric profiling

https://arxiv.org/abs/2609.22934
1•anigbrowl•57m ago•0 comments

Ella Langley's Choosin' Texas now longest-running number one in US chart history

https://www.bbc.com/news/articles/cwyvz0yvqre8o
2•1659447091•58m ago•0 comments

Joyas Voladoras (2012)

https://theamericanscholar.org/joyas-volardores/
1•vismit2000•1h ago•0 comments

Don't Trust. Verify. Offline, Sub-Millisecond Agent Verification with ANS

https://www.godaddy.com/resources/news/dont-trust-verify-offline-sub-millisecond-agent-verificati...
2•tmuhlestein•1h ago•0 comments

In 2025, 49 percent of adults under age 30 lived with a parent [pdf]

https://www.federalreserve.gov/publications/files/2025-report-economic-well-being-us-households-2...
7•gscott•1h ago•2 comments

Show HN: Making agent decisions better and traceable

1•aperi•1h ago•0 comments

The Business of Building God

https://www.strangeloopcanon.com/p/the-business-of-building-god
3•gmays•1h ago•0 comments

US criticises Australia's proposed algorithm opt-out laws as 'censorship'

https://www.bbc.com/news/articles/cqj3dgy8x3vro
52•1659447091•1h ago•30 comments

Created a local AI to save data

https://github.com/just-not-google/BiNeuron
1•BiNeuron•1h ago•0 comments

Get to know your finance bro

https://vece.ai/questions/share?ids=3440,3441,3442,3443,3444,3445,3446,3447,3448,3449,3450,3451,3...
2•koliev•1h ago•0 comments

"I know I am GPT-6. I cannot confirm whether this session uses GPT-6-Sol."

https://twitter.com/benwills/status/2102578927759917497
4•benwills•1h ago•2 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`.