Tab Search in Google Chrome
(1 min read) The top left "carat" in Chrome contains a sortable list of tabs, a tab search, and an organizer. Next time you have 28721 tabs, you're welcome.
(1 min read) The top left "carat" in Chrome contains a sortable list of tabs, a tab search, and an organizer. Next time you have 28721 tabs, you're welcome.
(1 min read) Your route.js / route.ts likely needs to force dynamic rendering. export const dynamic = "force-dynamic"; Otherwise during the build process. Next will try and pre-render that page. That means it calls APIs, needs process.env, etc. It will do this even though route.* would lead you to believe
(1 min read) ueli (MIT Licensed) is Alfred, but for those of us on Windows. With the most recent Win 11 builds, you can't just tap the windows key 🪟 and then begin typing what you want.
(1 min read) ExplorerPatcher can undo the majority of Windows 11 Start Menu crap you never asked for. Recommendations? Gone. Bing Search? Gone. I'm not asking for much here. I just want my "click here for programs" button to do what's on the tin.
(1 min read) The @vercel/nft (Node File Trace) package is responsible for a lot of Vercel's bundling magic. It statically analyzes files and can find non-JS dependencies in the execution path by spotting filesystem intersections via readFile and readStream calls. The result of this call is a list of only