frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Spanish woman dies by euthanasia after long legal battle with father

https://www.bbc.com/news/articles/c7vqdd23y0vo
1•stared•3m ago•0 comments

Voxtral from Mistral

https://mistral.ai/news/voxtral-tts
1•wiradikusuma•5m ago•0 comments

Palestinian toddler returns injured after IDF detention in Gaza

https://news.sky.com/story/gaza-toddler-released-from-israeli-custody-with-suspected-torture-woun...
3•lr0•9m ago•0 comments

Empiricism and Rationalism in Software Testing

http://joshvoigts.com/articles/empiricism-and-rationalism-in-software-testing/
1•redman25•10m ago•0 comments

ChatGPT Founder's Experience (Book)

https://startupik.com/the-altman-blueprint/
1•startupik•15m ago•0 comments

Alex Karp says only trade workers and neurodivergents will survive in the AI era

https://fortune.com/2026/03/24/palantir-ceo-alex-karp-two-people-successful-in-ai-era-vocational-...
3•anticensor•19m ago•1 comments

Scientists uncovered the nutrients bees were missing

https://www.sciencedaily.com/releases/2026/03/260327000518.htm
2•Modified3019•19m ago•0 comments

Fast, accurate and comprehensive userland text measurement algorithm

https://twitter.com/_chenglou/status/2037713766205608234
2•lumannnn•21m ago•0 comments

Big-Endian Testing with QEMU

https://www.hanshq.net/big-endian-qemu.html
2•zmodem•23m ago•0 comments

Tailscale'd into Homelabbing

https://rugu.dev/en/blog/homelabbing_01/
1•birdculture•24m ago•0 comments

Doom in CSS

https://nielsleenheer.com/articles/2026/css-is-doomed-rendering-doom-in-3d-with-css/
2•runxiyu•25m ago•0 comments

Show HN: Newspaper-style HN reader (PWA) with articles and comments side by side

https://hackernewstimes.com
1•terryds•26m ago•0 comments

Show HN: I optimized a Java log scanner from 872ms to 78ms (Zero GC)

https://github.com/Yosefnago/java-deep-dive
1•yosinago•27m ago•0 comments

JWST solves decades-long mystery about why Saturn appears to change its spin

https://phys.org/news/2026-03-jwst-decades-mystery-saturn.html
1•bookmtn•27m ago•0 comments

Quiet Restructuring of Work: AI, Job Compression, and the Risk

https://medium.com/@andreaswalterkoellen/the-quiet-restructuring-of-work-ai-job-compression-and-t...
2•taubek•28m ago•0 comments

InpharmD (YC W21) Is Hiring – Senior Ruby on Rails Engineer (Rails 8, Ruby 3)

https://inpharmd.com/jobs/senior-ruby-on-rails-engineer
1•tulasichintha•30m ago•0 comments

Brief life of Harvard CIA agent who helped install the shah of Iran

https://www.harvardmagazine.com/2010/12/kermit-roosevelt
2•geox•33m ago•0 comments

Ask HN: What are you using for DAO gov data after Tally (tally.xyz) shuts down?

1•Sem_pre•35m ago•0 comments

European Commission investigating breach after Amazon cloud account hack

https://www.bleepingcomputer.com/news/security/european-commission-investigating-breach-after-ama...
3•dryarzeg•37m ago•1 comments

Preparation – The underrated potential for CoMo workshops

https://www.youtube.com/watch?v=JCh9BNP6TOU
1•RebootStr•39m ago•0 comments

Cocoa-Way – Native macOS Wayland compositor for running Linux apps seamlessly

https://github.com/J-x-Z/cocoa-way
3•OJFord•40m ago•0 comments

Building Tanks While the Ukrainians Master Drones

https://www.theatlantic.com/national-security/2026/03/who-needs-tanks-age-drones/686540/
1•doener•42m ago•1 comments

Electricity Maps

https://app.electricitymaps.com/map/live/fifteen_minutes
2•sph•45m ago•0 comments

The underrated benefits of always having oatmeal at lunch

https://hazn.com/oatmeal
4•hazn•45m ago•0 comments

Ask HN: Gumroad suspended my account, blocked my payout, and stopped responding

5•ClipNoteBook•53m ago•1 comments

Show HN: I turned my TV into a '90s Weather Channel with an Android kiosk app

https://github.com/cyberbalsa/retroweather
2•jetbalsa•56m ago•0 comments

Show HN: How to get 100 customers building in public

https://snaprookies.org/blog/marc-lou-and-trustmrr-how-a-solo-founder-turned-trust-into-a-saas-asset
2•RichardOdds•57m ago•0 comments

Vibe coding SwiftUI apps is a lot of fun

https://simonw.substack.com/p/vibe-coding-swiftui-apps-is-a-lot
2•saikatsg•58m ago•1 comments

Scruple – Ethical Mail Agent

1•mchrbn•59m ago•0 comments

FamWake – I built an Android app to coordinate family bathroom times

https://play.google.com/store/apps/details?id=de.familienwecker.famwake&hl=en
2•thefraggle•1h ago•1 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`.