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

推荐订阅源

雷峰网
雷峰网
宝玉的分享
宝玉的分享
I
InfoQ
P
Privacy International News Feed
V
V2EX
IT之家
IT之家
S
SegmentFault 最新的问题
D
Darknet – Hacking Tools, Hacker News & Cyber Security
V2EX - 技术
V2EX - 技术
C
CERT Recently Published Vulnerability Notes
C
Check Point Blog
The Register - Security
The Register - Security
爱范儿
爱范儿
博客园 - 三生石上(FineUI控件)
AWS News Blog
AWS News Blog
M
MIT News - Artificial intelligence
C
Cyber Attacks, Cyber Crime and Cyber Security
F
Fortinet All Blogs
B
Blog
N
Netflix TechBlog - Medium
B
Blog RSS Feed
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
Last Week in AI
Last Week in AI
T
Threatpost
Forbes - Security
Forbes - Security
U
Unit 42
A
Arctic Wolf
K
KPMG report finds enterprise disconnect between AI and its ROI | CIO
P
Palo Alto Networks Blog
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Recorded Future
Recorded Future
L
Lohrmann on Cybersecurity
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
P
Proofpoint News Feed
月光博客
月光博客
Spread Privacy
Spread Privacy
MongoDB | Blog
MongoDB | Blog
Jina AI
Jina AI
I
Intezer
V
Visual Studio Blog
阮一峰的网络日志
阮一峰的网络日志
The Hacker News
The Hacker News
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
L
LangChain Blog
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
博客园_首页
MyScale Blog
MyScale Blog
腾讯CDC
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
量子位

selfh.st

Insider Offers Self-Host Weekly (10 July 2026) Self-Host Weekly (3 July 2026) Self-Host Weekly (26 June 2026) Self-Host Weekly (19 June 2026) Self-Host Weekly (12 June 2026) Self-Host Weekly (5 June 2026) Self-Host Weekly (29 May 2026) Self-Host Weekly (22 May 2026) Self-Host Weekly (15 May 2026) Self-Host Weekly (1 May 2026) Self-Host Weekly (24 April 2026) Self-Host Weekly (17 April 2026) Self-Host Weekly (10 April 2026) Self-Host Weekly (3 April 2026) Self-Host Weekly (27 March 2026) Self-Host Weekly (20 March 2026) Self-Host Weekly (13 March 2026) Self-Host Weekly (6 March 2026) Member Perks Self-Host Weekly (27 February 2026) Self-Host Weekly (20 February 2026) Self-Host Weekly (13 February 2026) Self-Host Weekly (6 February 2026) Self-Host Weekly (30 January 2026) Self-Host Weekly (23 January 2026) Self-Host Weekly (16 January 2026) Self-Host Weekly (9 January 2026) Self-Host Weekly (2 January 2026) 2025 Wrapped: Self-Hosted Year-in-Review Tools 2025 Wrapped: Self-Hosted Software Launches Self-Host Weekly (26 December 2025) Self-Host Weekly (19 December 2025)
Self-Host Weekly (17 July 2026)
Ethan Sholly · 2026-07-17 · via selfh.st

New Insider Perks 🎉

Hey! I've added some new perks for selfh.st Insiders this week: exclusive free plans and discounts for a handful of services that can be tricky to self-host, including Karakeep (bookmarks), ntfy (notifications), Papra (document management), and WebGazer (uptime monitoring).

If you're already an Insider, check out the Insider Offers page to claim them. If not, $10/month gets you these plus a bunch more.

As usual, thanks to all who support the publication!

Insider Offers

Handpicked partnerships built exclusively for the selfh.st community

Ethan Sholly

This week, Linus Torvalds (the CEO of Linux) found himself scolding the community for its backlash against AI in response to development concerns over Sashiko, an agentic Linux kernel code review system.

If you're too lazy to read the memo, below are the snippets I found the most notable in what eventually led to the creator telling AI haters to (literally and figuratively) fork it:

> I realize that some people really dislike AI, but this is an area where I'm willing to absolutely put my foot down as the top-level maintainer.

> Linux is not one of those anti-AI projects, and if somebody has issues with that, they can do the open-source thing and fork it.

> There are other questions around AI (like what the economy of it will actually look like in the end), but "is it useful" is no longer one of those questions.

> The solution is to make sure those LLM tools help maintainers instead of just causing them pain. There's no question on that side.

> Because it's not like natural intelligence is always all that great either.

> The kernel project has been and will continue to be about the technology.

> And so we make decisions primarily based on technical merit. Not fear of new tools.

Naturally, Torvalds' remarks created a bit of a stir among both those in disagreement with his takes and those who find his methods of communication too crass. (TBD on how this will impact this week's milestone release of Hannah Montana Linux v26.)

In other news, Windows also had a terrible, horrible, no good, very bad week as researchers revealed a 0-day exploit the same day Microsoft's Patch Tuesday release addressed a record-breaking number of security fixes.

Other activity and happenings you should be aware of:

Happy selfh.st/ing!

Newswire

10 Years to Build the Language. 11 Days for AI to Rewrite It. Then the Money Stopped.

A programming language finally proved it could ship real software. Then its new owner rewrote the book on what our future will look like in…

MediumCan Artuc

Big update: Logseq is splitting into two versions

logseqBy: Kerim, danzu, tienson

The Reverse Information Paradox

I’ve been thinking a lot about what the net benefit of the AI platform wave is.

Satya NadellaSatya Nadella

ActivityPub Over ATProto

Thought experiment: how hard would it be to implement ActivityPub over ATProto? The answer might surprise you!

Robin BerjonRobin Berjon

Feedback

Content Spotlight

Meet SUB/WAVE, a self-hosted and AI-powered personal internet radio station. With SUB/WAVE, users can broadcast a unified music stream (via Navidrome's Subsonic API) layered with weather, intros, time, and other commentary curated by an AI DJ. Features include user requests, swappable LLM providers, multiple DJ personas, multi-format broadcasts, native mobile apps, scheduled shows, pluggable skills, scrobbling, an MCP server, and a web-based console for administration.

SUB/WAVE can be deployed via bare metal or Docker and requires either a local LLM or a paid subscription to a hosted provider.

Links: Website, Source Code

Videos and Podcasts

Command Line Corner

Use > file.txt to flush the contents of a file from the command line (helpful for clearing old log files when troubleshooting via CLI):

$ cat example.txt
   Self-Host Weekly
$ > example.txt
$ cat example.txt
$

Click here for an archive of commands shared in past newsletters.

Thanks to following executive sponsors, whose continued support makes this newsletter possible:

  • 1Panel – Modern, open source VPS control panel
  • AFFiNE – Privacy-first knowledge base
  • Atria – Event management and networking platform
  • Dawarich – Location history tracking and insights
  • Faved – Handcrafted minimal bookmark manager
  • Komodo – Build and deploy software across servers
  • Postiz – Agentic social media scheduling
  • Servers@Home – Homelab resources and community
  • tirreno – Security framework
  • Uncloud – Multi-node Docker Compose for production

Submit Content

I'm always looking for new and existing self-hosted content to share in Self-Host Weekly. Submit the form below if you'd like to have your own content featured or have a suggestion for content types you'd like to see featured in future newsletters.