Viewing profile — damarberlari
damarberlari
HN member- Joined
- Wed, Jul 09, 2025, 11:08 PM UTC
- HN karma
- 284
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About damarberlari
Recent public activity
-
story
Show HN: Visualizing Dithering
Hi all, I've started a blog at https://visualrambling.space/ where I document my learnings on various topics in a visual format. The latest topic I explored is about dithering, and…
-
comment
Comment #44968958
oh wow, the book looks nice. thanks for the recommendation!
-
comment
Comment #44968868
this is nice, thanks!
-
comment
Comment #44968782
hi, whoa that's a nice article! simple and easy to follow. thanks for sharing! definitely an inspiration, I might use it for next project :D
-
comment
Comment #44968742
> You could pick lots of different functions, including simple linear motion (z = c * t) that was also my first intuition when making this, but turned out making the z function lin…
-
comment
Comment #44968590
ah, yes there is an instruction at the bottom, but probably its too small. thanks for the feedback!
-
comment
Comment #44968573
wow, that's nice. Thanks!
-
comment
Comment #44968570
thanks! currently the path is expressed as function of (t), and it's the t that progressed at the constant speed. so the cube will finished one loop at the same duration, and thats…
-
story
Show HN: I was curious about spherical helix, ended up making this visualization
I was wondering how I can arrange objects along a spherical helix path, and read some articles on it. I ended up learning about parametric equations again, and make this visualizat…
-
story
Show HN: Neural Network Visualization, Made with Threejs
Hi all, a few months ago I decided to start learning about neural network and how to make visualization using threejs. I tried to apply my learnings on these two quite unrelated to…