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

推荐订阅源

量子位
Vercel News
Vercel News
Microsoft Azure Blog
Microsoft Azure Blog
爱范儿
爱范儿
N
Netflix TechBlog - Medium
Google DeepMind News
Google DeepMind News
H
Help Net Security
罗磊的独立博客
The Cloudflare Blog
J
Java Code Geeks
博客园 - 叶小钗
I
InfoQ
B
Blog
Blog — PlanetScale
Blog — PlanetScale
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
腾讯CDC
月光博客
月光博客
博客园_首页
雷峰网
雷峰网
M
MIT News - Artificial intelligence
博客园 - 【当耐特】
美团技术团队
T
The Blog of Author Tim Ferriss
博客园 - 司徒正美

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: CPUFetch, OneFetch, and Learn CSS
2021-06-03 · via Stonecharioteer on Tech

GitHub - Dr-Noob/cpufetch - Simple yet fancy CPU architecture fetching tool.

CPUFetch is a command-line tool that displays detailed information about your CPU architecture in a visually appealing format. It shows:

  • CPU model and specifications
  • Architecture details
  • Cache information
  • Instruction sets supported
  • Colored terminal output similar to neofetch but focused on CPU

OneFetch - Git Repository Summary

GitHub - o2sh/onefetch - Git repository summary on your terminal.

OneFetch is a command-line tool that displays beautiful summaries of Git repositories, showing:

  • Repository statistics
  • Programming language breakdown
  • Commit information
  • Contributors
  • File structure overview
  • Colorful terminal output with ASCII art

Learn CSS by Google

Learn CSS - Comprehensive CSS course by Google.

Google’s web.dev platform offers a complete CSS course covering:

  • CSS fundamentals and syntax
  • Layout techniques (Flexbox, Grid)
  • Responsive design principles
  • Modern CSS features
  • Performance considerations
  • Practical examples and exercises