frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

F1 in China: I've never seen so many people in those grandstands

https://arstechnica.com/cars/2026/03/f1-in-china-ive-never-seen-so-many-people-in-those-grandstands/
1•PaulHoule•3m ago•0 comments

The agent that grows with you

https://hermes-agent.nousresearch.com/
1•sponno•3m ago•0 comments

A simple LinkedIn prospecting trick that improved our lead quality

https://www.indiehackers.com/post/a-simple-linkedin-prospecting-trick-that-improved-our-lead-qual...
1•YashNetworkHQ•5m ago•0 comments

New wave of immunotherapy is eliminating cancers

https://www.bbc.com/future/article/20260410-how-a-new-wave-of-immunotherapy-is-eliminating-cancers
1•andsoitis•6m ago•0 comments

Copilot Key on My Keyboard

https://github.com/Rast1234/copilot_key_on_my_keyboard/blob/master/README.md
1•rast1234•6m ago•0 comments

Linux 7.1 just killed one of dual-booting's biggest headaches

https://www.xda-developers.com/linux-71-just-killed-one-of-dual-bootings-biggest-headaches/
2•y1n0•7m ago•0 comments

We beat Google's zero-knowledge proof of quantum cryptanalysis

https://blog.trailofbits.com/2026/04/17/we-beat-googles-zero-knowledge-proof-of-quantum-cryptanal...
1•EvgeniyZh•8m ago•0 comments

Father of man who inspired Super Mario was also named Luigi

https://www.theguardian.com/games/2026/apr/18/super-mario-nintendo-luigi-inspiration
1•y1n0•8m ago•0 comments

Why don't we just ask AI to write assembler?

1•canterburry•8m ago•1 comments

Venture capitalist Ron Conway says he has 'rare' cancer

https://sfstandard.com/2026/04/17/ron-conway-venture-capitalist-cancer-treatment/
1•littlexsparkee•14m ago•0 comments

How do I get better at first-person shooters?

https://www.mothership.blog/how-do-i-get-better-at-first-person-shooters/
1•Julesprobably•14m ago•0 comments

Claude Didn't Write This

https://blog.mfc83.io/blog/claude-didnt-write-this/
1•afro88•15m ago•0 comments

Humanoid Half-Marathon

https://observervoice.com/beijings-humanoid-half-marathon-training-a-grueling-challenge-200020/
1•ggraphilia•26m ago•0 comments

Sequencing DNA at Home Locally on a DGX Spark and Mac Studio

https://twitter.com/sethshowes/status/2045289299269070978
1•jonbraun•27m ago•0 comments

US-sanctioned currency exchange says $15M heist done by "unfriendly stat

https://arstechnica.com/security/2026/04/russia-friendly-exchange-says-western-special-service-be...
1•joozio•28m ago•1 comments

Salesforce Headless 360. No Browser Required

https://www.salesforce.com/news/stories/salesforce-headless-360-announcement/?bc=HL
1•lifesaverluke•30m ago•0 comments

Does Your Poop Float?

https://buildojas.substack.com/p/does-your-poop-float
1•rohan_shah•31m ago•0 comments

Why don't VCs help founders prepare for failed fundraising?

https://www.23mile.com/insights/what-happens-when-founders-cant-raise-but-dont-want-to-lose-it-all
1•kayovin1•31m ago•2 comments

Deleteduser.com –A $15 PII Magnet

https://mike-sheward.medium.com/deleteduser-com-a-15-pii-magnet-c4396eb21061
3•croes•33m ago•1 comments

Show HN: PrivaKit – A zero-upload AI workspace in the browser via WebGPU

1•felixne•41m ago•0 comments

Most People Pick the Wrong Cleaning Gloves

https://www.gogonano.com/latex-pvc-or-nitrile-cleaning-gloves/?lang=en
1•kakur007•41m ago•1 comments

Category Theory Illustrated – Orders

https://abuseofnotation.github.io/category-theory-illustrated/04_order/
8•boris_m•50m ago•0 comments

Meta prepares to lay off a tenth of its workforce

https://www.thetimes.com/us/business-us/article/meta-prepares-to-lay-off-a-tenth-of-its-workforce...
1•petethomas•51m ago•0 comments

Three meningitis B cases confirmed in Dorset schools outbreak

https://www.thetimes.com/uk/healthcare/article/meningitis-outbreak-dorset-p8gsjrvx7
2•petethomas•52m ago•0 comments

Why is IPv6 so complicated?

https://github.com/becarpenter/misc/blob/main/why6why.md
26•signa11•57m ago•6 comments

Display-switch: Turn a $30 USB switch into a full-featured KVM

https://github.com/haimgel/display-switch
1•croes•58m ago•0 comments

What if database branching was easy?

https://xata.io/blog/what-if-database-branching-was-easy
1•tee-es-gee•1h ago•0 comments

Interesting Map Geometry and Mathematics

https://www.markrjohnsongames.com/2026/04/11/ultima-ratio-regum-0-11-update-57-interesting-map-ge...
1•Hooke•1h ago•0 comments

Why Companies Are Quietly Rehiring Software Engineers

https://www.youtube.com/watch?v=OFmxKgaLN80
1•deterministic•1h ago•0 comments

Microsoft Increases the FAT32 Limit from 32GB to 2TB

https://blogs.windows.com/windows-insider/2026/04/10/announcing-windows-11-insider-preview-build-...
1•jnord•1h ago•0 comments
Open in hackernews

Show HN: Conventional Comments in GitHub

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