Viewing profile — stankot
stankot
HN member- Joined
- Mon, Mar 09, 2015, 10:32 AM UTC
- HN karma
- 1,152
- Public activity
- 124 items
- HN profile
- View on Hacker News ↗
About stankot
Recent public activity
-
story
Show HN: Monorail – Turn CSS animations into interactive SVG graphs
Hey HN, I needed a few simple graphs for a blog post [0]. Instead of slapping together a few SVGs and moving on, I decided to write a whole library to parse CSS keyframe animations…
-
story
Show HN: Bard – An Experiment in Robot Poetry
Hey HN, This is a small project I made for a meetup (Creative Coding Amsterdam's poetry afternoon). With all the hype around LLMs these days, I wanted to create something silly and…
-
comment
Comment #44245836
I've figured it out. The error means that this call fails: const animation = animationElement.getAnimations()[0]; As Firefox supports `getAnimations` since 2020, I figured somethin…
-
comment
Comment #44237045
Go for it, and share a link!
-
comment
Comment #44229799
Thanks for checking, I’ll try to see what is going on.
-
comment
Comment #44227025
That is weird, because it is HTML/CSS only. Do you see anything that would help me debug it? Could it be that an add-on (content blocker) messes up with it? I don't have an android…
- story
-
comment
Comment #43946476
Tixy is amazing! I built something very similar: https://muffinman.io/pulsar/ I wanted to create animations for my LED matrix screen, and I couldn’t find tixy anywhere. Only after …
-
story
Ask HN: How do you ensure you don't get locked from your email?
Big parts of our digital lives depend on our email address (personal, professional, financial…). I’m wondering how you've secured yourselves to prevent getting locked out of your e…
- story
-
comment
Comment #43540631
I stumbled on this some time ago and saved it for when my kid grows up enough. It is a collection of a few thousands kid friendly videos. I think their curation is pretty good, but…
-
comment
Comment #43282027
Thank you! There is nothing wrong with large libraries. But you are right, there is something very satisfactory in solving a problem in a few lines of code.
- story
- story
-
comment
Comment #43120980
Thank you, you made my day!
-
comment
Comment #43070995
Thanks for the tip! Does it make paper shiny and stiff?
-
comment
Comment #43050821
This is awesome! I’ve seen it but forgot to bookmark it, thanks for sharing it again.
-
comment
Comment #43050487
Sure, I think the hard part is creating hand drawn animation. If you can draw or generate it, the rest is fairly straight forward. I have an idea for somewhat different flip animat…
-
comment
Comment #43046976
Actually that's my usual approach, but you should see the vector output from these. I tried doing it and than went back to cleaning up the raster images.
-
comment
Comment #43046640
For me, pen plotting is a lot of fun. There is something so satisfying in bringing digital work to the physical world. As for the text, I have it on my todo list to create a few si…
-
comment
Comment #43046469
That is correct. I use AxiDraw SE/A3 and I love it. One of the best purchases I ever made.
-
story
Show HN: The Tiny Book of Great Joys
Hey, I want to share a personal project: I made a tiny pen-plotted book for my wife. I did everything myself—drawings (with some help from Midjourney), plotting, cutting, and bindi…
-
story
Show HN: I made a tiny book using a pen-plotter and AI
Hey HN, I want to share a personal project: I made a tiny pen-plotted book for my wife. I did everything myself—drawings (with some help from Midjourney), plotting, cutting, and bi…
-
comment
Comment #42332985
I just released a fix for it and updated the blog post.
-
comment
Comment #42332205
Honestly, I don't think that is a bug. All examples are quite dense and the thumb covers multiple steps on the track. Firefox then translates every click like you clicked directly …