Viewing profile — chkas
chkas
HN member- Joined
- Sat, Apr 07, 2018, 10:04 PM UTC
- HN karma
- 851
- Public activity
- 273 items
- HN profile
- View on Hacker News ↗
About chkas
Recent public activity
-
comment
Comment #48050055
That should give the same result.
-
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…
- story
-
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…
- comment
- story
-
comment
Comment #43377604
This is mine in my programming language: https://easylang.online/apps/mandelbrot.html?v=hn1
-
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 …
- story
-
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...
- story
-
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…
-
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…
-
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…
-
comment
Comment #42653572
Another one - small colliding balls https://tiki.li/run/#cod=jVPBbtswDL3rKx5QYEgd2FWMDliWaIf+RpG...
-
comment
Comment #42649095
https://easylang.online
-
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 …
- story
- story
- story
- story
- story
-
comment
Comment #41964329
Another programming environment for kids with its own simple programming language: https://easylang.online/ide/
-
comment
Comment #41701753
I have programmed a small simulation of colliding balls in 2D. https://easylang.online/show/#cod=jVPbbptAEH3frzhSpMqJFYppI0...
- story