Show HN: All GitHub repos shared on HN
news.ycombinator.com
Show HN: All GitHub repos shared on HN
1–5 of 5 posts
Re: Show HN: All GitHub repos shared on HN
#2A 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.
Re: Show HN: All GitHub repos shared on HN
#3A 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
Neat, thank-you.
Re: Show HN: All GitHub repos shared on HN
#411/30 of the most recent posts mention GPT or LLMs.
Re: Show HN: All GitHub repos shared on HN
#511/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.