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

推荐订阅源

Martin Fowler
Martin Fowler
D
DataBreaches.Net
F
Fortinet All Blogs
阮一峰的网络日志
阮一峰的网络日志
博客园_首页
Apple Machine Learning Research
Apple Machine Learning Research
H
Help Net Security
M
MIT News - Artificial intelligence
美团技术团队
人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The Cloudflare Blog
有赞技术团队
有赞技术团队
L
LangChain Blog
博客园 - Franky
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
博客园 - 【当耐特】
S
SegmentFault 最新的问题
V
Visual Studio Blog
Blog — PlanetScale
Blog — PlanetScale
Hugging Face - Blog
Hugging Face - Blog
B
Blog
I
InfoQ

Stonecharioteer on Tech

I Traced My Traffic Through a Home Tailscale Exit Node What Was I Reading Last? In Three Not-So-Easy Pieces Dogfooding Is Hard Code blocks in your books, finally GoForGo v0.9.0 Merrilin - We built an app to read books I use a Macbook now Data Structures & Algorithms - Preparing for Interviews Using a local DNS namespace for local service discovery Direction KOllector - Publishing KOReader Highlights gbt: branches touched in the last 24 hours A Soiree into Symbols in Ruby Some Smalltalk about Ruby Loops Ruby Blocks Returning from Ruby Blocks, Procs and Lambdas My Linux Laptop Finally Works: How Claude Helped Me Fix Years of Annoyances TIL: Watchexec - Modern File Watching for Development Workflows A Less Busy Mind GoForGo - Learn Go through live examples Migrating My Old Blog to Hugo with Claude The Qtile Window Manager: A Python-Powered Tiling Experience Read the RFCs that Built the Internet Py-x-Protobuf - Or How I Learned to Stop Worrying and Love Protocol Buffers Python Reverse a List New Beginnings Leaving ChainSafe Systems Screen Lock for Cinnamon Desktop using Zenity and Terminal Commands Crews Not Teams A System for Getting Better at LeetCode
TIL: Big-O Notation Explained and ADHD Productivity Tips
2021-01-27 · via Stonecharioteer on Tech

Computer Science Fundamentals

Big-O Notation for Self-Taught Programmers

  • Big-O notation explained by a self-taught programmer
  • Clear explanation of algorithmic complexity analysis
  • Written from the perspective of a self-taught programmer
  • Practical approach to understanding time and space complexity
  • Bridges the gap between academic theory and practical programming

Key Big-O Concepts

  • Time Complexity: How algorithm performance scales with input size
  • Space Complexity: How memory usage scales with input size
  • Common Complexities: O(1), O(log n), O(n), O(n²), O(2^n)
  • Real-World Applications: Understanding performance implications of algorithm choices

Practical Algorithm Analysis

  • Performance Prediction: Estimate how algorithms will perform at scale
  • Optimization Decisions: Choose appropriate algorithms and data structures
  • Interview Preparation: Essential concept for technical interviews
  • Code Review: Evaluate code efficiency and scalability

Personal Productivity and Health

ADHD Productivity Strategies

Categories of ADHD Tips

  • Time Management: Strategies for managing time and deadlines
  • Organization: Systems for keeping track of tasks and items
  • Focus Techniques: Methods for maintaining concentration
  • Emotional Regulation: Dealing with ADHD-related emotional challenges
  • Workplace Strategies: Adapting professional environments for ADHD
  • Peer Support: Learning from others with similar challenges
  • Diverse Perspectives: Multiple approaches to common problems
  • Practical Testing: Tips that have been tried and validated by community
  • Accessibility: Free, accessible information sharing

Relevance for Developers

ADHD and Programming

  • Hyperfocus: Understanding and leveraging periods of intense concentration
  • Task Switching: Managing context switching and interruptions
  • Project Management: Breaking down complex projects into manageable pieces
  • Environment Design: Creating optimal work environments for focus

Productivity Applications

  • Pomodoro Technique: Time-boxed work sessions
  • Task Chunking: Breaking large tasks into smaller, achievable goals
  • Environmental Controls: Managing distractions and optimizing workspace
  • Routine Development: Building consistent work habits and patterns

Key Takeaways

  • Self-Taught Learning: Quality educational content exists outside traditional academic settings
  • Community Knowledge: Reddit and similar platforms can be valuable sources of practical information
  • Neurodiversity in Tech: Understanding different cognitive styles and challenges in programming
  • Algorithmic Thinking: Big-O notation is fundamental for writing efficient code
  • Practical Application: Academic concepts like Big-O have direct real-world applications
  • Productivity Systems: Effective productivity often requires understanding personal cognitive patterns
  • Peer Learning: Learning from others’ experiences can be more valuable than theoretical knowledge

These resources highlight the intersection of technical learning (algorithm analysis) with personal development (productivity and health management), showing how both contribute to effective software development careers.