ibuki256

↗ HN profile [ 15.2 ms ] full profile
Karma
0
Created
()
Submissions
0
  1. I usually create flowcharts using Mermaid, but a project I’m working on requires design documents in Excel format, which led me to start this project. It parses Mermaid DSL and compiles it directly into Excel (.xlsx)…

  2. I built a user-space implementation of ping that constructs Ethernet frames, performs ARP resolution, builds IPv4 headers, and sends ICMP echo requests manually using AF_PACKET. - ARP (packet format, cache with aging,…