Live data from Hacker News

Viewing profile — markm208

markm208

HN member
Joined
Thu, Mar 17, 2011, 8:27 PM UTC
HN karma
38
Public activity
29 items

About markm208

No profile information was provided.

Recent public activity

  1. story
    Show HN: The Playback Press

    I just launched a site to share ‘books’ of code playbacks. These are guided walkthroughs of some code as it evolves with a narrative from the author. The narrative can include text…

  2. story
    Ask HN: Looking for help with code playback hosting app

    I just crossed over 30,000 views of my 'books' of code playbacks on: https://markm208.github.io A few years ago I built an MVP to host code playbacks, 'Our Code Stories' (http://ou…

  3. story
    Show HN: Creating Code Playbacks with Storyteller

    I have been working for a while on a new medium to guide others through code examples. Devs use an editor (VS Code) to write code and then test it like normal. Then, the code can b…

  4. story
  5. comment
    Comment #33530970

    I am the author of the tutorial. I created a tool that captures keystrokes and file operations in a popular editor and allows them to be played back in a browser. The author can th…

  6. story
    Show HN: Our Code Stories- Programming Book Publishing/Tutorial Blog Alternative

    You may have seen a few posts lately around the idea of sharing stories about how code develops. I have been working on this too so I thought I would (re)share https://ourcodestori…

  7. comment
    Comment #19588642

    I have struggled with the speed at which I can write code live in class. It is hard to do it fast enough to keep students interested. It is also difficult to show even moderately c…

  8. comment
    Comment #17929232

    I am the creator of a new medium to guide others through code examples. I call them playbacks. This is an intro book on Python. I have also written books on [C++]( https://ourcodes…

  9. story
  10. story
    Show HN: Our Code Stories

    Our Code Stories ( https://ourcodestories.com ) is a site that holds animated, annotated code walk-throughs called 'playbacks'. These resemble recorded live code demos but one can …

  11. comment
    Comment #13017395

    I already posted to the original but thought I would chime in. I like the idea of guiding someone through some code with a narrative. Your tool is very helpful for this. I have a s…

  12. comment
    Comment #13016070

    I am working on a tool that allows developers to walk others through their code. It can certainly be used purely for teaching others but I think there is also value in having devel…

  13. comment
    Comment #10089989

    I think the 'live' part of streaming might introduce a high noise factor. What if the programmer could finish a programming session and then go back and see exactly what they have …

  14. comment
    Comment #9920266

    Was there any reason why this wasn't timed for the summer months? It seems like a lot of entrepreneurial college students would love to spend their summer working on their ideas. P…

  15. comment
    Comment #9337450

    There is something that I have been working on: https://vimeo.com/97711978#t=0m37s

  16. comment
    Comment #7205791

    Ha ha... yes, it sounds painful but imagine you come across a function that you don't fully understand. You can highlight it and watch how that code evolved. The code will be anima…

  17. comment
    Comment #7205763

    Imagine if the author of the novel had to write those irrelevant scenes anyway in order to get to the good stuff. There might be someone, a literature academic for example, who wou…

  18. comment
    Comment #7203699

    I agree with the author that historical information about how a codebase has evolved is important. I would also argue that code comments are not always the best place for this hist…

  19. comment
    Comment #7092818

    The main problem I see is that code is read left to right, top to bottom (for the most part) but it is rarely, if ever, written that way. The order that decisions are made is almos…

  20. comment
    Comment #6749380

    The OP clearly doesn't believe that he has a responsibility to teach those around him to be better. Imagine that you were the CEO of a company that had one great programmer and fou…

  21. comment
    Comment #6331427

    I am working on a tool that helps document how code has evolved that I believe is similar in spirit to this post: http://www.storytellersoftware.com I am actively working on it wit…

  22. comment
    Comment #6191285

    If you are interested in seeing code examples from a text editor or IDE we are working on Storyteller: http://www.storytellersoftware.com Everything is stored locally and the tool …

  23. comment
    Comment #6078878

    I am working with some students of mine on something like 89, 'Code Journeys'. We call it Storyteller. http://www.storytellersoftware.com It allows one to comment on the evolution …

  24. comment
    Comment #3974329

    Playbacks can be a great way to learn. I believe git does not provide enough data about the programming process. I am creating a version control system where playbacks are first cl…

  25. comment
    Comment #3864812

    All keystrokes are recorded but that is not the main form of documentation created. A developer creates a playback of only the 'interesting parts' of the code and provides a narrat…