KallyDev's recent timeline updates
KallyDev's repos on GitHub
1052 watchers
privacy
个人隐私泄露检测工具。
TypeScript · 187 watchers
privacy.kallydev.com
How to protect privacy in the Internet.
77 watchers
clash_for_windows_pkg_zh-cn
Clash for Windows 中文版本
Go · 26 watchers
pancakeswap-prediction-bot
This bot will bet the specified amount of BNB to the side with more money at the last N seconds of the bet countdown.
HTML · 25 watchers
blocked
A page that pretends to be blocked by the U.S. government firewall.
HTML · 18 watchers
affman
AFF man's promotional website.
Dockerfile · 10 watchers
docker-ssr
Quickly deploy shadowsocksr based on docker
HTML · 8 watchers
shutup
用于规避基于关键词的文本内容审查的网站。
7 watchers
kallydev
KallyDev's GitHub profile.
Go · 7 watchers
trojanx
Trojan server framework.
Go · 5 watchers
telegraph-go
Golang Telegraph API SDK.
HTML · 4 watchers
bilibili-banner
Bilibili autumn depth of field animation.
Rust · 4 watchers
makatime
A real-time service that tracks what GitHub users are currently doing.
Go · 3 watchers
chainbase-connector
Dockerfile · 3 watchers
docker-mindustry
Mindustry server based on Docker.
TypeScript · 3 watchers
market-monitor-bot
Cryptocurrency market monitor bot.
Go · 3 watchers
shadowsocks-gateway
The Shadowsocks gateway framework that work at layer 4 of OSI model.
3 watchers
sticker-old
Sticker data source
3 watchers
youth
These are my ongoing experiences of my youth, not my complaints.
Go · 2 watchers
go-ethereum
Official Go implementation of the Ethereum protocol
2 watchers
kallydev.github.io-deleted
Kally's blog and study notes.
Go · 2 watchers
v2ray-core
A platform for building proxies to bypass network restrictions.
Go · 2 watchers
web3api
On-chain and third-party data aggregation API.
Go · 1 watchers
c10k
Nginx and Go FastHTTP framework performance test cases.
Dockerfile · 1 watchers
docker-sshd
A SSHD service running in Docker
Kotlin · 1 watchers
emoticon-app
Cute sticker android client.
Go · 1 watchers
ens-gateway
ENS Gateway
Rust · 1 watchers
forward-rs
A TCP reverse proxy server
1 watchers
homebrew-cask
🍻 A CLI workflow for the administration of macOS applications distributed as binaries
Go · 1 watchers
leetcode
LeetCode problem solutions.
Go · 1 watchers
lo
💥 A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find...)
Python · 1 watchers
poc
Proof of Concept.
1 watchers
runner
Container-based code snippet build and runtime environment.
Rust · 1 watchers
shadowsocks-rust-patch
1 watchers
web3calendar
Subscribe to Web3's event calendar.
Rust · 0 watchers
alloy
Transports, Middleware, and Networks for the Alloy project
0 watchers
alloy-core
High-performance, well-tested & documented core libraries for Ethereum, in Rust
Go · 0 watchers
chainbase-grafana
Developer DAO X Chainbase Hackathon. Grafana datasource plugin for the Chainbase SQL API.
Go · 0 watchers
cloudflare-ddns
A CloudFlare DDNS service
0 watchers
crun
A fast and lightweight fully featured OCI runtime and C library for running containers
Shell · 0 watchers
cve-2025-48384-hook
0 watchers
dagster
An orchestration platform for the development, production, and observation of data assets.
0 watchers
delta-rs
A native Rust library for Delta Lake, with bindings into Python
Shell · 0 watchers
docker-sftp
A SFTP service running in Docker.
Rust · 0 watchers
foundry
Foundry is a blazing fast, portable and modular toolkit for Ethereum application development written in Rust.
0 watchers
influxdb
Scalable datastore for metrics, events, and real-time analytics
Rocq Prover · 0 watchers
lambda-rust
Rust · 0 watchers
leetcode-rust
Solutions for LeetCode (United States) problems implemented in Rust.
Rust · 0 watchers
lib.rs
Go · 0 watchers
markdown
markdown parser and HTML renderer for Go
Rust · 0 watchers
mendeleev
https://gitlab.com/ygor.souza/mendeleev
0 watchers
nice-node
Run a node — just press start
0 watchers
openapi
LongPort OpenAPI SDK Base.
0 watchers
opentelemetry-collector-contrib
Contrib repository for the OpenTelemetry Collector
0 watchers
remix-project
Remix is a browser-based compiler and IDE that enables users to build Ethereum contracts with Solidity language and to debug transactions.
Rust · 0 watchers
reth
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
TypeScript · 0 watchers
screeps
Screeps game AI code developed based on screeps-typescript-starter.
0 watchers
template
GitHub repository template.
0 watchers
tools
[mirror] Go Tools
Rust · 0 watchers
utoipa-jsonrpsee
0 watchers
yggdrasil-go
An experiment in scalable routing as an encrypted IPv6 overlay network
KallyDev

KallyDev

V2EX member #434615, joined on 2019-08-08 17:22:10 +08:00
1 G 97 S 89 B
Student | Full Stack Developer
Per KallyDev's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
KallyDev's recent replies
Apr 10, 2022
Replied to a topic by LxnChan 云计算 有个奇葩的需求,服务器怎么整个声卡
我也遇到过类似的问题。我是在九月初因为商品不符合平台规则被下架和处置,之后就没再管它。前几天登上去发现账号一直被连续处置多次,但商品列表又是空的,我就直接把账号注销了…
Oct 12, 2021
Replied to a topic by JerningChan Python 请教个 pycharm 远程调试代码的问题
要是 Linux 服务器还能通过 Remote SSH 进行调试,Windows Server 版本太低确实不太方便。不过手动 copy 也太麻烦了吧,公司内部没有 Git 服务器吗?

git commit && git push
git pull
Oct 12, 2021
Replied to a topic by skiy 程序员 GitHub Action Build 一个镜像花了 4 个小时
@skiy 用 ARM 服务器部署私有的 GitHub Actions 运行环境,可以直接对接到单个 repo 或者整个组织。

https://docs.github.com/en/actions/hosting-your-own-runners/adding-self-hosted-runners
Oct 11, 2021
Replied to a topic by skiy 程序员 GitHub Action Build 一个镜像花了 4 个小时
补充一下,主要是 QEMU 模拟 ARM 慢,和 GitHub Actions 的性能并没有什么关系,具体原因你 Google 一下就知道了。
Oct 11, 2021
Replied to a topic by skiy 程序员 GitHub Action Build 一个镜像花了 4 个小时
确实慢,当时得到的结果有 4 倍左右的性能损失,后来我直接用 musl 交叉编译后再 copy 到不同的架构的镜像中,问题得以解决。

https://github.com/shadowsocks/shadowsocks-rust/blob/master/Dockerfile
我是直接用 iOS 端 Surge 配置一个 HTTP 代理服务器连接到 mac 端 Surge 的 6152 端口。Android 上可以尝试用 Clash for Android 连接到 Charles 开放的 HTTP 代理,这样可以让客户端走 VPNService 。
Jun 8, 2021
Replied to a topic by iFlicker 程序员 坐标上海 stackoverflow 503 了
Fastly CDN 恢复了,继续搬砖。
Jun 8, 2021
Replied to a topic by iFlicker 程序员 坐标上海 stackoverflow 503 了
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   1058 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 31ms · UTC 18:36 · PVG 02:36 · LAX 11:36 · JFK 14:36
♥ Do have faith in what you're doing.