Hacker News new | past | comments | ask | show | jobs | submit login
Show HN: All GitHub repos shared on HN (news.ycombinator.com)
19 points by j45 on April 29, 2023 | hide | past | favorite | 4 comments



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


Neat, thank-you.


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.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: