Gwenn Le Bihan
banner
gwen.works
Gwenn Le Bihan
@gwen.works
creates: [music, designs, web apps, dev tools]
website: gwen.works
pronouns: she/her
check out my music:
- gwen.works/to/spotify
- gwen.works/to/applemusic
art stuff:
- gwen.works/to/instagram
software stuff:
- gwen.works/to/github
💊: 2025-02-20T13:00:00Z
"i dont like doing it" suuuuuuuure...
November 17, 2025 at 5:01 AM
lmaoo i left the audio in the screen recording

it's "Sudden Awareness of Now" by Rival Consoles if you're wondering
November 9, 2025 at 7:39 PM
came from this idea i had, funny how when you draw it yourself it's "oh, should be easy, just have to select points at random", but *your* intuitive "at random" is much more complicated than actual randomness because it's constrained by being not ugly lol
November 9, 2025 at 7:37 PM
It looks like a arktype job interview exercise 😆
November 6, 2025 at 9:47 AM
woops, heres a hi rez version
November 4, 2025 at 10:55 PM
this has album cover art vibes, makes me think of Max Cooper's On Being
November 4, 2025 at 10:55 PM
I always do a lil

wget www.toptal.com/developers/g.... -O .gitignore

When i start a project

Just put your language instead of ...

You can even put multiple languages, separate them with commas :)
https://www.toptal.com/developers/gitignore/api/c++
# Created by https://www.toptal.com/developers/gitignore/api/c++ # Edit at https://www.toptal.com/developers/gitignore?templates=c++ ### C++ ### # Prerequisites *.d # Compiled Object files *.slo *.l...
www.toptal.com
November 4, 2025 at 7:55 AM
To be fair since the main repo I work in grew too large for lint-staged, I switched to letting github actions commit formatting changes to main, so I don't really care about the speed anymore

I find hooks to be better for DX, but only when they dont slow u down, maybe oxfmt will fix that !
October 29, 2025 at 7:13 AM
Yeah, that's what im doing right now, oxlint + eslint w/ eslint-plugin-oxlint

I didnt try oxfmt yet tho! My prettier does import sorting, .yaml, svelte...

But im also keeping tabs on biome if they ever get Svelte support first (but them lying about having svelte support is not helping lol)
October 28, 2025 at 1:44 PM
And on the linting side of things, can it e.g. warn me when I forget a (key) in a {#each}? Those are things that Svelte devs need
October 25, 2025 at 6:17 PM
Can it format expressions inside a {#snippet}?

Can it indent the inside of a {#if}...{/if} block?

I'm eager to finally move away from eslint+prettier and benefit from compiled languages' speed, but I need sth that has actual full Svelte support :p
October 25, 2025 at 6:16 PM
> While we’ve done extensive work to handle many patterns, there are cases and framework-specific syntaxes that may not yet be fully supported (for example Svelte control-flow syntax, or Astro JSX-like syntax).

Sooo... Not full support then 😅
October 25, 2025 at 9:18 AM