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

推荐订阅源

Martin Fowler
Martin Fowler
WordPress大学
WordPress大学
月光博客
月光博客
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
大猫的无限游戏
大猫的无限游戏
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 聂微东
Apple Machine Learning Research
Apple Machine Learning Research
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
雷峰网
雷峰网
小众软件
小众软件
酷 壳 – CoolShell
酷 壳 – CoolShell
博客园 - 叶小钗
美团技术团队
宝玉的分享
宝玉的分享
Hugging Face - Blog
Hugging Face - Blog
阮一峰的网络日志
阮一峰的网络日志
A
About on SuperTechFans
Jina AI
Jina AI
D
Docker
Last Week in AI
Last Week in AI
MongoDB | Blog
MongoDB | Blog
Stack Overflow Blog
Stack Overflow Blog
Microsoft Azure Blog
Microsoft Azure Blog

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: LLVM for Programming Languages, Bash Monitoring, Eng...
2020-12-29 · via Stonecharioteer on Tech

Programming Language Development

LLVM for Programming Language Creators

LLVM Benefits for Language Development

  • Code Generation: High-quality code generation for multiple architectures
  • Optimization: Advanced optimization passes for performance
  • Target Independence: Single IR compiles to many architectures
  • Ecosystem: Rich tooling and community support

Language Implementation Pipeline

  • Frontend: Parse source code to AST (Abstract Syntax Tree)
  • Middle-end: Generate LLVM IR from AST
  • Backend: LLVM optimizes and generates machine code
  • Runtime: Link with runtime system and standard libraries

System Monitoring and Operations

Bash HTTP Monitoring Dashboard

Monitoring Benefits

  • Simplicity: No complex dependencies or installation
  • Customization: Easy to modify for specific needs
  • Understanding: Clear logic visible in shell scripts
  • Portability: Runs anywhere Bash is available

GitHub Dark Theme

  • GitHub - StylishThemes/GitHub-Dark
  • Dark theme for GitHub to reduce eye strain
  • Browser extension for better development experience
  • Customizable styling for personal preferences

Learning and Professional Development

Engineering Blogs Collection

  • GitHub - kilimchoi/engineering-blogs
  • Curated list of engineering blogs from companies and individuals
  • Valuable resource for staying current with industry practices
  • Insights into how different organizations solve technical problems

Engineering Blog Benefits

  • Industry Insights: Learn from real-world engineering challenges
  • Best Practices: Discover proven approaches to common problems
  • Technology Trends: Stay current with emerging technologies
  • Career Development: Understand different engineering cultures and practices

Notable Engineering Blog Categories

  • Large Tech Companies: Google, Microsoft, Netflix, Uber engineering blogs
  • Startups: Insights into scaling and early-stage technical decisions
  • Individual Engineers: Personal experiences and technical deep-dives
  • Specialized Domains: Security, DevOps, ML/AI, distributed systems

Academic and Technical Writing

PhD Thesis in Markdown

  • GitHub - tompollard/phd_thesis_markdown
  • Template for writing academic theses using Markdown
  • Alternative to LaTeX with more accessible syntax
  • Demonstrates modern approaches to academic document preparation

Markdown for Academic Writing

  • Simplicity: Focus on content rather than formatting
  • Version Control: Easy to track changes with Git
  • Portability: Convert to multiple output formats
  • Collaboration: Easier review and collaboration processes

Academic Writing Workflow

  • Writing: Focus on content in plain text
  • References: Integrate with reference managers
  • Formatting: Automated formatting for different requirements
  • Publication: Generate PDFs, HTML, or other required formats

Personal and Technical Insights

Experimenting with Hearing Loss

  • Experimenting On My Hearing Loss
  • Personal exploration of accessibility and technology
  • Data-driven approach to understanding personal challenges
  • Demonstrates intersection of personal experience and technical analysis

Accessibility Considerations

  • Personal Impact: How technical choices affect individuals with disabilities
  • Data Analysis: Using technical skills to understand personal challenges
  • Awareness: Building empathy through personal experience
  • Design Impact: How personal insights can improve product design

Key Takeaways

  • Language Implementation: LLVM provides powerful foundation for programming language development
  • Simple Solutions: Bash scripts can provide effective monitoring with minimal complexity
  • Continuous Learning: Engineering blogs are valuable for professional development
  • Modern Academic Writing: Markdown offers accessible alternative to traditional academic writing tools
  • Personal Technology: Technical skills can be applied to understand and solve personal challenges
  • Community Resources: Curated lists and templates save significant development time

These resources span from highly technical compiler development to practical system administration, demonstrating the breadth of skills and interests in modern software development.