frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

The AI scaffolding layer is collapsing. LlamaIndex's CEO explains what survives

https://venturebeat.com/infrastructure/the-ai-scaffolding-layer-is-collapsing-llamaindexs-ceo-exp...
1•momentmaker•1m ago•0 comments

Running Doom on a Travel Router with Touch Screen

https://hackaday.com/2026/05/01/running-doom-on-a-travel-router-with-touch-screen/
1•momentmaker•2m ago•0 comments

The Case for Euthanizing Everyone at Age 65

https://marshallbrain.com/youve-had-your-turn-the-case-for-euthanizing-everyone-at-age-65
1•p2detar•4m ago•0 comments

Elegy for the Hereditary Peers

https://engelsbergideas.com/essays/elegy-for-the-hereditary-peers/
1•bookofjoe•4m ago•0 comments

GIMP 3.4 Will probably draw circles

https://fosstodon.org/@CmykStudent/116455148076446506
2•marcodiego•5m ago•0 comments

Claude Code completes the first level of several ARC AGI 3 games

https://arc-agi-runs.web.app/ls20-47471d22-3e73-4d9b-8ff7-972ef3ea5195/
1•dextersjab•6m ago•0 comments

Upcoming Blender Development Fund and AI Policies

https://www.blender.org/news/upcoming-blender-development-fund-and-ai-policies/
1•dagmx•7m ago•0 comments

Pentagon inks deals with AI giants, but not Anthropic

https://www.dw.com/en/pentagon-inks-deals-with-ai-giants-but-not-anthropic/a-77012715
2•herodoturtle•9m ago•0 comments

The anatomy of message execution after an API returns 200 OK

https://blog.bridgexapi.io/the-anatomy-of-message-execution-what-happens-after-your-api-returns-2...
1•Bridgexapi•9m ago•0 comments

Our poor sleeping habits are filling our brains with neurotoxins (2015)

https://qz.com/424120/our-poor-sleeping-habits-could-be-filling-our-brains-with-neurotoxins
1•downbad_•9m ago•1 comments

Show HN: Pixel-Perfect MaterialX in Blender and Three.js

https://ben3d.ca/blog/pixel-perfect-materialx-in-blender-and-threejs
1•bhouston•10m ago•0 comments

5x speedup of sqlglot (pure Python SQL parser) with mypyc

https://www.fivetran.com/blog/how-we-accelerated-transpilation-by-compiling-sqlglot-with-mypyc
1•captaintobs•13m ago•0 comments

Show HN: Arc Browser + Agents IDE

https://github.com/armantsaturian/ArcNext
1•ArmanTsaturian•14m ago•0 comments

Ubuntu servers taken offline by "sustained, cross-border attack"

https://arstechnica.com/security/2026/05/ubuntu-infrastructure-has-been-down-for-more-than-a-day/
8•RattlesnakeJake•15m ago•1 comments

The LLM Is Not a Junior Engineer

https://jacobharr.is/personal/llm-not-junior-engineer
2•birdculture•15m ago•0 comments

Majority of US Military sites in Middle East damaged by Iran

https://www.cnn.com/2026/05/01/world/video/us-military-bases-iran-strikes-images-invs-digvid
1•tcp_handshaker•15m ago•0 comments

AI Will Create Jobs

https://geohot.github.io//blog/jekyll/update/2026/05/01/ai-will-create-jobs.html
2•speckx•16m ago•0 comments

Switch to Codex

https://chatgpt.com/codex/switch-to-codex/
1•georgehill•17m ago•0 comments

Lib0xc: A set of C standard library-adjacent APIs for safer systems programming

https://github.com/microsoft/lib0xc
2•wooster•19m ago•1 comments

Aeon – an autonomous AI hedge fund research assistant

https://github.com/akshaylakkur/AEON
1•akshayl284•19m ago•0 comments

Show HN: Generate marketing material with your text and images in minutes

https://correctify.com.cy/
1•GiorgosGennaris•19m ago•0 comments

Auk Mini 2

https://www.auk.com/products/auk-mini-2
1•punnerud•20m ago•0 comments

LLMs Don't Understand BGP. Here's What It Takes to Change That

https://www.supertrace.ai/blog/llms-dont-understand-bgp
2•SamoyedFurFluff•21m ago•0 comments

The Rapid Evolution of Giant Daisies

https://nautil.us/the-rapid-evolution-of-giant-daisies-1280384
1•Brajeshwar•22m ago•0 comments

Doom port for the GL-iNet GL-BE10000 Slate 7 Pro travel router

https://github.com/atc1441/Slate7_pro_Doom
1•speckx•23m ago•0 comments

GDC Vibe Check – I Asked Nine Game Developers the Same Four Questions [video]

https://www.youtube.com/watch?v=BbiPKtIIJIA
1•swivelmaster•24m ago•0 comments

Show HN: An Agent First Slack CLI

https://github.com/tilework-tech/nori-slack-cli
1•theahura•24m ago•0 comments

AI predictions in the movie Electric Dreams (1984)

https://medium.com/@tk512/the-ai-predictions-in-the-movie-electric-dreams-1984-0c6a47a6326e
2•sgt•25m ago•0 comments

The College-Admissions Chess Game Is More Complicated

https://www.wsj.com/us-news/education/college-admissions-yield-rate-2fb30f42
2•apparent•26m ago•0 comments

Article explains a method to estimate parameter count of closed sourcemodels

https://www.lesswrong.com/posts/veFMEzDDyWaer2Sms/sanity-checking-incompressible-knowledge-probes
2•theanonymousone•29m 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`.