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

推荐订阅源

OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
The Cloudflare Blog
有赞技术团队
有赞技术团队
H
Help Net Security
V
Visual Studio Blog
F
Fortinet All Blogs
Apple Machine Learning Research
Apple Machine Learning Research
博客园 - 司徒正美
G
Google Developers Blog
Google DeepMind News
Google DeepMind News
腾讯CDC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Stack Overflow Blog
Stack Overflow Blog
I
InfoQ
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
L
LangChain Blog
N
Netflix TechBlog - Medium
罗磊的独立博客
The GitHub Blog
The GitHub Blog
云风的 BLOG
云风的 BLOG
Hugging Face - Blog
Hugging Face - Blog
A
About on SuperTechFans
aimingoo的专栏
aimingoo的专栏
Recent Announcements
Recent Announcements

Bboysoul's Blog

Blog Theme Update Mermaid Support Is Here 博客主题更新:现在支持 Mermaid 了 I Recreated My Own Version of TickTick with AI 我用 AI 复刻了一个自己的 TickTick Blog Theme Update Easier-to-Read Articles and Code Blocks 博客主题更新:更好读的文章页和代码块 Building a Personal Manga Library with Komga 用 Komga 搭一个自己的漫画库 Deploying LiteLLM on Kubernetes 在Kubernetes中部署LiteLLM 20260902的胡言乱语 Random Thoughts - 20260902 Introduction Finger 介绍下Finger How I Use Hermes 我是怎么用 Hermes 的 Whey Protein and Creatine 蛋白粉和肌酸 20260811的胡言乱语 Random Thoughts - 20260811 在 K8s 里搭建 WireGuard VPN 并访问集群网络 20260728的胡言乱语 Random Thoughts - 20260728 夏天来杯黄瓜柠檬水 Cloudflare 提交工单的迷宫——你得把所有下拉菜单点开才算完 聊聊 -XX:MaxRAMPercentage=75% 20260715的胡言乱语 Random Thoughts - 20260715 20260714的胡言乱语 Random Thoughts - 20260714
Random Thoughts - 20260605
2026-06-06 · via Bboysoul's Blog

Introduction

Welcome to follow my channel, where I occasionally share random messages

https://t.me/bboyapp

Or follow me on Twitter

https://twitter.com/bboysoulcn

  1. YAMLResume

A YAML-based resume management tool following the Separation of Concerns principle, allowing you to write resume content in plain text YAML and generate pixel-perfect PDFs through LaTeX or HTML/CSS typesetting engines, with support for CLI, Docker, VS Code extension, and GitHub Action workflows.

https://github.com/yamlresume/yamlresume

  1. A Niche Quick Calendar Method

Introducing the terminal cal command as a fast way to check calendars — typing cal in an already-open terminal is faster than launching a calendar app, the output is plain text that can be directly copied into notes, and the post covers useful options like displaying the full year, specific months, and adjacent months.

https://hsu.cy/notes/202605271622/

  1. Warm Up Your MacBook

Sharing the trick of running CPU-intensive commands (like yes > /dev/null) to warm up your MacBook in cold weather, preventing battery performance degradation and hardware issues in low-temperature environments.

https://z3ugma.github.io/2019/11/18/warm-up-your-macbook/

Shlink is a PHP-based self-hosted URL shortener that serves shortened URLs under your own domain, featuring a REST API and web management interface, Docker deployment support, multiple database backends, and detailed access statistics.

https://github.com/shlinkio/shlink

  1. I’m switching to a dumbphone this summer

The author decides to switch from a smartphone to a feature phone (Sunbeam F1 Horizon) for summer 2026, aiming to rebuild an intentional relationship with technology, reduce mindless scrolling habits, and model healthy tech usage for her child, sharing initial impressions of the dumbphone experience.

https://veronicaexplains.net/dumbphone-summer-2026/

  1. You Don’t Love systemd Timers Enough

A deep dive into systemd timers as a modern replacement for cron, detailing their advantages (clear logging, flexible scheduling syntax, persistent execution) and practical features like system wake, randomized delays, persistence, and relative time scheduling.

https://blog.tjll.net/you-dont-love-systemd-timers-enough/

  1. kubecolor

kubecolor is a lightweight kubectl wrapper that only adds color highlighting to kubectl output without tampering with the content, supporting autocompletion, dynamic TTY detection, and custom color themes, and can be used directly as a kubectl alias.

https://github.com/kubecolor/kubecolor

  1. Docker Compose Local Dev Environments: Beyond docker-compose up

Summarizing seven Docker Compose local dev environment best practice patterns: health check gated startup, named volumes instead of bind mounts for databases, internal DNS to avoid port collisions, entrypoint environment validation, Profiles for on-demand services, override files for personal config separation, and layered environment variable files.

https://the-practical-developer.online/posts/docker-compose-local-dev-environments/

  1. LiteLLM: AI Gateway for LLMs – Features Overview

A comprehensive overview of LiteLLM as a unified LLM gateway, covering centralized access management, budgets and rate limiting, OpenTelemetry tracing integration, Prometheus metrics, load balancing and failover, with a full walkthrough of Docker deployment, Python client integration, and VictoriaTraces tracing setup.

https://rtfm.co.ua/en/litellm-ai-gateway-for-llms-features-overview/

  1. PostgreSQL Backups and Point-in-Time Recovery in Production

A detailed guide to production PostgreSQL backup and recovery strategy, covering why pg_dump alone isn’t enough, WAL archiving configuration, base backups, a six-step point-in-time recovery (PITR) procedure, automated restore test scripts, and a comparison of pgBackRest and WAL-G tools.

https://the-practical-developer.online/posts/postgresql-backups-point-in-time-recovery/

Feel free to follow my blog at www.bboy.app

Have Fun