Updated: 2026-06-10 06:00:08 CST
| # | Title | Score |
|---|---|---|
| 1 | Claude Fable 5 | ▲1468 |
| 2 | Show HN: Performative-UI – A react component library of design tropes | ▲1125 |
| 3 | Dopamine Fracking | ▲804 |
| 4 | Apple reveals new AI architecture built around Google Gemini models | ▲704 |
| { | |
| "name": "Dev Package Managers", | |
| "description": "Allow outgoing connections to common package registries and CDNs (Go, Python, Node, Docker, Rust, Java, Ruby, Dart, PHP, .NET, Swift, Elixir). Subscribe via the raw Gist URL in Little Snitch > Rules > New Rule Group Subscription.", | |
| "rules": [ | |
| { | |
| "note": "--- Go modules ---", | |
| "action": "allow", | |
| "process": "any", | |
| "direction": "outgoing", | |
| "remote-domains": "golang.org, go.dev, sum.golang.org, proxy.golang.org, goproxy.cn, goproxy.io" |
Updated: 2026-06-10 06:00:08 CST
| # | Title | Score |
|---|---|---|
| 1 | Claude Fable 5 | ▲1468 |
| 2 | Show HN: Performative-UI – A react component library of design tropes | ▲1125 |
| 3 | Dopamine Fracking | ▲804 |
| 4 | Apple reveals new AI architecture built around Google Gemini models | ▲704 |
| <?php | |
| // 获取图片信息 | |
| $img_info = file_get_contents('https://cn.bing.com/HPImageArchive.aspx?format=js&idx=0&n=1&pid=hp&FORM=BEHPTB&video=1'); | |
| // 请求失败时,使用「Server 酱」将错误信息推送至绑定的微信 | |
| if (false === $img_info) { | |
| file_get_contents('https://sc.ftqq.com/xxx.send?text=' . urlencode('Get bing wallpaper error!')); | |
| } | |
| $img_obj = json_decode($img_info)->images[0]; |
| #!/bin/bash | |
| # Author: Palemoky | |
| # Fetch image | |
| img=$(curl -s 'https://bing.com/HPImageArchive.aspx?format=js&idx=0&n=1&pid=hp&FORM=BEHPTB&video=1') | |
| img_path=$(jq .images[0].url <<< $img) | |
| img_name=$(jq .images[0].urlbase <<< $img) | |
| img_name=${img_name#*=} |
| #!/bin/bash | |
| # Author: Palemoky | |
| # Change directory to work path | |
| cd /path/to/work | |
| pages=$(curl -sG --data-urlencode "country=美国" 'https://ip.jiangxianli.com/api/proxy_ips' | jq .data.last_page) | |
| for page in $(eval echo {1..${pages}}); do |
| #!/bin/bash | |
| # Author: Palemoky | |
| email= | |
| domain= | |
| api_token= | |
| dns_identifier= | |
| zone_identifier= |