Viewing profile — vasyop
vasyop
HN member- Joined
- Sat, Sep 29, 2018, 2:31 PM UTC
- HN karma
- 105
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About vasyop
No profile information was provided.
Recent public activity
-
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…
-
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…
- story
-
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…
-
comment
Comment #19131734
Get notified when new tutorials are released https://docs.google.com/forms/d/e/1FAIpQLSectFtg9jl4zkFZqPnQ...
- comment
- comment
-
comment
Comment #19128308
there is new
-
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…
-
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: …