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

推荐订阅源

WordPress大学
WordPress大学
小众软件
小众软件
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - Franky
Jina AI
Jina AI
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Y
Y Combinator Blog
V
Visual Studio Blog
C
Check Point Blog
阮一峰的网络日志
阮一峰的网络日志
U
Unit 42
量子位
人人都是产品经理
人人都是产品经理
博客园 - 聂微东
M
MIT News - Artificial intelligence
爱范儿
爱范儿
B
Blog RSS Feed
MyScale Blog
MyScale Blog
H
Help Net Security
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
美团技术团队
L
LangChain Blog
D
Docker

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
Real Engineering ?
Anuj Bolewar · 2026-05-07 · via DEV Community

Before I knew the word. Before the degree. Before the campus gate — I was already reverse-engineering the world with my bare hands.

I was seven, maybe eight, and I had just cracked an app using GameGuardian. I didn’t know what I was doing had a name. I didn’t know it was called “reverse engineering.” I didn’t even know what engineering was. I just knew something deep and electric: things that look finished aren’t finished. They can be opened. Understood. Changed.

That feeling — not the cheat codes, not the free coins — that feeling of peeling back the surface of a system and seeing the wires underneath. That was it. That was the thing. That was what nobody else in the room was looking for, and I couldn’t stop.

“Engineering isn’t a decision you make at 17 on a form. It’s something you’ve been doing since before you had the word for it.”

The disease with no name
There’s a type of person who can’t walk past a broken fan without quietly clocking which part has failed. Who hears a strange noise from an engine and starts triangulating, not panicking. Who, at age 8, takes apart a mobile phone not to destroy it — but because the idea that nobody has told them what’s inside is genuinely intolerable.

That’s the disease. It doesn’t have an official diagnosis. The closest thing is engineering. And the degree is just the paper that retroactively names what you already were.

// age: 7–8. tools: GameGuardian, curiosity, zero fear
function understandWorld() {
while (thingExists) {
openIt();
breakIt();
fixItBetter();
}
}
// nobody taught this. it just ran.

What people get wrong about regret
Everyone has an uncle who sighs about wasted years in engineering. Every LinkedIn post about “escaping tech” gets 40,000 likes. Whole ecosystems exist to validate the idea that choosing this field was a mistake.

But here’s what those people are actually saying: they chose the label, not the obsession. They picked engineering because someone told them it paid well, or because it was safe, or because their parents wanted it. And they were right to leave — they were never there in the first place.

Write on Medium
I am not that. I was pulling motors apart before I could spell the word motor. The degree didn’t give me this. It just gave it a home.

“The regret isn’t about engineering. It’s about choosing a costume instead of a calling.”
What engineering actually is
Real engineering isn’t a job title or a salary bracket. It’s a specific and relentless relationship with reality. It means you look at every system — mechanical, digital, social, biological — and your brain involuntarily starts asking: why does this work? what breaks it? how would I build it differently?

It means you fix things that aren’t yours to fix. You optimize routes you didn’t need to take. You read documentation nobody asked you to read. You build tools that solve problems you invented by noticing the problems existed.

It means when something is wrong, you are constitutionally incapable of shrugging. The shrug has been patched out of your firmware.

What I know now that 8-year-old me didn’t
The thing that made me crack that app wasn’t curiosity in the general, motivational-poster sense. It was a specific intolerance for not knowing. An almost physical discomfort with opacity. Systems that hid their logic from me felt like a personal challenge — a dare.

I know now that this is exactly what good engineers feel, regardless of domain. It’s what makes someone at 2am still reading a kernel panic trace instead of sleeping. It’s what makes someone build a second tool when the first tool works fine, just because they saw a better way. It’s not discipline. It’s compulsion. Loving compulsion.

People will keep making the jokes. “Engineering is just endless suffering.” “Should’ve done finance.” Fine. Let them.

I was born with a debugger running in my head. I don’t know how to turn it off. I don’t want to.

“Some people chose engineering. Some people were engineering long before the choice.”

That’s the only version of this story I know how to tell. The true one.