frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Is RAG Dead?: Building a smarter chatbot

https://plaid.com/blog/smarter-chatbot/
1•phoenixy1•2m ago•0 comments

European Infrastructure Index

https://voie.eu/
1•Anomata•3m ago•2 comments

Tiny Fingers – let your toddler bash the keyboard and mouse

https://tinyfingers.net
1•AlexMuir•3m ago•0 comments

Show HN: My 200-line baby agent has one goal: beat Claude Code by evolving

https://github.com/yologdev/yoyo-evolve
1•liyuanhao•5m ago•0 comments

Show HN: StockPortfolio.pro – portfolio tracker for long-term investors

https://www.stockportfolio.pro/
1•avisre•7m ago•0 comments

Record Number of Objects Launched into Space Last Year

https://e360.yale.edu/digest/2025-satellite-launches
1•speckx•7m ago•0 comments

Amazon Lightsail now offers OpenClaw, a private self-hosted AI assistant

https://aws.amazon.com/about-aws/whats-new/2026/03/amazon-lightsail-openclaw/
2•rectalogic•8m ago•0 comments

Appeal San Francisco property taxes Python script

https://pypi.org/project/sf-appeal/
1•vkdelta•9m ago•0 comments

The disappearing Form D (2018)

https://techcrunch.com/2018/11/07/the-disappearing-form-d/
1•eatonphil•10m ago•0 comments

Windows 12: force copilot, a new computer and a OS subscription on you

https://www.pcworld.com/article/3068331/windows-12-rumors-features-pricing-everything-we-know-so-...
4•felineflock•10m ago•0 comments

Russia blames Ukrainian naval drones as tanker sinks in Mediterranean

https://www.bbc.com/news/articles/cr5ll27z52do
3•tartoran•10m ago•1 comments

Decathlon blames Brexit for higher UK e-bike prices,launches rental service

https://road.cc/ebiketips/content/news/decathlon-blames-brexit-for-higher-uk-e-bike-prices-and-la...
1•whynotmaybe•10m ago•0 comments

Restricted Navigation Reader for Exercise

https://github.com/someben/rowing-reader
1•someben•11m ago•1 comments

Humanity's oldest geometries, engraved on ostrich eggs

https://magazine.unibo.it/en/articles/humanitys-oldest-geometries-engraved-on-ostrich-eggs
1•geox•12m ago•0 comments

Interruption-Driven Development

https://idiallo.com/blog/interruption-driven-development
1•speckx•13m ago•0 comments

What should terrify Republicans is RBOB futures price on wholesale gas

https://bsky.app/profile/pkrugman.bsky.social/post/3mgaitcnf4k2c
3•u1hcw9nx•13m ago•0 comments

Show HN: A daily word game where you make two-sentence stories

https://twosentencedaily.com/today
2•xandwr•15m ago•0 comments

A project to reject AI agents via AGENTS.md

https://codeberg.org/rossabaker/no-agents.md
1•todsacerdoti•16m ago•0 comments

The ping-verse: a deep dive into 14 ping-type utilities across OSI layers

https://netbeez.net/blog/a-guide-to-every-ping-utility/
2•panosv•17m ago•1 comments

Stop Looking at Economic Averages

https://troytassier.substack.com/p/stop-looking-at-economic-averages
1•NomNew•18m ago•0 comments

Approved. Unread. Shipped

https://xlii.space/blog/approved_unread_shipped/
2•xlii•20m ago•0 comments

Show HN: Cassachange – A migration tool for Cassandra, AstraDB and ScyllaDB

https://github.com/sketchmyview/cassachange
1•cassachange•20m ago•0 comments

Sober in Cyber – Nonprofit for Sober Professionals in Cybersecurity

https://www.soberincyber.org
1•TheWiggles•20m ago•0 comments

Show HN: Gobble – Yet Another OSS Alternative to Google Analytics/PostHog, etc.

https://github.com/inventhq/Gobble
1•vishinvents•20m ago•1 comments

BMW Group to deploy humanoid robots in production in Germany for the first time

https://www.press.bmwgroup.com/global/article/detail/T0455864EN/bmw-group-to-deploy-humanoid-robo...
2•JeanKage•21m ago•0 comments

Claude conceived and built Confluence, a unique Solitaire game

https://patspark.com/Solitaire/unified-solitaire.html#confluence
1•Pat44113•21m ago•0 comments

The Scraping Problem Is Worse Than I Thought

https://stephvee.ca/blog/updates/the-scraping-problem-is-worse-than-i-thought/
3•speckx•22m ago•1 comments

Using Val Town to Get Me to the Movies

https://www.raymondcamden.com/2026/03/01/using-val-town-to-get-me-to-the-movies
2•rmason•22m ago•0 comments

Lawsuit alleges Gemini guided man to consider mass casualty event before suicide

https://www.sfgate.com/business/article/lawsuit-alleges-google-s-gemini-guided-man-to-21955226.php
5•divbzero•24m ago•1 comments

NASA chatbots, Treasury coding, OPM drafting: How agencies have deployed Claude

https://fedscoop.com/nasa-chatbots-treasury-coding-opm-drafting-agencies-deployed-claude/
1•petethomas•25m ago•0 comments
Open in hackernews

Show HN: Conventional Comments in GitHub

https://github.com/pullpo-io/conventional-comments
2•francesc_holly•10mo 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•10mo 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•10mo 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`.