kyrre.dev
Scrappy Startup Dev | ๐Berlin
Coming from a background in art and music
Love to create things
www.kyrre.dev
66 posts
234 followers
1,258 following
Regular Contributor
Active Commenter
comment in response to
post
ts discriminated union handling works better at the top level than with nested structures, if you switch to `as const`
```ts
const b2 = 'kozijn' as const;
const a2: A2 = {
nested: {
b: b2,
c: null,
},
};
```
the error goes away.
comment in response to
post
Check out the SvelteKit loader pattern for an even cleaner syntax
comment in response to
post
Please tell this to my cat
comment in response to
post
ooh missed the original thread! well, here's mine ๐
comment in response to
post
Just started it, itโs soo good
comment in response to
post
Wow, just set up auth with passkey in 10min ๐คฏ
comment in response to
post
Gotta try it out, looking for something else now that Lucia has been deprecated
comment in response to
post
like queries = linear scan (O(n)) without indexes, especially slow with '%text'.
If your csv is small, you're fine. For larger datasets, definitely move to a proper table with indexes or use fts5
comment in response to
post
This api looks really nice! Looking forward to trying out some tanstack form magic soon!
comment in response to
post
wheel of fortune spinning which selects the feature the user gets to keep ๐
comment in response to
post
What are the things that frustrates you?
comment in response to
post
PartyKit is so fun to work with!
comment in response to
post
Norwegian:
>Lรฆr hvordan du kan skape magiske interaksjoner og sjarmerende detaljer med CSS, JavaScript, SVG og Canvas.
>
> Jeg deler alle mine triks i denne!
comment in response to
post
Inter 4.0 looking pretty good though ๐
comment in response to
post
Love figtree!
comment in response to
post
Ollama makes it super easy to run locally!
comment in response to
post
Next.js is great once you get used to all the conventions and somewhat quirky caching behaviours!
comment in response to
post
Come to the Svelte side, we have cookies
comment in response to
post
Just crossed my 100 day streak! Keep it going! ๐ช
comment in response to
post
Looks cool! What's the benefit over something like Warp?
comment in response to
post
Day 17 โ until today, intellisense would often fail when you were in the middle of writing components, because Svelte's parser crashed on syntax errors.
We just fixed that. Install svelte@latest, make sure your extensions are up to date, and feel the wind in your hair as you write your components
comment in response to
post
Hi ๐ would love to join
comment in response to
post
spoilers ๐ซฃ: github.com/kyrregjersta...
comment in response to
post
Best tiny desk ๐ซถ
comment in response to
post
๐
comment in response to
post
welcome to the blue side!
comment in response to
post
AI tooling will boom. Server-first frameworks like Next/SvelteKit/Astro keep rising. Tanstack Start leaves beta. Bun challenges Node. Big tech shrinks teams as each dev+AI builds more, but small companies & startups multiply - more jobs overall, just distributed differently. ๐
comment in response to
post
Nice solution, I just finished mine in ts too!
comment in response to
post
I had the same feeling, once i got my brain into regex mode
comment in response to
post
nice, i came to the same conclusion for day 3!
comment in response to
post
Donโt know your setup, but can you have your backend running locally with docker? Or even simpler, in chrome you can override network requests which work well if you are working on the same page often