Jacob
@ebey.dev
You seem to be asking for all objects to be treated as a Record<any, unknown>. Seems like you'd break any benefits TS brings to the table with doing `?.` if that was the case. Anytime you `?.` you'd be opting out of property existence checks against. This would become valid, and that's no good
July 11, 2025 at 5:18 PM
You seem to be asking for all objects to be treated as a Record<any, unknown>. Seems like you'd break any benefits TS brings to the table with doing `?.` if that was the case. Anytime you `?.` you'd be opting out of property existence checks against. This would become valid, and that's no good
June 25, 2025 at 8:00 AM
The web is so nice nowadays...
`
` (default)
`
` (browser decided lazy loading)
developer.mozilla.org/en-US/docs/W...
`
`
developer.mozilla.org/en-US/docs/W...
June 7, 2025 at 8:29 PM
The web is so nice nowadays...
`
` (default)
`
` (browser decided lazy loading)
developer.mozilla.org/en-US/docs/W...
`
`
developer.mozilla.org/en-US/docs/W...
Ok, explored "use cache" today and even though I'm still skeptical, it actually feels like a really nice application abstraction.
Slow data that's shared across views / requests? "use cache".
Components that render a lot of stuff and you want to reduce resource utilization? "use cache".
Slow data that's shared across views / requests? "use cache".
Components that render a lot of stuff and you want to reduce resource utilization? "use cache".
June 2, 2025 at 1:26 AM
Ok, explored "use cache" today and even though I'm still skeptical, it actually feels like a really nice application abstraction.
Slow data that's shared across views / requests? "use cache".
Components that render a lot of stuff and you want to reduce resource utilization? "use cache".
Slow data that's shared across views / requests? "use cache".
Components that render a lot of stuff and you want to reduce resource utilization? "use cache".
For anyone who wants to give it a go: llm-playground.pages.dev
You can get an API key for Groq at console.groq.com/keys
The OpenAI Base URL for Groq is: api.groq.com/openai/v1
You can get an API key for Groq at console.groq.com/keys
The OpenAI Base URL for Groq is: api.groq.com/openai/v1
March 18, 2025 at 3:16 AM
For anyone who wants to give it a go: llm-playground.pages.dev
You can get an API key for Groq at console.groq.com/keys
The OpenAI Base URL for Groq is: api.groq.com/openai/v1
You can get an API key for Groq at console.groq.com/keys
The OpenAI Base URL for Groq is: api.groq.com/openai/v1
I think I finally found a LLM interface that doesn't suck.... And it turns out the best LLM interface is *no interface*. A blank document.
Might expand on this idea.
Might expand on this idea.
March 17, 2025 at 4:37 AM
I think I finally found a LLM interface that doesn't suck.... And it turns out the best LLM interface is *no interface*. A blank document.
Might expand on this idea.
Might expand on this idea.
Bringing @devongovett.bsky.social's `with { env: "name" }` to Vite.
February 22, 2025 at 3:29 AM
Bringing @devongovett.bsky.social's `with { env: "name" }` to Vite.