Kaspars Dancis
banner
k7d.dev
Kaspars Dancis
@k7d.dev
Building https://applet.dev • co-founder @whimsical.com
A couple of years ago, we gave this as a Christmas present to everyone at Whimsical. It was a metaphor for our journey. I was skeptical at first, but as you can tell from the scratches, it's now my favorite piece of hardware.
February 13, 2025 at 3:04 PM
Today, I'm excited to share this story with the world. We call it, The Whimsical Way. whimsical.com/whimsical-way
The Whimsical Way
The Whimsical Way is our proven blueprint for achieving calm, focused work—whether your team is remote or in-office.
whimsical.com
February 13, 2025 at 4:50 AM
Yeap, thinking of trying Drizzle for my next experiment. I'm still not sold on `undefined` though, property not existing and property existing with undefined value is not exactly the same things. I also managed to actually get bitten by this behavior.
December 20, 2024 at 11:59 AM
I still ended up resorting to raw SQL for bunch of queries and schema updates because of limited SQL support. Prisma's client generation in node_modules is opaque and causes pain with deployment. And as I just learned, despite all the typing, it can still be unsafe.
December 20, 2024 at 4:48 AM
I've stayed away from ORMs for more than a decade but figured I'll give it a try to see if things have improved. I do appreciate the benefit of typed models, schema management and ease of use for common-case retrievals. Yet..
December 20, 2024 at 4:48 AM
December 10, 2024 at 7:54 AM
Views in SwiftUI are objects, aren't they?
December 10, 2024 at 7:42 AM
For comparison, same code in SwiftUI. It's also OOP-ish, however the combo of language features and framework design achieves a better result. The logic is more logically grouped and much easier to read: gist.github.com/k7d/81109aa0...
December 10, 2024 at 7:03 AM