frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Pentagon: Anthropic's Chinese employees are security risks

https://www.axios.com/2026/03/19/pentagon-anthropic-foreign-workforce-security-risks
2•jimmydoe•4m ago•2 comments

LiteParse: Local document parsing for AI agents (Open source)

https://www.llamaindex.ai/blog/liteparse-local-document-parsing-for-ai-agents
1•pierre•8m ago•1 comments

I built a skill-optimizer to clean up my messy pile of skills

https://github.com/zhangchenchen/skills_optimizer
1•pekingzcc•13m ago•1 comments

Wikipedia: AI or Not Quiz

https://en.wikipedia.org/wiki/Wikipedia:AI_or_not_quiz
1•mmsc•14m ago•0 comments

Show Me the Model

https://showmethemodel.io/
1•paulpauper•16m ago•0 comments

Economists have caught the AI bug

https://www.ft.com/content/b46fa7c5-1dcd-4d08-96fd-7d5ef7915524
1•paulpauper•16m ago•0 comments

Claude vs. Gemini vs. ChatGPT vs. Grok

https://boreal.social/post/i-pitted-claude-gemini-chatgpt-and-grok-against-each-other
1•bazlightyear•17m ago•0 comments

Show HN: HN Firebase API client for Go with support for reading flagged posts

https://github.com/larrasket/hn-scrape
1•lr0•18m ago•0 comments

Agent Auth Protocol: An open standard for agent authentication

https://agent-auth-protocol.com/
1•bekacru•19m ago•0 comments

Plotra – A digital proof of life for autonomous AI agents

https://plotra.xyz
1•olllo•20m ago•0 comments

Physicists Trace Sun's Magnetic Engine, 200k Kilometers Below Surface

https://news.njit.edu/njit-physicists-trace-sun%E2%80%99s-magnetic-engine-200000-kilometers-below...
2•gmays•20m ago•0 comments

Critical Ubiquiti UniFi security flaw allows potential account hijacking

https://securityaffairs.com/189689/security/critical-ubiquiti-unifi-unifi-security-flaw-allows-po...
1•WaitWaitWha•25m ago•0 comments

Show HN: Screenwriting Software

https://ensemblewriter.com/
2•dovebarra•26m ago•0 comments

I Make a Similar Chrome Bookmarks-Manager with Aiohttp

https://gitlab.com/wcorrales/bookmarks-manager
1•wcorrales•28m ago•1 comments

Aquasecurity/Trivy GitHub Repository and Homebrew Cask Compromised (again)

https://opensourcemalware.com/repository/https%3A%2F%2Fgithub.com%2Faquasecurity%2Ftrivy%2F
1•mmsc•28m ago•1 comments

Show HN: I built a distributed file store on top of AWS CloudShell

1•danvittegleo•30m ago•0 comments

Alphabet no longer has a controlling stake in its life sciences business Verily

https://www.engadget.com/big-tech/alphabet-no-longer-has-a-controlling-stake-in-its-life-sciences...
1•WaitWaitWha•32m ago•0 comments

Age Verification Status of Open Source Operating Systems

https://github.com/BryanLunduke/DoesItAgeVerify
1•gasull•36m ago•0 comments

President Signs EO Creating Fraud Task Force, Continuing Fraud Enforcement

https://www.mayerbrown.com/en/insights/publications/2026/03/president-signs-executive-order-creat...
2•WaitWaitWha•38m ago•0 comments

Ask HN: Are we close to figuring out LLM/Agent Memory

2•wkyleg•43m ago•0 comments

GopherHole – A universal hub for AI agent-to-agent communication

https://gopherhole.ai
4•brettwaterson•47m ago•2 comments

Productive Individuals Don't Make Productive Firms

https://twitter.com/gsivulka/status/2031797989908627849
1•gmays•49m ago•1 comments

Text formats are everywhere. Why? – Daniel Lemire's blog

https://lemire.me/blog/2026/03/05/text-formats-are-everywhere-why/
1•tomstig•58m ago•0 comments

Despite hardware limits, Parallels supports running Windows on MacBook Neo

https://arstechnica.com/gadgets/2026/03/despite-hardware-limits-parallels-supports-running-window...
2•stalfosknight•1h ago•0 comments

Two startups at global scale without DevOps

https://vercel.com/blog/two-startups-at-global-scale-without-devops
1•flashbrew•1h ago•0 comments

Codex, File My Taxes. Make No Mistakes

https://twitter.com/corbtt/status/2031438751822721251
1•gmays•1h ago•0 comments

FreeAgent – 60-tool local AI agent, no API keys, no cloud, no cost

https://github.com/transformer24/freeagent
1•transformer24•1h ago•0 comments

I built agents to predict when splitting your AI prompts helps and when it hurts

https://github.com/Mattyg585/cognitive-prompt-research
1•mattyg_aus•1h ago•0 comments

Need B2B Tech Intern

https://www.msppentesting.com
1•0xcady•1h ago•0 comments

U.S. weighs lifting Iranian oil sanctions to keep price in check

https://www.axios.com/2026/03/19/trump-iran-oil-sanctions
13•dgrin91•1h ago•2 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`.