4 comments

[ 5.1 ms ] story [ 22.6 ms ] thread
A neat way to see every new and recent repo being posted on HN.

This is making it easier to find projects by searching digging up dig up on HN search itself.

While it’s a simple link, I couldn’t find a reference to this that might be handy for anyone who might not think about it, or tries to search for it and wants to bookmark it.

https://news.ycombinator.com/from?site=github.com

11/30 of the most recent posts mention GPT or LLMs.
Put in uBO "My filters":

    news.ycombinator.com##.athing:has(.titleline):not(:has(.votelinks))
    news.ycombinator.com##.athing:has(.titleline):not(:has(.votelinks)) + tr
    news.ycombinator.com##.athing:has(.titleline):not(:has(.votelinks)) + tr + tr
    news.ycombinator.com##.athing:has(.titleline:has-text(/\bAI\b/))
    news.ycombinator.com##.athing:has(.titleline:has-text(/\bA\.I\.\b/))
    news.ycombinator.com##.athing:has(.titleline:has-text("GPT"))
    news.ycombinator.com##.athing:has(.titleline:has-text(/Large Language Model/i))
    news.ycombinator.com##.athing:has(.titleline:has-text("LLaMA"))
    news.ycombinator.com##.athing:has(.titleline:has-text("LLM"))
    news.ycombinator.com##.athing:has(.titleline:has-text(/neural network/i))
    news.ycombinator.com##.athing:has(.titleline:has-text("OpenAI"))
    news.ycombinator.com##.athing:has(.titleline:has-text("Stable Diffusion"))
    news.ycombinator.com##.athing:has(.titleline:has(.comhead > a[href$=".ai"]))
Add `+ tr` and `+ tr + tr` rules for all of them like the first one. I just elided them here to keep it short.