The Norway problem, why you should refuse implicit typing on YAML. #article#yaml#coding @thedevs https://kutt.it/z0XkDY
静态网站悖论 个人网站的两种不同实现方式:一种是复杂的内容管理系统(CMS),另一种是简单的静态 HTML 文件。文章指出,尽管大多数普通用户倾向于使用复杂的解决方案(如 WordPress),但实际上,只有少数专业软件工程师能够选择更简单的静态网站。 via HackerNews 2024 10 09 前两天刚好听朋友说 square space 已经涨到了近乎搞笑的 $25 月费,做不用来盈利的个人博客实在难以 justify。这篇文章中吐槽得很在点子上: normal users are stuck with a bunch of greedy clowns that make them pay for every little thing, all while wasting ungodly amounts of computational power to render what could have been a static website in 99% of cases. 普通用户被困在了一群屁大点功能都要收费的贪婪小丑手里,与此同时浪费着人神共愤额度的算力来渲染 99% 的情况下都可以作为静态的网站。 当然原文中说的“只有少数专业软件工程师才能选择更简单的静态网站”略微夸张并不认同,因为静态站至少是比 self-host 的动态 CMS 少太多维护了。我的 backlog 里也一直躺了篇安利新手用静态站并拉踩 WP 的文,不过网上这种文已经有无数了也还是拦不住前赴后继往各种 CMS 的坑里冲的新手,觉得写了又有什么意义呢就还搁着没写。(当然迟早会像以前反复造的无数轮子一样被废话欲战胜的 but not today) #indieblog#newletter
Hashtags
找到 7 条相似帖子
搜索 #yaml
MIHOMO_YAMLS — 一个关于 mihomo 的综合工具库 #tools#github#mihomo#yaml 这个项目的名字虽然叫 MIHOMO_YAMLS,但它的定位早已超出了"配置文件集合"的范畴,更准确地说,它是一个围绕 mihomo 生态构建的综合性工具与知识库。 项目目前涵盖以下几个方向: 配置教程与文档 Wiki 提供了从零开始编写 mihomo 配置文件的系统性指引,无论是新手入门还是进阶调优,都可以在这里找到参考。 多流派配置收集 THEYAMLS 目录收录了来自社区不同风格、不同思路的配置方案,方便用户横向对比、按需取用。 覆写文件支持 针对 openclash或者一些订阅转换工具生成的配置,Overwrite 目录提供了对应的覆写文件,便于在不修改原始配置的前提下进行定制化调整。 规则集整理 项目汇整了来自各方的规则集资源,并在 CREDITS 文档中进行了统一归档与致谢。项目本身的 geodata 部分也提供了一些自维护的规则集。 客户端索引 CLIENTS 文档统计并整理了目前基于 mihomo 内核的主流客户端,方便用户根据平台和需求快速选型。 本项目仍在持续完善中,后续将补充更多内容。欢迎关注、使用,也欢迎提交 Issue 或 PR 参与共建。 项目地址:https://github.com/HenryChiao/MIHOMO_YAMLS
▎mihomo_yamls #github#yaml#mihomo#smart#配置 Clash Meta/Mihomo(smart)的配置收集,主要参考LennoC/Template4Clash,提升观感并完善收集 https://github.com/HenryChiao/mihomo_yamls
𝕄𝕚𝕙𝕠𝕞𝕠 的千种配置 #𝕘𝕚𝕥𝕙𝕦𝕓#收集#𝕞𝕚𝕙𝕠𝕞𝕠#开源#配置#yaml 究极完圣体形态 ❶ 补全并统计了对各平台的基于mihomo内核的软件。 ❷ 完善提交过程,添加诸多要求保持项目清洁无污染。 ❸ 提问过程细分化,使之更科学合理。 ❹ 提升项目各 readme.md阅读可观性 ❺ 对引用来源具体标明。 项目地址: https://github.com/HenryChiao/mihomo_yamls
@githubtrending · Post #14649 · 2025/04/30 13:00
#typescript#csv#diagrams#graph#json#nextjs#react#tool#visualization#yaml JSON Crack is a free, open-source tool that instantly turns complex JSON, YAML, CSV, XML, or TOML data into clear, interactive graphs, making it easier to explore and understand your information. It lets you convert between formats, validate data, generate code (like TypeScript interfaces), run queries, and export visuals as images—all while keeping your data private since everything processes locally on your device[1][2][5]. https://github.com/AykutSarac/jsoncrack.com
@githubtrending · Post #14929 · 2025/07/08 13:00
#swift#ci#cli#generator#specification#swift#xcode#xcodeproj#xcodeproject#yaml XcodeGen is a Swift command-line tool that automatically creates your Xcode project based on your folder structure and a simple YAML or JSON configuration file. This means you don’t have to manually manage your Xcode project files, avoiding merge conflicts in Git and keeping your project files always in sync with your folders. It supports complex setups, multiple targets, build settings, and schemes, and works well with CI systems. Using XcodeGen saves you time, reduces errors, and makes collaboration easier by letting you generate and update projects on demand without opening Xcode manually. This helps you focus more on coding and less on project setup. https://github.com/yonaskolb/XcodeGen
@githubtrending · Post #15440 · 2026/01/27 12:00
#go#config#config_loader#configuration#configuration_file#configuration_management#etcd_client#go#golang#golang_package#s3_bucket#toml#viper#yaml koanf is a lightweight Go library to load config from files (JSON, YAML, TOML), env vars, flags, S3, Vault and more, merging them easily with dot-path keys like "app.server.port". Install core with `go get github.com/knadh/koanf/v2`, add providers/parsers as needed. It's a cleaner Viper alternative with fewer dependencies and better extensibility. This saves you time by simplifying config in apps, letting you override values flexibly without bloat or forced orders. https://github.com/knadh/koanf