eirik k
eirikk.bsky.social
eirik k
@eirikk.bsky.social
web dev & music

my band: @payphones.band
https://bento.me/esk
glep
October 30, 2025 at 3:59 PM
Hacking away at a TypeScript rewrite / port of zzz.dog and I somehow got perspective working okay.

(This is also a #svelte 5 wrapper for the port with reactive inputs)

#zdog
October 22, 2025 at 2:25 PM
Svelte Inspect Value finally has built in persistence for Panel settings and state (disabled by default.) It can even sync between tabs if that's useful somehow.
August 19, 2025 at 9:50 PM
Spent time learning about SVG filters today because GLASS

I don't think I want it to be a thing on the web (or my phone) but it looks so NEAT
June 11, 2025 at 8:11 PM
Here's a slightly outdated video demonstrating the new keyboard navigation and search:
June 4, 2025 at 8:44 PM
Help me name this variation of Svelte Inspect Value:

- Inspect.Drawer
- Inspect.Fixed
- Inspect.Global
April 8, 2025 at 5:51 PM
Work-in-Progress color picker with history that only adds new entries when the new color is perceptually different enough from the previous color (using ΔE-algorithm from colorjs.io)

Apparently bright greens are almost all the same!
March 7, 2025 at 10:59 PM
prototyping "global inspect instances" - the main idea was a fixed position value inspector that would be nice to plop in a +layout.svelte to inspect $page or some other changing store / global state. and then i tested adding values from normal instances and it works really well. am i cooking here??
February 18, 2025 at 2:41 PM
here's one where i met limitations of svelte runes and had to use mutationobserver

inspect html elements for some reason!

in this video i am manipulating the inspected div (top inspector) while also inspecting document.activeElement

is this useful? i don't know!
December 12, 2024 at 2:44 PM
another feature i'm not sure i'd use myself but it looks neat huh?

inspect promise state / result
December 12, 2024 at 1:53 PM