惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
J
Java Code Geeks
月光博客
月光博客
Engineering at Meta
Engineering at Meta
WordPress大学
WordPress大学
Jina AI
Jina AI
小众软件
小众软件
U
Unit 42
云风的 BLOG
云风的 BLOG
Stack Overflow Blog
Stack Overflow Blog
雷峰网
雷峰网
博客园 - Franky
Microsoft Security Blog
Microsoft Security Blog
罗磊的独立博客
宝玉的分享
宝玉的分享
B
Blog
C
Check Point Blog
爱范儿
爱范儿
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
量子位
阮一峰的网络日志
阮一峰的网络日志
Vercel News
Vercel News
酷 壳 – CoolShell
酷 壳 – CoolShell

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
I built a Chrome extension because I couldn't stop openin...
Promise Uzoechi · 2026-05-31 · via DEV Community

Let me be honest about something embarrassing.

I've read Deep Work. I've read Atomic Habits. I had a colour-coded Notion workspace that would make a productivity influencer cry with joy. I used three different Pomodoro apps across three years. I had a site blocker installed.

I was still wasting about two hours a day.

It took me an embarrassingly long time to figure out where the leak was.


The moment I finally saw it

One afternoon I was watching my own screen — actually watching myself work, not in a productivity-hack way, just because I was curious — and I noticed something. Every time I finished a Pomodoro session and went to start the next task, I'd open a new Chrome tab.

And in the half-second before I typed anything, my hand just... went to Twitter. Or Reddit. Or sometimes I'd start typing a URL and somehow end up on a completely different one.

The new tab page was the leak.

Not the sites themselves. Not my willpower. The empty, invitation-shaped blank canvas that Chrome opens every time you hit Cmd+T was giving my brain a window to hijack the transition.

My site blocker wasn't catching it because I technically wasn't browsing to a distraction site yet. I was just "in between" tasks. The blocker sees a navigation. The decision to navigate happens before that.


So I built a fix

I'm a developer. This is what we do instead of therapy.

I built a Chrome extension called Ashdeck that replaces the new tab page entirely. When you open a new tab, instead of a blank canvas, you see:

The idea is simple: remove the moment of emptiness. Give the transition a destination.

The result surprised me. The issue wasn't willpower. It was the blank state. Once the new tab showed me exactly what I was supposed to be doing next, the decision to go to Twitter stopped being automatic. I had to actively override something, not passively drift.


What I learned building this

A few things that weren't obvious going in:

1. The blocker and timer have to live in the same place

I tried building them separately first. The blocker alone felt punishing — like a rule without context. The timer alone was easy to ignore because you could just open a new tab and browse freely between sessions.

Together they create a feedback loop. The timer tells you you're in a session; the blocked tab enforces it without you having to remember.

2. The new tab page is the most underrated real estate in the browser

Every productivity extension wants to be a sidebar widget or a popup. But you open a new tab dozens of times a day. It's the single highest-frequency touchpoint in your entire computing session, and almost everyone is using it for a pretty photo and a quote.

3. Users split into exactly two camps

  • "I would never replace my new tab page" (visceral, immediate rejection)
  • "I've been looking for this exact thing for three years" (immediate install, immediately tell their friends)

I haven't found a middle ground yet, which I think means the positioning is actually pretty tight.


Where it's at now

Ashdeck has been live for about eight months. It's a free Chrome extension. I added an AI notepad recently because I kept wanting to brain-dump thoughts mid-session without switching apps.

The thing I'm still not happy with: the site blocking mechanism.

I built it in a way that works for most use cases but has some edge cases around incognito mode and certain redirect patterns. If you try it and run into weirdness, please tell me honestly.

If any of this resonates, you can try it at ashdeck.com. If it doesn't solve your problem, I'd genuinely like to know why, because that's useful too.


Over to you

What's the most unexpected place you've found productivity leaks in your workflow? or your current focus setup?