HackerTrans
热门最新趋势评论往期问答秀出招聘

masterpos

no profile record

提交

Show HN: TetherDust – Self-hosted AI Analytics Engineer (open source)

github.com
3 分·作者 masterpos·上个月·0 评论

Repomance: Tinder for GitHub Repositories

github.com
4 分·作者 masterpos·4个月前·0 评论

Lazycut: A simple terminal video trimmer using FFmpeg

github.com
233 分·作者 masterpos·4个月前·65 评论

Learn X in Y Minutes

learnxinyminutes.com
3 分·作者 masterpos·4个月前·0 评论

Show HN: Repomance: I made a Tinder like app that you can discover & star repos

apps.apple.com
3 分·作者 masterpos·6个月前·3 评论

评论

masterpos
·4个月前·讨论
You are welcome! It is nice when you need to quickly crop or trim something and don’t want to launch a video editing app. The repo is owned by a friend, you can leave a star to make him happy :)
masterpos
·6个月前·讨论
Thank you. The app has two sections: curated and trending. Curated repositories are prefetched and stored in the database. Trending repositories are fetched daily via the GitHub Search API and subsequently stored. This process enriches the repository pool and allows the backend to index each repo. Whenever a user interacts with a repository (star or pass), the action is saved; this ensures the same repository is not displayed twice.