Systems and performance-focused developer. I build networking tools, CLI utilities, and infrastructure for measuring and circumventing internet censorship — mostly in Go and Python, with a strong Linux background.
danisdev.me · danisamadi11 [at] gmail
package main
import "fmt"
type Developer struct {
Name string
Role string
Languages []string
Interests []string
Focus string
}
func main() {
dev := Developer{
Name: "Danial Samadi",
Role: "Systems & Performance Developer",
Languages: []string{"Go", "TypeScript", "Python"},
Interests: []string{"Networking", "Censorship Circumvention", "Developer Tools", "Concurrency"},
Focus: "Fast, reliable tools that solve real problems",
}
fmt.Printf("%+v\n", dev)
}| Project | Description | Stack | Stars |
|---|---|---|---|
| v2go | V2Ray config aggregator that processes 20,000+ configurations in ~11 seconds (99.7% faster than the Python version it replaced). Deduplicates and publishes fresh subscription files every 6 hours via GitHub Actions. | Go | 141 |
| synapse | Local-first personal memory system for AI agents: durable, typed long-term memory on plain SQLite, letting agents remember and reason over facts across sessions with full user control. | TypeScript | 39 |
| iran-internet-monitor | Real-time monitoring of Iran's internet connectivity, censorship, and circumvention. Every pass produces a git commit, an LLM analysis, and a bilingual status page. | Go, HTML | 11 |
| cf-knife | Cloudflare and Fastly IP scanner with TLS/HTTP probing, DPI bypass analysis, WARP scanning, and anti-MITM detection. Single cross-platform binary. | Go | 7 |
| Free-macos | Linux's free command for macOS: terminal memory monitor with real-time updates and interactive progress bars. |
Python | 4 |
| Syncodoro | Offline-first PWA Pomodoro timer with cloud sync, session analytics, and export. | React, TypeScript, Supabase | 3 |
Languages: Go, Python, TypeScript, Java, Bash Backend: Django, Flask, Node.js, PostgreSQL, MongoDB, Supabase Frontend: React, Tailwind CSS, PWAs Infrastructure: Linux, Docker, Git, GitHub Actions, CI/CD





