frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Inventing Cyrillic

https://www.historytoday.com/archive/history-matters/inventing-cyrillic
1•lermontov•33s ago•0 comments

The Trail of Jeremiah

https://theamericanscholar.org/on-the-trail-of-jeremiah/
1•samclemens•1m ago•0 comments

My Claude Code Setup: Pure CLI, Pure Unix, Zero IDE

https://sindro.me/posts/2026-04-09-claude-code-pure-cli-setup/
2•stare_spb•2m ago•0 comments

What Produce Is in Season Today

https://fliprank.app/discover/in-season-produce
1•akest•14m ago•0 comments

Scripty – A Minimal Scripting Language

https://kristoff.it/blog/scripty/
2•anitil•16m ago•1 comments

Ghidra Decompiler in the Browser

https://github.com/ant4g0nist/pyre
1•rmast•18m ago•0 comments

Show HN: How smart is your geography knowledge?

https://map.mikira.id/
1•hockyy•18m ago•0 comments

Multi-stroke text effect in CSS

https://yuanchuan.dev/multi-stroke-text-effect-in-css
1•cheeaun•19m ago•0 comments

Google has a secret reference desk

https://cardcatalogforlife.substack.com/p/google-has-a-secret-reference-desk
4•maxutility•22m ago•1 comments

Myst (Cyan, 1991) Game Proposal document

https://archive.org/details/myst_proposal
2•memalign•34m ago•0 comments

Apple agrees to pay iPhone owners $250M for not delivering AI Siri

https://www.theverge.com/tech/924706/apple-iphone-siri-intelligence-class-action-lawsuit-settlement
5•Garbage•34m ago•0 comments

GPT‑5 derived new results in theoretical physics and quantum gravity [video]

https://www.youtube.com/watch?v=9d899Ram9Bs
1•AtomicOrbital•35m ago•0 comments

Cleartext Passwords in MS Edge? In 2026?

https://isc.sans.edu/diary/32954
2•taubek•35m ago•0 comments

Amazon Expands Logistics Arm to Outside Companies

https://www.nytimes.com/2026/05/04/business/amazon-shipping-services.html
1•OutOfHere•38m ago•1 comments

50 Years Later: There's Still No Silver Bullet

http://rebuildworld.net/silver_bullets.html
1•Antibabelic•40m ago•0 comments

FiaPhy Sensor Library:open-source library to interface with microcontrollers

https://fiaos.org/?v=9427894274982
1•iopoer•48m ago•0 comments

FiaPhy Sensor Library:open-source library to interface with microcontrollers

https://fiaos.org
2•iopoer•52m ago•0 comments

Yes, pen pal programs still exist in a digital world

https://apnews.com/article/pen-pals-letters-comeback-bc87e1b9c229665bafd368e19751d6ca
1•petethomas•53m ago•0 comments

The Workflows I Created Using LLMs Became My Ecosystem

https://sosuke.com/my-personal-skill-creation-orchestration-and-persona-prompting-workflows-i-cre...
1•sosuke•55m ago•0 comments

The Soul of Maintaining a New Machine

https://books.worksinprogress.co/book/maintenance-of-everything/communities-of-practice/the-soul-...
3•akkartik•1h ago•0 comments

Laid Off After 25 Years in Tech: Anxiety, Sacrifice, Reality No One Talks About [video]

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

Richard Dawkins concludes AI is conscious, even if it doesn't know it

https://www.theguardian.com/technology/2026/may/05/richard-dawkins-ai-consciousness-anthropic-cla...
5•freediver•1h ago•2 comments

Command Code – AI coding agent with taste

https://commandcode.ai/
2•fmoronzirfas•1h ago•0 comments

Secure Electronic Transaction

https://en.wikipedia.org/wiki/Secure_Electronic_Transaction
3•danorama•1h ago•0 comments

Industry-Leading 245TB Micron 6600 Ion Data Center SSD Now Shipping

https://investors.micron.com/news-releases/news-release-details/industry-leading-245tb-micron-660...
12•neilfrndes•1h ago•0 comments

SubQ: Sub-Quadratic LLM

https://subq.ai/
4•nigelgutzmann•1h ago•0 comments

Ask HN: Is reviewing phase on development getting worse?

3•dicksent•1h ago•1 comments

MailVault Pro – Local Outlook email archive with sub-10ms FTS5 search

https://mailvaulty.com/
1•khaledsabae•1h ago•0 comments

Ombudsman column: The Pentagon is trying to silence me

https://www.stripes.com/opinion/2026-04-23/stripes-former-ombudsman-pentagon-trying-to-silence-21...
76•petethomas•1h ago•5 comments

After a 40-year wait, technology enables three-sided zipper design

https://techxplore.com/news/2026-05-year-technology-enables-sided-zipper.html
5•mooreds•1h 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`.