We solve this in Alpine (a new all-in-one work suite) by opening a mobile phone sized window you can use without breaking your flow state
Check it out:
We solve this in Alpine (a new all-in-one work suite) by opening a mobile phone sized window you can use without breaking your flow state
Check it out:
Excuse me for getting technical, this is what Alpine search uses:
> LLM embeddings in a vector db
> NLP for searches like "my posts from last month"
> Affinity score to boost the most relevant stuff
> BM25 keyword matching
Excuse me for getting technical, this is what Alpine search uses:
> LLM embeddings in a vector db
> NLP for searches like "my posts from last month"
> Affinity score to boost the most relevant stuff
> BM25 keyword matching
Alpine took 3 years to launch because I cared (too deeply?) about every pixel
You can see this in tables. I played with many tables while building ours and we have the slickest implementation I've seen.
Check it out:
Alpine took 3 years to launch because I cared (too deeply?) about every pixel
You can see this in tables. I played with many tables while building ours and we have the slickest implementation I've seen.
Check it out:
So “no folder” isn’t 100% accurate. We want to optimize for quick capture and letting the system organize itself but if there’s structure you want, we should let you create that structure!
So “no folder” isn’t 100% accurate. We want to optimize for quick capture and letting the system organize itself but if there’s structure you want, we should let you create that structure!
To mention a doc in Alpine you hit @, type a bit, select and get a little in app preview
That's it that's the post
To mention a doc in Alpine you hit @, type a bit, select and get a little in app preview
That's it that's the post
the new oss openai model likes tables, let's see what it's like trying to create a table in notion…
the amount of time it takes your eye to move from one bit of the screen to another is based on how far apart they are
the time i wasted reorienting after opening a thread, sheesh
glad i’m not using slack anymore
the amount of time it takes your eye to move from one bit of the screen to another is based on how far apart they are
the time i wasted reorienting after opening a thread, sheesh
glad i’m not using slack anymore
the new oss openai model likes tables, let's see what it's like trying to create a table in notion…
even at companies that used jira! or linear!
that's why in our task tracker app we made it as easy to create a task as it is to create an apple note. ZERO friction
even at companies that used jira! or linear!
that's why in our task tracker app we made it as easy to create a task as it is to create an apple note. ZERO friction
the new oss openai model likes tables, let's see what it's like trying to create a table in notion…
the new oss openai model likes tables, let's see what it's like trying to create a table in notion…
i added the Switch 2 glowy focus rings to my docs app
work should be fun :)
follow for more product demo videos
we apply a css transform to make sure the gradient covers the entire element
we apply a css transform to make sure the gradient covers the entire element
annoyingly, html supports conic gradients but svg doesn't. so we need to use svg's <foreignObject> element to embed a <div> with a conic gradient in the svg
annoyingly, html supports conic gradients but svg doesn't. so we need to use svg's <foreignObject> element to embed a <div> with a conic gradient in the svg
discord.com/blog/how-dis...
discord.com/blog/how-dis...
i read a blog post by discord 5 years ago which inspired me to reimplement their system in our app
i read a blog post by discord 5 years ago which inspired me to reimplement their system in our app
so we have to start with an absolutely positioned <svg> element that renders on top of whatever we're trying to focus
so we have to start with an absolutely positioned <svg> element that renders on top of whatever we're trying to focus
and we did it with a technique from Discord that terrifies accessibility engineers everywhere 🧵
and we did it with a technique from Discord that terrifies accessibility engineers everywhere 🧵