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

推荐订阅源

GbyAI
GbyAI
Martin Fowler
Martin Fowler
I
InfoQ
腾讯CDC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
爱范儿
爱范儿
Microsoft Security Blog
Microsoft Security Blog
Google DeepMind News
Google DeepMind News
D
DataBreaches.Net
云风的 BLOG
云风的 BLOG
F
Fortinet All Blogs
N
Netflix TechBlog - Medium
博客园 - 聂微东
Microsoft Azure Blog
Microsoft Azure Blog
D
Docker
博客园 - 三生石上(FineUI控件)
Y
Y Combinator Blog
博客园 - Franky
Engineering at Meta
Engineering at Meta
B
Blog
罗磊的独立博客
Apple Machine Learning Research
Apple Machine Learning Research
Jina AI
Jina AI
V
Visual Studio Blog

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
The Cruise Passengers
Heaven Aldri · 2026-05-15 · via DEV Community

Earlier today, I opened Gojek and noticed something was off about the UI. I took a screenshot, zoomed in, and realized I was right. The shadow of the Gopay balance bar is clipped.

A screenshot of the Gojek app home page with Casey Muratori on a recent podcast with NeetCode

A screenshot of the Gojek app home page with Casey Muratori on a recent podcast with NeetCode

When I saw that, it took me back to the year 2018 when I was 15 years old developing an app for a local cafe. I remembered how frustrated I was trying to fix this. I ended up with a fix that I wasn't even satisfied with, and I felt there had to be a better solution or maybe I was doing it wrong. It happens when a component with a shadow doesn’t have enough space for the shadow to render, so it gets clipped. I ended up adding extra spacing below it and reducing the spacing of the component underneath so the layout still looked the same. Now I understand that the frustration was just an obstacle that I needed to learn my way through.

Nowadays, AI agents can fix many of these problems for us. We only need to point out that something looks wrong and it will, most of the time, find and fix the problem. AI agents may be one of the most transformative innovations in computing history, but they also risk removing the kind of friction that learning depends on. Students, teachers, everyone is delegating their work to these AI agents to be more efficient, slowly trading struggle for convenience, and I can’t help but wonder what happens when nobody struggles through problems anymore.

The Wall-E Effect

From the film Wall-E. Image courtesy of Pixar Studios

From the film Wall-E. Image courtesy of Pixar Studios

Recently, I rewatched WALL-E with my little sister for the first time since I was a kid. It’s a movie about Earth becoming a planet buried in garbage due to extreme mass consumerism, forcing humanity to leave on what was supposed to be a five-year space cruise while robots cleaned the planet. But as the years passed, Earth’s atmosphere became even more toxic from the overwhelming amount of waste, and the cruise quietly continued for hundreds of years. Eventually, humanity disappeared from Earth entirely.

The cruise passengers were happy, to say the least. Robots took care of everything for them. They floated around on flying chairs, never needing to work, while every part of their lives was controlled digitally. It sounds comfortable, even desirable, but at what cost? Humanity had become lazy. People grew obese, babies never learned to walk, and everyone spent their days staring at screens while video calling friends sitting right beside them. They had become completely dependent on machines, and the most terrifying part was that they never realized what they had become because they never had to.

Looking Back

The frustration I had about the shadow clipping was a blessing. I learned my way through even though it wasn't perfect but that's okay. Now I wonder what a decade or two from now will look like. I wonder what my little sister will become then. But then I remembered an article written by the amazing father of two sets of twins Aaron Francis, An argument for logging off.

It's okay not to worry about what is happening to the world. There is only so much we can do about it. We have to focus more on what we can do and less on what the world will become. Have some hope. Instead of letting our children use AI to speedrun their homework, be there and work the problem with them.

Don't be the cruise passenger. Also fix that damn shadow clipping Gojek.