Live data from Hacker News

Viewing profile — vasyop

vasyop

HN member
Joined
Sat, Sep 29, 2018, 2:31 PM UTC
HN karma
105
Public activity
10 items

About vasyop

No profile information was provided.

Recent public activity

  1. comment
    Comment #38890444

    I think the main reason why small things like rawJS are appealing is that a lot of devs got directly or indirectly forced into learning a framework and then got themselves burned o…

  2. story
    Learn C and its lower levels interactively, in the browser – Part 3

    I have release part 3 of my interactive C tutorial: https://vasyop.github.io/miniC-hosting/?2 More info in my original HN post: https://news.ycombinator.com/item?id=19126544 Get no…

  3. story
  4. story
    Learn C and its lower level interactively, in the browser (part 2)

    Hi everyone, Today, I have just released part 2 of my tutorial series. If you don't know what I am talking about, check out my last post here: https://www.reddit.com/r/javascript/c…

  5. comment
    Comment #19131734

    Get notified when new tutorials are released https://docs.google.com/forms/d/e/1FAIpQLSectFtg9jl4zkFZqPnQ...

  6. comment
  7. comment
  8. comment
    Comment #19128308

    there is new

  9. story
    Show HN: Learn C and its lower levels interactively, in the browser

    I made a simple virtual machine that runs C in the browser.This project is made as an experiment to see if C can be learned easier if the lower level is covered in paralel. Sandbox…

  10. story
    I've made an interpreted language on top of JS, tailored for beginners

    I've made a tiny interpreted language on top of JS, together with an debugger, heap vizualizer and editor with common IDE shortcuts ( prettification, go to definition...). Github: …