Live data from Hacker News

Viewing profile — damarberlari

damarberlari

HN member
Joined
Wed, Jul 09, 2025, 11:08 PM UTC
HN karma
284
Public activity
10 items

About damarberlari

I love to learn and explore various topics that fascinate me

Recent public activity

  1. 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…

  2. comment
    Comment #44968958

    oh wow, the book looks nice. thanks for the recommendation!

  3. comment
    Comment #44968868

    this is nice, thanks!

  4. 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

  5. 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…

  6. comment
    Comment #44968590

    ah, yes there is an instruction at the bottom, but probably its too small. thanks for the feedback!

  7. comment
    Comment #44968573

    wow, that's nice. Thanks!

  8. 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…

  9. 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…

  10. 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…