frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The Devadasis, Dance Community of South India: A Legal and Social Outlook

https://brill.com/view/journals/ijgr/29/1/article-p102_102.xml
1•thunderbong•3m ago•0 comments

We built a P2P app with no servers. Internet of Peers [video]

https://www.youtube.com/watch?v=n76zGrt4aRY
1•closet_slayer•3m ago•0 comments

Road to Elm 1.0

https://elm-lang.org/news/faster-builds
3•wolfadex•3m ago•0 comments

D7VK 1.12, a DXVK fork for Direct3D 3-7 on top of Vulkan

https://github.com/WinterSnowfall/d7vk/releases/tag/v1.12
1•Tiberium•3m ago•0 comments

Amazon Leo constellation nears 400 satellites as broadband launch looms

https://www.theregister.com/networks/2026/07/03/amazon-leo-constellation-nears-400-satellites-as-...
1•Bender•6m ago•0 comments

C programmers commit fresh crimes against readability

https://www.theregister.com/offbeat/2026/07/05/c-programmers-commit-fresh-crimes-against-readabil...
3•Bender•6m ago•0 comments

Confidential computing's core trust mechanism is broken. The fix may not exist

https://www.theregister.com/security/2026/07/04/confidential-computings-core-trust-mechanism-is-b...
1•Bender•7m ago•0 comments

"Software Engineering" Is Not Engineering

https://web.archive.org/web/20050615235108/http://www.geocities.com/tablizer/science.htm
2•abrbhat•8m ago•0 comments

Serendipity

https://amin.waldi.blog/serendipity
1•waaldev•8m ago•0 comments

A floating point option shield to check for sensible C compiler configurations

https://gist.github.com/Marc-B-Reynolds/1e2ef2a7e59d100e39d26cf69079ded6
1•fanf2•9m ago•0 comments

Big tech has suddenly flipped on the AI jobs wipeout scenario

https://www.msn.com/en-us/money/careersandeducation/big-tech-has-suddenly-flipped-on-the-ai-jobs-...
1•johnhamlin•12m ago•0 comments

ABT: EBT for Art: it could work

https://medium.com/@zrkjsy/the-art-benefits-transaction-an-economic-case-for-subsidizing-art-4c9b...
1•taivare•13m ago•1 comments

Taxing Artificial Intelligence

https://arxiv.org/abs/2607.02144
3•ilreb•14m ago•0 comments

I'm just so bored of AI

https://shkspr.mobi/blog/2026/07/im-just-so-bored-of-ai/
4•edward•15m ago•0 comments

Monitrova Home Page Updated

https://monitrova.com/
1•SourceCodeES•21m ago•0 comments

Study: ultra-black coating could reduce satellite light pollution

https://www.surrey.ac.uk/news/astrophysicists-show-how-worlds-darkest-coating-could-protect-night...
1•giuliomagnifico•21m ago•0 comments

Show HN: Making difficult decisions doesn't have to be difficult

https://reloadium.com/reloadium-decisions/
1•julienreszka•26m ago•0 comments

No longer possible to live a decent life in the US without being neurodivergent

https://twitter.com/i/status/2073896975226003652
5•Michelangelo11•27m ago•2 comments

Trans Sahara West to East

https://sahara-overland.com/2017/02/14/sahara-west-to-east-crossings/
1•FinnKuhn•29m ago•0 comments

Chemical accidents rise as Trump administration proposes weakening safety rules

https://insideclimatenews.org/news/30062026/hazardous-chemical-accidents-rise-as-safety-rules-wea...
3•rbanffy•35m ago•0 comments

The Munition in Every Press Release

https://twmrg.substack.com/p/the-munition-in-every-press-release
1•alfino•36m ago•0 comments

Fender – Docker socket proxy that maps image refs to registries you define

https://github.com/marketplace/actions/fender-ci
1•avivklas•36m ago•1 comments

Show HN: Open-source CLI for SKILL.md registry and parser lookup

https://github.com/gaia-research/gaia-skill-tree
1•nova-gaia•38m ago•0 comments

Tools/approach to pentest my own framework/SaaS?

1•shinobi-apps•39m ago•0 comments

Music that keeps you focused

https://www.ssp.sh/brain/music-that-keeps-you-focused/
2•zazuke•41m ago•0 comments

Chamberlain murder trial artefacts paint picture of frenzy around 1982 case

https://www.abc.net.au/news/2026-06-28/lindy-chamberlain-1982-murder-trial-memorabilia-museum-art...
1•Tomte•44m ago•0 comments

Show HN: Prebuilt RISC-V64 Binaries for GCC, PyTorch, Kubernetes, and More

https://github.com/Cloud-V-10xE/RISC-V-software
1•alitariq4589•45m ago•0 comments

South Korea's hottest new bachelors are chip workers

https://www.technologyreview.com/2026/07/06/1140000/south-korea-bachelors-samsung-skhynix-chip-wo...
2•joozio•49m ago•0 comments

Show HN: Terminal view of news and current events for cities across the globe

https://x.tty.news/
2•whatl3y•51m ago•0 comments

Tlbic: A Local Basic Income Proposal Built with AIs to Combat Despair

https://drive.google.com/file/d/16pfAwZc1E-X8waY3pyf8XUTVY60kUIvS/view?usp=drive_link
2•michikawa59•56m ago•1 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`.