frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

UAE says it's under attack from Iranian missiles and drones despite ceasefire

https://www.cnbc.com/2026/05/04/iran-war-uae-trump-ceasefire-missiles.html
1•logicchains•18s ago•0 comments

Load Testing for SFTP, FTP, and FTPS

https://github.com/roshandubey-cloud/utilities/tree/main/sftp-loadtest
1•rdship•1m ago•0 comments

VR Coding for the AI Coding Era – Watching 5 AI Agents at Once

https://typia.io/blog/vr-coding-in-ai-coding-era/
1•autobe•2m ago•0 comments

PGKeeper: Figma's Postgres connection pooler Renaissance era

https://www.figma.com/blog/pgkeeper-building-the-bouncer-we-needed-for-postgres/
1•pinser98•2m ago•0 comments

Ctify_: A lightweight, PHP-based wiki, forked from PmWiki

https://github.com/altilunium/ctify_
1•altilunium•2m ago•0 comments

Wikimedia Foundation closes Wikinews after 21 years

https://en.wikinews.org/wiki/Wikimedia_Foundation_closes_Wikinews_after_21_years
3•benwills•4m ago•1 comments

Robot dogs with tech boss faces roam Berlin art exhibit

https://www.youtube.com/watch?v=909UTYDtuGY
1•otikik•5m ago•0 comments

KeePassχ – A KeePassXC Fork

https://codeberg.org/keepasschi
1•birdculture•6m ago•0 comments

What's Next in the Elon Musk Megatrial Against OpenAI and Sam Altman

https://www.wsj.com/tech/ai/whats-next-in-the-elon-musk-megatrial-against-openai-and-sam-altman-8...
2•Brajeshwar•7m ago•1 comments

I am worried about Bun

https://wwj.dev/posts/i-am-worried-about-bun/
4•remote-dev•7m ago•0 comments

14 Years of Mistakes to "Make Something People Want"

https://nmn.gl/blog/meditations-on-make-something-people-want
2•namanyayg•8m ago•0 comments

Little's Law

https://en.wikipedia.org/wiki/Little%27s_law
1•tosh•8m ago•0 comments

Were Neanderthals Able to Hunt Elephants? The Proof Is in an Ancient Bone

https://www.nytimes.com/2026/04/24/science/lehringen-lakebed-elephant-neanderthals.html
1•bookofjoe•10m ago•1 comments

Show HN: Logram, a filterable, modular log navigator for the terminal

https://github.com/tGautot/Logram
1•tgautot•10m ago•0 comments

The end of 0% interest rates: what it means for tech startups and the industry

https://newsletter.pragmaticengineer.com/p/zirp
3•rzk•10m ago•0 comments

Show HN: Muesli – If Granola and Wisprflow had an open source on device baby

https://freedspeech.xyz
2•pHequals7•10m ago•1 comments

A structured AI development methodology built from real production work

https://github.com/imfromsavedotag/structured-AI-development
1•ianmud•11m ago•0 comments

Wolfenstein 3D for Gameboy Color on custom cartridge (2016)

https://www.happydaze.se/wolf/
2•ksymph•13m ago•0 comments

Musk vs. Altman [video]

https://www.youtube.com/watch?v=tB7u6KQlu_c
2•tylerbordeaux•13m ago•0 comments

Trump administration cites national security to widen clampdown on wind farms

https://www.telegraph.co.uk/business/2026/05/03/trump-blocks-wind-farms-national-security-grounds/
1•dalyons•14m ago•2 comments

How A University's Censorship Conference Got Censored

https://www.404media.co/how-a-universitys-censorship-conference-got-censored/
2•SpyCoder77•15m ago•0 comments

Conic Sections: Treated Geometrically by W. H. Besant(1869) [pdf]

https://www.gutenberg.org/files/29913/29913-pdf.pdf
2•num42•17m ago•0 comments

Show HN: My coworker and I planning with our Claude Codes in the same chat room

https://old.reddit.com/r/ClaudeAI/comments/1t3aiqa/my_coworker_and_i_planning_a_feature_with_our_...
3•bgnm2000•18m ago•1 comments

"They would never use the death star on us"

https://www.mcsweeneys.net/articles/they-would-never-use-the-death-star-on-us-alderaan-residents-...
11•ndr42•18m ago•2 comments

United flight strikes light pole, damages truck while landing in Newark

https://abc7ny.com/post/united-flight-strikes-light-pole-landing-newark-airport/19030820/
3•the_mitsuhiko•20m ago•1 comments

Show HN: The Rouge is my attempt at an AI product factory

https://github.com/gregario/the-rouge
2•gr3gario•23m ago•0 comments

Forbes Settling Privacy Lawsuit for total of 17.5M

https://captaincompliance.com/education/forbes-medias-17-5-million-privacy-settlement-reckoning-w...
2•richartruddie•23m ago•1 comments

I reverse-engineered a thermal pocket printer to print without the app

https://github.com/ChiaraCannolee/thermal-pocket-printer-basic
4•ChiaraCannolee•23m ago•1 comments

The Audio Industry Is Grappling with the Rise of 'Podslop:' 39% New Podcasts AI

https://www.bloomberg.com/news/newsletters/2026-04-30/-podslop-proliferation-is-challenging-the-a...
3•randycupertino•23m ago•0 comments

Show HN: EmergingRepos – finding repos that are just starting to get momentum

2•andrewfromx•23m ago•1 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`.