Category Archives: General
Writing very small executable
- Posted by admin
- on Oct, 08, 2020
- in General
- Blog No Comments.
Many years ago I took part in a contest to create a small linux binary that output a specific string Unfortunately the original contest page no longer exists but the Intenet Archive still holds a copy. The original rules were quite simple: Is a valid ELF image. Runs successfully. Uses a stack-based approach (Preferably no […]
Read MoreRecent Posts
- The shape of structured data
- Writing very small executable
- The challenge of type asserting []interface{} to string slices.
- Serializing/Deserializing a complex GO struct to store externally (i.e. in a database, redis, or text file)
- Fun with golang, Google Maps api, and proxying requests