Skip to content
View EthanPeng-2048's full-sized avatar

Block or report EthanPeng-2048

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.

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
EthanPeng-2048/README.md

👋 Hi, I'm Ethan Peng

一个热衷于底层技术、AI、系统设计与开源探索的开发者。
我喜欢研究:

  • 🧠 Neural Networks / AI Frameworks
  • ⚙️ Modern C++23/26
  • 🖥️ Operating Systems & System Architecture
  • 📱 Android Reverse Engineering / Root / Bootloader
  • 🌐 Self-hosted Infrastructure & Networking
  • 🔓 Open Device Ecosystem & Hacker Culture

🚀 Featured Projects

🧠 neuralnet.cpp

🔗 Repository:
https://github.com/EthanPeng-2048/neuralnet.cpp

一个使用现代 C++ 编写的神经网络框架实验项目。

Features

  • Modern C++23/26 风格
  • Header-only 设计
  • 无显式裸指针
  • 注重类型安全与内存安全
  • 面向学习与研究
  • 简洁易读的架构

Suitable For

  • 学习神经网络底层实现
  • 理解矩阵运算与反向传播
  • 学习现代 C++ 工程设计
  • AI Framework 实验

🔓 studentspad-crack

🔗 Repository:
https://github.com/EthanPeng-2048/studentspad-crack

关于科大讯飞学习平板的研究与开放生态探索项目。

Includes

  • Bootloader 解锁
  • Root
  • 分区修改
  • ADB 开启
  • Android 系统研究
  • 系统限制分析

项目聚焦于:

  • 用户设备所有权
  • 开放生态
  • Android Hackability
  • Device Freedom

💡 Interests

我关注这些方向:

  • AI Native Computing
  • Open Hardware
  • Local-first Software
  • 高性能计算与并行化

🛠 Tech Stack

Languages

  • C++
  • Python
  • Bash
  • PowerShell

Technologies

  • Windows
  • Linux
  • Git
  • Docker
  • PyTorch
  • CUDA

📌 Philosophy

Software should empower users, not restrict them.

我相信:

  • 用户应该真正拥有自己的设备
  • 开源是技术进步的重要推动力
  • AI 不应该只是黑盒 API

📈 Current Focus

目前正在研究:

  • 高性能神经网络框架
  • 现代 C++ 架构设计
  • 本地 AI 推理与 Agent 系统

🌍 GitHub

🔗 GitHub Profile:
https://github.com/EthanPeng-2048

欢迎查看我的项目与实验性仓库。


🤝 Contact

如果你也对:

  • AI
  • 系统设计
  • 开源生态
  • 底层开发
  • Android Hack
  • C++ Framework

感兴趣,欢迎交流。

Pinned Loading

  1. studentspad-crack studentspad-crack Public

    破解科大讯飞学习平板

    Shell 27 13

  2. neuralnet.cpp neuralnet.cpp Public

    一个轻量级 C++26 神经网络库,从头实现(无第三方深度学习框架依赖)

    C++ 1