frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Scientists Gave 'Aggressive' Fish Psychedelic Drugs. A Breakthrough Came Next

https://www.404media.co/fish-psilocybin-magic-mushrooms-study-psychedelics/
1•gmays•1m ago•0 comments

Darkest Dungeon devs will "never, ever" use GenAI to replace narrator Wayne June

https://www.rockpapershotgun.com/his-voice-and-delivery-was-human-darkest-dungeon-developers-will...
1•latexr•3m ago•0 comments

The Silence That Meets the Rape of Palestinians

https://www.nytimes.com/2026/05/11/opinion/israel-palestinians-sexual-violence.html
3•lorecore•5m ago•1 comments

The new Shai-Hulud worm threatens to wipe your machine if you revoke its token

https://cybersecurityreach.org/investigations/ifyourevokethistokenitwillwipethecomputeroftheowner...
1•Leonardm•6m ago•0 comments

Extraordinary Ordinals

https://text.marvinborner.de/2026-04-09-17.html
2•marvinborner•16m ago•0 comments

Db-fortress – Scanner for the 4 vibe-coded auth bugs Wiz documents

1•omji-krypto•18m ago•0 comments

Can you help reconcile my first/second-hand LLM Experience with HN's Experience?

2•didigamma•21m ago•2 comments

Show HN: A browser-friendly mirror of the war.gov UFO/UAP Release 01 files

https://0.2.fastfilelink.com/x5CbXd5k
2•bear330•27m ago•1 comments

Open Questions – AGI

https://handsdiff.substack.com/p/open-questions-agi
1•rajeevn•29m ago•0 comments

Christophe Pettus: PHP Goes BSD

https://thebuild.com/blog/2026/04/30/php-goes-bsd/
2•PaulHoule•30m ago•0 comments

Months long delays for Firefox extension submission reviews

https://old.reddit.com/r/uBlockOrigin/comments/1taigxt/ublock_origin_ubo_171_announcement_thread_...
1•kholdstayr•31m ago•1 comments

Moving from lsp-mode in GNU Emacs to Eglot

https://utcc.utoronto.ca/~cks/space/blog/programming/EmacsLspModeToEglot
1•susam•32m ago•0 comments

Wayland.fyi minimalist Wayland special interest group

https://wayland.fyi/
2•birdculture•32m ago•0 comments

GitLab Act 2

https://simonwillison.net/2026/May/11/gitlab-act-2/
3•digitallogic•33m ago•0 comments

Ask HN: How do you deal with AI fatigue?

1•carlos-menezes•34m ago•0 comments

Reuters: Sutskever says spent year proving sama dishonest

https://www.reuters.com/business/former-openai-executive-sutskever-discloses-nearly-7-billion-sta...
1•jjtheblunt•36m ago•1 comments

They Live (1988) inspired Adblocker

https://github.com/davmlaw/they_live_adblocker
2•tokenburner•41m ago•0 comments

Could This Fish Be a Notebook?

https://reasonstobecheerful.world/great-lakes-fish-interview/
1•cainxinth•42m ago•2 comments

Complaints About Iran War Leaks Prompt Aggressive DOJ Investigations

https://www.wsj.com/politics/national-security/trumps-complaints-about-iran-war-leaks-prompt-aggr...
2•petethomas•44m ago•0 comments

The Inference Shift – Stratechery

https://stratechery.com/2026/the-inference-shift/
1•chermanowicz•46m ago•0 comments

Motion Picture Editor's Guild Stress Survival Kit

https://www.editorsguild.com/Stress-Survival-Kit
1•gmays•46m ago•0 comments

Show HN: Safe-install – safer NPM installs with trusted build dependencies

https://www.npmjs.com/package/@gkiely/safe-install
2•gkiely•48m ago•0 comments

Ancient Secrets

https://www.nationalaffairs.com/blog/detail/findings-a-daily-roundup/ancient-secrets
2•paulpauper•51m ago•0 comments

The April every AI plan broke

https://thefinancialengineer.substack.com/p/the-april-every-ai-plan-broke
3•gmays•52m ago•0 comments

CRUD Is Broken

https://sawyer-p.me/crud-is-broken
3•bencornia•53m ago•0 comments

Today-dsa – a local-first engine that tells me what to study today

https://github.com/rasha-hantash/today-dsa
2•rasha1•58m ago•0 comments

Jon Caramanica is a bad cliché

https://bradmehldau.substack.com/p/jon-caramanica-is-a-bad-cliche
2•paulpauper•1h ago•0 comments

Why Dunkin' Donuts Failed in India

https://timesofindia.indiatimes.com/life-style/food-news/why-dunkin-failed-in-india/articleshow/1...
2•paulpauper•1h ago•0 comments

RAG Eval Comparing Vertex/Bedrock/Azure/OpenAI

https://github.com/colon-md/retrievalci
2•colon-md•1h ago•1 comments

Codex Pets for People in a Hurry

https://www.augmentedswe.com/p/how-to-use-codex-pets
2•wordsaboutcode•1h 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`.