Einar W. Høst - RESTFest/2016-Edinburgh GitHub Wiki
I work on the program player web api for NRK, the Norwegian public broadcaster.
Twitter: @einarwh
Blog: ample code
Proposed feature talk
Hypermedia adventure games
How to explore and teach hypermedia concepts using text-based adventure games.
- Hypermedia in the Wizard's tower - https://github.com/einarwh/hyperwizard
- Agent vs Agent - https://github.com/einarwh/ndcoslo2016
Proposed 5-in-5 talks
Hypermedia resources as Actors as State Machines
Combining three old ideas to build dynamic, living systems that we can reason about.
Dedox: getting rid of auto-generated comments
No slides, show-and-tell
Pet peeve: autogenerated comments are worthless! Comments that can be deduced from the code itself cannot provide any value, since by definition they add nothing new. Sometimes you come across code bases that are littered with autogenerated comments that constitue nothing but noise. Dedox is a tool to strip out such comments in C# code files.
- Dedox - https://github.com/einarwh/dedox