frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

"LLMs Out of Context"

https://lucek.ai/blogs/llms-out-of-context
1•valgaze•50s ago•0 comments

Thirty years on, Pokémon is still a monster hit

https://www.economist.com/culture/2026/02/26/thirty-years-on-pokemon-is-still-a-monster-hit
1•andsoitis•8m ago•0 comments

Mike Tyson on the Merovingian Kings

https://quidplura.com/category/merovingians/
1•dmonay•9m ago•0 comments

A phone architecturally incapable of betraying you

https://github.com/iamGodofall/mandalorian-project/releases/tag/v0.1.0-alpha
1•Godofall•9m ago•1 comments

ServiceNow boasts its AI bot is resolving 90% of its own help desk tickets

https://www.theregister.com/2026/02/26/servicenow_ai_bot_helpdesk_tickets/
1•Bender•10m ago•0 comments

Jack Dorsey's fintech announces 40% layoffs, blames AI, gets 23% stock bump

https://www.theregister.com/2026/02/27/block_q4_2025_ai_layoffs/
2•Bender•11m ago•1 comments

Show HN: AI that turns CSV files into structured executive analysis

https://www.introspectdigital.com/
1•kiroid123•11m ago•0 comments

Private credit fund managed by KKR reports jump in troubled loans

https://www.ft.com/content/06213ba6-5634-4c1c-b949-07013824c79f
1•toomuchtodo•12m ago•0 comments

Building a RAG Tool in Ruby 4

https://robbyonrails.com/articles/2026/02/26/building-a-rag-tool-in-ruby/
1•robbyrussell•14m ago•1 comments

QR Code X Cripix

1•kellkell•14m ago•0 comments

Show HN: Video player that plays only when all hands up

https://handsup.1link.fun
1•wenjian•15m ago•0 comments

The war against PDFs is heating up

https://www.economist.com/business/2026/02/24/the-war-against-pdfs-is-heating-up
1•andsoitis•16m ago•0 comments

Are there lessons from high-reliability engineering for AGI safety?

https://www.lesswrong.com/posts/hiiguxJ2EtfSzAevj/are-there-lessons-from-high-reliability-enginee...
1•Gathering6678•16m ago•0 comments

Saving the Life We Cannot See

https://www.noemamag.com/saving-the-life-we-cannot-see/
1•Brajeshwar•18m ago•0 comments

Managing Multiple Development Ecosystem Installs

https://brainbaking.com/post/2026/02/managing-multiple-dev-ecosystems/
1•Brajeshwar•18m ago•0 comments

Ask HN: Mission Aligned Teams and OKRs

1•windows2020•19m ago•0 comments

A control plane for Claude Code from a network nerd who doesn't write code

https://github.com/Zillatron27/claude-code-control-plane
1•zillatron•20m ago•0 comments

Show HN: How AI Is Turning Average Posts into Viral Content

https://useviralize.com
1•jcrosbz•21m ago•0 comments

Show HN: Create custom macOS native live wallpapers by injecting SVC MOV atoms

https://github.com/aground5/livid-community
1•k2zoo•22m ago•0 comments

Linux explores new way of authenticating developers and their code

https://www.zdnet.com/article/linux-kernel-maintainers-new-way-of-authenticating-developers-and-c...
4•CrankyBear•24m ago•0 comments

Show HN: Turn the News into HN Threads

https://gooder.news/?channels=HackerNews
2•Skidaddle•25m ago•0 comments

Forget electric bikes, Kawasaki is building an electric horse for production

https://electrek.co/2026/02/26/forget-electric-bikes-kawasaki-is-building-an-electric-horse-for-a...
3•breve•26m ago•1 comments

Agentic C-Suite

https://medium.com/@paul.bernard_80815/the-executive-is-the-new-interface-cf7d649b4511
1•paulbernard•27m ago•0 comments

Claude Code for intelligent dtc commerce

1•domsteil•29m ago•0 comments

Trump launches 'Task Force Scorpion' as Iran peace talks collapse

https://www.dailymail.co.uk/news/article-15596695/Trumps-kamikaze-drone-squad-locked-loaded-Iran-...
2•Bender•29m ago•0 comments

We Will Not Be Divided

https://notdivided.org/
2•brimtown•31m ago•0 comments

56% of CEOs report zero financial return from AI in 2026 (PwC survey, n=4,454)

https://aishortcutlab.com/articles/pwc-ceo-survey-2026-only-12-of-ceos-win-with-ai
4•harran•37m ago•5 comments

Apple Strikes F1 Deal with Netflix

https://www.hollywoodreporter.com/tv/tv-news/apple-strikes-f1-deal-netflix-grand-prix-new-drive-s...
1•andsoitis•40m ago•0 comments

Apple is playing a different AI game

https://twitter.com/DanushkaStanley/status/2027075852354363425
3•bilsbie•40m ago•1 comments

Special K – The Swiss Army Knife of PC Gaming

https://www.special-k.info/
1•goodburb•41m ago•1 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`.