Skip to content

Instantly share code, notes, and snippets.

View amazingchow's full-sized avatar
🎯
Focusing

Adam Zhou amazingchow

🎯
Focusing
View GitHub Profile
@amazingchow
amazingchow / README.md
Created April 2, 2026 07:55 — forked from emschwartz/README.md
The Most Popular Blogs of Hacker News in 2025

This is an OPML version of the HN Popularity Contest results for 2025, for importing into RSS feed readers.

Plug: if you want to find content related to your interests from thousands of obscure blogs and noisy sources like HN Newest, check out Scour. It's a free, personalized content feed I work on where you define your interests in your own words and it ranks content based on how closely related it is to those topics.

@amazingchow
amazingchow / ahr999_monitor.py
Created March 13, 2026 11:23
AHR999监控脚本
import math
import time
from datetime import date, datetime, timedelta
from urllib.parse import quote
from zoneinfo import ZoneInfo
import requests
# ================= 配置区 =================
# 美股开盘前 N 分钟执行(美股 9:30 开盘,默认提前 10 分钟 = 9:20 美东时间)