frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Tacky men with ridiculous glasses want you to wear them too

https://manualdousuario.net/en/smart-glasses-ugly-tacky/
1•rpgbr•3m ago•0 comments

United States Standard for the Colors of Signal Lights [pdf]

https://nvlpubs.nist.gov/nistpubs/Legacy/hb/nbshandbook95.pdf
1•js2•3m ago•0 comments

Lucid Reduces Production and Lays Off 18 Percent of Its Workforce

https://www.caranddriver.com/news/a71668069/lucid-layoffs-production-cuts/
1•RickJWagner•3m ago•1 comments

Reading the Dictators' Newspapers (2025)

https://www.currentaffairs.org/news/reading-the-dictators-newspapers
2•theanonymousone•4m ago•0 comments

Ask HN: Why do we use depth first search on comment threads in HN?

1•robertclaus•4m ago•1 comments

Job application asked for my SAT scores

https://mrmarket.lol/job-application-asked-for-my-sat-scores/
1•seltzerboys•7m ago•0 comments

Ask HN: What is today's "Bitcoin in 2010"?

1•TimCTRL•8m ago•0 comments

Burnham ally to unveil ambitious plan to reverse decades of privatisation

https://www.theguardian.com/politics/2026/jun/21/burnham-ally-to-unveil-ambitious-plan-to-reverse...
4•paulpauper•9m ago•0 comments

Concerns over therapy ferrets used to kill rats at UK's largest childrens prison

https://www.theguardian.com/society/2026/jun/21/therapy-ferrets-kill-rats-uk-largest-children-pri...
1•paulpauper•9m ago•0 comments

What I've Been Reading

https://marginalrevolution.com/marginalrevolution/2026/06/what-ive-been-reading-290.html
1•paulpauper•10m ago•0 comments

Sakana AI Ships Fugu, an Orchestration Model Claiming Fable 5 Performance

https://pokee.ai/blog/pokee-ai-daily-2026-06-22
1•polskibus•10m ago•0 comments

Web Components at Work

https://thomaswilburn.github.io/wc-book/
1•homebrewer•10m ago•0 comments

Iran war supercharges electric vehicle uptake in Africa

https://www.ft.com/content/14cb294b-cdf0-4623-9393-3287fb85a4e4
1•JumpCrisscross•10m ago•0 comments

Show HN: Git Issues – versioned task management for AI agents

https://steviee.github.io/git-issues/
1•steviee•11m ago•0 comments

Show HN: Tree, truth, druid, dryad, tar and dendrite share the same PIE root

https://p.migdal.pl/tree-of-tree/
1•stared•12m ago•0 comments

Japan's 'Sakana Fugu' multiagent AI scores well against Fable 5, GPT 5.5

https://asia.nikkei.com/business/technology/artificial-intelligence/japan-s-sakana-fugu-multiagen...
2•polskibus•12m ago•0 comments

Nearly Half of LG Smart TV Apps Contain Residential Proxy SDKs

https://spur.us/blog/smart-tv-apps-residential-proxy-sdks
5•microcode•13m ago•0 comments

1 in 3 Americans use chatbots for health advice

https://www.washingtonpost.com/health/2026/06/22/1-3-americans-use-chatbots-health-advice-here-ar...
1•bookofjoe•14m ago•1 comments

Speculation Is All You Need

https://modal.com/blog/spec-is-all-u-need
3•birdculture•15m ago•0 comments

Scientific documents should be written in Python (2022)

https://github.com/charles-azam/pyforge
1•couAUIA•15m ago•0 comments

Ballistic high-powered spider webs overcome dangerous prey defenses

https://www.cell.com/current-biology/fulltext/S0960-9822(26)00570-1
1•pvaldes•16m ago•1 comments

Show HN: Anchor.nvim – Harpoon for Directories

https://github.com/zachyarbrough/anchor.nvim
1•zachyarbro•17m ago•1 comments

Dutch Scientist Charged with Conspiring to Smuggle Mpox Virus into U.S.

https://www.nytimes.com/2026/06/08/science/dutch-scientist-mpox-virus-smuggling.html
1•Georgelemental•17m ago•0 comments

Show HN: Half-Life 1, without loading screens

https://github.com/bishopdynamics/Continuum
1•bishopdynamics•18m ago•0 comments

Who's Suing Whom in AI?

https://informationisbeautiful.net/visualizations/the-rise-of-generative-ai-large-language-models...
1•zdw•20m ago•0 comments

Russia's nuclear-powered 'Skyfall' missile is dirty and dangerous

https://www.npr.org/2026/06/18/nx-s1-5843252/russia-nuclear-powered-missile-burevestnik
1•fanf2•20m ago•0 comments

Omnigent: A Meta-Harness to Combine, Control and Share Your Agents

https://www.databricks.com/blog/introducing-omnigent-meta-harness-combine-control-and-share-your-...
1•handfuloflight•21m ago•0 comments

TrustedRouter

https://trustedrouter.com/
1•handfuloflight•23m ago•0 comments

Show HN: Localish – Your Localhost in the Cloud

https://popflame.quickish.space/blog/localish-your-localhost-on-the-cloud/
1•PaybackTony•25m ago•0 comments

PreactPress – VitePress-style documentation for Preact

https://kamod-ch.github.io/preactpress/
1•zahir777•25m 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`.