Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Somewhat relevant, I use this little script to open front page of NYTimes daily morning on my macbook:

d=$(date +%d)

m=$(date +%m)

y=$(date +%Y)

wget -q https://static01.nyt.com/images/$y/$m/$d/nytfrontpage/scan.p... && open ./scan.pdf



I made an RSS feed of these front-page images a while ago if anyone wants to use them:

https://nytonline.net/rss



That's neat! I turned it into a one liner `rm todays_nyt.pdf; wget -q "https://static01.nyt.com/images/$(date +%Y/%m/%d)/nytfrontpage/scan.pdf" -O todays_nyt.pdf && open todays_nyt.pdf `


dmy=$(date +%d/%m/%Y)




Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

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

Search: