SShortSingh.
Back to feed

Why Chasing 'Top 0.1% in Your Field' May Be the Wrong Goal

0
·1 views

A viral LinkedIn post claiming that only the top 0.1% of professionals earn respect sparked a critical reexamination of how people measure career success. Developer Maneshwar, building an AI code review tool called LiveReview, argues that 'top 0.1%' is not an actionable goal because it cannot be scheduled, practiced, or directly pursued on any given day. Drawing on Warren Buffett's concept of the 'Inner Scorecard' from Alice Schroeder's biography The Snowball, he distinguishes between measuring oneself by internal effort and consistency versus external rankings and reputation. Buffett's framework highlights that outer metrics like rank or follower count can shift regardless of personal performance, while inner metrics such as honesty, intensity, and consistency remain within one's control. The piece ultimately argues that replacing vague status-based ambitions with specific, executable tasks is a more reliable path to genuine excellence.

Read the full story at DEV Community

This is an AI-generated summary. ShortSingh links to the original source for the complete article.

Discussion (0)

Log in to join the discussion and vote.

Log in

Related stories

0
ProgrammingDEV Community ·

A2UI Architecture Lets AI Agents Describe UIs Without Writing Any Code

A2UI is a design architecture that allows language models to build user interfaces on the fly by sending structured data descriptions rather than executable code. Instead of generating JSX or HTML, the agent produces a small JSON object that names a pre-existing client-side component and specifies which values it should display. This approach keeps all executable code on the client, making the model's output validatable against a schema before anything is rendered. The architecture splits responsibilities across three distinct roles: an agent that decides what to show, a protocol that defines the wire format, and a renderer that handles visual presentation. Because components are reused and only values change, descriptions can be cached and the format can be versioned and treated as a formal contract across multiple client implementations.

0
ProgrammingDEV Community ·

How one developer built 160 browser-only tools with no backend using Next.js

A solo developer has published the key engineering decisions behind freetoolsy.com, a collection of 160 browser-based utility tools built with Next.js 14, TypeScript, and Tailwind CSS. The site serves 399 static pre-rendered pages in English and Turkish from a single codebase, with all URL construction centralised in one file to simplify maintenance. A dynamic sitemap generated directly from route data ensures new tools appear in search indexes immediately after deployment, eliminating a recurring class of stale-sitemap bugs. The developer also built a pre-build registry consistency checker that catches mismatched tool imports in seconds, preventing mid-build failures across a growing 160-tool catalogue. Running entirely client-side with no backend, the tools function offline and require no server logs, data retention policies, or analytics infrastructure.

0
ProgrammingDEV Community ·

Lesser-Known AI Coding Tools Offer Lower Costs and Faster Onboarding in 2026

A 2026 analysis highlights that while GitHub Copilot, Tabnine, and Amazon CodeWhisperer dominate 84% of developer adoption, smaller alternatives like Cody by Sourcegraph, Autimatic, and MutableAI offer comparable or superior features at lower prices. The median monthly price for these lesser-known tools is $15, compared to $23 for Copilot, translating to an average annual saving of $96 per developer. Cody by Sourcegraph, priced at $19 per month, offers a 120,000-token context window — double that of Copilot — with private repository search included as a standard feature. Onboarding times for low-competition tools average 2.3 hours versus 3.2 hours for mainstream platforms, with MutableAI reportedly cutting onboarding time at Stripe from three days to one. Industry surveys suggest 73% of developers are overpaying for mainstream AI tools, despite the availability of focused, lower-cost alternatives with faster support cycles.

0
ProgrammingDEV Community ·

GitHub Permanently Disables SHA-1 for HTTPS and TLS Connections from Sept 15

GitHub disabled SHA-1 support for HTTPS and TLS on github.com and its CDNs on September 15, 2026, ending years of legacy compatibility. The company had signaled the change since April 2026 and conducted an 18-hour brownout on July 14 to alert affected users before the final cutoff. Clients unable to complete a TLS handshake without SHA-1 now receive a connection error when accessing GitHub. The change affects github.com, GitHub Enterprise Cloud, and partner CDNs, but does not impact self-hosted GitHub Enterprise Server installations. Most failures have been traced to outdated infrastructure such as old curl builds, unpatched .NET Framework versions, and stale Docker base images rather than end-user browsers.

Why Chasing 'Top 0.1% in Your Field' May Be the Wrong Goal · ShortSingh