Andris Svarcs
andrissvarcs.bsky.social
Andris Svarcs
@andrissvarcs.bsky.social
Wearing many hats, pretending to enjoy watching grass growing, maybe not. Sometimes, painting with JavaScript, but mainly with an imaginary pencil.
Check my blog. I built it with SvelteKit and a bit of swearing:
https://www.shvarcs.com/
Not exactly a picnic weather.
July 19, 2025 at 8:58 AM
I was told there is no way to ask AI to generate a glass of wine filled to the brim, 100% to the top. That's because there are no real photos of such a thing. AI can't learn that. I still had to try it and didn't succeed. :) Shall we teach green wine always filled to the top?
January 20, 2025 at 3:47 PM
When you have no time and need a dark theme for the web, use these two lines :)

document.body.style.filter = 'invert(1)'
document.body.style.background = 'black'
January 9, 2025 at 7:38 AM
I'd say CSS has become full of math and programming. I wanted a column grid with gaps and used a linear-gradient() for that. It took me a while, but it worked. Also, CSS doesn't look like CSS at all :)
January 3, 2025 at 1:49 PM