Ville V. Vanninen

@sakamies
179 Followers
417 Following
87 Posts
Minimalism, accessibility, ethical tech.
 🏳️‍🌈
I love things in the real world too, but mostly post about web stuff.
Sitehttps://pumpula.net
Daily photoshttps://glass.photo/sakamies
@jonikorpi A real cheesy suggestion, but sincerely Korpi might fit.
In these times it's good to have a north star, so I wrote a manifesto. Trying to take some poetic licence here, might be a little clumsy at times. I'd welcome any discussion! https://pumpula.net/manifesto/
@ojrask Mikähän homma, katos Apple TV:stä kans vasta. 😩
@mnvr I mean yeah, there's some hyperbole and a lot of value judgement in post. I've done and seen useful stuff being done with LLMs. Todays particular frustration stems from how much I see AI output being used as is, without thinking much for one self if the output even solved the problem at hand. It's generating a lot of stuff for me to fix.
Can you believe I'm doing prompting workshops at work? My first advice: "Please don't, you human brains are so much better at all of this and your thoughts matter." But it's already happening anyway so I'm trying my best to defuse any bombs before they go off.
This summer I had an actual real one month vacation for the first time in my adult life and didn't do anything on my computer. It was glorious.
@[email protected] Ainakin männävuosien Netflixin perusteella luulisin että on tapana läiskästä "alkuperäissarja" jos on yksinoikeus kyseiseen sisältöön just nyt. Ihan höpönlöpöähän se kyllä on.
@mallonbacka One more from here! It was just excellent.
Another sorta blog post is up. Code golfing a tabs custom element. Hopefully simple enough to read and understant the code to make your own. As usual I think the accessibility and progressive enhancement sections are the important bits. Otherwise nothing too fancy. https://github.com/sakamies/tabs-customelement
GitHub - sakamies/tabs-customelement: A minimal tabs custom element that tries to work exactly according to APG Tabs Pattern.

A minimal tabs custom element that tries to work exactly according to APG Tabs Pattern. - sakamies/tabs-customelement

GitHub
How about a custom element where you write a naked js template string and render it. It's nice because you can write a template in your html file with html syntax highlighting, but it's still a real js template literal. https://github.com/sakamies/template-string-customelement
GitHub - sakamies/template-string-customelement: Write a naked template string inside a script tag with this custom element. It's nice because you can write your template in your html file with html syntax highlighting, but it's a real javascript template literal.

Write a naked template string inside a script tag with this custom element. It's nice because you can write your template in your html file with html syntax highlighting, but it's a real ja...

GitHub