Live data from Hacker News

Viewing profile — chkas

chkas

HN member
Joined
Sat, Apr 07, 2018, 10:04 PM UTC
HN karma
851
Public activity
273 items

About chkas

https://github.com/chkas

Recent public activity

  1. comment
    Comment #48050055

    That should give the same result.

  2. comment
    Comment #48050037

    You can take a look at this - it's fast even without vector operations, as long as you avoid the branches that are often predicted incorrectly. https://easylang.online/blog/branchl…

  3. story
  4. comment
    Comment #47557793

    I made a similar tutorial for RSA and DH in Easylang—a learning and teaching programming language I developed myself. What makes things a bit difficult is that Easylang doesn't sup…

  5. comment
  6. story
  7. comment
    Comment #43377604

    This is mine in my programming language: https://easylang.online/apps/mandelbrot.html?v=hn1

  8. comment
    Comment #42690986

    The physics in the simulation was faulty, that should be better now. Of course there are less collisions in 3D than in 2D. And this catapulting of stars is also an artifact in the …

  9. story
  10. comment
    Comment #42670099

    Did some experimenting with gravity, not sure how far the physics is correct, but looks okay https://tiki.li/run/#cod=dVLbbuIwEH33Vxyp0gqKGhIktKVqeO1HIB5...

  11. story
  12. comment
    Comment #42654539

    @design choices: The graphic primitives built into the language - this is not useful for a general purpose language - but in beginner language this is an important motivating facto…

  13. comment
    Comment #42654433

    The aim is to offer beginners a simple and interesting entry into programming. IMO there is an unoccupied niche for this between Scratch and Python. In the days of home computer BA…

  14. comment
    Comment #42653671

    It shouldn't be that complicated. I tried it once with gravity and without limits on the edges. The cluster of stars moved around in 2d space and stars were repeatedly catapulted o…

  15. comment
    Comment #42653572

    Another one - small colliding balls https://tiki.li/run/#cod=jVPBbtswDL3rKx5QYEgd2FWMDliWaIf+RpG...

  16. comment
    Comment #42649095

    https://easylang.online

  17. comment
    Comment #42648971

    Hello author here. I'm a little surprised to see this on the front page of Hacker News. This is just a simple demo for my educational programming language Easylang. You can easily …

  18. story
  19. story
  20. story
  21. story
  22. story
  23. comment
    Comment #41964329

    Another programming environment for kids with its own simple programming language: https://easylang.online/ide/

  24. comment
    Comment #41701753

    I have programmed a small simulation of colliding balls in 2D. https://easylang.online/show/#cod=jVPbbptAEH3frzhSpMqJFYppI0...

  25. story