Skip to content
View Danialsamadi's full-sized avatar
👻
Boo !
👻
Boo !

Block or report Danialsamadi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Danialsamadi/README.md
Coding animation

Danial Samadi

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)
}

Projects

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

Tech

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

Stats

GitHub stats Top languages

Pinned Loading

  1. v2go v2go Public

    v2go is a blazingly fast Go V2Ray config aggregator that processes 20,000+ configurations in 11 seconds (99.7% faster than Python), automatically removing duplicates and generating fresh subscripti…

    Go 150 33

  2. synapse synapse Public

    Synapse is a local-first personal memory operating system designed for AI agents. It provides durable, typed, and highly reliable long-term memory using only local SQLite — giving agents the abilit…

    TypeScript 63 11

  3. iran-internet-monitor iran-internet-monitor Public

    Real-time monitoring of Iran’s internet connectivity, censorship & circumvention. Every pass is a git commit + LLM analysis + bilingual status page.

    HTML 12

  4. Free-macos Free-macos Public

    Terminal-based memory monitor for macOS that replicates Linux's `free` command with enhanced visuals. Features real-time updates, interactive progress bars (Rich), CLI interface (Click), automatic …

    Python 4

  5. Syncodoro Syncodoro Public

    Syncodoro - A full-featured PWA Pomodoro timer with offline-first architecture, cloud sync (Supabase), session analytics, and export capabilities. Built with React, TypeScript, Tailwind CSS, and In…

    TypeScript 3

  6. cf-knife cf-knife Public

    High-performance Cloudflare & Fastly IP scanner with TLS/HTTP probing, DPI bypass analysis, WARP scanning, and anti-MITM detection. Single binary, cross-platform.

    Go 7