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

推荐订阅源

F
Fox-IT International blog
Recent Announcements
Recent Announcements
D
Docker
IT之家
IT之家
B
Blog
Jina AI
Jina AI
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
博客园 - 【当耐特】
Google DeepMind News
Google DeepMind News
F
Fortinet All Blogs
量子位
C
Check Point Blog
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
博客园 - 司徒正美
李成银的技术随笔
美团技术团队
Blog — PlanetScale
Blog — PlanetScale
雷峰网
雷峰网
The GitHub Blog
The GitHub Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
J
Java Code Geeks
T
The Blog of Author Tim Ferriss
酷 壳 – CoolShell
酷 壳 – CoolShell
MongoDB | Blog
MongoDB | Blog
P
Proofpoint News Feed
L
LangChain Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
Y
Y Combinator Blog
大猫的无限游戏
大猫的无限游戏
有赞技术团队
有赞技术团队
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
V
Visual Studio Blog
T
Tailwind CSS Blog
H
Help Net Security
Engineering at Meta
Engineering at Meta
小众软件
小众软件
B
Blog RSS Feed
Stack Overflow Blog
Stack Overflow Blog
月光博客
月光博客
M
Microsoft Research Blog - Microsoft Research
宝玉的分享
宝玉的分享
人人都是产品经理
人人都是产品经理
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
GbyAI
GbyAI
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Last Week in AI
Last Week in AI
Martin Fowler
Martin Fowler
Stack Overflow Blog
Stack Overflow Blog

Ben Sturmfels activity

Commits · main · Sturm / Ballarat Blaze Hockey Club website · GitLab Sturm / Ballarat Blaze Hockey Club website · GitLab Convert menu JS to ClojureScript (954580af) · 提交 · Sturm / J Ward website · GitLab More PageSpeed (c371606a) · Commits · Sturm / J Ward website · GitLab Add meta description (4091449e) · 提交 · Sturm / J Ward website · GitLab Ben Sturmfels pushed to project branch master at Sturm / J Ward website Ben Sturmfels pushed to project branch master at Sturm / J Ward website Ben Sturmfels pushed to project branch master at Sturm / J Ward website 8b2f12afc8763989ec592fc0b5562b72e1320500 to 8fc28fcb25f7fd859e6e4d17f459975e00d603b3 · Sturm / J Ward website · GitLab Ben Sturmfels pushed to project branch master at Sturm / J Ward website 15ef1e4f0181500d3d359eb6d5d4950301c9e6f4 to b1d8d88507a31a68dfb781b782dfeb2e4e753391 · Sturm / Brown Hill Community Hub website · GitLab Ben Sturmfels pushed to project branch master at Sturm / J Ward website Add FYI.md (15ef1e4f) · 提交 · Sturm / Brown Hill Community Hub website · GitLab Ben Sturmfels pushed to project branch master at Sturm / Brown Hill Community Hub website Ben Sturmfels deleted project branch longclaw at Sturm / Brown Hill Community Hub website Boost font size on directory listings (8535ef09) · 提交 · Sturm / Brown Hill Community Hub website · GitLab
Add font-display to optimise FCP (5e477a06) · Commits · Sturm / J Ward website · GitLab
2026-03-11 · via Ben Sturmfels activity
+5 −0
Original line number Diff line number Diff line
@@ -26,6 +26,10 @@ body {
  font-weight: 400;
  border-top: var(--faun) solid 40px; }

/* PageSpeed recommended to improve FCP */
body, h1, h2, h3, h4, h5, h6 {
  font-display: swap; }

.menu {
  list-style: none;
  padding: 0;
@@ -123,6 +127,7 @@ body {
        /* mix-blend-mode: overlay; */ } }
  .banner blockquote, .banner blockquote p {
    font-family: 'La Belle Aurore', cursive;
    font-display: swap;
    color: white;
    font-size: 1.9rem;
    font-weight: 300;
+4 −0
Original line number Diff line number Diff line
@@ -33,6 +33,9 @@ body {
  border-top: var(--faun) solid 40px;
}

/* PageSpeed recommended to improve FCP */
body, h1, h2, h3, h4, h5, h6 { font-display: swap }

.menu {
  list-style: none;
  padding: 0;
@@ -166,6 +169,7 @@ body {

  blockquote, blockquote p {
    font-family: 'La Belle Aurore', cursive;
    font-display: swap;
    color: white;
    font-size: 1.9rem;
    font-weight: 300;