GitHub Trends
11.2K subscribers
15.8K links
See what the GitHub community is most excited about today.

A bot automatically fetches new repositories from https://github.com/trending and sends them to the channel.

Author and maintainer: https://github.com/katursis
Download Telegram
#java #github #hosts

A hosts file is a simple text file that maps domain names to IP addresses, allowing your computer to resolve websites locally without contacting DNS servers. By modifying your hosts file with curated lists of malicious domains, you can block ads, malware, trackers, and other unwanted content before they reach your browser. This approach works across all operating systems and provides protection even when you're offline. The main benefit is enhanced security and privacy—malware requests never leave your computer, and tracking attempts are prevented at the source. You can use pre-maintained hosts files from repositories like Steven Black's GitHub project, which combines high-quality blocklists and is regularly updated.

https://github.com/maxiaof/github-hosts
#go #cli #gh_extension #github #stacked_prs

This tool helps you manage stacked pull requests in GitHub, so you can split big work into small branches, keep them rebased, push them, and open or merge them in order with less manual work. The main benefit for you is faster, cleaner reviews: each PR shows only one layer of change, which makes feedback easier to read and changes easier to fix. It also supports local tracking, stack navigation, sync, and automatic PR linking, so you spend less time on Git commands and more time coding.

https://github.com/github/gh-stack
👍1