frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Ask HN: How are you creating demo videos for your product?

1•akarshhegde18•1m ago•0 comments

Instagram running ads promoting child sexual abuse material in India, BBC finds

https://www.bbc.co.uk/news/articles/cvgm4e0316zo
1•shrikant•4m ago•0 comments

A big Markdown file should become a PDF you can navigate

https://demchaav.github.io/blog/posts/markdown-navigable-pdf/
1•demchaav•6m ago•0 comments

Very Average Prototypes

https://goodnameforablog.com/posts/very-average-prototypes/
1•robin_reala•6m ago•1 comments

Scaling Java-Based Real-Time Systems: Hidden Tradeoffs of Event-Driven Design

https://www.infoq.com/articles/tradeoffs-event-driven-design/
1•theanonymousone•7m ago•0 comments

The virtual power plant era has arrived

https://www.pv-magazine.com/2026/06/29/the-virtual-power-plant-era-has-arrived/
1•ndr42•8m ago•0 comments

Intent-addressable code for AI coding agents

https://github.com/croviatrust/causari
1•CroviaTrust•8m ago•0 comments

Show HN: Autosynth – generating synthetic data with strong/weak model filtering

https://github.com/Ahmad8864/autosynth
1•ahmadbabdallah•10m ago•0 comments

The Intimate Legacies of a White-Supremacist Coup

https://www.newyorker.com/news/letter-from-the-south/the-intimate-legacies-of-a-white-supremacist...
2•rbanffy•11m ago•1 comments

Guandimiao (Archaeological Site in Henan, China)

https://en.wikipedia.org/wiki/Guandimiao
1•tux3•13m ago•0 comments

Astrophysicists Puzzle over Webb's New Universe

https://www.quantamagazine.org/astrophysicists-puzzle-over-webbs-new-universe-20260702/
2•jnord•19m ago•0 comments

Diseconomies of scale in fraud, spam, support, and moderation

https://danluu.com/diseconomies-scale/
2•Liriel•20m ago•0 comments

ProofToken16: My Proposal for Private Decentralised Age Verification

https://incoherency.co.uk/blog/stories/private-decentralised-age-verification.html
1•jstanley•23m ago•0 comments

Horsewood Reality Check 2026 – The Truth Behind the Claims

https://finance.yahoo.com/sectors/healthcare/articles/horsewood-urgent-report-2026-horse-19110038...
2•rafisalp•24m ago•0 comments

From flocks to pyramids: Balancing self-organization and architecture

https://www.youtube.com/watch?v=R0WiSoW-wL8
1•RebootStr•24m ago•0 comments

AB 1856: CA Exempts Open Source, Still Expands Age-Gating

https://www.eff.org/deeplinks/2026/05/one-step-forward-two-steps-back-cas-ab-1856-exempts-open-so...
2•mashally•27m ago•0 comments

Read Please

https://github.com/studioetc/read-please-app
1•incogvito•28m ago•0 comments

Show HN: Forge – A JavaScript runtime built on Mozilla SpiderMonkey

https://github.com/varadTheDeveloper/forge-runtime
3•opentestudox•28m ago•0 comments

Show HN: WhosBuilt terminal lookup for who built a website

https://whosbuilt.com/lookup/example.com.markdown
2•hboon•37m ago•1 comments

But Nothing Has Changed on Our Side

https://cacm.acm.org/blogcacm/but-nothing-has-changed-on-our-side/
1•adunk•38m ago•0 comments

Show HN: I built LibreYOLO, an MIT-licensed YOLO library

https://github.com/LibreYOLO/libreyolo
2•Xuban•45m ago•0 comments

Squeezes – A private, local-first bulk image compressor running in-browser

https://squeezes.vercel.app
1•marpe•49m ago•0 comments

Remote work didn't kill collaboration. Invisible teammates did

https://www.indiehackers.com/post/remote-work-didnt-kill-collaboration-invisible-teammates-did-JU...
3•ironsteel•57m ago•0 comments

DeepSeek drops another breakthrough [video]

https://www.youtube.com/watch?v=J0D7qV3nl7w
3•mgh2•1h ago•0 comments

Cvcheck.app scores your CV and tells you what's wrong

https://cvcheck.app
1•stefandulgh•1h ago•0 comments

A Last Gasp of 2D: The Cave CV1000 (2022)

https://nicole.express/2022/games-made-in-a-cave.html
2•tropicalfruit•1h ago•0 comments

Incompetent Content Moderation and Sexy Stuff

https://medium.com/luminasticity/incompetent-content-moderation-and-sexy-stuff-29e7e4d5caf7
1•bryanrasmussen•1h ago•1 comments

Suffix BWT vs. cyclic shift BWT, and fast computation

https://purplesyringa.moe/blog/suffix-bwt-vs-cyclic-shift-bwt-and-fast-computation/
1•g0xA52A2A•1h ago•0 comments

Before YouTube, Teenagers Were Coding Mind-Blowing Digital Art in Assembly

https://comuniq.xyz/post?t=1356
1•01-_-•1h ago•0 comments

Snake Venom Peptide Serum, Benefits, and Real Skin Insights

https://gamma.app/embed/Synevra-UltraLift-Review-2026-Snake-Venom-Peptide-Truth-Inside-jcmns0kstf...
1•prepostseo•1h 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`.