Skip to content

Self-Host Weekly (3 July 2026)

Me, my.self, and I

Self-Host Weekly (3 July 2026)
SPONSORED BY    PikaPods
Self-Host Weekly is sponsored by PikaPods, the instant open source hosting service. Run a large selection of open source apps within seconds from just $1.20/month. Server administration, updates, and backups are all taken care of, leaving you in control of your data. Try it today with $5 free welcome credit!

Weekly Highlights

This week, a new non-profit called The Human-Centered Computing Foundation (HCCF) announced they're launching a campaign for a new top-level domain dedicated to self-hosting (.self).

Likely a response to the modern internet's transparency problems with AI and bots, the foundation is proposing a few features to ensure the new TLD avoids the same spammy reputations shared by other modern domains (.xyz), which include limiting domains to one per person, shared services via open source software (VPN and mail), and open governance.

My own private conversations with the non-profit's founders have left me feeling optimistic about their goals and motives, despite how difficult some of this may be to actually implement. For example, how do you limit every person to a single domain? Will I have to fight other Ethans for ethan.self? How often do we see projects implement open governance successfully?

If you're looking to contribute or provide feedback, the HCCF has spun up a Discourse forum for anyone who'd like to chime in. (Avoid the announcement post's comment section on the website itself, where users – in typical FOSS fashion – are mostly just debating the foundation's decision to release their announcement via PDF over other open formats.)

In other news and activity:

Happy hst.self/ing!

Newswire

Reclaiming Our Digital Selves: HCCF’s Vision for a Human-Centered Top-Level Domain – Human-Centered Computing Foundation
Plex raises price of lifetime Plex Pass, introduces five-year plan at $250
July 1, 2026 - The price hike on the lifetime Plex Pass was justified as necessary to financially support ongoing software and platform developments.
WSL container is now available for public preview
At Microsoft Build 2026, we introduced WSL containers, bringing Linux container development directly into Windows through the Windows Subsystem for Linux
I Don’t Maintain My Homelab
I don’t maintain my homelab... it maintains itself.
I ported Kubernetes to the browser | ngrok blog
Almost 100,000 lines of LLM-generated code in 2 months, and none of it is slop.
Design Competition: Reimagine the Actual Budget Sidenav | Actual Budget
The sidenav is one of the most-used parts of Actual Budget, and we think it’s time to give it some love. We’re running a design competition — the top 10 designs get free swag, and the winning design gets built into the app.
Building an Open-Source Robot Vacuum — Meet OOMWOO - Makers Pet
I’m starting a new build-in-public project: oomwoo, an open-source robot vacuum you build yourself. Raspberry Pi, ROS 2, 2D LiDAR, Home Assistant, 3D printed, local-first — and open from the first commit.

Feedback

Content Spotlight

Meet NoteDiscovery, a self-hosted note-taking and knowledge base platform. Developed as an open source alternative to Obsidian (albeit not quite as mature), NoteDiscovery features a familiar web interface for writing Markdown-based documents, all stored directly on the local filesystem. Features include authentication, themes, a plugin system, responsive design for mobile, LaTeX support, HTML exports, graph views, and more.

NoteDiscovery can be easily deployed via Docker Compose and doesn't require additional containers to run.



Links: Website, Source Code

Videos and Podcasts

Command Line Corner

Prefacing a command with time outputs the amount of time it takes to execute. (This is useful for measuring and optimizing the performance of scripts, downloads, and other tools.)

$ time python3 generate-rss.py
  real   0m8.210s
  user   0m1.779s
  sys    0m0.327s

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

Executive Sponsors

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

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.