Jan Aagaard
janaagaard.com
Jan Aagaard
@janaagaard.com
Frontend developer.
Programming languages are either old, outdated, bloated, and bitter about it; or young, unproven, incomplete, and wildly overconfident.
June 12, 2025 at 7:26 PM
I am generally quite impressed with Copilot. Sure, there is a lot of noise, but I find it pretty easy to filter that out, and once in a while, it is a real hero.

One thing though: Is it possible to configure Copilot to stop with these filler comments that don't add anything?

#copilot
May 8, 2025 at 7:06 AM
@kagi.com Is there any chance that you will be adding a personal search history at some point? I often find myself wanting to recall the searches that I have made earlier, and often searches made on other devices.
March 12, 2025 at 5:33 PM
Yay. My little hobby project of creating a bot for Bluesky finally passed 100 followers. It is posting links to a Danish news site, so the target audience is quite limited.

Fun fact: The first version was coded on an iPad with an external keyboard and mouse using GitHub Codespaces.
March 5, 2025 at 8:10 PM
Reposted by Jan Aagaard
We're fixing Storybook bloat, one dependency at a time! 🔪 @storybookjs.bsky.social
October 27, 2024 at 11:54 AM
Playring around with @tanstack.com Router using file-based router, as the docs recommend. I have ended up configuring Ctrl+B to build my project to regenerate routeTree.gen.ts. This feels like going back to a compiled language.

Is there something I am doing wrong, @tkdodo.eu?
February 3, 2025 at 8:43 PM
Does anyone know why Tailwind's break-words CSS class translates to 'overflow-wrap: break-word' and not 'word-break: break-word'? I don't have much experience with either, but the former worked a lot better for us, so now I am curious.

@adamwathan.com @tailwindcss.com #tailwindcss
November 28, 2024 at 7:48 PM
Is it possible to configure @bsky.app to open external links in the same browser window?
November 26, 2024 at 5:38 PM
My React Native app is broken in Expo 52: Now the PanResponder’s end callback on my slide-to-confirm button is triggered prematurely when the button is dragged just 10 pixels. The issue only occurs when the button is on a bottom sheet.

Any suggestion on how I should debug this?

@expo.dev
November 20, 2024 at 8:54 AM