|
2 | 2 | #+AUTHOR: bytenoob |
3 | 3 | #+OPTIONS: toc:nil num:nil date:nil |
4 | 4 |
|
5 | | -* About This Blog |
| 5 | +* About Me |
6 | 6 |
|
7 | | -Welcome to my technical blog where I share my thoughts and experiences on programming, technology, and software development. |
| 7 | +Hey there! I'm *bytenoob*, a software engineer based in China with a passion for building decentralized systems and exploring the frontiers of blockchain technology. |
8 | 8 |
|
9 | | -** Who Am I? |
| 9 | +** What I Do |
10 | 10 |
|
11 | | -I'm a software developer passionate about: |
12 | | -- Open source software and the free software movement |
13 | | -- Building efficient and elegant solutions |
14 | | -- Exploring new technologies and programming paradigms |
15 | | -- Sharing knowledge with the developer community |
| 11 | +I work at the intersection of distributed systems, cryptography, and blockchain technology. My focus areas include: |
16 | 12 |
|
17 | | -** What You'll Find Here |
| 13 | +- **Blockchain & Decentralized Systems**: Building infrastructure for the decentralized web |
| 14 | +- **Network Programming**: Creating efficient networking protocols and encrypted communication systems |
| 15 | +- **Systems Programming**: Working with Go, Rust, and C++ to build performant, reliable software |
| 16 | +- **Open Source**: Contributing to and maintaining several open-source projects |
18 | 17 |
|
19 | | -This blog covers a variety of topics including: |
20 | | -- **Programming Languages**: Deep dives into various languages and their ecosystems |
21 | | -- **Development Tools**: Particularly Emacs and command-line tools |
22 | | -- **Software Architecture**: Design patterns, best practices, and system design |
23 | | -- **Web Technologies**: Modern web development, protocols, and frameworks |
24 | | -- **DevOps & Infrastructure**: Automation, deployment, and system administration |
| 18 | +** Notable Projects |
25 | 19 |
|
26 | | -** Technical Setup |
| 20 | +*** What I Build |
| 21 | +Beyond open source contributions, I work on several proprietary projects focusing on: |
27 | 22 |
|
28 | | -This blog is built with: |
29 | | -- **Emacs Org-mode** for writing and content management |
30 | | -- **Custom build system** using Emacs batch mode |
31 | | -- **Modern web standards** with semantic HTML and responsive CSS |
32 | | -- **GitHub Actions** for continuous deployment |
33 | | -- **No JavaScript frameworks** - just vanilla JS where needed |
| 23 | +- **Advanced MEV Infrastructure**: Developing high-performance MEV bots in Rust that implement sophisticated strategies including: |
| 24 | + - Sandwich attack detection and execution with optimal parameter calculation |
| 25 | + - Multi-DEX arbitrage across Uniswap V2-style AMMs |
| 26 | + - Real-time mempool monitoring with WebSocket-based transaction analysis |
| 27 | + - Flashbots bundle creation and private transaction submission |
| 28 | + - Integration with novel blockchain protocols for unique MEV opportunities |
34 | 29 |
|
35 | | -The entire blog is generated from Org-mode files, showcasing the power of Emacs as not just an editor, but a complete publishing platform. |
| 30 | +- **Cross-chain Relay Systems**: Building infrastructure for seamless blockchain interoperability: |
| 31 | + - Custom transaction encoding for protocol-specific chains |
| 32 | + - Multi-provider architecture for concurrent chain monitoring |
| 33 | + - Balance-aware transaction optimization |
| 34 | + - Dynamic fee calculation across heterogeneous networks |
36 | 35 |
|
37 | | -** Get in Touch |
| 36 | +- **Protocol-Specific Optimizations**: Creating specialized systems that leverage unique blockchain features: |
| 37 | + - Custom mining mechanisms based on gas consumption patterns |
| 38 | + - Integration with novel token issuance models |
| 39 | + - Cost-benefit analysis with real-time price feed integration |
38 | 40 |
|
39 | | -Feel free to reach out: |
40 | | -- **GitHub**: [[https://github.com/bufrr][github.com/bufrr]] |
41 | | -- **Email**: chouyc.adam#gmail.com |
| 41 | +*** Open Source Contributions |
| 42 | +- **[[https://github.com/nknorg/nkn][NKN (New Kind of Network)]]**: Core contributor to the official Go implementation of NKN full node |
| 43 | +- **[[https://github.com/nknorg/encrypted-stream][Encrypted Stream]]**: Golang library for building encrypted streaming connections |
| 44 | +- **[[https://github.com/nknorg/tuna][TUNA]]**: Marketplace for services leveraging NKN's decentralized network |
42 | 45 |
|
43 | | -** License |
| 46 | +** Technical Stack |
44 | 47 |
|
45 | | -Unless otherwise noted, all content on this blog is licensed under the [[https://creativecommons.org/licenses/by-sa/4.0/][Creative Commons Attribution-ShareAlike 4.0 International License]]. |
| 48 | +My primary languages and tools: |
| 49 | +- **Languages**: Go (primary), Rust, C++, Emacs Lisp |
| 50 | +- **Interests**: Distributed systems, cryptography, blockchain protocols, network programming |
| 51 | +- **Editor**: Emacs (of course!) |
46 | 52 |
|
47 | | -Code snippets are licensed under the [[https://opensource.org/licenses/MIT][MIT License]] unless otherwise specified. |
| 53 | +** Philosophy |
| 54 | + |
| 55 | +I believe in the power of decentralized systems to create a more open and resilient internet. Through my work on blockchain infrastructure and encrypted communication protocols, I'm helping build the foundation for a truly peer-to-peer digital future. |
| 56 | + |
| 57 | +** Connect |
| 58 | + |
| 59 | +- **GitHub**: [[https://github.com/bufrr][@bufrr]] |
| 60 | +- **Twitter/X**: [[https://twitter.com/winddyseed][@winddyseed]] |
| 61 | +- **Website**: [[https://bytenoob.io][bytenoob.io]] |
48 | 62 |
|
49 | 63 | --- |
50 | 64 |
|
51 | | -/Thank you for visiting!/ |
| 65 | +#+BEGIN_QUOTE |
| 66 | +"Do not go gentle into that good night, |
| 67 | +Rage, rage against the dying of the light." |
| 68 | +— Dylan Thomas |
| 69 | +#+END_QUOTE |
| 70 | + |
| 71 | +--- |
| 72 | + |
| 73 | +This blog is open source! Check out the repository: [[https://github.com/bufrr/bufrr.github.io][github.com/bufrr/bufrr.github.io]] |
| 74 | + |
0 commit comments