frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Proactive Error Log Triage Agents

https://www.nishantjani.com/blog/error-log-pattern-analysis-is-hard-2/
1•nishantjani10•1m ago•0 comments

The innovators under 35 shaping climate tech

https://www.technologyreview.com/2026/09/17/1144251/innovators-shaping-climate-tech/
1•joozio•2m ago•0 comments

Show HN: Reader – I made a Mac workspace for books, browser tabs, notes, and AI

https://github.com/Marvy101/reader-source
1•marvy101•3m ago•0 comments

Does AI Assistance Enhance or Erode Expertise? Evidence from 3-Month Experiment

https://www.nber.org/papers/w35720
1•m-hodges•5m ago•0 comments

Jev example use cases from community

https://jevable.com/
1•theanonymousone•6m ago•0 comments

Checkout offered by banks and credit unions. Alternative to OneLink

https://www.paze.com/
1•dzonga•10m ago•0 comments

Montessori gave us great start. Still switched to public school for first grade

https://www.businessinsider.com/switched-from-montessori-public-school-decision-2026-9
2•theanonymousone•10m ago•0 comments

The paradox at the heart of AI and science – Terence Tao [video]

https://www.youtube.com/watch?v=svl_1upFpQo
1•lr0•11m ago•0 comments

Lawsuit: Illegal Agreement of Anthropic, OpenAI, SpaceXAI, Google on AI Slowdown

https://www.independent.co.uk/news/lawsuit-anthropic-google-openai-lawyers-b3052942.html
3•mdp2021•11m ago•0 comments

Unblock AI Shield – Non-invasive perimeter hardening with zero-disk RAM retentio

https://unblock-shield.vercel.app/?lang=en
1•tendenciaiatufu•13m ago•0 comments

My company let candidates use AI tools in interviews. Here's what I saw

https://www.reddit.com/r/EngineeringManagers/comments/1urw740/my_company_lets_candidates_use_ai_t...
1•bucket2015•14m ago•0 comments

Maximizing Return-on-Feedback

https://avivbenyosef.com/maximizing-return-on-feedback/
1•levlaz•19m ago•0 comments

Post-Quantum Cryptography for Healthcare Professionals

https://www.udemy.com/share/10fqoh3@_zy7B-GA7JTZkdnE0X0rOZnG0NE6YPPmu77H_UQmBQ1fHdvfPwlC9xJeEyAvq...
1•remopulcini•23m ago•0 comments

In 2024 I fine-tuned an LLM. Jev could have removed the side quests

https://kasra.blog/blog/classification-and-jev/
1•jc4p•24m ago•1 comments

DRAM and NAND Price Surges Set to Drive the 2026 Chip Market to a Record $1.65T

https://asiaai.fyi/dram-nand-price-surges-chip-market/
1•ghernando•24m ago•0 comments

AI agent governance patterns as executable decision tables (MIT license)

https://github.com/scubagraham/outthebox-open-patterns
1•scubagraham•26m ago•0 comments

Almost Never Use AI to Write Anything Substantive

https://erichgrunewald.substack.com/p/why-you-should-almost-never-use-ai
5•erwald•28m ago•0 comments

Uber Ordered to Pay $40M to Parents of Passenger After Driver Left Her

https://www.panish.law/2026/09/uber-ordered-to-pay-40-million-to-parents-of-emily-normandin-parke...
2•sensanaty•31m ago•1 comments

CNN, MS Now and Politico Barred from White House After Trump Announces Ban

https://www.nytimes.com/2026/09/19/business/media/trump-white-house-press-ban.html
2•layer8•33m ago•0 comments

Ask HN: ICLR went from 143 submissions to 62,301 submission IDs – what happened?

4•luxshan_t•33m ago•1 comments

Britain created Iraq to control its oil, then installed its own king [video]

https://www.youtube.com/watch?v=Dh7nJNKrDdo
2•teleforce•33m ago•0 comments

Props Are Not a Design System

https://vitonsky.net/blog/2026/09/18/design-system/
3•RohanAdwankar•34m ago•0 comments

Russia reports 'powerful' cyberattacks on second day of parliamentary vote

https://www.aljazeera.com/news/2026/9/19/russia-reports-powerful-cyberattacks-on-second-day-of-pa...
2•mikhael•35m ago•0 comments

Infillion Buys Foursquare

https://app.dealroom.co/news/note/infillion-buys-foursquare-adding-location-data-to-its-ad-platform
4•edent•35m ago•0 comments

A Machine That Can Have Grandchildren

https://artemandreenko.com/blog/a-machine-that-can-have-grandchildren/
2•miovoid•40m ago•1 comments

Show HN: Built a local guardrail layer for Claude Code

https://github.com/ioni-dev/mati
1•fennect•40m ago•0 comments

Regolith Desktop status updates Sep 2026

https://regolith-desktop.com/posts/status_update_09_26/
1•thinkmassive•42m ago•0 comments

Trump announces agreement to secure 'permanent' control over Greenland security

https://www.nbcnews.com/politics/trump-administration/trump-announces-agreement-denmark-secure-pe...
3•ijidak•42m ago•0 comments

I still haven't bought into true RSI

https://www.interconnects.ai/p/where-i-stand-on-rsi
2•pretext•43m ago•0 comments

Periodic Table – Ptable

https://ptable.com/?lang=en
2•thunderbong•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`.