Script Raccoon
scriptraccoon.dev
Script Raccoon
@scriptraccoon.dev
Mathematican, Software Developer, YouTuber, based in Berlin. https://scriptraccoon.dev
Sounds like server-sent events. There is a dedicated library for that:
github.com/razshare/sve...
GitHub - razshare/sveltekit-sse: Server Sent Events with SvelteKit
Server Sent Events with SvelteKit. Contribute to razshare/sveltekit-sse development by creating an account on GitHub.
github.com
October 26, 2025 at 9:20 PM
This is one of the issues I wrote about in scriptraccoon.dev/blog/tailwin.... Tailwind introduces maintainability issues instead of solving them.
Disadvantages of Tailwind
Why the popular CSS framework is not maintainable
scriptraccoon.dev
October 22, 2025 at 8:04 PM
Say my name.
October 22, 2025 at 8:01 PM
"esoteric"? I don't know if that term fits. It's a normal element. A bit underused, that's it.
October 22, 2025 at 8:00 PM
What is this referring to?
October 22, 2025 at 7:52 PM
Here is the JS code. In the CSS code I also set a transition on the transform property so that the movement is smooth.
October 20, 2025 at 9:47 AM
Looks very nice! I have two suggestions:

1. The icons in the footer are black and don't have sufficient contrast with the dark background. I suggest making them white.

2. I find the theme toggle is a bit exaggerated. It is nice of course, but it looks too prominent.
October 19, 2025 at 4:22 AM
Here are my custom instructions.

"Get straight to the point. You don't have to evaluate my questions or classify them. Don't use marketing language. You don't have to sugarcoat things. First and foremost, I want to get information and tips from you."

And I am very happy with the results!

2/2
October 11, 2025 at 5:55 AM
PS: I saw that Ana ( @anatudor.bsky.social ) did a couple of other CSS tori in the past:

- codepen.io/thebabydino/...
- codepen.io/thebabydino/...
- codepen.io/thebabydino/...

They didn't use tiles. I think this CSS torus made by "Fitz" is very similar to mine:

- codepen.io/MackFitz/pen...
Smoothness: pure CSS animated dot torus
Could be done with half the elements, but then I'd need to have one keyframe animation for each circle. which would mean one more loop. Uses nested 3...
codepen.io
September 27, 2025 at 9:40 AM
I wonder how many people would update Chrome that way :D

Still, a very interesting chain of vulnerabilities.
June 3, 2025 at 9:46 PM
<button onclick="document.body.innerHTML=' '">Don't click me!</button>
June 3, 2025 at 3:40 PM